-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathelements.owl
187 lines (119 loc) · 10.1 KB
/
elements.owl
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/NET/dc_owl2dl/elements#"
xml:base="http://purl.org/NET/dc_owl2dl/elements"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<owl:Ontology rdf:about="http://purl.org/NET/dc_owl2dl/elements">
<owl:imports rdf:resource="http://www.w3.org/TR/skos-reference/skos-owl1-dl.rdf"/>
<rdfs:comment xml:lang="en">OWL 2 DL ontology for Dublin Core metadata elements from the http://purl.org/dc/elements/1.1/ namespace</rdfs:comment>
<rdfs:label xml:lang="en">Dublin Core Metadata Element Set, Version 1.1</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor">
<rdfs:comment xml:lang="en-us">Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.</rdfs:comment>
<rdfs:label xml:lang="en-us">Contributor</rdfs:label>
<skos:definition xml:lang="en-us">An entity responsible for making contributions to the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/coverage -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/coverage">
<rdfs:comment xml:lang="en-us">Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.</rdfs:comment>
<rdfs:label xml:lang="en-us">Coverage</rdfs:label>
<rdfs:seeAlso rdf:resource="http://www.getty.edu/research/tools/vocabulary/tgn/index.html"/>
<skos:definition xml:lang="en-us">The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdfs:comment xml:lang="en-us">Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.</rdfs:comment>
<rdfs:label xml:lang="en-us">Creator</rdfs:label>
<skos:definition xml:lang="en-us">An entity primarily responsible for making the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date">
<rdfs:comment xml:lang="en-us">Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601.</rdfs:comment>
<rdfs:label xml:lang="en-us">Date</rdfs:label>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/NOTE-datetime"/>
<skos:definition xml:lang="en-us">A point or period of time associated with an event in the lifecycle of the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description">
<rdfs:comment xml:lang="en-us">Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.</rdfs:comment>
<rdfs:label xml:lang="en-us">Description</rdfs:label>
<skos:definition xml:lang="en-us">An account of the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/format -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/format">
<rdfs:comment xml:lang="en-us">Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.</rdfs:comment>
<rdfs:label xml:lang="en-us">Format</rdfs:label>
<rdfs:seeAlso rdf:resource="http://www.iana.org/assignments/media-types/"/>
<skos:definition xml:lang="en-us">The file format, physical medium, or dimensions of the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/identifier -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/identifier">
<rdfs:comment xml:lang="en-us">Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.</rdfs:comment>
<rdfs:label xml:lang="en-us">Identifier</rdfs:label>
<skos:definition xml:lang="en-us">An unambiguous reference to the resource within a given context.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/language -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/language">
<rdfs:comment xml:lang="en-us">Recommended best practice is to use a controlled vocabulary such as RFC 4646.</rdfs:comment>
<rdfs:label xml:lang="en-us">Language</rdfs:label>
<rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc4646.txt"/>
<skos:definition xml:lang="en-us">A language of the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/publisher -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/publisher">
<rdfs:comment xml:lang="en-us">Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.</rdfs:comment>
<rdfs:label xml:lang="en-us">Publisher</rdfs:label>
<skos:definition xml:lang="en-us">An entity responsible for making the resource available.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/relation -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/relation">
<rdfs:comment xml:lang="en-us">Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</rdfs:comment>
<rdfs:label xml:lang="en-us">Relation</rdfs:label>
<skos:definition xml:lang="en-us">A related resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights">
<rdfs:comment xml:lang="en-us">Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.</rdfs:comment>
<rdfs:label xml:lang="en-us">Rights</rdfs:label>
<skos:definition xml:lang="en-us">Information about rights held in and over the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/source">
<rdfs:comment xml:lang="en-us">The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.</rdfs:comment>
<rdfs:label xml:lang="en-us">Source</rdfs:label>
<skos:definition xml:lang="en-us">A related resource from which the described resource is derived.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/subject -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/subject">
<rdfs:comment xml:lang="en-us">Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element.</rdfs:comment>
<rdfs:label xml:lang="en-us">Subject</rdfs:label>
<skos:definition xml:lang="en-us">The topic of the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title">
<rdfs:comment xml:lang="en-us">Typically, a Title will be a name by which the resource is formally known.</rdfs:comment>
<rdfs:label xml:lang="en-us">Title</rdfs:label>
<skos:definition xml:lang="en-us">A name given to the resource.</skos:definition>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/type -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/type">
<rdfs:comment xml:lang="en-us">Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary. To describe the file format, physical medium, or dimensions of the resource, use the Format element.</rdfs:comment>
<rdfs:label xml:lang="en-us">Type</rdfs:label>
<rdfs:seeAlso rdf:resource="http://dublincore.org/documents/dcmi-type-vocabulary/"/>
<skos:definition xml:lang="en-us">The nature or genre of the resource.</skos:definition>
</owl:AnnotationProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.13) https://github.com/owlcs/owlapi -->