Advertisement
kjetilk

UTF8 problems

Aug 16th, 2017
2,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.24 KB | None | 0 0
  1. PREFIX foaf: <http://xmlns.com/foaf/0.1/>
  2. PREFIX gd: <http://vocab.lenka.no/geo-deling#>
  3. PREFIX gn: <http://www.geonames.org/ontology#>
  4. SELECT DISTINCT *
  5. WHERE {
  6.     ?place a gd:Kommunesenter ; gn:officialName ?name .
  7. }
  8. ORDER BY ?name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement