query-036c5f89957ae4478175db0058e5215d
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:P31 wd:Q13100073;
wdt:P131+ wd:Q19206
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q13100073"]):::iri
c4(["wd:Q19206"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P131"--> c4