query-fd80a39c2b8062974c49aebd99e9ae24

rq turtle/ttl

Journal from the focus list, for articles with license marked. SELECT DISTINCT ?journal ?journalLabel WHERE {?item wdt:P5008 wd:Q55439927; wdt:P275 [ ]; wdt:P1433 ?journal. ?journal wdt:P856 [ ]. MINUS {{?journal wdt:P31 wd:Q773668} UNION {?journal wdt:P31 wd:Q5953270} UNION {?journal wdt:P31 wd:Q5253501} UNION {?journal wdt:P5115 [ ]}} #Not any of open access, DOAJ-recognised, hybrid open access, delayed open access (as surrogate for "closed access").

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Journal from the focus list, for articles with license marked. 
SELECT DISTINCT ?journal ?journalLabel
  WHERE 
     {?item wdt:P5008 wd:Q55439927;
            wdt:P275 [ ];
            wdt:P1433 ?journal.
      ?journal wdt:P856 [ ].
      MINUS {{?journal wdt:P31 wd:Q773668} 
             UNION {?journal wdt:P31 wd:Q5953270} 
             UNION {?journal wdt:P31 wd:Q5253501}
             UNION {?journal wdt:P5115 [ ]}}
    #Not any of open access, DOAJ-recognised, hybrid open access, delayed open access (as surrogate for "closed access").

      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
      }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item") v2("?journal"):::projected a1((" ")) a2((" ")) a3((" ")) c2(["wd:Q55439927"]):::iri c9(["wd:Q5253501"]):::iri c12(["bd:serviceParam"]):::iri c8(["wd:Q5953270"]):::iri c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q773668"]):::iri v1 --"wdt:P5008"--> c2 v1 --"wdt:P275"--> a1 v1 --"wdt:P1433"--> v2 v2 --"wdt:P856"--> a2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; subgraph union2[" Union "] subgraph union2l[" "] style union2l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P5115"--> a3 end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c9 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c8 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c7 end union0r <== or ==> union0l end end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end