query-fe53316af4793dd04994e3297a6c1604

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE {
  VALUES ?item {
    wd:Q42924406 wd:Q45360137 wd:Q43832114 wd:Q50427080 # … and so on; don’t hesitate to put a large number of items here
  }
  ?item wdt:P932 [] .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q42924406"]) bind00 --> bind0 bind01(["wd:Q45360137"]) bind01 --> bind0 bind02(["wd:Q43832114"]) bind02 --> bind0 bind03(["wd:Q50427080"]) bind03 --> bind0 v1 --"wdt:P932"--> a1