Skip to content

Instantly share code, notes, and snippets.

@egonw
Created January 10, 2009 16:58
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 egonw/45495 to your computer and use it in GitHub Desktop.
Save egonw/45495 to your computer and use it in GitHub Desktop.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
SELECT DISTINCT ?c WHERE {
?c a dbpedia-owl:ChemicalCompound
} ORDER BY ?c LIMIT 1000 OFFSET 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment