preload: cleanup disabled messages and simplify flow.
[LibreOffice.git] / schema / odf1.2 / OpenDocument-v1.2-os-package-metadata.owl
blob24169558d0f4931fc5d7fa0444b31729acfcc454
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#">
42 <owl:Ontology rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#">
43 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
44 <dc:title xml:lang="en">Open Document Package Metadata Manifest Ontology</dc:title>
45 <label xml:lang="en">ODF Package Metadata Manifest</label>
46 </owl:Ontology>
48 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document">
49 <label xml:lang="en">OpenDocument Document</label>
50 </owl:Class>
52 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File">
53 <label xml:lang="en"> OpenDocument Document Package File</label>
54 </owl:Class>
56 <owl:ObjectProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart">
57 <domain rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
58 <range rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
59 <label xml:lang="en">contains</label>
60 <comment xml:lang="en">Related to dcterms:hasPart of the Dublin Core Metadata Initiative</comment>
61 </owl:ObjectProperty>
63 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile">
64 <label xml:lang="en">An OpenDocument Metadata File</label>
65 <comment xml:lang="en">Used for any metadata file in the document</comment>
66 <subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
67 </owl:Class>
69 <owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType">
70 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
71 <domain rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
72 <range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
73 <label xml:lang="en">the MIME type</label>
74 <comment xml:lang="en">A string representing the MIME media type of a file (see RFC4288).</comment>
75 </owl:DatatypeProperty>
77 <owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element">
78 <label xml:lang="en">OpenDocument Package XML Element</label>
79 </owl:Class>
81 </rdf:RDF>