summaryrefslogtreecommitdiffstats
path: root/schema/libreoffice/OpenDocument-v1.3+libreoffice-package-metadata.owl
blob: 2f0c35725f0900aba26c24e0a76555dcde033baa (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
<?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 Package Metadata Manifest Description
        OpenDocument-v1.3-package-metadata.owl
-->

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

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

<owl:Ontology rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
	<dc:title xml:lang="en">Open Document Package Metadata Manifest Ontology</dc:title>
	<label xml:lang="en">ODF Package Metadata Manifest</label>
</owl:Ontology>

<owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document">
	<label xml:lang="en">OpenDocument Document</label>
</owl:Class>

<owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File">
	<label xml:lang="en"> OpenDocument Document Package File</label>
</owl:Class>

<owl:ObjectProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart">
	<domain rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document"/>
	<range rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
	<label xml:lang="en">contains</label>
	<comment xml:lang="en">Related to dcterms:hasPart of the Dublin Core Metadata Initiative</comment>
</owl:ObjectProperty>

<owl:Class rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile">
	<label xml:lang="en">An OpenDocument Metadata File</label>
	<comment xml:lang="en">Used for any metadata file in the document</comment>
	<subClassOf rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
</owl:Class>

<owl:DatatypeProperty rdf:about="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType">
	<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
	<domain rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File"/>
	<range rdf:resource="http://www.w3.org/2001/XMLSchema-datatypes#string"/>
	<label xml:lang="en">the MIME type</label>
	<comment xml:lang="en">A string representing the MIME media type of a file (see RFC4288).</comment>
</owl:DatatypeProperty>

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

</rdf:RDF>