query-7858b41b40d10ed2a10bff435c8999dc
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?q wdt:P31/wdt:P279* wd:Q24398318 .
?q wdt:P131*/wdt:P276* wd:Q1443 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?q"):::projected
a1((" "))
a2((" "))
c3(["wd:Q24398318"]):::iri
c6(["wd:Q1443"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P131"--> a2
a2 --"wdt:P276"--> c6