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 Package Metadata Manifest Description
13 OpenDocument-v1.3-package-metadata.owl
16 <!-- https://issues.oasis-open.org/browse/OFFICE-2153 -->
18 <rdf:RDF xmlns:
dc=
"http://purl.org/dc/elements/1.1/" 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/pkg#">
21 <rdf:type rdf:
resource=
"http://www.w3.org/2002/07/owl#Thing"/>
22 <dc:title xml:
lang=
"en">Open Document Package Metadata Manifest Ontology
</dc:title>
23 <label xml:
lang=
"en">ODF Package Metadata Manifest
</label>
26 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document">
27 <label xml:
lang=
"en">OpenDocument Document
</label>
30 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File">
31 <label xml:
lang=
"en"> OpenDocument Document Package File
</label>
34 <owl:ObjectProperty rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart">
35 <domain rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
36 <range rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
37 <label xml:
lang=
"en">contains
</label>
38 <comment xml:
lang=
"en">Related to dcterms:hasPart of the Dublin Core Metadata Initiative
</comment>
41 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile">
42 <label xml:
lang=
"en">An OpenDocument Metadata File
</label>
43 <comment xml:
lang=
"en">Used for any metadata file in the document
</comment>
44 <subClassOf rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
47 <owl:DatatypeProperty rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType">
48 <rdf:type rdf:
resource=
"http://www.w3.org/2002/07/owl#FunctionalProperty"/>
49 <domain rdf:
resource=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
50 <range rdf:
resource=
"http://www.w3.org/2001/XMLSchema-datatypes#string"/>
51 <label xml:
lang=
"en">the MIME type
</label>
52 <comment xml:
lang=
"en">A string representing the MIME media type of a file (see RFC4288).
</comment>
53 </owl:DatatypeProperty>
55 <owl:Class rdf:
about=
"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element">
56 <label xml:
lang=
"en">OpenDocument Package XML Element
</label>