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

API: Wrong Ontology IRI Provided by the API #14

Open
Angatar opened this issue Nov 25, 2024 · 0 comments
Open

API: Wrong Ontology IRI Provided by the API #14

Angatar opened this issue Nov 25, 2024 · 0 comments

Comments

@Angatar
Copy link
Member

Angatar commented Nov 25, 2024

Current Problem:
The API provides an ontology IRI that resolves to ICTV taxon history pages, e.g.,
"ontology_iri": "https://ictv.global/taxonomy/taxondetails?taxnode_id=ictv_2023".
This leads to inconsistency since an ontology IRI should resolve with providing the corresponding ontology.

Resolution:
Separate ontology IRIs and history pages. Update the ontology_iri to reference the ontology file or corresponding ICTV ontology OLS page:
e.g., "ontology_iri": "https://raw.githubusercontent.com/EVORA-project/ictv-ontology/refs/heads/main/out/ictv_2023.owl.ttl"
or , "ontology_iri": "https://wwwdev.ebi.ac.uk/spot/evora/ols/api/ontologies/ictv_2023"

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

No branches or pull requests

1 participant