query-ee3ebbc2b41d86365a69391cf5723f80
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE {
?item wdt:P170 wd:Q381238 .
?item wdt:P793 wd:Q9209474 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q381238"]):::iri
c4(["wd:Q9209474"]):::iri
v1 --"wdt:P170"--> c2
v1 --"wdt:P793"--> c4