obophenotype / ncbitaxon

Build for NCBITaxon
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

taxonomic rank has a weirdly shaped iri #41

Closed matentzn closed 3 years ago

matentzn commented 3 years ago

https://www.ebi.ac.uk/ols/ontologies/genepio/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCBITaxon%23_taxonomic_rank

jamesaoverton commented 3 years ago

That is known legacy weirdness that has been maintained to avoid breaking 10+ year old pipelines.

Background: In ~2013 I wrote Java/OWLAPI code to build ncbitaxon.owl and tried to exactly match the output of the previous code base (which was probably OBO-format based; @cmungall might remember). In 2020 I wrote the new Python code, and tried to match my previous output exactly.

matentzn commented 3 years ago

Thats alright then :) Thanks.