query-6361ca106430aea7d4cf3a0a5246897c

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?ids ?item WHERE {
?item wdt:P776 ?ids .
values ?ids { "S0101" "S0102" "S0103" }
}
limit 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?ids"):::projected v1("?item"):::projected v1 --"wdt:P776"--> v3 bind0[/VALUES ?ids/] bind0-->v3 bind00(["S0101"]) bind00 --> bind0 bind01(["S0102"]) bind01 --> bind0 bind02(["S0103"]) bind02 --> bind0