query-8c58d71a13458ee9e379d836d7c9c010
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 ?itemLabel
WHERE
{
?item wdt:P9714/wdt:P131* wd:Q20
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c3(["wd:Q20"]):::iri
v1 --"wdt:P9714"--> a1
a1 --"wdt:P131"--> c3