Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created November 26, 2015 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaurav/c9704c9b714e1e927140 to your computer and use it in GitHub Desktop.
Save gaurav/c9704c9b714e1e927140 to your computer and use it in GitHub Desktop.
Searching for sources within a category on the DBpedia commons
SELECT DISTINCT ?page ?source WHERE {
?page <http://purl.org/dc/terms/subject> <http://commons.dbpedia.org/resource/Category:Media_from_Open_Beelden> .
?page dcterms:source ?source
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment