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
http://purl.obolibrary.org/obo/METPO_<id> does not resolve to anything useful. METPO is not registered in OBO Foundry's ontologies.yml, so these PURLs fall through the obolibrary → oclc → archive.org → berkeleybop.org fallback chain and end at HTTP 404. Same for http://purl.obolibrary.org/obo/metpo.owl.
Verified 2026-05-18:
$ curl -sIL "http://purl.obolibrary.org/obo/METPO_1004005" -o /dev/null \
-w "Final URL: %{url_effective}\nFinal HTTP: %{http_code}\nRedirects: %{num_redirects}\n"
Final URL: https://berkeleybop.org/ontologies/METPO_1004005
Final HTTP: 404
Redirects: 5
Meanwhile https://w3id.org/metpo/<id> redirects correctly to BioPortal.
Decision needed between:
Register METPO in OBO Foundry. Requires meeting OBO principles; would give working PURLs and broader visibility. Related Prepare METPO for EBI OLS submission #213 (OLS submission already planned).
Document https://w3id.org/metpo/ as the only canonical resolution and add explicit guidance in README and ontology header steering users away from purl.obolibrary.org PURLs.
http://purl.obolibrary.org/obo/METPO_<id>does not resolve to anything useful. METPO is not registered in OBO Foundry'sontologies.yml, so these PURLs fall through the obolibrary → oclc → archive.org → berkeleybop.org fallback chain and end at HTTP 404. Same forhttp://purl.obolibrary.org/obo/metpo.owl.Verified 2026-05-18:
Meanwhile
https://w3id.org/metpo/<id>redirects correctly to BioPortal.Decision needed between:
https://w3id.org/metpo/as the only canonical resolution and add explicit guidance in README and ontology header steering users away frompurl.obolibrary.orgPURLs.Related: #16, #149, #213, #433.
🤖 Generated with Claude Code