Skip to content

Instantly share code, notes, and snippets.

@antoinecourtin
Created July 25, 2016 13:49
Show Gist options
  • Save antoinecourtin/c91686a222852a745e3654c08418ba4d to your computer and use it in GitHub Desktop.
Save antoinecourtin/c91686a222852a745e3654c08418ba4d to your computer and use it in GitHub Desktop.
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