Returns all published biological activities for CHEMBL1.

Query: 
PREFIX bibo: <http://purl.org/ontology/bibo/> PREFIX chembl: <http://rdf.farmbio.uu.se/chembl/onto/#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX cito: <http://purl.org/spar/cito/> PREFIX dc: <http://purl.org/dc/elements/1.1/> SELECT * WHERE { ?mol rdfs:label "CHEMBL1" . ?act chembl:forMolecule ?mol . ?act chembl:type ?type ; cito:citesAsDataSource ?paper ; chembl:standardValue ?value ; chembl:standardUnits ?unit ; chembl:onAssay ?assay . OPTIONAL { ?paper bibo:pmid ?pmid } OPTIONAL { ?paper bibo:doi ?doi } ?assay chembl:hasTarget ?target . OPTIONAL { ?target dc:title ?title } OPTIONAL { ?target dc:identifier ?id } OPTIONAL { ?target chembl:organism ?organism } }
Login to test this query using our experimental API explorer