You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: