Created
December 28, 2016 15:17
-
-
Save paulsonnentag/b34a6c8b50a481e057fd2a7faee352fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SElECT ?federalStateLabel ?countryLabel ?postalCode WHERE { | |
bind (wd:Q1022 as ?city) | |
?city wdt:P131* ?federalState . | |
?federalState wdt:P31/wdt:P279* wd:Q107390 . | |
?federalState wdt:P131* ?country . | |
?country wdt:P31 wd:Q6256 . | |
?city wdt:P281 ?postalCode . | |
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