Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.25 KB | None | 0 0
  1. PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  2. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  3. PREFIX nobel: <http://data.nobelprize.org/terms/>
  4. SELECT DISTINCT ?instance
  5. WHERE { ?instance a nobel:LaureateAward }
  6. ORDER BY ?instance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement