query-9d3cef589168c38e1b119ee5385a2453
All librairies in QuebecHi, 10:43, 8 July 2018 (UTC)) talk (Simon VilleneuveI want a query who give to me all librairies in Quebec Province. I have this, but I don't know who to have the « tree » of Q176. Someone can help me ?
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 wd:Q176 . }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c3(["wd:Q7075"]):::iri
c5(["wd:Q176"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P131"--> c5