-
Type: Bug
-
Status: Applied
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 Part 1 CD 4
-
Fix Version/s: ODF 1.2 Part 1 CD 5
-
Component/s: Metadata
-
Labels:None
-
Environment:
This issue applies to the Public Review version of the file OpenDocument-metadata-v1.2-cd4.owl
-
Proposal:
-
Resolution:
This is a follow-up of OFFICE-2238: It reported an issue for the metadata package ontology (part 3), but actually is an issue with the metadata ontology (part 1). The following description has been taken from OFFICE-2238, but has been slightly modified.
In lines 43-44 of the OWL Manifest Description file,
<owl:Ontology rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#">
<owl:imports rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" />
the rdf:resource attribute of the owl:imports element is not resolvable to an OWL file. This is in fact the location of the OASIS Nameface Description file for the OpenDocument Package Metadata Manifest Ontology namespace http://docs.oasis-open.org/ns/office/1.2/meta/pkg#
Consequently, the Protégé 3.4.1 ontology browser is unable to open the file OpenDocument-package-metadata-v1.2-cd1.owl, failing with message
"The system cannot find the ontology:
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#
The <owl:imports> element requires a resource that is resolvable to an OWL description to be incorporated by reference. A different location would appear to be required. It may be necessary to work with OASIS to determine what that should be. It is likely to be more like what is done for schemas, not namespaces.