query-6ca997d134b182c04a46b02a75bd8302
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (STR(?item) AS ?qid) WHERE {
VALUES ?val {wd:Q33093130}
?item wdt:P31 ?val
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v3("?qid")
v1("?val")
bind0[/VALUES ?val/]
bind0-->v1
bind00(["wd:Q33093130"])
bind00 --> bind0
v2 --"wdt:P31"--> v1
bind1[/"str(?item)"/]
v2 --o bind1
bind1 --as--o v3