oborel / obo-relations

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

[BUG] RO purls are broken #799

Closed Hannah-Doerpholz closed 3 months ago

Hannah-Doerpholz commented 5 months ago

When I checked today I noticed that the RO purls resolve to an error page at OLS4. An example for this is the following link: http://purl.obolibrary.org/obo/RO_0002533 This redirects me to this site: https://www.ebi.ac.uk/ols4/error Could you check this strange redirecting?

matentzn commented 5 months ago

Unfortunately, only purls to properties resolve:

http://purl.obolibrary.org/obo/RO_0002202

The reason is this: https://github.com/OBOFoundry/purl.obolibrary.org/blob/fcab3d39723871217aba5fbf4c0665ea1765af39/config/obo.yml#L111

@anitacaron you could ask James ML whether there is a generic redirect for classes and properties alike and make a respective PR on the above file.

anitacaron commented 5 months ago

why not tag him in this issue? 😄

cc @jamesamcl

jamesamcl commented 5 months ago

Yes you can swap “properties” in the URL for “terms”

anitacaron commented 3 months ago

Hi @Hannah-Doerpholz, there was an issue on OLS, and we also updated the PURL redirect. You'll be able to access http://purl.obolibrary.org/obo/RO_0002533 without a problem now.