Advertisement
60E1CluBSteP127

All places in Kuopio

Jun 29th, 2021
2,452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.37 KB | None | 0 0
  1. SELECT DISTINCT ?item ?itemLabel ?coords
  2.  
  3. WHERE {
  4.   OPTIONAL {?item wdt:P131 wd:Q162279. } # adm. in Kuopio
  5.   OPTIONAL {?item wdt:P276/wdt:P131 wd:Q162279. } # loc in Kuopio
  6.   OPTIONAL {?item wdt:P706/wdt:P131 wd:Q162279. } # geo in Kuopio
  7.   OPTIONAL {?item wdt:P625 ?coords.}
  8.   SERVICE wikibase:label {bd:serviceParam wikibase:language "fi,en".}
  9. }
  10. #defaultView:Map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement