Skip to content

Instantly share code, notes, and snippets.

@maxlath
Last active January 30, 2016 16:03
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 maxlath/53c632031dc6468c7359 to your computer and use it in GitHub Desktop.
Save maxlath/53c632031dc6468c7359 to your computer and use it in GitHub Desktop.
Magneto - SPARQL Super villain
PREFIX dbp: <http://dbpedia.org/property/>
PREFIX ns: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT ?prop ?value
WHERE {
<http://dbpedia.org/resource/Magneto_(comics)> ?prop ?value
}
LIMIT 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment