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
Description:
The current API does not address complex term situations, such as abandoned, split, merged, or promoted terms from previous ICTV releases. These obsolete terms are not included in the ontology of the queried release, making it impossible to resolve references.
Current Problem:
Terms from earlier ICTV releases that are no longer valid in the current release are not included in the ontology.
Users cannot resolve these obsolete terms to their replacements or fallback terms (e.g., parent or merged taxa).
Example: The taxon Luteoviridae (ICTV Taxonomic ID 201903759) is absent in the ictv_2023 ontology. However, it should be included as an abandoned term metadata is_obsolete = true (maybe having an "Abandoned taxon" class as parent class ), with metadata pointing to its replacement, Tolivirales (ICTV ID 20190722). term_replaced_by: 20190722
Proposed Resolution:
Include all obsolete terms (i.e., ICTV IDs not present in the current release) as entries in the ontology, and tagging these terms as "obsoletes" having for parent class a synthetic "Abandoned taxon" class .
Add a term_replaced_by field in the metadata for these abandoned terms, indicating their replacement ICTV ID = fallback ID.
Therefore the "Luteoviridae" taxon that was abandoned should be represented in the ictv_2023 ontology and should basically allow to retrieve the following information
Description:
The current API does not address complex term situations, such as abandoned, split, merged, or promoted terms from previous ICTV releases. These obsolete terms are not included in the ontology of the queried release, making it impossible to resolve references.
Current Problem:
Terms from earlier ICTV releases that are no longer valid in the current release are not included in the ontology.
Users cannot resolve these obsolete terms to their replacements or fallback terms (e.g., parent or merged taxa).
Example: The taxon Luteoviridae (ICTV Taxonomic ID 201903759) is absent in the ictv_2023 ontology. However, it should be included as an abandoned term metadata
is_obsolete = true
(maybe having an "Abandoned taxon" class as parent class ), with metadata pointing to its replacement, Tolivirales (ICTV ID 20190722).term_replaced_by: 20190722
Proposed Resolution:
Include all obsolete terms (i.e., ICTV IDs not present in the current release) as entries in the ontology, and tagging these terms as "obsoletes" having for parent class a synthetic "Abandoned taxon" class .
Add a term_replaced_by field in the metadata for these abandoned terms, indicating their replacement ICTV ID = fallback ID.
Therefore the "Luteoviridae" taxon that was abandoned should be represented in the ictv_2023 ontology and should basically allow to retrieve the following information
The text was updated successfully, but these errors were encountered: