query-7a56b0fdc74330d4011660af75b01dc1

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 bd: <http://www.bigdata.com/rdf#>
SELECT ?lib ?libLabel WHERE {
  VALUES ?lib_class { wd:Q7075 wd:Q28564 }
  ?lib wdt:P31 ?lib_class .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ja". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?lib"):::projected v1("?lib_class") c3(["bd:serviceParam"]):::iri c5(["ja"]):::literal bind0[/VALUES ?lib_class/] bind0-->v1 bind00(["wd:Q7075"]) bind00 --> bind0 bind01(["wd:Q28564"]) bind01 --> bind0 v2 --"wdt:P31"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end