Skip to content

Instantly share code, notes, and snippets.

@jctoledo
Created June 27, 2013 20:18
Show Gist options
  • Save jctoledo/5880011 to your computer and use it in GitHub Desktop.
Save jctoledo/5880011 to your computer and use it in GitHub Desktop.
Q6: retrieve organisms that have genes with an enzymatic activity that was not obtained by computational analysis
DL query: 'Mammalia [taxid: 40674]' that inverse(has_taxid) some (gene that 'has function' some (function that inverse(go_term) some ('has evidence' some (not 'inferred from electronic annotation')))
# 'Mammalia [taxon:40674]' : http://bio2rdf.org/taxon:40674
# has_taxid : http://bio2rdf.org/geneid_vocabulary:has_taxid
# gene : http://semanticscience.org/resource/SIO_010035
# 'has function' : http://semanticscience.org/resource/SIO_000225
# function : http://semanticscience.org/resource/SIO_000017
# go_term : http://bio2rdf.org/geneid_vocabulary:go_term
# 'has evidence' : http://semanticscience.org/resource/SIO_000772
# 'inferred from electronic annotation' : http://purl.obolibrary.org/obo/ECO_0000501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment