query-40e7a3a16b2a83f8bf18506b969e5de9
Liste des municipalités des Laurentides
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?municipality ?municipalityLabel
WHERE { ?tree0 (wdt:P150)* ?municipality . ?tree0 (wdt:P131|wdt:P17)* wd:Q2304022 . ?municipality wdt:P31 wd:Q3327873
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}
ORDER BY ?municipalityLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?municipality"):::projected
v1("?municipalityLabel"):::projected
v2("?tree0")
c3(["wd:Q2304022"]):::iri
c6(["wd:Q3327873"]):::iri
c8(["bd:serviceParam"]):::iri
c10(["fr"]):::literal
v2 --"wdt:P150"--> v3
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P17"--> c3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> c3
end
union0r <== or ==> union0l
end
v3 --"wdt:P31"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end