tdf#147583 sw find: fix backwards search for emptyPara/endOfPara
[LibreOffice.git] / schema / odf1.2 / OpenDocument-v1.2-os-metadata.owl
bloba1eff11e4f1879487599ede3e8eca20fbc3a598d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Open Document Format for Office Applications (OpenDocument) Version 1.2
4 OASIS Standard, 29 September 2011
5 OWL Metadata Manifest Description
6 Source: http://docs.oasis-open.org/office/v1.2/os/
7 Copyright (c) OASIS Open 2002-2011. All Rights Reserved.
9 All capitalized terms in the following text have the meanings assigned to them
10 in the OASIS Intellectual Property Rights Policy (the "OASIS IPR Policy"). The
11 full Policy may be found at the OASIS website.
13 This document and translations of it may be copied and furnished to others, and
14 derivative works that comment on or otherwise explain it or assist in its
15 implementation may be prepared, copied, published, and distributed, in whole or
16 in part, without restriction of any kind, provided that the above copyright
17 notice and this section are included on all such copies and derivative works.
18 However, this document itself may not be modified in any way, including by
19 removing the copyright notice or references to OASIS, except as needed for the
20 purpose of developing any document or deliverable produced by an OASIS
21 Technical Committee (in which case the rules applicable to copyrights, as set
22 forth in the OASIS IPR Policy, must be followed) or as required to translate it
23 into languages other than English.
25 The limited permissions granted above are perpetual and will not be revoked by
26 OASIS or its successors or assigns.
28 This document and the information contained herein is provided on an "AS IS"
29 basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
30 LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT
31 INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
32 FITNESS FOR A PARTICULAR PURPOSE.
33 -->
35 <rdf:RDF
36 xmlns="http://www.w3.org/2000/01/rdf-schema#"
37 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
38 xmlns:owl="http://www.w3.org/2002/07/owl#"
39 xmlns:dc="http://purl.org/dc/elements/1.1/"
40 xmlns:pkg="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#"
41 xmlns:odf="http://docs.oasis-open.org/ns/office/1.2/meta/odf#">
43 <owl:Ontology rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#">
44 <owl:imports rdf:resource="http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-package-metadata.owl" />
45 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
46 <dc:title xml:lang="en">Open Document Schema Metadata Manifest Ontology</dc:title>
47 <label xml:lang="en">ODF Schema Metadata Manifest</label>
48 </owl:Ontology>
50 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile">
51 <label xml:lang="en">The OpenDocument Content File</label>
52 <comment xml:lang="en">The unique content.xml from the root path of the document</comment>
53 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
54 </owl:Class>
56 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile">
57 <label xml:lang="en">The OpenDocument Styles File</label>
58 <comment xml:lang="en">The unique styles.xml from the root path of the document</comment>
59 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
60 </owl:Class>
62 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element">
63 <label xml:lang="en">OpenDocument Package ODF XML Element</label>
64 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element"/>
65 </owl:Class>
67 <owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field">
68 <label xml:lang="en">OpenDocument Meta field Element</label>
69 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element"/>
70 </owl:Class>
72 <owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix">
73 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
74 <domain rdf:resource="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
75 <range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
76 <label xml:lang="en">has prefix</label>
77 </owl:DatatypeProperty>
79 <owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix">
80 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
81 <domain rdf:resource="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
82 <range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
83 <label xml:lang="en">has suffix</label>
84 </owl:DatatypeProperty>
85 </rdf:RDF>