Skip to content

Instantly share code, notes, and snippets.

@edsu
Created October 12, 2010 20:42
Show Gist options
  • Save edsu/622876 to your computer and use it in GitHub Desktop.
Save edsu/622876 to your computer and use it in GitHub Desktop.
SELECT ?publisher ?publisherName ?abstract
WHERE {
?publisher <http://www.w3.org/2004/02/skos/core#subject> <http://dbpedia.org/resource/Category:Book_publishing_companies_of_the_United_States> .
?publisher <http://www.w3.org/2000/01/rdf-schema#label> ?publisherName .
?publisher <http://dbpedia.org/ontology/abstract> ?abstract .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment