Created
July 25, 2016 13:49
-
-
Save antoinecourtin/c91686a222852a745e3654c08418ba4d 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 ?commune ?label ?coords { | |
?commune wdt:P31 wd:Q484170 ; rdfs:label ?label . FILTER(LANG(?label) = "fr") . | |
FILTER REGEX(?label, ".Seine($|[ -])") . | |
?commune wdt:P625 ?coords . | |
} ORDER BY ?label |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment