1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 Open Document Format for Office Applications (OpenDocument) Version 1.3
6 Copyright (c) OASIS Open 2021. All Rights Reserved.
7 Source: https://docs.oasis-open.org/office/OpenDocument/v1.3/os/schemas/
8 Latest stage of specification: https://docs.oasis-open.org/office/OpenDocument/v1.3/OpenDocument-v1.3-part1-introduction.html
9 TC IPR Statement: https://www.oasis-open.org/committees/office/ipr.php
11 Open Document Format for Office Applications (OpenDocument) Version 1.3
12 OWL Schema Metadata Manifest Description
13 OpenDocument-v1.3-metadata.owl
16 <!-- https://issues.oasis-open.org/browse/OFFICE-2153 -->
18 <rdf:RDF xmlns:
dc=
"http://purl.org/dc/elements/1.1/" xmlns:
odf=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#" xmlns:
owl=
"http://www.w3.org/2002/07/owl#" xmlns:
pkg=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" xmlns:
rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns=
"http://www.w3.org/2000/01/rdf-schema#">
20 <owl:Ontology rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#">
21 <owl:imports rdf:
resource=
"http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-package-metadata.owl"/>
22 <rdf:type rdf:
resource=
"http://www.w3.org/2002/07/owl#Thing"/>
23 <dc:title xml:
lang=
"en">Open Document Schema Metadata Manifest Ontology
</dc:title>
24 <label xml:
lang=
"en">ODF Schema Metadata Manifest
</label>
27 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile">
28 <label xml:
lang=
"en">The OpenDocument Content File
</label>
29 <comment xml:
lang=
"en">The unique content.xml from the root path of the document
</comment>
30 <subClassOf rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
33 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile">
34 <label xml:
lang=
"en">The OpenDocument Styles File
</label>
35 <comment xml:
lang=
"en">The unique styles.xml from the root path of the document
</comment>
36 <subClassOf rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
39 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element">
40 <label xml:
lang=
"en">OpenDocument Package ODF XML Element
</label>
41 <subClassOf rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element"/>
44 <owl:Class rdf:
about=
"urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field">
45 <label xml:
lang=
"en">OpenDocument Meta field Element
</label>
46 <subClassOf rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element"/>
49 <owl:DatatypeProperty rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix">
50 <rdf:type rdf:
resource=
"http://www.w3.org/2002/07/owl#FunctionalProperty"/>
51 <domain rdf:
resource=
"urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
52 <range rdf:
resource=
"http://www.w3.org/2001/XMLSchema-datatypes#string"/>
53 <label xml:
lang=
"en">has prefix
</label>
54 </owl:DatatypeProperty>
56 <owl:DatatypeProperty rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix">
57 <rdf:type rdf:
resource=
"http://www.w3.org/2002/07/owl#FunctionalProperty"/>
58 <domain rdf:
resource=
"urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
59 <range rdf:
resource=
"http://www.w3.org/2001/XMLSchema-datatypes#string"/>
60 <label xml:
lang=
"en">has suffix
</label>
61 </owl:DatatypeProperty>