Skip to content

Instantly share code, notes, and snippets.

@zmughal
Last active December 19, 2015 02:59
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 zmughal/5886742 to your computer and use it in GitHub Desktop.
Save zmughal/5886742 to your computer and use it in GitHub Desktop.
SPARQL example
# http://dbpedia.org/sparql
select ?band
where {
?band rdf:type <http://schema.org/MusicGroup>.
?band dbo:hometown dbr:Leeds.
}
LIMIT 100
# <http://bit.ly/dbpedia-bands-from-leeds-20151106>
@zmughal
Copy link
Author

zmughal commented Jan 5, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment