rdf-vocab 3.1.1 → 3.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +69 -45
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +55 -39
- data/lib/rdf/vocab/acl.rb +84 -1
- data/lib/rdf/vocab/as.rb +466 -1
- data/lib/rdf/vocab/bf2.rb +1317 -1
- data/lib/rdf/vocab/bibframe.rb +1 -2
- data/lib/rdf/vocab/bibo.rb +496 -1
- data/lib/rdf/vocab/cc.rb +107 -1
- data/lib/rdf/vocab/cert.rb +68 -1
- data/lib/rdf/vocab/cnt.rb +79 -1
- data/lib/rdf/vocab/crm.rb +1303 -1
- data/lib/rdf/vocab/datacite.rb +1 -1
- data/lib/rdf/vocab/dbo.rb +10463 -1
- data/lib/rdf/vocab/dc.rb +470 -301
- data/lib/rdf/vocab/dc11.rb +88 -57
- data/lib/rdf/vocab/dcat.rb +153 -5
- data/lib/rdf/vocab/dcmitype.rb +51 -25
- data/lib/rdf/vocab/disco.rb +228 -1
- data/lib/rdf/vocab/doap.rb +175 -1
- data/lib/rdf/vocab/dwc.rb +753 -1
- data/lib/rdf/vocab/earl.rb +324 -0
- data/lib/rdf/vocab/ebucore.rb +7335 -1974
- data/lib/rdf/vocab/edm.rb +150 -1
- data/lib/rdf/vocab/exif.rb +650 -1
- data/lib/rdf/vocab/extensions.rb +265 -212
- data/lib/rdf/vocab/fcrepo4.rb +377 -1
- data/lib/rdf/vocab/foaf.rb +305 -1
- data/lib/rdf/vocab/geo.rb +39 -1
- data/lib/rdf/vocab/geojson.rb +66 -1
- data/lib/rdf/vocab/geonames.rb +166 -1
- data/lib/rdf/vocab/gr.rb +684 -1
- data/lib/rdf/vocab/gs1.rb +1597 -1
- data/lib/rdf/vocab/ht.rb +164 -1
- data/lib/rdf/vocab/hydra.rb +238 -4
- data/lib/rdf/vocab/iana.rb +230 -1
- data/lib/rdf/vocab/ical.rb +462 -1
- data/lib/rdf/vocab/identifiers.rb +462 -1
- data/lib/rdf/vocab/iiif.rb +136 -1
- data/lib/rdf/vocab/jsonld.rb +147 -3
- data/lib/rdf/vocab/ldp.rb +130 -1
- data/lib/rdf/vocab/lrmi.rb +69 -1
- data/lib/rdf/vocab/ma.rb +381 -1
- data/lib/rdf/vocab/mads.rb +610 -22
- data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +809 -1
- data/lib/rdf/vocab/mo.rb +919 -1
- data/lib/rdf/vocab/mods.rb +516 -1
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +275 -1
- data/lib/rdf/vocab/og.rb +100 -1
- data/lib/rdf/vocab/ogc.rb +34 -1
- data/lib/rdf/vocab/ore.rb +56 -1
- data/lib/rdf/vocab/org.rb +189 -1
- data/lib/rdf/vocab/pcdm.rb +47 -1
- data/lib/rdf/vocab/pplan.rb +64 -1
- data/lib/rdf/vocab/premis.rb +1266 -779
- data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +155 -1
- data/lib/rdf/vocab/prov.rb +619 -1
- data/lib/rdf/vocab/ptr.rb +138 -1
- data/lib/rdf/vocab/rightsstatements.rb +5 -1
- data/lib/rdf/vocab/rsa.rb +30 -1
- data/lib/rdf/vocab/rss.rb +42 -1
- data/lib/rdf/vocab/schema.rb +12470 -804
- data/lib/rdf/vocab/sd.rb +372 -0
- data/lib/rdf/vocab/sh.rb +736 -1
- data/lib/rdf/vocab/sioc.rb +401 -1
- data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +38 -1
- data/lib/rdf/vocab/{sioct.rb → sioctypes.rb} +158 -1
- data/lib/rdf/vocab/skos.rb +119 -1
- data/lib/rdf/vocab/skosxl.rb +30 -1
- data/lib/rdf/vocab/v.rb +291 -1
- data/lib/rdf/vocab/vcard.rb +508 -1
- data/lib/rdf/vocab/vmd.rb +291 -1
- data/lib/rdf/vocab/void.rb +121 -1
- data/lib/rdf/vocab/vs.rb +19 -1
- data/lib/rdf/vocab/wdrs.rb +90 -1
- data/lib/rdf/vocab/wot.rb +78 -1
- data/lib/rdf/vocab/xhtml.rb +2 -1
- data/lib/rdf/vocab/xhv.rb +338 -1
- data/lib/rdf/vocab/xkos.rb +150 -1
- data/spec/extensions_spec.rb +68 -0
- data/spec/vocab_spec.rb +10 -0
- metadata +16 -8
data/lib/rdf/vocab/dc.rb
CHANGED
@@ -5,9 +5,395 @@ require 'rdf'
|
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://purl.org/dc/terms/>
|
8
|
+
# #
|
9
|
+
# # DCMI Metadata Terms - other
|
8
10
|
# class DC < RDF::StrictVocabulary
|
11
|
+
# # A resource that acts or has the power to act.
|
12
|
+
# # @return [RDF::Vocabulary::Term]
|
13
|
+
# attr_reader :Agent
|
14
|
+
#
|
15
|
+
# # A group of agents.
|
16
|
+
# # @return [RDF::Vocabulary::Term]
|
17
|
+
# attr_reader :AgentClass
|
18
|
+
#
|
19
|
+
# # A book, article, or other documentary resource.
|
20
|
+
# # @return [RDF::Vocabulary::Term]
|
21
|
+
# attr_reader :BibliographicResource
|
22
|
+
#
|
23
|
+
# # A digital resource format.
|
24
|
+
# # @return [RDF::Vocabulary::Term]
|
25
|
+
# attr_reader :FileFormat
|
26
|
+
#
|
27
|
+
# # A rate at which something recurs.
|
28
|
+
# # @return [RDF::Vocabulary::Term]
|
29
|
+
# attr_reader :Frequency
|
30
|
+
#
|
31
|
+
# # The extent or range of judicial, law enforcement, or other authority.
|
32
|
+
# # @return [RDF::Vocabulary::Term]
|
33
|
+
# attr_reader :Jurisdiction
|
34
|
+
#
|
35
|
+
# # A legal document giving official permission to do something with a resource.
|
36
|
+
# # @return [RDF::Vocabulary::Term]
|
37
|
+
# attr_reader :LicenseDocument
|
38
|
+
#
|
39
|
+
# # A system of signs, symbols, sounds, gestures, or rules used in communication.
|
40
|
+
# # @return [RDF::Vocabulary::Term]
|
41
|
+
# attr_reader :LinguisticSystem
|
42
|
+
#
|
43
|
+
# # A spatial region or named place.
|
44
|
+
# # @return [RDF::Vocabulary::Term]
|
45
|
+
# attr_reader :Location
|
46
|
+
#
|
47
|
+
# # A location, period of time, or jurisdiction.
|
48
|
+
# # @return [RDF::Vocabulary::Term]
|
49
|
+
# attr_reader :LocationPeriodOrJurisdiction
|
50
|
+
#
|
51
|
+
# # A file format or physical medium.
|
52
|
+
# # @return [RDF::Vocabulary::Term]
|
53
|
+
# attr_reader :MediaType
|
54
|
+
#
|
55
|
+
# # A media type or extent.
|
56
|
+
# # @return [RDF::Vocabulary::Term]
|
57
|
+
# attr_reader :MediaTypeOrExtent
|
58
|
+
#
|
59
|
+
# # A method by which resources are added to a collection.
|
60
|
+
# # @return [RDF::Vocabulary::Term]
|
61
|
+
# attr_reader :MethodOfAccrual
|
62
|
+
#
|
63
|
+
# # A process that is used to engender knowledge, attitudes, and skills.
|
64
|
+
# # @return [RDF::Vocabulary::Term]
|
65
|
+
# attr_reader :MethodOfInstruction
|
66
|
+
#
|
67
|
+
# # An interval of time that is named or defined by its start and end dates.
|
68
|
+
# # @return [RDF::Vocabulary::Term]
|
69
|
+
# attr_reader :PeriodOfTime
|
70
|
+
#
|
71
|
+
# # A physical material or carrier.
|
72
|
+
# # @return [RDF::Vocabulary::Term]
|
73
|
+
# attr_reader :PhysicalMedium
|
74
|
+
#
|
75
|
+
# # A material thing.
|
76
|
+
# # @return [RDF::Vocabulary::Term]
|
77
|
+
# attr_reader :PhysicalResource
|
78
|
+
#
|
79
|
+
# # A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.
|
80
|
+
# # @return [RDF::Vocabulary::Term]
|
81
|
+
# attr_reader :Policy
|
82
|
+
#
|
83
|
+
# # Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.
|
84
|
+
# # @return [RDF::Vocabulary::Term]
|
85
|
+
# attr_reader :ProvenanceStatement
|
86
|
+
#
|
87
|
+
# # A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.
|
88
|
+
# # @return [RDF::Vocabulary::Term]
|
89
|
+
# attr_reader :RightsStatement
|
90
|
+
#
|
91
|
+
# # A dimension or extent, or a time taken to play or execute.
|
92
|
+
# # @return [RDF::Vocabulary::Term]
|
93
|
+
# attr_reader :SizeOrDuration
|
94
|
+
#
|
95
|
+
# # A reference point against which other things can be evaluated or compared.
|
96
|
+
# # @return [RDF::Vocabulary::Term]
|
97
|
+
# attr_reader :Standard
|
98
|
+
#
|
99
|
+
# # A summary of the resource.
|
100
|
+
# # @return [RDF::Vocabulary::Term]
|
101
|
+
# attr_reader :abstract
|
102
|
+
#
|
103
|
+
# # Information about who access the resource or an indication of its security status.
|
104
|
+
# # @return [RDF::Vocabulary::Term]
|
105
|
+
# attr_reader :accessRights
|
106
|
+
#
|
107
|
+
# # The method by which items are added to a collection.
|
108
|
+
# # @return [RDF::Vocabulary::Term]
|
109
|
+
# attr_reader :accrualMethod
|
110
|
+
#
|
111
|
+
# # The frequency with which items are added to a collection.
|
112
|
+
# # @return [RDF::Vocabulary::Term]
|
113
|
+
# attr_reader :accrualPeriodicity
|
114
|
+
#
|
115
|
+
# # The policy governing the addition of items to a collection.
|
116
|
+
# # @return [RDF::Vocabulary::Term]
|
117
|
+
# attr_reader :accrualPolicy
|
118
|
+
#
|
119
|
+
# # An alternative name for the resource.
|
120
|
+
# # @return [RDF::Vocabulary::Term]
|
121
|
+
# attr_reader :alternative
|
122
|
+
#
|
123
|
+
# # A class of agents for whom the resource is intended or useful.
|
124
|
+
# # @return [RDF::Vocabulary::Term]
|
125
|
+
# attr_reader :audience
|
126
|
+
#
|
127
|
+
# # Date that the resource became or will become available.
|
128
|
+
# # @return [RDF::Vocabulary::Term]
|
129
|
+
# attr_reader :available
|
130
|
+
#
|
131
|
+
# # A bibliographic reference for the resource.
|
132
|
+
# # @return [RDF::Vocabulary::Term]
|
133
|
+
# attr_reader :bibliographicCitation
|
134
|
+
#
|
135
|
+
# # An established standard to which the described resource conforms.
|
136
|
+
# # @return [RDF::Vocabulary::Term]
|
137
|
+
# attr_reader :conformsTo
|
138
|
+
#
|
139
|
+
# # An entity responsible for making contributions to the resource.
|
140
|
+
# # @return [RDF::Vocabulary::Term]
|
141
|
+
# attr_reader :contributor
|
142
|
+
#
|
143
|
+
# # The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.
|
144
|
+
# # @return [RDF::Vocabulary::Term]
|
145
|
+
# attr_reader :coverage
|
146
|
+
#
|
147
|
+
# # Date of creation of the resource.
|
148
|
+
# # @return [RDF::Vocabulary::Term]
|
149
|
+
# attr_reader :created
|
150
|
+
#
|
151
|
+
# # An entity responsible for making the resource.
|
152
|
+
# # @return [RDF::Vocabulary::Term]
|
153
|
+
# attr_reader :creator
|
154
|
+
#
|
155
|
+
# # A point or period of time associated with an event in the lifecycle of the resource.
|
156
|
+
# # @return [RDF::Vocabulary::Term]
|
157
|
+
# attr_reader :date
|
158
|
+
#
|
159
|
+
# # Date of acceptance of the resource.
|
160
|
+
# # @return [RDF::Vocabulary::Term]
|
161
|
+
# attr_reader :dateAccepted
|
162
|
+
#
|
163
|
+
# # Date of copyright of the resource.
|
164
|
+
# # @return [RDF::Vocabulary::Term]
|
165
|
+
# attr_reader :dateCopyrighted
|
166
|
+
#
|
167
|
+
# # Date of submission of the resource.
|
168
|
+
# # @return [RDF::Vocabulary::Term]
|
169
|
+
# attr_reader :dateSubmitted
|
170
|
+
#
|
171
|
+
# # An account of the resource.
|
172
|
+
# # @return [RDF::Vocabulary::Term]
|
173
|
+
# attr_reader :description
|
174
|
+
#
|
175
|
+
# # A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.
|
176
|
+
# # @return [RDF::Vocabulary::Term]
|
177
|
+
# attr_reader :educationLevel
|
178
|
+
#
|
179
|
+
# # The size or duration of the resource.
|
180
|
+
# # @return [RDF::Vocabulary::Term]
|
181
|
+
# attr_reader :extent
|
182
|
+
#
|
183
|
+
# # The file format, physical medium, or dimensions of the resource.
|
184
|
+
# # @return [RDF::Vocabulary::Term]
|
185
|
+
# attr_reader :format
|
186
|
+
#
|
187
|
+
# # A related resource that is substantially the same as the pre-existing described resource, but in another format.
|
188
|
+
# # @return [RDF::Vocabulary::Term]
|
189
|
+
# attr_reader :hasFormat
|
190
|
+
#
|
191
|
+
# # A related resource that is included either physically or logically in the described resource.
|
192
|
+
# # @return [RDF::Vocabulary::Term]
|
193
|
+
# attr_reader :hasPart
|
194
|
+
#
|
195
|
+
# # A related resource that is a version, edition, or adaptation of the described resource.
|
196
|
+
# # @return [RDF::Vocabulary::Term]
|
197
|
+
# attr_reader :hasVersion
|
198
|
+
#
|
199
|
+
# # An unambiguous reference to the resource within a given context.
|
200
|
+
# # @return [RDF::Vocabulary::Term]
|
201
|
+
# attr_reader :identifier
|
202
|
+
#
|
203
|
+
# # A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.
|
204
|
+
# # @return [RDF::Vocabulary::Term]
|
205
|
+
# attr_reader :instructionalMethod
|
206
|
+
#
|
207
|
+
# # A pre-existing related resource that is substantially the same as the described resource, but in another format.
|
208
|
+
# # @return [RDF::Vocabulary::Term]
|
209
|
+
# attr_reader :isFormatOf
|
210
|
+
#
|
211
|
+
# # A related resource in which the described resource is physically or logically included.
|
212
|
+
# # @return [RDF::Vocabulary::Term]
|
213
|
+
# attr_reader :isPartOf
|
214
|
+
#
|
215
|
+
# # A related resource that references, cites, or otherwise points to the described resource.
|
216
|
+
# # @return [RDF::Vocabulary::Term]
|
217
|
+
# attr_reader :isReferencedBy
|
218
|
+
#
|
219
|
+
# # A related resource that supplants, displaces, or supersedes the described resource.
|
220
|
+
# # @return [RDF::Vocabulary::Term]
|
221
|
+
# attr_reader :isReplacedBy
|
222
|
+
#
|
223
|
+
# # A related resource that requires the described resource to support its function, delivery, or coherence.
|
224
|
+
# # @return [RDF::Vocabulary::Term]
|
225
|
+
# attr_reader :isRequiredBy
|
226
|
+
#
|
227
|
+
# # A related resource of which the described resource is a version, edition, or adaptation.
|
228
|
+
# # @return [RDF::Vocabulary::Term]
|
229
|
+
# attr_reader :isVersionOf
|
230
|
+
#
|
231
|
+
# # Date of formal issuance of the resource.
|
232
|
+
# # @return [RDF::Vocabulary::Term]
|
233
|
+
# attr_reader :issued
|
234
|
+
#
|
235
|
+
# # A language of the resource.
|
236
|
+
# # @return [RDF::Vocabulary::Term]
|
237
|
+
# attr_reader :language
|
238
|
+
#
|
239
|
+
# # A legal document giving official permission to do something with the resource.
|
240
|
+
# # @return [RDF::Vocabulary::Term]
|
241
|
+
# attr_reader :license
|
242
|
+
#
|
243
|
+
# # An entity that mediates access to the resource.
|
244
|
+
# # @return [RDF::Vocabulary::Term]
|
245
|
+
# attr_reader :mediator
|
246
|
+
#
|
247
|
+
# # The material or physical carrier of the resource.
|
248
|
+
# # @return [RDF::Vocabulary::Term]
|
249
|
+
# attr_reader :medium
|
250
|
+
#
|
251
|
+
# # Date on which the resource was changed.
|
252
|
+
# # @return [RDF::Vocabulary::Term]
|
253
|
+
# attr_reader :modified
|
254
|
+
#
|
255
|
+
# # A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.
|
256
|
+
# # @return [RDF::Vocabulary::Term]
|
257
|
+
# attr_reader :provenance
|
258
|
+
#
|
259
|
+
# # An entity responsible for making the resource available.
|
260
|
+
# # @return [RDF::Vocabulary::Term]
|
261
|
+
# attr_reader :publisher
|
262
|
+
#
|
263
|
+
# # A related resource that is referenced, cited, or otherwise pointed to by the described resource.
|
264
|
+
# # @return [RDF::Vocabulary::Term]
|
265
|
+
# attr_reader :references
|
266
|
+
#
|
267
|
+
# # A related resource.
|
268
|
+
# # @return [RDF::Vocabulary::Term]
|
269
|
+
# attr_reader :relation
|
270
|
+
#
|
271
|
+
# # A related resource that is supplanted, displaced, or superseded by the described resource.
|
272
|
+
# # @return [RDF::Vocabulary::Term]
|
273
|
+
# attr_reader :replaces
|
274
|
+
#
|
275
|
+
# # A related resource that is required by the described resource to support its function, delivery, or coherence.
|
276
|
+
# # @return [RDF::Vocabulary::Term]
|
277
|
+
# attr_reader :requires
|
278
|
+
#
|
279
|
+
# # Information about rights held in and over the resource.
|
280
|
+
# # @return [RDF::Vocabulary::Term]
|
281
|
+
# attr_reader :rights
|
282
|
+
#
|
283
|
+
# # A person or organization owning or managing rights over the resource.
|
284
|
+
# # @return [RDF::Vocabulary::Term]
|
285
|
+
# attr_reader :rightsHolder
|
286
|
+
#
|
287
|
+
# # A related resource from which the described resource is derived.
|
288
|
+
# # @return [RDF::Vocabulary::Term]
|
289
|
+
# attr_reader :source
|
290
|
+
#
|
291
|
+
# # Spatial characteristics of the resource.
|
292
|
+
# # @return [RDF::Vocabulary::Term]
|
293
|
+
# attr_reader :spatial
|
294
|
+
#
|
295
|
+
# # A topic of the resource.
|
296
|
+
# # @return [RDF::Vocabulary::Term]
|
297
|
+
# attr_reader :subject
|
298
|
+
#
|
299
|
+
# # A list of subunits of the resource.
|
300
|
+
# # @return [RDF::Vocabulary::Term]
|
301
|
+
# attr_reader :tableOfContents
|
302
|
+
#
|
303
|
+
# # Temporal characteristics of the resource.
|
304
|
+
# # @return [RDF::Vocabulary::Term]
|
305
|
+
# attr_reader :temporal
|
306
|
+
#
|
307
|
+
# # A name given to the resource.
|
308
|
+
# # @return [RDF::Vocabulary::Term]
|
309
|
+
# attr_reader :title
|
310
|
+
#
|
311
|
+
# # The nature or genre of the resource.
|
312
|
+
# # @return [RDF::Vocabulary::Term]
|
313
|
+
# attr_reader :type
|
314
|
+
#
|
315
|
+
# # Date (often a range) of validity of a resource.
|
316
|
+
# # @return [RDF::Vocabulary::Term]
|
317
|
+
# attr_reader :valid
|
318
|
+
#
|
319
|
+
# # The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.
|
320
|
+
# # @return [RDF::Vocabulary::Term]
|
321
|
+
# attr_reader :Box
|
322
|
+
#
|
323
|
+
# # The set of codes listed in ISO 3166-1 for the representation of names of countries.
|
324
|
+
# # @return [RDF::Vocabulary::Term]
|
325
|
+
# attr_reader :ISO3166
|
326
|
+
#
|
327
|
+
# # The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.
|
328
|
+
# # @return [RDF::Vocabulary::Term]
|
329
|
+
# attr_reader :Period
|
330
|
+
#
|
331
|
+
# # The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.
|
332
|
+
# # @return [RDF::Vocabulary::Term]
|
333
|
+
# attr_reader :Point
|
334
|
+
#
|
335
|
+
# # The set of tags, constructed according to RFC 1766, for the identification of languages.
|
336
|
+
# # @return [RDF::Vocabulary::Term]
|
337
|
+
# attr_reader :RFC1766
|
338
|
+
#
|
339
|
+
# # The set of tags constructed according to RFC 3066 for the identification of languages.
|
340
|
+
# # @return [RDF::Vocabulary::Term]
|
341
|
+
# attr_reader :RFC3066
|
342
|
+
#
|
343
|
+
# # The set of tags constructed according to RFC 4646 for the identification of languages.
|
344
|
+
# # @return [RDF::Vocabulary::Term]
|
345
|
+
# attr_reader :RFC4646
|
346
|
+
#
|
347
|
+
# # The set of tags constructed according to RFC 5646 for the identification of languages.
|
348
|
+
# # @return [RDF::Vocabulary::Term]
|
349
|
+
# attr_reader :RFC5646
|
350
|
+
#
|
351
|
+
# # The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.
|
352
|
+
# # @return [RDF::Vocabulary::Term]
|
353
|
+
# attr_reader :URI
|
354
|
+
#
|
355
|
+
# # The set of dates and times constructed according to the W3C Date and Time Formats Specification.
|
356
|
+
# # @return [RDF::Vocabulary::Term]
|
357
|
+
# attr_reader :W3CDTF
|
358
|
+
#
|
359
|
+
# # The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.
|
360
|
+
# # @return [RDF::Vocabulary::Term]
|
361
|
+
# attr_reader :DCMIType
|
362
|
+
#
|
363
|
+
# # The set of conceptual resources specified by the Dewey Decimal Classification.
|
364
|
+
# # @return [RDF::Vocabulary::Term]
|
365
|
+
# attr_reader :DDC
|
366
|
+
#
|
367
|
+
# # The set of media types specified by the Internet Assigned Numbers Authority.
|
368
|
+
# # @return [RDF::Vocabulary::Term]
|
369
|
+
# attr_reader :IMT
|
370
|
+
#
|
371
|
+
# # The set of conceptual resources specified by the Library of Congress Classification.
|
372
|
+
# # @return [RDF::Vocabulary::Term]
|
373
|
+
# attr_reader :LCC
|
374
|
+
#
|
375
|
+
# # The set of labeled concepts specified by the Library of Congress Subject Headings.
|
376
|
+
# # @return [RDF::Vocabulary::Term]
|
377
|
+
# attr_reader :LCSH
|
378
|
+
#
|
379
|
+
# # The set of labeled concepts specified by the Medical Subject Headings.
|
380
|
+
# # @return [RDF::Vocabulary::Term]
|
381
|
+
# attr_reader :MESH
|
382
|
+
#
|
383
|
+
# # The set of conceptual resources specified by the National Library of Medicine Classification.
|
384
|
+
# # @return [RDF::Vocabulary::Term]
|
385
|
+
# attr_reader :NLM
|
386
|
+
#
|
387
|
+
# # The set of places specified by the Getty Thesaurus of Geographic Names.
|
388
|
+
# # @return [RDF::Vocabulary::Term]
|
389
|
+
# attr_reader :TGN
|
390
|
+
#
|
391
|
+
# # The set of conceptual resources specified by the Universal Decimal Classification.
|
392
|
+
# # @return [RDF::Vocabulary::Term]
|
393
|
+
# attr_reader :UDC
|
394
|
+
#
|
9
395
|
# end
|
10
|
-
|
396
|
+
DC = Class.new(RDF::StrictVocabulary("http://purl.org/dc/terms/")) do
|
11
397
|
|
12
398
|
# Ontology definition
|
13
399
|
ontology :"http://purl.org/dc/terms/",
|
@@ -18,33 +404,25 @@ module RDF::Vocab
|
|
18
404
|
# Class definitions
|
19
405
|
term :Agent,
|
20
406
|
comment: %(A resource that acts or has the power to act.).freeze,
|
21
|
-
"dc:description": "Examples of Agent include person, organization, and software agent.".freeze,
|
22
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Agent-001".freeze,
|
23
407
|
"dc:issued": "2008-01-14".freeze,
|
24
408
|
isDefinedBy: "dc:".freeze,
|
25
409
|
label: "Agent".freeze,
|
26
410
|
type: ["dc:AgentClass".freeze, "rdfs:Class".freeze]
|
27
411
|
term :AgentClass,
|
28
412
|
comment: %(A group of agents.).freeze,
|
29
|
-
"dc:description": "Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers.".freeze,
|
30
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#AgentClass-003".freeze,
|
31
413
|
"dc:issued": "2008-01-14".freeze,
|
32
|
-
"dc:modified": "2012-06-14".freeze,
|
33
414
|
isDefinedBy: "dc:".freeze,
|
34
415
|
label: "Agent Class".freeze,
|
35
416
|
subClassOf: "rdfs:Class".freeze,
|
36
417
|
type: "rdfs:Class".freeze
|
37
418
|
term :BibliographicResource,
|
38
419
|
comment: %(A book, article, or other documentary resource.).freeze,
|
39
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#BibliographicResource-001".freeze,
|
40
420
|
"dc:issued": "2008-01-14".freeze,
|
41
421
|
isDefinedBy: "dc:".freeze,
|
42
422
|
label: "Bibliographic Resource".freeze,
|
43
423
|
type: "rdfs:Class".freeze
|
44
424
|
term :FileFormat,
|
45
425
|
comment: %(A digital resource format.).freeze,
|
46
|
-
"dc:description": "Examples include the formats defined by the list of Internet Media Types.".freeze,
|
47
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#FileFormat-001".freeze,
|
48
426
|
"dc:issued": "2008-01-14".freeze,
|
49
427
|
isDefinedBy: "dc:".freeze,
|
50
428
|
label: "File Format".freeze,
|
@@ -52,22 +430,19 @@ module RDF::Vocab
|
|
52
430
|
type: "rdfs:Class".freeze
|
53
431
|
term :Frequency,
|
54
432
|
comment: %(A rate at which something recurs.).freeze,
|
55
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Frequency-001".freeze,
|
56
433
|
"dc:issued": "2008-01-14".freeze,
|
57
434
|
isDefinedBy: "dc:".freeze,
|
58
435
|
label: "Frequency".freeze,
|
59
436
|
type: "rdfs:Class".freeze
|
60
437
|
term :Jurisdiction,
|
61
438
|
comment: %(The extent or range of judicial, law enforcement, or other authority.).freeze,
|
62
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Jurisdiction-001".freeze,
|
63
439
|
"dc:issued": "2008-01-14".freeze,
|
64
440
|
isDefinedBy: "dc:".freeze,
|
65
441
|
label: "Jurisdiction".freeze,
|
66
442
|
subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
|
67
443
|
type: "rdfs:Class".freeze
|
68
444
|
term :LicenseDocument,
|
69
|
-
comment: %(A legal document giving official permission to do something with a
|
70
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#LicenseDocument-001".freeze,
|
445
|
+
comment: %(A legal document giving official permission to do something with a resource.).freeze,
|
71
446
|
"dc:issued": "2008-01-14".freeze,
|
72
447
|
isDefinedBy: "dc:".freeze,
|
73
448
|
label: "License Document".freeze,
|
@@ -75,15 +450,13 @@ module RDF::Vocab
|
|
75
450
|
type: "rdfs:Class".freeze
|
76
451
|
term :LinguisticSystem,
|
77
452
|
comment: %(A system of signs, symbols, sounds, gestures, or rules used in communication.).freeze,
|
78
|
-
"dc:description": "
|
79
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#LinguisticSystem-001".freeze,
|
453
|
+
"dc:description": "Written, spoken, sign, and computer languages are linguistic systems.".freeze,
|
80
454
|
"dc:issued": "2008-01-14".freeze,
|
81
455
|
isDefinedBy: "dc:".freeze,
|
82
456
|
label: "Linguistic System".freeze,
|
83
457
|
type: "rdfs:Class".freeze
|
84
458
|
term :Location,
|
85
459
|
comment: %(A spatial region or named place.).freeze,
|
86
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Location-001".freeze,
|
87
460
|
"dc:issued": "2008-01-14".freeze,
|
88
461
|
isDefinedBy: "dc:".freeze,
|
89
462
|
label: "Location".freeze,
|
@@ -91,14 +464,12 @@ module RDF::Vocab
|
|
91
464
|
type: "rdfs:Class".freeze
|
92
465
|
term :LocationPeriodOrJurisdiction,
|
93
466
|
comment: %(A location, period of time, or jurisdiction.).freeze,
|
94
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#LocationPeriodOrJurisdiction-001".freeze,
|
95
467
|
"dc:issued": "2008-01-14".freeze,
|
96
468
|
isDefinedBy: "dc:".freeze,
|
97
469
|
label: "Location, Period, or Jurisdiction".freeze,
|
98
470
|
type: "rdfs:Class".freeze
|
99
471
|
term :MediaType,
|
100
472
|
comment: %(A file format or physical medium.).freeze,
|
101
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#MediaType-001".freeze,
|
102
473
|
"dc:issued": "2008-01-14".freeze,
|
103
474
|
isDefinedBy: "dc:".freeze,
|
104
475
|
label: "Media Type".freeze,
|
@@ -106,28 +477,24 @@ module RDF::Vocab
|
|
106
477
|
type: "rdfs:Class".freeze
|
107
478
|
term :MediaTypeOrExtent,
|
108
479
|
comment: %(A media type or extent.).freeze,
|
109
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#MediaTypeOrExtent-001".freeze,
|
110
480
|
"dc:issued": "2008-01-14".freeze,
|
111
481
|
isDefinedBy: "dc:".freeze,
|
112
482
|
label: "Media Type or Extent".freeze,
|
113
483
|
type: "rdfs:Class".freeze
|
114
484
|
term :MethodOfAccrual,
|
115
485
|
comment: %(A method by which resources are added to a collection.).freeze,
|
116
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#MethodOfAccrual-001".freeze,
|
117
486
|
"dc:issued": "2008-01-14".freeze,
|
118
487
|
isDefinedBy: "dc:".freeze,
|
119
488
|
label: "Method of Accrual".freeze,
|
120
489
|
type: "rdfs:Class".freeze
|
121
490
|
term :MethodOfInstruction,
|
122
491
|
comment: %(A process that is used to engender knowledge, attitudes, and skills.).freeze,
|
123
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#MethodOfInstruction-001".freeze,
|
124
492
|
"dc:issued": "2008-01-14".freeze,
|
125
493
|
isDefinedBy: "dc:".freeze,
|
126
494
|
label: "Method of Instruction".freeze,
|
127
495
|
type: "rdfs:Class".freeze
|
128
496
|
term :PeriodOfTime,
|
129
497
|
comment: %(An interval of time that is named or defined by its start and end dates.).freeze,
|
130
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#PeriodOfTime-001".freeze,
|
131
498
|
"dc:issued": "2008-01-14".freeze,
|
132
499
|
isDefinedBy: "dc:".freeze,
|
133
500
|
label: "Period of Time".freeze,
|
@@ -136,7 +503,6 @@ module RDF::Vocab
|
|
136
503
|
term :PhysicalMedium,
|
137
504
|
comment: %(A physical material or carrier.).freeze,
|
138
505
|
"dc:description": "Examples include paper, canvas, or DVD.".freeze,
|
139
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#PhysicalMedium-001".freeze,
|
140
506
|
"dc:issued": "2008-01-14".freeze,
|
141
507
|
isDefinedBy: "dc:".freeze,
|
142
508
|
label: "Physical Medium".freeze,
|
@@ -144,28 +510,24 @@ module RDF::Vocab
|
|
144
510
|
type: "rdfs:Class".freeze
|
145
511
|
term :PhysicalResource,
|
146
512
|
comment: %(A material thing.).freeze,
|
147
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#PhysicalResource-001".freeze,
|
148
513
|
"dc:issued": "2008-01-14".freeze,
|
149
514
|
isDefinedBy: "dc:".freeze,
|
150
515
|
label: "Physical Resource".freeze,
|
151
516
|
type: "rdfs:Class".freeze
|
152
517
|
term :Policy,
|
153
518
|
comment: %(A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.).freeze,
|
154
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Policy-001".freeze,
|
155
519
|
"dc:issued": "2008-01-14".freeze,
|
156
520
|
isDefinedBy: "dc:".freeze,
|
157
521
|
label: "Policy".freeze,
|
158
522
|
type: "rdfs:Class".freeze
|
159
523
|
term :ProvenanceStatement,
|
160
|
-
comment: %(
|
161
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#ProvenanceStatement-001".freeze,
|
524
|
+
comment: %(Any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.).freeze,
|
162
525
|
"dc:issued": "2008-01-14".freeze,
|
163
526
|
isDefinedBy: "dc:".freeze,
|
164
527
|
label: "Provenance Statement".freeze,
|
165
528
|
type: "rdfs:Class".freeze
|
166
529
|
term :RightsStatement,
|
167
|
-
comment: %(A statement about the intellectual property rights \(IPR\) held in or over a
|
168
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#RightsStatement-001".freeze,
|
530
|
+
comment: %(A statement about the intellectual property rights \(IPR\) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.).freeze,
|
169
531
|
"dc:issued": "2008-01-14".freeze,
|
170
532
|
isDefinedBy: "dc:".freeze,
|
171
533
|
label: "Rights Statement".freeze,
|
@@ -173,15 +535,13 @@ module RDF::Vocab
|
|
173
535
|
term :SizeOrDuration,
|
174
536
|
comment: %(A dimension or extent, or a time taken to play or execute.).freeze,
|
175
537
|
"dc:description": "Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds.".freeze,
|
176
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#SizeOrDuration-001".freeze,
|
177
538
|
"dc:issued": "2008-01-14".freeze,
|
178
539
|
isDefinedBy: "dc:".freeze,
|
179
540
|
label: "Size or Duration".freeze,
|
180
541
|
subClassOf: "dc:MediaTypeOrExtent".freeze,
|
181
542
|
type: "rdfs:Class".freeze
|
182
543
|
term :Standard,
|
183
|
-
comment: %(A
|
184
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Standard-001".freeze,
|
544
|
+
comment: %(A reference point against which other things can be evaluated or compared.).freeze,
|
185
545
|
"dc:issued": "2008-01-14".freeze,
|
186
546
|
isDefinedBy: "dc:".freeze,
|
187
547
|
label: "Standard".freeze,
|
@@ -190,605 +550,446 @@ module RDF::Vocab
|
|
190
550
|
# Property definitions
|
191
551
|
property :abstract,
|
192
552
|
comment: %(A summary of the resource.).freeze,
|
193
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#abstract-003".freeze,
|
194
553
|
"dc:issued": "2000-07-11".freeze,
|
195
|
-
"dc:modified": "2008-01-14".freeze,
|
196
554
|
isDefinedBy: "dc:".freeze,
|
197
555
|
label: "Abstract".freeze,
|
198
|
-
subPropertyOf: ["dc11:description".freeze, "dc:description".freeze],
|
199
556
|
type: "rdf:Property".freeze
|
200
557
|
property :accessRights,
|
201
|
-
comment: %(Information about who
|
558
|
+
comment: %(Information about who access the resource or an indication of its security status.).freeze,
|
202
559
|
"dc:description": "Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.".freeze,
|
203
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#accessRights-002".freeze,
|
204
560
|
"dc:issued": "2003-02-15".freeze,
|
205
|
-
"dc
|
561
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:RightsStatement".freeze,
|
206
562
|
isDefinedBy: "dc:".freeze,
|
207
563
|
label: "Access Rights".freeze,
|
208
|
-
range: "dc:RightsStatement".freeze,
|
209
|
-
subPropertyOf: ["dc11:rights".freeze, "dc:rights".freeze],
|
210
564
|
type: "rdf:Property".freeze
|
211
565
|
property :accrualMethod,
|
212
566
|
comment: %(The method by which items are added to a collection.).freeze,
|
213
|
-
"dc:
|
567
|
+
"dc:description": "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)].".freeze,
|
214
568
|
"dc:issued": "2005-06-13".freeze,
|
215
|
-
"dc:modified": "2010-10-11".freeze,
|
216
569
|
domain: "dcmitype:Collection".freeze,
|
570
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:MethodOfAccrual".freeze,
|
217
571
|
isDefinedBy: "dc:".freeze,
|
218
572
|
label: "Accrual Method".freeze,
|
219
|
-
range: "dc:MethodOfAccrual".freeze,
|
220
573
|
type: "rdf:Property".freeze
|
221
574
|
property :accrualPeriodicity,
|
222
575
|
comment: %(The frequency with which items are added to a collection.).freeze,
|
223
|
-
"dc:
|
576
|
+
"dc:description": "Recommended practice is to use a value from the Collection Description Frequency Vocabulary [[DCMI-COLLFREQ](https://dublincore.org/groups/collections/frequency/)].".freeze,
|
224
577
|
"dc:issued": "2005-06-13".freeze,
|
225
|
-
"dc:modified": "2010-10-11".freeze,
|
226
578
|
domain: "dcmitype:Collection".freeze,
|
579
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Frequency".freeze,
|
227
580
|
isDefinedBy: "dc:".freeze,
|
228
581
|
label: "Accrual Periodicity".freeze,
|
229
|
-
range: "dc:Frequency".freeze,
|
230
582
|
type: "rdf:Property".freeze
|
231
583
|
property :accrualPolicy,
|
232
584
|
comment: %(The policy governing the addition of items to a collection.).freeze,
|
233
|
-
"dc:
|
585
|
+
"dc:description": "Recommended practice is to use a value from the Collection Description Accrual Policy Vocabulary [[DCMI-ACCRUALPOLICY](https://dublincore.org/groups/collections/accrual-policy/)].".freeze,
|
234
586
|
"dc:issued": "2005-06-13".freeze,
|
235
|
-
"dc:modified": "2010-10-11".freeze,
|
236
587
|
domain: "dcmitype:Collection".freeze,
|
588
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Policy".freeze,
|
237
589
|
isDefinedBy: "dc:".freeze,
|
238
590
|
label: "Accrual Policy".freeze,
|
239
|
-
range: "dc:Policy".freeze,
|
240
591
|
type: "rdf:Property".freeze
|
241
592
|
property :alternative,
|
242
593
|
comment: %(An alternative name for the resource.).freeze,
|
243
594
|
"dc:description": "The distinction between titles and alternative titles is application-specific.".freeze,
|
244
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#alternative-003".freeze,
|
245
595
|
"dc:issued": "2000-07-11".freeze,
|
246
|
-
"dc:modified": "2010-10-11".freeze,
|
247
596
|
isDefinedBy: "dc:".freeze,
|
248
597
|
label: "Alternative Title".freeze,
|
249
598
|
range: "rdfs:Literal".freeze,
|
250
|
-
subPropertyOf: ["dc11:title".freeze, "dc:title".freeze],
|
251
599
|
type: "rdf:Property".freeze
|
252
600
|
property :audience,
|
253
|
-
comment: %(A class of
|
254
|
-
"dc:
|
601
|
+
comment: %(A class of agents for whom the resource is intended or useful.).freeze,
|
602
|
+
"dc:description": "Recommended practice is to use this property with non-literal values from a vocabulary of audience types.".freeze,
|
255
603
|
"dc:issued": "2001-05-21".freeze,
|
256
|
-
"dc
|
604
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
|
257
605
|
isDefinedBy: "dc:".freeze,
|
258
606
|
label: "Audience".freeze,
|
259
|
-
range: "dc:AgentClass".freeze,
|
260
607
|
type: "rdf:Property".freeze
|
261
608
|
property :available,
|
262
|
-
comment: %(Date
|
263
|
-
"dc:
|
609
|
+
comment: %(Date that the resource became or will become available.).freeze,
|
610
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
|
264
611
|
"dc:issued": "2000-07-11".freeze,
|
265
|
-
"dc:modified": "2008-01-14".freeze,
|
266
612
|
isDefinedBy: "dc:".freeze,
|
267
613
|
label: "Date Available".freeze,
|
268
614
|
range: "rdfs:Literal".freeze,
|
269
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
270
615
|
type: "rdf:Property".freeze
|
271
616
|
property :bibliographicCitation,
|
272
617
|
comment: %(A bibliographic reference for the resource.).freeze,
|
273
618
|
"dc:description": "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.".freeze,
|
274
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#bibliographicCitation-002".freeze,
|
275
619
|
"dc:issued": "2003-02-15".freeze,
|
276
|
-
"dc:modified": "2008-01-14".freeze,
|
277
|
-
domain: "dc:BibliographicResource".freeze,
|
278
620
|
isDefinedBy: "dc:".freeze,
|
279
621
|
label: "Bibliographic Citation".freeze,
|
280
622
|
range: "rdfs:Literal".freeze,
|
281
|
-
subPropertyOf: ["dc11:identifier".freeze, "dc:identifier".freeze],
|
282
623
|
type: "rdf:Property".freeze
|
283
624
|
property :conformsTo,
|
284
625
|
comment: %(An established standard to which the described resource conforms.).freeze,
|
285
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#conformsTo-003".freeze,
|
286
626
|
"dc:issued": "2001-05-21".freeze,
|
287
|
-
"dc
|
627
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Standard".freeze,
|
288
628
|
isDefinedBy: "dc:".freeze,
|
289
629
|
label: "Conforms To".freeze,
|
290
|
-
range: "dc:Standard".freeze,
|
291
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
292
630
|
type: "rdf:Property".freeze
|
293
631
|
property :contributor,
|
294
632
|
comment: %(An entity responsible for making contributions to the resource.).freeze,
|
295
|
-
"dc:description": "
|
296
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#contributorT-001".freeze,
|
633
|
+
"dc:description": "The guidelines for using names of persons or organizations as creators apply to contributors.".freeze,
|
297
634
|
"dc:issued": "2008-01-14".freeze,
|
298
|
-
"dc
|
635
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
|
299
636
|
isDefinedBy: "dc:".freeze,
|
300
637
|
label: "Contributor".freeze,
|
301
|
-
range: "dc:Agent".freeze,
|
302
|
-
subPropertyOf: "dc11:contributor".freeze,
|
303
638
|
type: "rdf:Property".freeze
|
304
639
|
property :coverage,
|
305
|
-
comment: %(The spatial or temporal topic of the resource,
|
306
|
-
"dc:description": "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
|
307
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#coverageT-001".freeze,
|
640
|
+
comment: %(The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.).freeze,
|
641
|
+
"dc:description": "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 practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges. Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage.".freeze,
|
308
642
|
"dc:issued": "2008-01-14".freeze,
|
309
|
-
"dc:
|
643
|
+
"http://purl.org/dc/dcam/rangeIncludes": ["dc:Jurisdiction".freeze, "dc:Location".freeze, "dc:Period".freeze],
|
310
644
|
isDefinedBy: "dc:".freeze,
|
311
645
|
label: "Coverage".freeze,
|
312
|
-
range: "dc:LocationPeriodOrJurisdiction".freeze,
|
313
|
-
subPropertyOf: "dc11:coverage".freeze,
|
314
646
|
type: "rdf:Property".freeze
|
315
647
|
property :created,
|
316
648
|
comment: %(Date of creation of the resource.).freeze,
|
317
|
-
"dc:
|
649
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
|
318
650
|
"dc:issued": "2000-07-11".freeze,
|
319
|
-
"dc:modified": "2008-01-14".freeze,
|
320
651
|
isDefinedBy: "dc:".freeze,
|
321
652
|
label: "Date Created".freeze,
|
322
653
|
range: "rdfs:Literal".freeze,
|
323
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
324
654
|
type: "rdf:Property".freeze
|
325
655
|
property :creator,
|
326
|
-
comment: %(An entity
|
327
|
-
"dc:description": "
|
328
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#creatorT-002".freeze,
|
656
|
+
comment: %(An entity responsible for making the resource.).freeze,
|
657
|
+
"dc:description": "Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided.".freeze,
|
329
658
|
"dc:issued": "2008-01-14".freeze,
|
330
|
-
"dc:modified": "2010-10-11".freeze,
|
331
659
|
equivalentProperty: "foaf:maker".freeze,
|
660
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
|
332
661
|
isDefinedBy: "dc:".freeze,
|
333
662
|
label: "Creator".freeze,
|
334
|
-
range: "dc:Agent".freeze,
|
335
|
-
subPropertyOf: ["dc11:creator".freeze, "dc:contributor".freeze],
|
336
663
|
type: "rdf:Property".freeze
|
337
664
|
property :date,
|
338
665
|
comment: %(A point or period of time associated with an event in the lifecycle of the resource.).freeze,
|
339
|
-
"dc:description": "Date may be used to express temporal information at any level of granularity. Recommended
|
340
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#dateT-001".freeze,
|
666
|
+
"dc:description": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing.".freeze,
|
341
667
|
"dc:issued": "2008-01-14".freeze,
|
342
|
-
"dc:modified": "2008-01-14".freeze,
|
343
668
|
isDefinedBy: "dc:".freeze,
|
344
669
|
label: "Date".freeze,
|
345
670
|
range: "rdfs:Literal".freeze,
|
346
|
-
subPropertyOf: "dc11:date".freeze,
|
347
671
|
type: "rdf:Property".freeze
|
348
672
|
property :dateAccepted,
|
349
673
|
comment: %(Date of acceptance of the resource.).freeze,
|
350
|
-
"dc:description": "Examples of resources to which a
|
351
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#dateAccepted-002".freeze,
|
674
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a date of acceptance may be relevant are a thesis (accepted by a university department) or an article (accepted by a journal).".freeze,
|
352
675
|
"dc:issued": "2002-07-13".freeze,
|
353
|
-
"dc:modified": "2008-01-14".freeze,
|
354
676
|
isDefinedBy: "dc:".freeze,
|
355
677
|
label: "Date Accepted".freeze,
|
356
678
|
range: "rdfs:Literal".freeze,
|
357
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
358
679
|
type: "rdf:Property".freeze
|
359
680
|
property :dateCopyrighted,
|
360
|
-
comment: %(Date of copyright.).freeze,
|
361
|
-
"dc:
|
681
|
+
comment: %(Date of copyright of the resource.).freeze,
|
682
|
+
"dc:description": "Typically a year. Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
|
362
683
|
"dc:issued": "2002-07-13".freeze,
|
363
|
-
"dc:modified": "2008-01-14".freeze,
|
364
684
|
isDefinedBy: "dc:".freeze,
|
365
685
|
label: "Date Copyrighted".freeze,
|
366
686
|
range: "rdfs:Literal".freeze,
|
367
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
368
687
|
type: "rdf:Property".freeze
|
369
688
|
property :dateSubmitted,
|
370
689
|
comment: %(Date of submission of the resource.).freeze,
|
371
|
-
"dc:description": "Examples of resources to which a Date Submitted may be relevant
|
372
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#dateSubmitted-002".freeze,
|
690
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty. Examples of resources to which a 'Date Submitted' may be relevant include a thesis (submitted to a university department) or an article (submitted to a journal).".freeze,
|
373
691
|
"dc:issued": "2002-07-13".freeze,
|
374
|
-
"dc:modified": "2008-01-14".freeze,
|
375
692
|
isDefinedBy: "dc:".freeze,
|
376
693
|
label: "Date Submitted".freeze,
|
377
694
|
range: "rdfs:Literal".freeze,
|
378
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
379
695
|
type: "rdf:Property".freeze
|
380
696
|
property :description,
|
381
697
|
comment: %(An account of the resource.).freeze,
|
382
698
|
"dc:description": "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.".freeze,
|
383
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#descriptionT-001".freeze,
|
384
699
|
"dc:issued": "2008-01-14".freeze,
|
385
|
-
"dc:modified": "2008-01-14".freeze,
|
386
700
|
isDefinedBy: "dc:".freeze,
|
387
701
|
label: "Description".freeze,
|
388
|
-
subPropertyOf: "dc11:description".freeze,
|
389
702
|
type: "rdf:Property".freeze
|
390
703
|
property :educationLevel,
|
391
|
-
comment: %(A class of
|
392
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#educationLevel-002".freeze,
|
704
|
+
comment: %(A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.).freeze,
|
393
705
|
"dc:issued": "2002-07-13".freeze,
|
394
|
-
"dc
|
706
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
|
395
707
|
isDefinedBy: "dc:".freeze,
|
396
708
|
label: "Audience Education Level".freeze,
|
397
|
-
range: "dc:AgentClass".freeze,
|
398
|
-
subPropertyOf: "dc:audience".freeze,
|
399
709
|
type: "rdf:Property".freeze
|
400
710
|
property :extent,
|
401
711
|
comment: %(The size or duration of the resource.).freeze,
|
402
|
-
"dc:
|
712
|
+
"dc:description": "Recommended practice is to specify the file size in megabytes and duration in ISO 8601 format.".freeze,
|
403
713
|
"dc:issued": "2000-07-11".freeze,
|
404
|
-
"dc
|
714
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:SizeOrDuration".freeze,
|
405
715
|
isDefinedBy: "dc:".freeze,
|
406
716
|
label: "Extent".freeze,
|
407
|
-
range: "dc:SizeOrDuration".freeze,
|
408
|
-
subPropertyOf: ["dc11:format".freeze, "dc:format".freeze],
|
409
717
|
type: "rdf:Property".freeze
|
410
718
|
property :format,
|
411
719
|
comment: %(The file format, physical medium, or dimensions of the resource.).freeze,
|
412
|
-
"dc:description": "
|
413
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#formatT-001".freeze,
|
720
|
+
"dc:description": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)]. Examples of dimensions include size and duration.".freeze,
|
414
721
|
"dc:issued": "2008-01-14".freeze,
|
415
|
-
"dc:
|
722
|
+
"http://purl.org/dc/dcam/rangeIncludes": ["dc:Extent".freeze, "dc:MediaType".freeze],
|
416
723
|
isDefinedBy: "dc:".freeze,
|
417
724
|
label: "Format".freeze,
|
418
|
-
range: "dc:MediaTypeOrExtent".freeze,
|
419
|
-
subPropertyOf: "dc11:format".freeze,
|
420
725
|
type: "rdf:Property".freeze
|
421
726
|
property :hasFormat,
|
422
727
|
comment: %(A related resource that is substantially the same as the pre-existing described resource, but in another format.).freeze,
|
423
|
-
"dc:
|
728
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Format Of.".freeze,
|
424
729
|
"dc:issued": "2000-07-11".freeze,
|
425
|
-
"dc:modified": "2008-01-14".freeze,
|
426
730
|
isDefinedBy: "dc:".freeze,
|
427
731
|
label: "Has Format".freeze,
|
428
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
429
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
430
732
|
type: "rdf:Property".freeze
|
431
733
|
property :hasPart,
|
432
734
|
comment: %(A related resource that is included either physically or logically in the described resource.).freeze,
|
433
|
-
"dc:
|
735
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Part Of.".freeze,
|
434
736
|
"dc:issued": "2000-07-11".freeze,
|
435
|
-
"dc:modified": "2008-01-14".freeze,
|
436
737
|
isDefinedBy: "dc:".freeze,
|
437
738
|
label: "Has Part".freeze,
|
438
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
439
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
440
739
|
type: "rdf:Property".freeze
|
441
740
|
property :hasVersion,
|
442
741
|
comment: %(A related resource that is a version, edition, or adaptation of the described resource.).freeze,
|
443
|
-
"dc:
|
742
|
+
"dc:description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of.".freeze,
|
444
743
|
"dc:issued": "2000-07-11".freeze,
|
445
|
-
"dc:modified": "2008-01-14".freeze,
|
446
744
|
isDefinedBy: "dc:".freeze,
|
447
745
|
label: "Has Version".freeze,
|
448
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
449
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
450
746
|
type: "rdf:Property".freeze
|
451
747
|
property :identifier,
|
452
748
|
comment: %(An unambiguous reference to the resource within a given context.).freeze,
|
453
|
-
"dc:description": "Recommended
|
454
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#identifierT-001".freeze,
|
749
|
+
"dc:description": "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs.".freeze,
|
455
750
|
"dc:issued": "2008-01-14".freeze,
|
456
|
-
"dc:modified": "2008-01-14".freeze,
|
457
751
|
isDefinedBy: "dc:".freeze,
|
458
752
|
label: "Identifier".freeze,
|
459
753
|
range: "rdfs:Literal".freeze,
|
460
|
-
subPropertyOf: "dc11:identifier".freeze,
|
461
754
|
type: "rdf:Property".freeze
|
462
755
|
property :instructionalMethod,
|
463
756
|
comment: %(A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.).freeze,
|
464
|
-
"dc:description": "Instructional Method
|
465
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#instructionalMethod-002".freeze,
|
757
|
+
"dc:description": "Instructional Method typically includes ways of presenting instructional materials or conducting instructional activities, patterns of learner-to-learner and learner-to-instructor interactions, and mechanisms by which group and individual levels of learning are measured. Instructional methods include all aspects of the instruction and learning processes from planning and implementation through evaluation and feedback.".freeze,
|
466
758
|
"dc:issued": "2005-06-13".freeze,
|
467
|
-
"dc
|
759
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:MethodOfInstruction".freeze,
|
468
760
|
isDefinedBy: "dc:".freeze,
|
469
761
|
label: "Instructional Method".freeze,
|
470
|
-
range: "dc:MethodOfInstruction".freeze,
|
471
762
|
type: "rdf:Property".freeze
|
472
763
|
property :isFormatOf,
|
473
|
-
comment: %(A related resource that is substantially the same as the described resource, but in another format.).freeze,
|
474
|
-
"dc:
|
764
|
+
comment: %(A pre-existing related resource that is substantially the same as the described resource, but in another format.).freeze,
|
765
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Format.".freeze,
|
475
766
|
"dc:issued": "2000-07-11".freeze,
|
476
|
-
"dc:modified": "2008-01-14".freeze,
|
477
767
|
isDefinedBy: "dc:".freeze,
|
478
768
|
label: "Is Format Of".freeze,
|
479
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
480
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
481
769
|
type: "rdf:Property".freeze
|
482
770
|
property :isPartOf,
|
483
771
|
comment: %(A related resource in which the described resource is physically or logically included.).freeze,
|
484
|
-
"dc:
|
772
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Has Part.".freeze,
|
485
773
|
"dc:issued": "2000-07-11".freeze,
|
486
|
-
"dc:modified": "2008-01-14".freeze,
|
487
774
|
isDefinedBy: "dc:".freeze,
|
488
775
|
label: "Is Part Of".freeze,
|
489
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
490
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
491
776
|
type: "rdf:Property".freeze
|
492
777
|
property :isReferencedBy,
|
493
778
|
comment: %(A related resource that references, cites, or otherwise points to the described resource.).freeze,
|
494
|
-
"dc:
|
779
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of References.".freeze,
|
495
780
|
"dc:issued": "2000-07-11".freeze,
|
496
|
-
"dc:modified": "2008-01-14".freeze,
|
497
781
|
isDefinedBy: "dc:".freeze,
|
498
782
|
label: "Is Referenced By".freeze,
|
499
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
500
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
501
783
|
type: "rdf:Property".freeze
|
502
784
|
property :isReplacedBy,
|
503
785
|
comment: %(A related resource that supplants, displaces, or supersedes the described resource.).freeze,
|
504
|
-
"dc:
|
786
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Replaces.".freeze,
|
505
787
|
"dc:issued": "2000-07-11".freeze,
|
506
|
-
"dc:modified": "2008-01-14".freeze,
|
507
788
|
isDefinedBy: "dc:".freeze,
|
508
789
|
label: "Is Replaced By".freeze,
|
509
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
510
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
511
790
|
type: "rdf:Property".freeze
|
512
791
|
property :isRequiredBy,
|
513
792
|
comment: %(A related resource that requires the described resource to support its function, delivery, or coherence.).freeze,
|
514
|
-
"dc:
|
793
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Requires.".freeze,
|
515
794
|
"dc:issued": "2000-07-11".freeze,
|
516
|
-
"dc:modified": "2008-01-14".freeze,
|
517
795
|
isDefinedBy: "dc:".freeze,
|
518
796
|
label: "Is Required By".freeze,
|
519
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
520
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
521
797
|
type: "rdf:Property".freeze
|
522
798
|
property :isVersionOf,
|
523
799
|
comment: %(A related resource of which the described resource is a version, edition, or adaptation.).freeze,
|
524
|
-
"dc:description": "Changes in version imply substantive changes in content rather than differences in format.".freeze,
|
525
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#isVersionOf-003".freeze,
|
800
|
+
"dc:description": "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Has Version.".freeze,
|
526
801
|
"dc:issued": "2000-07-11".freeze,
|
527
|
-
"dc:modified": "2008-01-14".freeze,
|
528
802
|
isDefinedBy: "dc:".freeze,
|
529
803
|
label: "Is Version Of".freeze,
|
530
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
531
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
532
804
|
type: "rdf:Property".freeze
|
533
805
|
property :issued,
|
534
|
-
comment: %(Date of formal issuance
|
535
|
-
"dc:
|
806
|
+
comment: %(Date of formal issuance of the resource.).freeze,
|
807
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
|
536
808
|
"dc:issued": "2000-07-11".freeze,
|
537
|
-
"dc:modified": "2008-01-14".freeze,
|
538
809
|
isDefinedBy: "dc:".freeze,
|
539
810
|
label: "Date Issued".freeze,
|
540
811
|
range: "rdfs:Literal".freeze,
|
541
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
542
812
|
type: "rdf:Property".freeze
|
543
813
|
property :language,
|
544
814
|
comment: %(A language of the resource.).freeze,
|
545
|
-
"dc:description": "Recommended
|
546
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#languageT-001".freeze,
|
815
|
+
"dc:description": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.".freeze,
|
547
816
|
"dc:issued": "2008-01-14".freeze,
|
548
|
-
"dc
|
817
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:LinguisticSystem".freeze,
|
549
818
|
isDefinedBy: "dc:".freeze,
|
550
819
|
label: "Language".freeze,
|
551
|
-
range: "dc:LinguisticSystem".freeze,
|
552
|
-
subPropertyOf: "dc11:language".freeze,
|
553
820
|
type: "rdf:Property".freeze
|
554
821
|
property :license,
|
555
822
|
comment: %(A legal document giving official permission to do something with the resource.).freeze,
|
556
|
-
"dc:
|
823
|
+
"dc:description": "Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided.".freeze,
|
557
824
|
"dc:issued": "2004-06-14".freeze,
|
558
|
-
"dc
|
825
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:LicenseDocument".freeze,
|
559
826
|
isDefinedBy: "dc:".freeze,
|
560
827
|
label: "License".freeze,
|
561
|
-
range: "dc:LicenseDocument".freeze,
|
562
|
-
subPropertyOf: ["dc11:rights".freeze, "dc:rights".freeze],
|
563
828
|
type: "rdf:Property".freeze
|
564
829
|
property :mediator,
|
565
|
-
comment: %(An entity that mediates access to the resource
|
830
|
+
comment: %(An entity that mediates access to the resource.).freeze,
|
566
831
|
"dc:description": "In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver.".freeze,
|
567
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#mediator-003".freeze,
|
568
832
|
"dc:issued": "2001-05-21".freeze,
|
569
|
-
"dc
|
833
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
|
570
834
|
isDefinedBy: "dc:".freeze,
|
571
835
|
label: "Mediator".freeze,
|
572
|
-
range: "dc:AgentClass".freeze,
|
573
|
-
subPropertyOf: "dc:audience".freeze,
|
574
836
|
type: "rdf:Property".freeze
|
575
837
|
property :medium,
|
576
838
|
comment: %(The material or physical carrier of the resource.).freeze,
|
577
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#medium-003".freeze,
|
578
839
|
"dc:issued": "2000-07-11".freeze,
|
579
|
-
"dc
|
580
|
-
|
840
|
+
"http://purl.org/dc/dcam/domainIncludes": "dc:PhysicalResource".freeze,
|
841
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:PhysicalMedium".freeze,
|
581
842
|
isDefinedBy: "dc:".freeze,
|
582
843
|
label: "Medium".freeze,
|
583
|
-
range: "dc:PhysicalMedium".freeze,
|
584
|
-
subPropertyOf: ["dc11:format".freeze, "dc:format".freeze],
|
585
844
|
type: "rdf:Property".freeze
|
586
845
|
property :modified,
|
587
846
|
comment: %(Date on which the resource was changed.).freeze,
|
588
|
-
"dc:
|
847
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
|
589
848
|
"dc:issued": "2000-07-11".freeze,
|
590
|
-
"dc:modified": "2008-01-14".freeze,
|
591
849
|
isDefinedBy: "dc:".freeze,
|
592
850
|
label: "Date Modified".freeze,
|
593
851
|
range: "rdfs:Literal".freeze,
|
594
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
595
852
|
type: "rdf:Property".freeze
|
596
853
|
property :provenance,
|
597
854
|
comment: %(A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.).freeze,
|
598
855
|
"dc:description": "The statement may include a description of any changes successive custodians made to the resource.".freeze,
|
599
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#provenance-002".freeze,
|
600
856
|
"dc:issued": "2004-09-20".freeze,
|
601
|
-
"dc
|
857
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:ProvenanceStatement".freeze,
|
602
858
|
isDefinedBy: "dc:".freeze,
|
603
859
|
label: "Provenance".freeze,
|
604
|
-
range: "dc:ProvenanceStatement".freeze,
|
605
860
|
type: "rdf:Property".freeze
|
606
861
|
property :publisher,
|
607
862
|
comment: %(An entity responsible for making the resource available.).freeze,
|
608
|
-
"dc:description": "Examples of a Publisher include a person, an organization, or a service.".freeze,
|
609
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#publisherT-001".freeze,
|
610
863
|
"dc:issued": "2008-01-14".freeze,
|
611
|
-
"dc
|
864
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
|
612
865
|
isDefinedBy: "dc:".freeze,
|
613
866
|
label: "Publisher".freeze,
|
614
|
-
range: "dc:Agent".freeze,
|
615
|
-
subPropertyOf: "dc11:publisher".freeze,
|
616
867
|
type: "rdf:Property".freeze
|
617
868
|
property :references,
|
618
869
|
comment: %(A related resource that is referenced, cited, or otherwise pointed to by the described resource.).freeze,
|
619
|
-
"dc:
|
870
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By.".freeze,
|
620
871
|
"dc:issued": "2000-07-11".freeze,
|
621
|
-
"dc:modified": "2008-01-14".freeze,
|
622
872
|
isDefinedBy: "dc:".freeze,
|
623
873
|
label: "References".freeze,
|
624
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
625
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
626
874
|
type: "rdf:Property".freeze
|
627
875
|
property :relation,
|
628
876
|
comment: %(A related resource.).freeze,
|
629
|
-
"dc:description": "Recommended
|
630
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#relationT-001".freeze,
|
877
|
+
"dc:description": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided.".freeze,
|
631
878
|
"dc:issued": "2008-01-14".freeze,
|
632
|
-
"dc:modified": "2008-01-14".freeze,
|
633
879
|
isDefinedBy: "dc:".freeze,
|
634
880
|
label: "Relation".freeze,
|
635
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
636
|
-
subPropertyOf: "dc11:relation".freeze,
|
637
881
|
type: "rdf:Property".freeze
|
638
882
|
property :replaces,
|
639
883
|
comment: %(A related resource that is supplanted, displaced, or superseded by the described resource.).freeze,
|
640
|
-
"dc:
|
884
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Replaced By.".freeze,
|
641
885
|
"dc:issued": "2000-07-11".freeze,
|
642
|
-
"dc:modified": "2008-01-14".freeze,
|
643
886
|
isDefinedBy: "dc:".freeze,
|
644
887
|
label: "Replaces".freeze,
|
645
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
646
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
647
888
|
type: "rdf:Property".freeze
|
648
889
|
property :requires,
|
649
890
|
comment: %(A related resource that is required by the described resource to support its function, delivery, or coherence.).freeze,
|
650
|
-
"dc:
|
891
|
+
"dc:description": "This property is intended to be used with non-literal values. This property is an inverse property of Is Required By.".freeze,
|
651
892
|
"dc:issued": "2000-07-11".freeze,
|
652
|
-
"dc:modified": "2008-01-14".freeze,
|
653
893
|
isDefinedBy: "dc:".freeze,
|
654
894
|
label: "Requires".freeze,
|
655
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
656
|
-
subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
|
657
895
|
type: "rdf:Property".freeze
|
658
896
|
property :rights,
|
659
897
|
comment: %(Information about rights held in and over the resource.).freeze,
|
660
|
-
"dc:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
|
661
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#rightsT-001".freeze,
|
898
|
+
"dc:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.".freeze,
|
662
899
|
"dc:issued": "2008-01-14".freeze,
|
663
|
-
"dc
|
900
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:RightsStatement".freeze,
|
664
901
|
isDefinedBy: "dc:".freeze,
|
665
902
|
label: "Rights".freeze,
|
666
|
-
range: "dc:RightsStatement".freeze,
|
667
|
-
subPropertyOf: "dc11:rights".freeze,
|
668
903
|
type: "rdf:Property".freeze
|
669
904
|
property :rightsHolder,
|
670
905
|
comment: %(A person or organization owning or managing rights over the resource.).freeze,
|
671
|
-
"dc:
|
906
|
+
"dc:description": "Recommended practice is to refer to the rights holder with a URI. If this is not possible or feasible, a literal value that identifies the rights holder may be provided.".freeze,
|
672
907
|
"dc:issued": "2004-06-14".freeze,
|
673
|
-
"dc
|
908
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
|
674
909
|
isDefinedBy: "dc:".freeze,
|
675
910
|
label: "Rights Holder".freeze,
|
676
|
-
range: "dc:Agent".freeze,
|
677
911
|
type: "rdf:Property".freeze
|
678
912
|
property :source,
|
679
913
|
comment: %(A related resource from which the described resource is derived.).freeze,
|
680
|
-
"dc:description": "The described resource may be derived from the related resource in whole or in part.
|
681
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#sourceT-001".freeze,
|
914
|
+
"dc:description": "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system.".freeze,
|
682
915
|
"dc:issued": "2008-01-14".freeze,
|
683
|
-
"dc:modified": "2008-01-14".freeze,
|
684
916
|
isDefinedBy: "dc:".freeze,
|
685
917
|
label: "Source".freeze,
|
686
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
687
|
-
subPropertyOf: ["dc11:source".freeze, "dc:relation".freeze],
|
688
918
|
type: "rdf:Property".freeze
|
689
919
|
property :spatial,
|
690
920
|
comment: %(Spatial characteristics of the resource.).freeze,
|
691
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#spatial-003".freeze,
|
692
921
|
"dc:issued": "2000-07-11".freeze,
|
693
|
-
"dc
|
922
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:Location".freeze,
|
694
923
|
isDefinedBy: "dc:".freeze,
|
695
924
|
label: "Spatial Coverage".freeze,
|
696
|
-
range: "dc:Location".freeze,
|
697
|
-
subPropertyOf: ["dc11:coverage".freeze, "dc:coverage".freeze],
|
698
925
|
type: "rdf:Property".freeze
|
699
926
|
property :subject,
|
700
|
-
comment: %(
|
701
|
-
"dc:description": "
|
702
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#subjectT-002".freeze,
|
927
|
+
comment: %(A topic of the resource.).freeze,
|
928
|
+
"dc:description": "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary.".freeze,
|
703
929
|
"dc:issued": "2008-01-14".freeze,
|
704
|
-
"dc:modified": "2012-06-14".freeze,
|
705
930
|
isDefinedBy: "dc:".freeze,
|
706
931
|
label: "Subject".freeze,
|
707
|
-
note: %(This term is intended to be used with non-literal values as defined in the DCMI Abstract Model \(http://dublincore.org/documents/abstract-model/\). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration.).freeze,
|
708
|
-
subPropertyOf: "dc11:subject".freeze,
|
709
932
|
type: "rdf:Property".freeze
|
710
933
|
property :tableOfContents,
|
711
934
|
comment: %(A list of subunits of the resource.).freeze,
|
712
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#tableOfContents-003".freeze,
|
713
935
|
"dc:issued": "2000-07-11".freeze,
|
714
|
-
"dc:modified": "2008-01-14".freeze,
|
715
936
|
isDefinedBy: "dc:".freeze,
|
716
937
|
label: "Table Of Contents".freeze,
|
717
|
-
subPropertyOf: ["dc11:description".freeze, "dc:description".freeze],
|
718
938
|
type: "rdf:Property".freeze
|
719
939
|
property :temporal,
|
720
940
|
comment: %(Temporal characteristics of the resource.).freeze,
|
721
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#temporal-003".freeze,
|
722
941
|
"dc:issued": "2000-07-11".freeze,
|
723
|
-
"dc
|
942
|
+
"http://purl.org/dc/dcam/rangeIncludes": "dc:PeriodOfTime".freeze,
|
724
943
|
isDefinedBy: "dc:".freeze,
|
725
944
|
label: "Temporal Coverage".freeze,
|
726
|
-
range: "dc:PeriodOfTime".freeze,
|
727
|
-
subPropertyOf: ["dc11:coverage".freeze, "dc:coverage".freeze],
|
728
945
|
type: "rdf:Property".freeze
|
729
946
|
property :title,
|
730
947
|
comment: %(A name given to the resource.).freeze,
|
731
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#titleT-002".freeze,
|
732
948
|
"dc:issued": "2008-01-14".freeze,
|
733
|
-
"dc:modified": "2010-10-11".freeze,
|
734
949
|
isDefinedBy: "dc:".freeze,
|
735
950
|
label: "Title".freeze,
|
736
951
|
range: "rdfs:Literal".freeze,
|
737
|
-
subPropertyOf: "dc11:title".freeze,
|
738
952
|
type: "rdf:Property".freeze
|
739
953
|
property :type,
|
740
954
|
comment: %(The nature or genre of the resource.).freeze,
|
741
|
-
"dc:description": "Recommended
|
742
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#typeT-001".freeze,
|
955
|
+
"dc:description": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format.".freeze,
|
743
956
|
"dc:issued": "2008-01-14".freeze,
|
744
|
-
"dc:modified": "2008-01-14".freeze,
|
745
957
|
isDefinedBy: "dc:".freeze,
|
746
958
|
label: "Type".freeze,
|
747
|
-
range: "rdfs:Class".freeze,
|
748
|
-
subPropertyOf: "dc11:type".freeze,
|
749
959
|
type: "rdf:Property".freeze
|
750
960
|
property :valid,
|
751
961
|
comment: %(Date \(often a range\) of validity of a resource.).freeze,
|
752
|
-
"dc:
|
962
|
+
"dc:description": "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.".freeze,
|
753
963
|
"dc:issued": "2000-07-11".freeze,
|
754
|
-
"dc:modified": "2008-01-14".freeze,
|
755
964
|
isDefinedBy: "dc:".freeze,
|
756
965
|
label: "Date Valid".freeze,
|
757
966
|
range: "rdfs:Literal".freeze,
|
758
|
-
subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
|
759
967
|
type: "rdf:Property".freeze
|
760
968
|
|
761
969
|
# Datatype definitions
|
762
970
|
term :Box,
|
763
971
|
comment: %(The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.).freeze,
|
764
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Box-003".freeze,
|
765
972
|
"dc:issued": "2000-07-11".freeze,
|
766
|
-
"dc:modified": "2008-01-14".freeze,
|
767
973
|
isDefinedBy: "dc:".freeze,
|
768
974
|
label: "DCMI Box".freeze,
|
769
|
-
"rdfs:seeAlso": "
|
975
|
+
"rdfs:seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-box/".freeze,
|
770
976
|
type: "rdfs:Datatype".freeze
|
771
977
|
term :ISO3166,
|
772
978
|
comment: %(The set of codes listed in ISO 3166-1 for the representation of names of countries.).freeze,
|
773
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#ISO3166-004".freeze,
|
774
979
|
"dc:issued": "2000-07-11".freeze,
|
775
|
-
"dc:modified": "2008-01-14".freeze,
|
776
980
|
isDefinedBy: "dc:".freeze,
|
777
981
|
label: "ISO 3166".freeze,
|
778
982
|
"rdfs:seeAlso": "http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html".freeze,
|
779
983
|
type: "rdfs:Datatype".freeze
|
780
984
|
term :"ISO639-2",
|
781
985
|
comment: %(The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.).freeze,
|
782
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#ISO639-2-003".freeze,
|
783
986
|
"dc:issued": "2000-07-11".freeze,
|
784
|
-
"dc:modified": "2008-01-14".freeze,
|
785
987
|
isDefinedBy: "dc:".freeze,
|
786
988
|
label: "ISO 639-2".freeze,
|
787
989
|
"rdfs:seeAlso": "http://lcweb.loc.gov/standards/iso639-2/langhome.html".freeze,
|
788
990
|
type: "rdfs:Datatype".freeze
|
789
991
|
term :"ISO639-3",
|
790
992
|
comment: %(The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.).freeze,
|
791
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#ISO639-3-001".freeze,
|
792
993
|
"dc:issued": "2008-01-14".freeze,
|
793
994
|
isDefinedBy: "dc:".freeze,
|
794
995
|
label: "ISO 639-3".freeze,
|
@@ -796,27 +997,21 @@ module RDF::Vocab
|
|
796
997
|
type: "rdfs:Datatype".freeze
|
797
998
|
term :Period,
|
798
999
|
comment: %(The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.).freeze,
|
799
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Period-003".freeze,
|
800
1000
|
"dc:issued": "2000-07-11".freeze,
|
801
|
-
"dc:modified": "2008-01-14".freeze,
|
802
1001
|
isDefinedBy: "dc:".freeze,
|
803
1002
|
label: "DCMI Period".freeze,
|
804
|
-
"rdfs:seeAlso": "
|
1003
|
+
"rdfs:seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-period/".freeze,
|
805
1004
|
type: "rdfs:Datatype".freeze
|
806
1005
|
term :Point,
|
807
1006
|
comment: %(The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.).freeze,
|
808
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#Point-003".freeze,
|
809
1007
|
"dc:issued": "2000-07-11".freeze,
|
810
|
-
"dc:modified": "2008-01-14".freeze,
|
811
1008
|
isDefinedBy: "dc:".freeze,
|
812
1009
|
label: "DCMI Point".freeze,
|
813
|
-
"rdfs:seeAlso": "
|
1010
|
+
"rdfs:seeAlso": "https://www.dublincore.org/specifications/dublin-core/dcmi-point/".freeze,
|
814
1011
|
type: "rdfs:Datatype".freeze
|
815
1012
|
term :RFC1766,
|
816
1013
|
comment: %(The set of tags, constructed according to RFC 1766, for the identification of languages.).freeze,
|
817
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#RFC1766-003".freeze,
|
818
1014
|
"dc:issued": "2000-07-11".freeze,
|
819
|
-
"dc:modified": "2008-01-14".freeze,
|
820
1015
|
isDefinedBy: "dc:".freeze,
|
821
1016
|
label: "RFC 1766".freeze,
|
822
1017
|
"rdfs:seeAlso": "http://www.ietf.org/rfc/rfc1766.txt".freeze,
|
@@ -824,9 +1019,7 @@ module RDF::Vocab
|
|
824
1019
|
term :RFC3066,
|
825
1020
|
comment: %(The set of tags constructed according to RFC 3066 for the identification of languages.).freeze,
|
826
1021
|
"dc:description": "RFC 3066 has been obsoleted by RFC 4646.".freeze,
|
827
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#RFC3066-002".freeze,
|
828
1022
|
"dc:issued": "2002-07-13".freeze,
|
829
|
-
"dc:modified": "2008-01-14".freeze,
|
830
1023
|
isDefinedBy: "dc:".freeze,
|
831
1024
|
label: "RFC 3066".freeze,
|
832
1025
|
"rdfs:seeAlso": "http://www.ietf.org/rfc/rfc3066.txt".freeze,
|
@@ -834,7 +1027,6 @@ module RDF::Vocab
|
|
834
1027
|
term :RFC4646,
|
835
1028
|
comment: %(The set of tags constructed according to RFC 4646 for the identification of languages.).freeze,
|
836
1029
|
"dc:description": "RFC 4646 obsoletes RFC 3066.".freeze,
|
837
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#RFC4646-001".freeze,
|
838
1030
|
"dc:issued": "2008-01-14".freeze,
|
839
1031
|
isDefinedBy: "dc:".freeze,
|
840
1032
|
label: "RFC 4646".freeze,
|
@@ -843,7 +1035,6 @@ module RDF::Vocab
|
|
843
1035
|
term :RFC5646,
|
844
1036
|
comment: %(The set of tags constructed according to RFC 5646 for the identification of languages.).freeze,
|
845
1037
|
"dc:description": "RFC 5646 obsoletes RFC 4646.".freeze,
|
846
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#RFC5646-001".freeze,
|
847
1038
|
"dc:issued": "2010-10-11".freeze,
|
848
1039
|
isDefinedBy: "dc:".freeze,
|
849
1040
|
label: "RFC 5646".freeze,
|
@@ -851,18 +1042,14 @@ module RDF::Vocab
|
|
851
1042
|
type: "rdfs:Datatype".freeze
|
852
1043
|
term :URI,
|
853
1044
|
comment: %(The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.).freeze,
|
854
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#URI-003".freeze,
|
855
1045
|
"dc:issued": "2000-07-11".freeze,
|
856
|
-
"dc:modified": "2008-01-14".freeze,
|
857
1046
|
isDefinedBy: "dc:".freeze,
|
858
1047
|
label: "URI".freeze,
|
859
1048
|
"rdfs:seeAlso": "http://www.ietf.org/rfc/rfc3986.txt".freeze,
|
860
1049
|
type: "rdfs:Datatype".freeze
|
861
1050
|
term :W3CDTF,
|
862
1051
|
comment: %(The set of dates and times constructed according to the W3C Date and Time Formats Specification.).freeze,
|
863
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#W3CDTF-003".freeze,
|
864
1052
|
"dc:issued": "2000-07-11".freeze,
|
865
|
-
"dc:modified": "2008-01-14".freeze,
|
866
1053
|
isDefinedBy: "dc:".freeze,
|
867
1054
|
label: "W3C-DTF".freeze,
|
868
1055
|
"rdfs:seeAlso": "http://www.w3.org/TR/NOTE-datetime".freeze,
|
@@ -871,80 +1058,62 @@ module RDF::Vocab
|
|
871
1058
|
# Extra definitions
|
872
1059
|
term :DCMIType,
|
873
1060
|
comment: %(The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.).freeze,
|
874
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#DCMIType-005".freeze,
|
875
1061
|
"dc:issued": "2000-07-11".freeze,
|
876
|
-
"dc:modified": "2012-06-14".freeze,
|
877
1062
|
isDefinedBy: "dc:".freeze,
|
878
1063
|
label: "DCMI Type Vocabulary".freeze,
|
879
1064
|
"rdfs:seeAlso": "dcmitype:".freeze,
|
880
1065
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
881
1066
|
term :DDC,
|
882
1067
|
comment: %(The set of conceptual resources specified by the Dewey Decimal Classification.).freeze,
|
883
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#DDC-003".freeze,
|
884
1068
|
"dc:issued": "2000-07-11".freeze,
|
885
|
-
"dc:modified": "2008-01-14".freeze,
|
886
1069
|
isDefinedBy: "dc:".freeze,
|
887
1070
|
label: "DDC".freeze,
|
888
1071
|
"rdfs:seeAlso": "http://www.oclc.org/dewey/".freeze,
|
889
1072
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
890
1073
|
term :IMT,
|
891
1074
|
comment: %(The set of media types specified by the Internet Assigned Numbers Authority.).freeze,
|
892
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#IMT-004".freeze,
|
893
1075
|
"dc:issued": "2000-07-11".freeze,
|
894
|
-
"dc:modified": "2008-01-14".freeze,
|
895
1076
|
isDefinedBy: "dc:".freeze,
|
896
1077
|
label: "IMT".freeze,
|
897
1078
|
"rdfs:seeAlso": "http://www.iana.org/assignments/media-types/".freeze,
|
898
1079
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
899
1080
|
term :LCC,
|
900
1081
|
comment: %(The set of conceptual resources specified by the Library of Congress Classification.).freeze,
|
901
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#LCC-003".freeze,
|
902
1082
|
"dc:issued": "2000-07-11".freeze,
|
903
|
-
"dc:modified": "2008-01-14".freeze,
|
904
1083
|
isDefinedBy: "dc:".freeze,
|
905
1084
|
label: "LCC".freeze,
|
906
1085
|
"rdfs:seeAlso": "http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html".freeze,
|
907
1086
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
908
1087
|
term :LCSH,
|
909
1088
|
comment: %(The set of labeled concepts specified by the Library of Congress Subject Headings.).freeze,
|
910
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#LCSH-003".freeze,
|
911
1089
|
"dc:issued": "2000-07-11".freeze,
|
912
|
-
"dc:modified": "2008-01-14".freeze,
|
913
1090
|
isDefinedBy: "dc:".freeze,
|
914
1091
|
label: "LCSH".freeze,
|
915
1092
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
916
1093
|
term :MESH,
|
917
1094
|
comment: %(The set of labeled concepts specified by the Medical Subject Headings.).freeze,
|
918
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#MESH-003".freeze,
|
919
1095
|
"dc:issued": "2000-07-11".freeze,
|
920
|
-
"dc:modified": "2008-01-14".freeze,
|
921
1096
|
isDefinedBy: "dc:".freeze,
|
922
1097
|
label: "MeSH".freeze,
|
923
1098
|
"rdfs:seeAlso": "http://www.nlm.nih.gov/mesh/meshhome.html".freeze,
|
924
1099
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
925
1100
|
term :NLM,
|
926
1101
|
comment: %(The set of conceptual resources specified by the National Library of Medicine Classification.).freeze,
|
927
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#NLM-002".freeze,
|
928
1102
|
"dc:issued": "2005-06-13".freeze,
|
929
|
-
"dc:modified": "2008-01-14".freeze,
|
930
1103
|
isDefinedBy: "dc:".freeze,
|
931
1104
|
label: "NLM".freeze,
|
932
1105
|
"rdfs:seeAlso": "http://wwwcf.nlm.nih.gov/class/".freeze,
|
933
1106
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
934
1107
|
term :TGN,
|
935
1108
|
comment: %(The set of places specified by the Getty Thesaurus of Geographic Names.).freeze,
|
936
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#TGN-003".freeze,
|
937
1109
|
"dc:issued": "2000-07-11".freeze,
|
938
|
-
"dc:modified": "2008-01-14".freeze,
|
939
1110
|
isDefinedBy: "dc:".freeze,
|
940
1111
|
label: "TGN".freeze,
|
941
1112
|
"rdfs:seeAlso": "http://www.getty.edu/research/tools/vocabulary/tgn/index.html".freeze,
|
942
1113
|
type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
|
943
1114
|
term :UDC,
|
944
1115
|
comment: %(The set of conceptual resources specified by the Universal Decimal Classification.).freeze,
|
945
|
-
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#UDC-003".freeze,
|
946
1116
|
"dc:issued": "2000-07-11".freeze,
|
947
|
-
"dc:modified": "2008-01-14".freeze,
|
948
1117
|
isDefinedBy: "dc:".freeze,
|
949
1118
|
label: "UDC".freeze,
|
950
1119
|
"rdfs:seeAlso": "http://www.udcc.org/".freeze,
|