The released metpo.owl declares:
<owl:versionIRI rdf:resource="https://w3id.org/metpo/metpo/releases/2026-03-24/metpo.owl"/>
The metpo/metpo/ doubling looks like ODK is concatenating the ontology ID after a base IRI that already ends in /metpo/. Expected path: https://w3id.org/metpo/releases/<date>/metpo.owl (single metpo/).
Symptom on BioPortal: the "Version IRI" link routes to:
https://bioportal.bioontology.org/ontologies/METPO/?p=classes&conceptid=https://w3id.org/metpo/metpo/releases/2026-03-24/metpo.owl
which returns "The page you are looking for wasn't found." That landing-page error is partly a BioPortal UI bug (Version IRI isn't a class), but the doubled path is real and worth fixing at the source.
Likely fix: set the ODK base IRI to https://w3id.org/ and let ID metpo be appended once, instead of base https://w3id.org/metpo/ plus concatenated metpo/.
Related: #434, #433.
🤖 Generated with Claude Code
The released
metpo.owldeclares:The
metpo/metpo/doubling looks like ODK is concatenating the ontology ID after a base IRI that already ends in/metpo/. Expected path:https://w3id.org/metpo/releases/<date>/metpo.owl(singlemetpo/).Symptom on BioPortal: the "Version IRI" link routes to:
which returns "The page you are looking for wasn't found." That landing-page error is partly a BioPortal UI bug (Version IRI isn't a class), but the doubled path is real and worth fixing at the source.
Likely fix: set the ODK base IRI to
https://w3id.org/and let IDmetpobe appended once, instead of basehttps://w3id.org/metpo/plus concatenatedmetpo/.Related: #434, #433.
🤖 Generated with Claude Code