ApolloDev / apollo-sv

Repository for Apollo-SV ontology. Versioning Apollo-SV independently of the software was made easiest by having it as a separate repository.
Creative Commons Attribution 4.0 International
8 stars 4 forks source link

Create go import #247

Closed hoganwr closed 3 weeks ago

hoganwr commented 1 month ago

Updates to import GO more properly via ODK slme import.

Since SV used GO's 'reproduction' which is now obsolete, and because GO's 'reproductive process' is overly broad (the host's reproductive processes would qualify, and thus categorize any normal adult host as being infected in error), I also created class in SV called 'reproduction' which is the union of 'asexual reproduction' (to cover bacterial pathogens), 'sexual reproduction' (to cover eukaryotic pathogens that sexually reproduce), and 'viral life cycle' (to cover viral pathogens). We use the new reproduction class where the old GO one was used. We could have just left the class anonymous, but because we use it at least 4 or 5 times, it was much more convenient to "name" it.

Also found problems with class 'contamination acquisition' being not satisfiable due to use of has_specified_input and has_specified_output relations, which I changed to RO's 'has input' and 'has output'.

Fixes #246