Replies: 1 comment
-
Hi Vincent, two comments. First:
It is my understanding that biolink:ChemicalSubstance IS the standard. This is the format required in TRAPI 1.0 and beyond. Just "chemical_substance" was used back in TRAPI 0.9 until it was discovered that this was not the Biolink standard. If you go here: Second, |
Beta Was this translation helpful? Give feedback.
-
One of the new feature will require KPs to handle descendants of BioLink concepts, so we will need to also build an Inference Engine. Which needs to be well integrated to the TRAPI Query Engine.
For this we could use the BL lookup API from the SRI:
https://bl-lookup-sri.renci.org/apidocs/#/lookup/get_bl__concept__descendants
For example, to get descendants of
biolink:ChemicalSubstance
: https://bl-lookup-sri.renci.org/bl/chemical_substance/descendants?version=latestUnfortunately the BioLink lookup API does not use standard BioLink identifiers: we need to convert
biolink:ChemicalSubstance
tochemical_substance
which require to add more hardcoded tweaks in a system which should rely on standardsAlso we need to send 1 API query everytime we need to get info on the BioLink model
Beta Was this translation helpful? Give feedback.
All reactions