Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. PREFIX ewi: <http://ewi.mmlab.be/ns#>
  2. PREFIX prov: <http://www.w3.org/ns/prov#>
  3. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  4. SELECT DISTINCT ?location ?label WHERE {
  5. ?s ewi:location ?location .
  6. OPTIONAL { ?location rdfs:label ?label }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement