Skip to content

Instantly share code, notes, and snippets.

@egonw
Created February 5, 2010 12:28
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/295746 to your computer and use it in GitHub Desktop.
Save egonw/295746 to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bodo: <http://www.blueobelisk.org/ontologies/chemoinformatics-algorithms/#> .
@prefix chem: <http://www.blueobelisk.org/chemistryblogs/> .
@prefix nmr: <http://www.nmrshiftdb.org/onto#> .
@prefix : <http://pele.farmbio.uu.se/chembl/onto/#> .
@prefix act: <http://rdf.farmbio.uu.se/chembl/activitiy/> .
@prefix res: <http://rdf.farmbio.uu.se/chembl/resource/> .
@prefix mol: <http://rdf.farmbio.uu.se/chembl/molecule/> .
@prefix ass: <http://rdf.farmbio.uu.se/chembl/assay/> .
:RelationGT a :RelationType ; rdfs:label ">" .
:RelationEQ a :RelationType ; rdfs:label "=" .
:RelationGE a :RelationType ; rdfs:label ">=" .
:RelationLT a :RelationType ; rdfs:label "<" .
act:31863 a :Activity ;
:extractedFrom res:6424 ;
:onAssay ass:54505 ;
:forMolecule mol:180094 ;
:relation :RelationGT ;
:standardValue "100000" ;
:standardUnits "nM" ;
:type "IC50" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment