summaryrefslogtreecommitdiff
path: root/schema/libreoffice/OpenDocument-v1.3+libreoffice-metadata.owl
blob: e35354ccd2fa7f995ce1004f094ee7a9f8753187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Open Document Format for Office Applications (OpenDocument) Version 1.3
     OASIS Standard
     27 April 2021
     Copyright (c) OASIS Open 2021. All Rights Reserved.
     Source: https://docs.oasis-open.org/office/OpenDocument/v1.3/os/schemas/
     Latest stage of specification: https://docs.oasis-open.org/office/OpenDocument/v1.3/OpenDocument-v1.3-part1-introduction.html
     TC IPR Statement: https://www.oasis-open.org/committees/office/ipr.php 

        Open Document Format for Office Applications (OpenDocument) Version 1.3
        OWL Schema Metadata Manifest Description
        OpenDocument-v1.3-metadata.owl
-->

<!-- https://issues.oasis-open.org/browse/OFFICE-2153 -->

<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#">

<owl:Ontology rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#">
	<owl:imports rdf:resource="http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-package-metadata.owl"/>
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
	<dc:title xml:lang="en">Open Document Schema Metadata Manifest Ontology</dc:title>
	<label xml:lang="en">ODF Schema Metadata Manifest</label>
</owl:Ontology>

<owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile">
	<label xml:lang="en">The OpenDocument Content File</label>
	<comment xml:lang="en">The unique content.xml from the root path of the document</comment>
	<subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
</owl:Class>

<owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile">
	<label xml:lang="en">The OpenDocument Styles File</label>
	<comment xml:lang="en">The unique styles.xml from the root path of the document</comment>
	<subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
</owl:Class>

<owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element">
	<label xml:lang="en">OpenDocument Package ODF XML Element</label>
	<subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element"/>
</owl:Class>

<owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field">
	<label xml:lang="en">OpenDocument Meta field Element</label>
	<subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element"/>
</owl:Class>

<owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	<domain rdf:resource="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
	<range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
	<label xml:lang="en">has prefix</label>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	<domain rdf:resource="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field"/>
	<range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
	<label xml:lang="en">has suffix</label>
</owl:DatatypeProperty>

<owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta">
	<label xml:lang="en">OpenDocument Annotated text range Element</label>
	<subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/odf#Element"/>
</owl:Class>

<owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0nestedtextcontent">
  <owl:equivalentClass>
    <owl:Class>
      <owl:unionOf rdf:parseType="Collection">
        <owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta">
        <owl:Class rdf:about="urn:oasis:names:tc:opendocument:xmlns:text:1.0meta-field">
      </owl:unionOf>
    </owl:Class>
  </owl:equivalentClass>
</owl:Class>

<owl:DatatypeProperty rdf:about="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0odf#shading">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	<domain rdf:resource="urn:oasis:names:tc:opendocument:xmlns:text:1.0nestedtextcontent"/>
	<range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
	<label xml:lang="en">has shading color</label>
</owl:DatatypeProperty>
</rdf:RDF>