Skip to content

Instantly share code, notes, and snippets.

@rajarshi
Created February 9, 2010 13:54
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 rajarshi/299209 to your computer and use it in GitHub Desktop.
Save rajarshi/299209 to your computer and use it in GitHub Desktop.
PREFIX chembl: <http://rdf.farmbio.uu.se/chembl/onto/#>
SELECT DISTINCT ?x ?pmid ?desc WHERE {
?protein chembl:hasKeyword "Isomerase" .
?x chembl:hasTarget ?protein .
?x chembl:organism "Mus musculus" .
?x chembl:hasDescription ?desc .
?x chembl:extractedFrom ?resource .
?resource <http://purl.org/ontology/bibo/pmid> ?pmid .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment