Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created October 18, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewg118/1845c768639b6a3130937c64c4369366 to your computer and use it in GitHub Desktop.
Save ewg118/1845c768639b6a3130937c64c4369366 to your computer and use it in GitHub Desktop.
Geographic hierarchy and coords in Wikidata for Winchester, England
SELECT ?parent ?parentLabel ?coordinate WHERE {
wd:Q172157 wdt:P131+ ?parent.
?parent p:P625/ps:P625 ?coordinate
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment