identifiers-org / identifiers-org.github.io

MIT License
8 stars 1 forks source link

Issue with Plant Environment Ontology pattern #152

Open cthoyt opened 3 years ago

cthoyt commented 3 years ago

This issue references the Plant Environment Ontology, which is registered in Identifiers.org at https://registry.identifiers.org/registry/eo

Actual: ^(P)?EO\:\d{7}$ Expected: ^EO:\d{7}$

Issues:

renatocjn commented 1 year ago

Which namespace is this referring to?

cthoyt commented 1 year ago

https://registry.identifiers.org/registry/eo, sorry for not being more specific earlier.

renatocjn commented 1 year ago

Hello, Thanks for referencing the namespace 👍

This one is a bit complicated.

First, the frontend is messed up like in identifiers-org/cloud-hq-web-frontend#48. I need to investigate it but it may be related to the namespaceEmbeddedinLUI flag.

A compact ID such as EO:0007404 works because the resolver transforms everything into lowercase which is why it correctly resolves because it is registered as eo in the backend.

But a PEO prefix would not be found because the namespace is registered as eo. I don't have a PEO example. It may have been a legacy namespace brought from the previous version of identifiers.org.

renatocjn commented 1 year ago

Seems like both EO and PEO were replaced with PECO. I opened an issue Planteome/plant-experimental-conditions-ontology#133 with them to see if they will provide some clarification. If that is the case, I will depreciate the namespace and create the PECO namespace.