Skip to content

Instantly share code, notes, and snippets.

@egonw
Created February 9, 2010 13:27
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/299196 to your computer and use it in GitHub Desktop.
Save egonw/299196 to your computer and use it in GitHub Desktop.
SELECT DISTINCT ?activity ?compound WHERE {
?protein <http://rdf.farmbio.uu.se/chembl/onto/#hasKeyword> "Isomerase" .
?activity <http://rdf.farmbio.uu.se/chembl/onto/#onAssay> ?assay .
?assay <http://rdf.farmbio.uu.se/chembl/onto/#hasTarget> ?protein .
?activity <http://rdf.farmbio.uu.se/chembl/onto/#forMolecule> ?compound .
}
LIMIT 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment