Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created January 26, 2013 15: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 andrawaag/4642824 to your computer and use it in GitHub Desktop.
Save andrawaag/4642824 to your computer and use it in GitHub Desktop.
SPARQL query to find streaming media providers through dbpedia
SELECT DISTINCT * WHERE {
?resource <http://dbpedia.org/ontology/type> <http://dbpedia.org/resource/Streaming_media> .
?resource <http://xmlns.com/foaf/0.1/isPrimaryTopicOf> ?wikipediaPage .
?resource <http://dbpedia.org/property/url> ?website .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment