Skip to content

Instantly share code, notes, and snippets.

@cory-ko-g
Created September 3, 2012 06:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cory-ko-g/3607200 to your computer and use it in GitHub Desktop.
Save cory-ko-g/3607200 to your computer and use it in GitHub Desktop.
PREFIX core: <http://purl.uniprot.org/core/>
SELECT *
WHERE {
?protein rdf:type core:Protein .
?protein core:annotation ?functionAnn .
?functionAnn a core:Function_Annotation .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment