Bump version to 21.06.18.1
[LibreOffice.git] / schema / odf1.3 / OpenDocument-v1.3-metadata.owl
blob7237de119cb5acd47501c554906c14e0c7476eea
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Open Document Format for Office Applications (OpenDocument) Version 1.3
4 Committee Specification 01
5 25 December 2019
6 Copyright (c) OASIS Open 2019. All Rights Reserved.
7 Source: https://docs.oasis-open.org/office/OpenDocument/v1.3/cs01/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
10 -->
11 <!--
12 Open Document Format for Office Applications (OpenDocument) Version 1.3
13 OASIS Standard, In progress
14 OWL Metadata Manifest Description
16 Copyright © OASIS Open [2002-2018]. All Rights Reserved.
17 Distributed under the terms of the OASIS IPR Policy, [http://www.oasis-open.org/policies-guidelines/ipr],
18 AS-IS, WITHOUT ANY IMPLIED OR EXPRESS WARRANTY; there is no warranty of MERCHANTABILITY,
19 FITNESS FOR A PARTICULAR PURPOSE or NONINFRINGEMENT of the rights of others.
21 -->
23 <!-- https://issues.oasis-open.org/browse/OFFICE-2153 -->
25 <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#">
27 <owl:Ontology rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#">
28 <owl:imports rdf:resource="http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-package-metadata.owl"/>
29 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
30 <dc:title xml:lang="en">Open Document Schema Metadata Manifest Ontology</dc:title>
31 <label xml:lang="en">ODF Schema Metadata Manifest</label>
32 </owl:Ontology>
34 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile">
35 <label xml:lang="en">The OpenDocument Content File</label>
36 <comment xml:lang="en">The unique content.xml from the root path of the document</comment>
37 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
38 </owl:Class>
40 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile">
41 <label xml:lang="en">The OpenDocument Styles File</label>
42 <comment xml:lang="en">The unique styles.xml from the root path of the document</comment>
43 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
44 </owl:Class>
46 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element">
47 <label xml:lang="en">OpenDocument Package ODF XML Element</label>
48 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element"/>
49 </owl:Class>
51 <owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field">
52 <label xml:lang="en">OpenDocument Meta field Element</label>
53 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element"/>
54 </owl:Class>
56 <owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix">
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 prefix</label>
61 </owl:DatatypeProperty>
63 <owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix">
64 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
65 <domain rdf:resource="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
66 <range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
67 <label xml:lang="en">has suffix</label>
68 </owl:DatatypeProperty>
69 </rdf:RDF>