query-da2caa4b944e8a45ad64b5903401e93a
Simon Villeneuve
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/wdt:P279* wd:Q7075 . ?item wdt:P131/wdt:P131* wd:Q176 . }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
a2((" "))
c3(["wd:Q7075"]):::iri
c5(["wd:Q176"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P131"--> a2
a2 --"wdt:P131"--> c5