Skip to content

Instantly share code, notes, and snippets.

@ktym
Created August 18, 2012 07:48
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 ktym/3385104 to your computer and use it in GitHub Desktop.
Save ktym/3385104 to your computer and use it in GitHub Desktop.
taxonomy id <-> scientific name
# http://beta.sparql.uniprot.org/
prefix up: <http://purl.uniprot.org/core/>
prefix tax: <http://purl.uniprot.org/taxonomy/>
select *
where {
tax:9606 up:scientificName ?name .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment