Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT DISTINCT ?item ?itemLabel ?coords
- WHERE {
- OPTIONAL {?item wdt:P131 wd:Q162279. } # adm. in Kuopio
- OPTIONAL {?item wdt:P276/wdt:P131 wd:Q162279. } # loc in Kuopio
- OPTIONAL {?item wdt:P706/wdt:P131 wd:Q162279. } # geo in Kuopio
- OPTIONAL {?item wdt:P625 ?coords.}
- SERVICE wikibase:label {bd:serviceParam wikibase:language "fi,en".}
- }
- #defaultView:Map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement