oborel / obo-relations

RO is an ontology of relations for use with biological ontologies
http://oborel.github.io/
Other
92 stars 46 forks source link

Suggest restoring `annotations.owl` #683

Closed jamesaoverton closed 1 year ago

jamesaoverton commented 1 year ago

OBI uses http://purl.obolibrary.org/obo/ro/releases/2015-10-07/core.owl, which imports http://purl.obolibrary.org/obo/ro/annotations.owl, which no longer resolves (404) after #563. The underlying problem is that the old releases such as 2015-10-07 used imports without versions, as mentioned in #154. That old release also imports bfo-classes-minimal.owl, but that file was not dropped by #563.

The simplest solution would be to just restore annotations.owl at the top level of this repo.

matentzn commented 1 year ago

@cmungall did this now but the better solution imo would have been to have the purl redirect to the latest tag the file existed - but either way is fine. Thanks for letting me know!