OntoMaton icon indicating copy to clipboard operation
OntoMaton copied to clipboard

Extend OntoMaton to talk to AgroPortal and SIFR BioPortal

Open jonquet opened this issue 7 years ago • 3 comments

This is a feature request to have an extension of OntoMaton be able to talk to : http://bioportal.lirmm.fr/ API at : http://data.bioportal.lirmm.fr/

and AgroPortal http://agroportal.lirmm.fr/ API at : http://data.agroportal.lirmm.fr/

These API are the same than the NCBO BioPortal one. So it should be quite easy to add the feature to OntoMaton. This will extend possible uses of OntoMaton to French (biomedicine) and Agronomy (english).

The only difference in the /annotator API is the format=rdf and score=... parameters. described in our proxy architecture at: https://github.com/sifrproject/annotators

Which allows us to develop new features for: the SIFR Annotator, the AgroPortal Annotator and the NCBO Annotator at the same time.

For instance, if you want a NCBO Annotator with score you can talk to : http://services.bioportal.lirmm.fr/ncbo_annotatorplus/

jonquet avatar Dec 05 '16 16:12 jonquet

thanks @jonquet we welcome contributions ;)

agbeltran avatar Dec 05 '16 21:12 agbeltran

Hi, if you guys (who know the code) tell us where to look at first we can certainly add a few lines to the code and do a pull request.

Adding AgroPortal and SIFR BioPortal should not be more than 2 lines of code (or even better: a property file change).

Please advice.

jonquet avatar Dec 06 '16 10:12 jonquet

will do

agbeltran avatar Dec 06 '16 10:12 agbeltran