query-a925f94939689f04d2ae14044b6b4f01
Make a map of the municipalities of Greenland! (Q16423979)municipality of Greenland to (Q16511251)municipality of Greenland The municipalities of Greenland have been moved from
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#>
#defaultView:Map
SELECT ?entity ?entityLabel ?geoshape
WHERE {
?entity wdt:P31/wdt:P279* wd:Q16423979 . # Instance of or subclass Municipality of Greenland
?entity wdt:P3896 ?geoshape . # Pull the geoshapes
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?entityLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?entity"):::projected
v1("?entityLabel"):::projected
v3("?geoshape"):::projected
a1((" "))
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q16423979"]):::iri
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v2 --"wdt:P3896"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end