Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PREFIX foaf: <http://xmlns.com/foaf/0.1/>
- PREFIX gd: <http://vocab.lenka.no/geo-deling#>
- PREFIX gn: <http://www.geonames.org/ontology#>
- SELECT DISTINCT *
- WHERE {
- ?place a gd:Kommunesenter ; gn:officialName ?name .
- }
- ORDER BY ?name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement