query-7882b8704e4b738c3d9a624c3032e8dd

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>

SELECT ?journal ?journalLabel ?OCLC_Worldcat WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?journal wdt:P31 wd:Q5633421.
  ?journal p:P243 ?OCLC_ID.
  ?OCLC_ID psn:P243 ?OCLC_Worldcat.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?OCLC_ID") v3("?OCLC_Worldcat"):::projected v1("?journal"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q5633421"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"p:direct/P31"--> c6 v1 --"p:P243"--> v2 v2 --"p:statement/value-normalized/P243"--> v3