Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add service.tib.eu/ts4tib as OLS endpoint #38

Open
sneumann opened this issue Oct 18, 2023 · 1 comment · May be fixed by #41
Open

Feature: add service.tib.eu/ts4tib as OLS endpoint #38

sneumann opened this issue Oct 18, 2023 · 1 comment · May be fixed by #41

Comments

@sneumann
Copy link

Hi,
https://service.tib.eu/ts4tib/ is a Terminology Service (TS) building on the OLS software system, including an API that is OLS compatible.
While OLS is mainly targeting the life-sciences, the ts4tib provides a Terminologies for many more disciplines.

We'd like to submit a PR that will add the TS to OntoMaton.
TS API Documentation: https://service.tib.eu/ts4tib/swagger-ui.html

Yours,
Steffen

@sneumann
Copy link
Author

This will need

  • Addition to the documentation:
    <li><a href="https://www.ebi.ac.uk/ols/docs/api" rel="nofollow">EMBL-EBI Ontology Lookup Service</a></li>
  • Addition to the README:
    - we extended the ontology search functionality to support REST services from the <a href="http://lov.okfn.org/">Linked Open Vocabularies</a> and the <a href="https://www.ebi.ac.uk/ols/">EBI Ontology Lookup Service</a>, thus now allowing ontology term searches over three separate services.
  • Maybe some new constants:
    // constants
  • Maybe new settings:
    function getOLSOntologies() {
  • Maybe add TS search:
    function searchOLS(term) {
  • ... Some more places ...

@cllde8 cllde8 linked a pull request Jan 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant