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

Add OLS Provider #49

Open
nichtich opened this issue Sep 23, 2022 · 1 comment
Open

Add OLS Provider #49

nichtich opened this issue Sep 23, 2022 · 1 comment
Labels
feature Additional functionality providers

Comments

@nichtich
Copy link
Member

Ontology Look-up Service (OLS) is used by TIB for vocabularies used by NFDI. Wrapping its API as cocoda-sdk provider would enable access to these vocabularies for BARTOC and other applications. See https://bartoc.org/registries for registries with OLS service.

@nichtich nichtich changed the title Create Provider to access OLS Add OLS Provider Oct 4, 2022
@nichtich nichtich added the feature Additional functionality label Oct 4, 2022
@nichtich
Copy link
Member Author

nichtich commented Feb 1, 2023

Examples from TIB Terminology service with API endpoint http://service.tib.eu/ts4tib/api. Don't be confused by Swagger API document but see https://service.tib.eu/ts4tib/docs/api.

It looks like in the HTML view vocabularies are seen as RDF ontology, so SKOS is not properly handled as special kind vocabulary for terminologies but as random ontology (EBISPOT/OLS#503) but internally there are fields to differentiate e.g. which RDF properties to use for labels.

Start with a list of vocabularies:

curl -sL 'http://service.tib.eu/ts4tib/api/ontologies' -H 'Accept: application/json' | jq '._embedded.ontologies[]'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality providers
Projects
None yet
Development

No branches or pull requests

1 participant