You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
P
does not workThe text was updated successfully, but these errors were encountered: