File tree Expand file tree Collapse file tree
src/pyBiodatafuse/annotators/queries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ VALUES ?inhibitorInChIKey { $inhibitor_list }
2020 sio:SIO_000008 [ sio:SIO_000300 ?uniprot_trembl_id ];
2121 rdfs:label ?hgcn_id ;
2222 ];
23- bao:BAO_0000208 [rdf:type mmdbvoc:InhibitionAssay;
24- sio:SIO_000300 repr:PositiveResult].
23+ bao:BAO_0000208 [^bao:BAO_0095000 [ rdf:type mmdbvoc:InhibitionAssay;
24+ sio:SIO_000300 repr:PositiveResult] ].
2525 ?ref bibo:pmid ?source_pmid
26+ OPTIONAL {?ref bibo:doi ?source_doi }
2627}
Original file line number Diff line number Diff line change @@ -20,16 +20,17 @@ WHERE {
2020 bao:BAO_0090012 ?transporter ;
2121 bao:BAO_0000426 [dcterms:references ?ref ] ;
2222 bao:BAO_0090012 ?inhibitor ;
23- bao:BAO_0000208 [rdf:type mmdbvoc:InhibitionAssay;
24- sio:SIO_000300 repr:PositiveResult].
23+ bao:BAO_0000208 [^bao:BAO_0095000 [ rdf:type mmdbvoc:InhibitionAssay;
24+ sio:SIO_000300 repr:PositiveResult] ].
2525 ?inhibitor rdf:type bao:BAO_0000076;
2626 rdfs:label ?label ;
2727 sio:SIO_000008 [rdf:type sio:CHEMINF_000059;
2828 sio:SIO_000300 ?InChIKey ];
2929 sio:SIO_000008 [rdf:type sio:CHEMINF_000018;
3030 sio:SIO_000300 ?SMILES ].
3131 ?ref bibo:pmid ?source_pmid
32- OPTIONAL {?inhibitor sio:SIO_000008 [rdf:type sio:CHEMINF_000421;
32+ OPTIONAL {?ref bibo:doi ?source_doi }
33+ OPTIONAL {?inhibitor sio:SIO_000008 [rdf:type sio:CHEMINF_000412;
3334 sio:SIO_000300 ?chembl_id ]}
3435 OPTIONAL {?inhibitor sio:SIO_000008 [rdf:type sio:CHEMINF_000407;
3536 sio:SIO_000300 ?chebi_id ]}
You can’t perform that action at this time.
0 commit comments