rdf 1.99.1 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/{README → README.md} +9 -44
  3. data/VERSION +1 -1
  4. data/bin/rdf +1 -1
  5. data/lib/rdf.rb +40 -49
  6. data/lib/rdf/changeset.rb +161 -0
  7. data/lib/rdf/cli.rb +195 -33
  8. data/lib/rdf/cli/vocab-loader.rb +13 -3
  9. data/lib/rdf/format.rb +44 -26
  10. data/lib/rdf/mixin/enumerable.rb +133 -97
  11. data/lib/rdf/mixin/enumerator.rb +8 -0
  12. data/lib/rdf/mixin/indexable.rb +1 -1
  13. data/lib/rdf/mixin/mutable.rb +101 -22
  14. data/lib/rdf/mixin/queryable.rb +21 -32
  15. data/lib/rdf/mixin/transactable.rb +94 -0
  16. data/lib/rdf/mixin/writable.rb +12 -3
  17. data/lib/rdf/model/dataset.rb +48 -0
  18. data/lib/rdf/model/graph.rb +73 -43
  19. data/lib/rdf/model/list.rb +61 -33
  20. data/lib/rdf/model/literal.rb +20 -19
  21. data/lib/rdf/model/literal/double.rb +20 -4
  22. data/lib/rdf/model/literal/numeric.rb +15 -13
  23. data/lib/rdf/model/node.rb +15 -16
  24. data/lib/rdf/model/statement.rb +1 -43
  25. data/lib/rdf/model/term.rb +10 -8
  26. data/lib/rdf/model/uri.rb +35 -34
  27. data/lib/rdf/model/value.rb +1 -1
  28. data/lib/rdf/nquads.rb +2 -11
  29. data/lib/rdf/ntriples.rb +1 -1
  30. data/lib/rdf/ntriples/reader.rb +33 -46
  31. data/lib/rdf/ntriples/writer.rb +42 -5
  32. data/lib/rdf/query.rb +6 -40
  33. data/lib/rdf/query/pattern.rb +4 -17
  34. data/lib/rdf/query/solutions.rb +6 -6
  35. data/lib/rdf/reader.rb +65 -14
  36. data/lib/rdf/repository.rb +365 -229
  37. data/lib/rdf/transaction.rb +211 -84
  38. data/lib/rdf/util.rb +1 -0
  39. data/lib/rdf/util/cache.rb +5 -5
  40. data/lib/rdf/util/file.rb +12 -9
  41. data/lib/rdf/util/logger.rb +272 -0
  42. data/lib/rdf/version.rb +2 -2
  43. data/lib/rdf/vocab/owl.rb +82 -77
  44. data/lib/rdf/vocab/rdfs.rb +22 -17
  45. data/lib/rdf/vocab/xsd.rb +5 -0
  46. data/lib/rdf/vocabulary.rb +50 -56
  47. data/lib/rdf/writer.rb +104 -52
  48. metadata +45 -90
  49. data/lib/rdf/mixin/inferable.rb +0 -5
  50. data/lib/rdf/vocab/cc.rb +0 -128
  51. data/lib/rdf/vocab/cert.rb +0 -245
  52. data/lib/rdf/vocab/dc.rb +0 -948
  53. data/lib/rdf/vocab/dc11.rb +0 -167
  54. data/lib/rdf/vocab/dcat.rb +0 -214
  55. data/lib/rdf/vocab/doap.rb +0 -337
  56. data/lib/rdf/vocab/exif.rb +0 -941
  57. data/lib/rdf/vocab/foaf.rb +0 -614
  58. data/lib/rdf/vocab/geo.rb +0 -157
  59. data/lib/rdf/vocab/gr.rb +0 -1501
  60. data/lib/rdf/vocab/ht.rb +0 -236
  61. data/lib/rdf/vocab/ical.rb +0 -528
  62. data/lib/rdf/vocab/ma.rb +0 -513
  63. data/lib/rdf/vocab/mo.rb +0 -2412
  64. data/lib/rdf/vocab/og.rb +0 -222
  65. data/lib/rdf/vocab/ogc.rb +0 -58
  66. data/lib/rdf/vocab/prov.rb +0 -1550
  67. data/lib/rdf/vocab/rsa.rb +0 -72
  68. data/lib/rdf/vocab/rss.rb +0 -66
  69. data/lib/rdf/vocab/schema.rb +0 -10569
  70. data/lib/rdf/vocab/sioc.rb +0 -669
  71. data/lib/rdf/vocab/skos.rb +0 -238
  72. data/lib/rdf/vocab/skosxl.rb +0 -57
  73. data/lib/rdf/vocab/v.rb +0 -383
  74. data/lib/rdf/vocab/vcard.rb +0 -841
  75. data/lib/rdf/vocab/vmd.rb +0 -383
  76. data/lib/rdf/vocab/void.rb +0 -186
  77. data/lib/rdf/vocab/vs.rb +0 -28
  78. data/lib/rdf/vocab/wdrs.rb +0 -134
  79. data/lib/rdf/vocab/wot.rb +0 -167
  80. data/lib/rdf/vocab/xhtml.rb +0 -8
  81. data/lib/rdf/vocab/xhv.rb +0 -505
@@ -1,948 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- # This file generated automatically using vocab-fetch from http://purl.org/dc/terms/
3
- require 'rdf'
4
- module RDF
5
- # @deprecated Please use `RDF::Vocab::DC` from the rdf-vocab gem instead
6
- class DC < RDF::StrictVocabulary("http://purl.org/dc/terms/")
7
-
8
- # Class definitions
9
- term :Agent,
10
- comment: %(A resource that acts or has the power to act.).freeze,
11
- "dc:description" => %(Examples of Agent include person, organization, and software agent.).freeze,
12
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Agent-001).freeze,
13
- "dc:issued" => %(2008-01-14).freeze,
14
- label: "Agent".freeze,
15
- "rdfs:isDefinedBy" => %(dc:).freeze,
16
- type: ["dc:AgentClass".freeze, "rdfs:Class".freeze]
17
- term :AgentClass,
18
- comment: %(A group of agents.).freeze,
19
- "dc:description" => %(Examples of Agent Class include groups seen as classes, such as students, women, charities, lecturers.).freeze,
20
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#AgentClass-003).freeze,
21
- "dc:issued" => %(2008-01-14).freeze,
22
- "dc:modified" => %(2012-06-14).freeze,
23
- label: "Agent Class".freeze,
24
- "rdfs:isDefinedBy" => %(dc:).freeze,
25
- subClassOf: "rdfs:Class".freeze,
26
- type: "rdfs:Class".freeze
27
- term :BibliographicResource,
28
- comment: %(A book, article, or other documentary resource.).freeze,
29
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#BibliographicResource-001).freeze,
30
- "dc:issued" => %(2008-01-14).freeze,
31
- label: "Bibliographic Resource".freeze,
32
- "rdfs:isDefinedBy" => %(dc:).freeze,
33
- type: "rdfs:Class".freeze
34
- term :FileFormat,
35
- comment: %(A digital resource format.).freeze,
36
- "dc:description" => %(Examples include the formats defined by the list of Internet Media Types.).freeze,
37
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#FileFormat-001).freeze,
38
- "dc:issued" => %(2008-01-14).freeze,
39
- label: "File Format".freeze,
40
- "rdfs:isDefinedBy" => %(dc:).freeze,
41
- subClassOf: "dc:MediaType".freeze,
42
- type: "rdfs:Class".freeze
43
- term :Frequency,
44
- comment: %(A rate at which something recurs.).freeze,
45
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Frequency-001).freeze,
46
- "dc:issued" => %(2008-01-14).freeze,
47
- label: "Frequency".freeze,
48
- "rdfs:isDefinedBy" => %(dc:).freeze,
49
- type: "rdfs:Class".freeze
50
- term :Jurisdiction,
51
- comment: %(The extent or range of judicial, law enforcement, or other authority.).freeze,
52
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Jurisdiction-001).freeze,
53
- "dc:issued" => %(2008-01-14).freeze,
54
- label: "Jurisdiction".freeze,
55
- "rdfs:isDefinedBy" => %(dc:).freeze,
56
- subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
57
- type: "rdfs:Class".freeze
58
- term :LicenseDocument,
59
- comment: %(A legal document giving official permission to do something with a Resource.).freeze,
60
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#LicenseDocument-001).freeze,
61
- "dc:issued" => %(2008-01-14).freeze,
62
- label: "License Document".freeze,
63
- "rdfs:isDefinedBy" => %(dc:).freeze,
64
- subClassOf: "dc:RightsStatement".freeze,
65
- type: "rdfs:Class".freeze
66
- term :LinguisticSystem,
67
- comment: %(A system of signs, symbols, sounds, gestures, or rules used in communication.).freeze,
68
- "dc:description" => %(Examples include written, spoken, sign, and computer languages.).freeze,
69
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#LinguisticSystem-001).freeze,
70
- "dc:issued" => %(2008-01-14).freeze,
71
- label: "Linguistic System".freeze,
72
- "rdfs:isDefinedBy" => %(dc:).freeze,
73
- type: "rdfs:Class".freeze
74
- term :Location,
75
- comment: %(A spatial region or named place.).freeze,
76
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Location-001).freeze,
77
- "dc:issued" => %(2008-01-14).freeze,
78
- label: "Location".freeze,
79
- "rdfs:isDefinedBy" => %(dc:).freeze,
80
- subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
81
- type: "rdfs:Class".freeze
82
- term :LocationPeriodOrJurisdiction,
83
- comment: %(A location, period of time, or jurisdiction.).freeze,
84
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#LocationPeriodOrJurisdiction-001).freeze,
85
- "dc:issued" => %(2008-01-14).freeze,
86
- label: "Location, Period, or Jurisdiction".freeze,
87
- "rdfs:isDefinedBy" => %(dc:).freeze,
88
- type: "rdfs:Class".freeze
89
- term :MediaType,
90
- comment: %(A file format or physical medium.).freeze,
91
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MediaType-001).freeze,
92
- "dc:issued" => %(2008-01-14).freeze,
93
- label: "Media Type".freeze,
94
- "rdfs:isDefinedBy" => %(dc:).freeze,
95
- subClassOf: "dc:MediaTypeOrExtent".freeze,
96
- type: "rdfs:Class".freeze
97
- term :MediaTypeOrExtent,
98
- comment: %(A media type or extent.).freeze,
99
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MediaTypeOrExtent-001).freeze,
100
- "dc:issued" => %(2008-01-14).freeze,
101
- label: "Media Type or Extent".freeze,
102
- "rdfs:isDefinedBy" => %(dc:).freeze,
103
- type: "rdfs:Class".freeze
104
- term :MethodOfAccrual,
105
- comment: %(A method by which resources are added to a collection.).freeze,
106
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MethodOfAccrual-001).freeze,
107
- "dc:issued" => %(2008-01-14).freeze,
108
- label: "Method of Accrual".freeze,
109
- "rdfs:isDefinedBy" => %(dc:).freeze,
110
- type: "rdfs:Class".freeze
111
- term :MethodOfInstruction,
112
- comment: %(A process that is used to engender knowledge, attitudes, and skills.).freeze,
113
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MethodOfInstruction-001).freeze,
114
- "dc:issued" => %(2008-01-14).freeze,
115
- label: "Method of Instruction".freeze,
116
- "rdfs:isDefinedBy" => %(dc:).freeze,
117
- type: "rdfs:Class".freeze
118
- term :PeriodOfTime,
119
- comment: %(An interval of time that is named or defined by its start and end dates.).freeze,
120
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#PeriodOfTime-001).freeze,
121
- "dc:issued" => %(2008-01-14).freeze,
122
- label: "Period of Time".freeze,
123
- "rdfs:isDefinedBy" => %(dc:).freeze,
124
- subClassOf: "dc:LocationPeriodOrJurisdiction".freeze,
125
- type: "rdfs:Class".freeze
126
- term :PhysicalMedium,
127
- comment: %(A physical material or carrier.).freeze,
128
- "dc:description" => %(Examples include paper, canvas, or DVD.).freeze,
129
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#PhysicalMedium-001).freeze,
130
- "dc:issued" => %(2008-01-14).freeze,
131
- label: "Physical Medium".freeze,
132
- "rdfs:isDefinedBy" => %(dc:).freeze,
133
- subClassOf: "dc:MediaType".freeze,
134
- type: "rdfs:Class".freeze
135
- term :PhysicalResource,
136
- comment: %(A material thing.).freeze,
137
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#PhysicalResource-001).freeze,
138
- "dc:issued" => %(2008-01-14).freeze,
139
- label: "Physical Resource".freeze,
140
- "rdfs:isDefinedBy" => %(dc:).freeze,
141
- type: "rdfs:Class".freeze
142
- term :Policy,
143
- comment: %(A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.).freeze,
144
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Policy-001).freeze,
145
- "dc:issued" => %(2008-01-14).freeze,
146
- label: "Policy".freeze,
147
- "rdfs:isDefinedBy" => %(dc:).freeze,
148
- type: "rdfs:Class".freeze
149
- term :ProvenanceStatement,
150
- comment: %(A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.).freeze,
151
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#ProvenanceStatement-001).freeze,
152
- "dc:issued" => %(2008-01-14).freeze,
153
- label: "Provenance Statement".freeze,
154
- "rdfs:isDefinedBy" => %(dc:).freeze,
155
- type: "rdfs:Class".freeze
156
- term :RightsStatement,
157
- 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,
158
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#RightsStatement-001).freeze,
159
- "dc:issued" => %(2008-01-14).freeze,
160
- label: "Rights Statement".freeze,
161
- "rdfs:isDefinedBy" => %(dc:).freeze,
162
- type: "rdfs:Class".freeze
163
- term :SizeOrDuration,
164
- comment: %(A dimension or extent, or a time taken to play or execute.).freeze,
165
- "dc:description" => %(Examples include a number of pages, a specification of length, width, and breadth, or a period in hours, minutes, and seconds.).freeze,
166
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#SizeOrDuration-001).freeze,
167
- "dc:issued" => %(2008-01-14).freeze,
168
- label: "Size or Duration".freeze,
169
- "rdfs:isDefinedBy" => %(dc:).freeze,
170
- subClassOf: "dc:MediaTypeOrExtent".freeze,
171
- type: "rdfs:Class".freeze
172
- term :Standard,
173
- comment: %(A basis for comparison; a reference point against which other things can be evaluated.).freeze,
174
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Standard-001).freeze,
175
- "dc:issued" => %(2008-01-14).freeze,
176
- label: "Standard".freeze,
177
- "rdfs:isDefinedBy" => %(dc:).freeze,
178
- type: "rdfs:Class".freeze
179
-
180
- # Property definitions
181
- property :abstract,
182
- comment: %(A summary of the resource.).freeze,
183
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#abstract-003).freeze,
184
- "dc:issued" => %(2000-07-11).freeze,
185
- "dc:modified" => %(2008-01-14).freeze,
186
- label: "Abstract".freeze,
187
- "rdfs:isDefinedBy" => %(dc:).freeze,
188
- subPropertyOf: ["dc11:description".freeze, "dc:description".freeze],
189
- type: "rdf:Property".freeze
190
- property :accessRights,
191
- comment: %(Information about who can access the resource or an indication of its security status.).freeze,
192
- "dc:description" => %(Access Rights may include information regarding access or restrictions based on privacy, security, or other policies.).freeze,
193
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#accessRights-002).freeze,
194
- "dc:issued" => %(2003-02-15).freeze,
195
- "dc:modified" => %(2008-01-14).freeze,
196
- label: "Access Rights".freeze,
197
- range: "dc:RightsStatement".freeze,
198
- "rdfs:isDefinedBy" => %(dc:).freeze,
199
- subPropertyOf: ["dc11:rights".freeze, "dc:rights".freeze],
200
- type: "rdf:Property".freeze
201
- property :accrualMethod,
202
- comment: %(The method by which items are added to a collection.).freeze,
203
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#accrualMethod-003).freeze,
204
- "dc:issued" => %(2005-06-13).freeze,
205
- "dc:modified" => %(2010-10-11).freeze,
206
- domain: "http://purl.org/dc/dcmitype/Collection".freeze,
207
- label: "Accrual Method".freeze,
208
- range: "dc:MethodOfAccrual".freeze,
209
- "rdfs:isDefinedBy" => %(dc:).freeze,
210
- type: "rdf:Property".freeze
211
- property :accrualPeriodicity,
212
- comment: %(The frequency with which items are added to a collection.).freeze,
213
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#accrualPeriodicity-003).freeze,
214
- "dc:issued" => %(2005-06-13).freeze,
215
- "dc:modified" => %(2010-10-11).freeze,
216
- domain: "http://purl.org/dc/dcmitype/Collection".freeze,
217
- label: "Accrual Periodicity".freeze,
218
- range: "dc:Frequency".freeze,
219
- "rdfs:isDefinedBy" => %(dc:).freeze,
220
- type: "rdf:Property".freeze
221
- property :accrualPolicy,
222
- comment: %(The policy governing the addition of items to a collection.).freeze,
223
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#accrualPolicy-003).freeze,
224
- "dc:issued" => %(2005-06-13).freeze,
225
- "dc:modified" => %(2010-10-11).freeze,
226
- domain: "http://purl.org/dc/dcmitype/Collection".freeze,
227
- label: "Accrual Policy".freeze,
228
- range: "dc:Policy".freeze,
229
- "rdfs:isDefinedBy" => %(dc:).freeze,
230
- type: "rdf:Property".freeze
231
- property :alternative,
232
- comment: %(An alternative name for the resource.).freeze,
233
- "dc:description" => %(The distinction between titles and alternative titles is application-specific.).freeze,
234
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#alternative-003).freeze,
235
- "dc:issued" => %(2000-07-11).freeze,
236
- "dc:modified" => %(2010-10-11).freeze,
237
- label: "Alternative Title".freeze,
238
- range: "rdfs:Literal".freeze,
239
- "rdfs:isDefinedBy" => %(dc:).freeze,
240
- subPropertyOf: ["dc11:title".freeze, "dc:title".freeze],
241
- type: "rdf:Property".freeze
242
- property :audience,
243
- comment: %(A class of entity for whom the resource is intended or useful.).freeze,
244
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#audience-003).freeze,
245
- "dc:issued" => %(2001-05-21).freeze,
246
- "dc:modified" => %(2008-01-14).freeze,
247
- label: "Audience".freeze,
248
- range: "dc:AgentClass".freeze,
249
- "rdfs:isDefinedBy" => %(dc:).freeze,
250
- type: "rdf:Property".freeze
251
- property :available,
252
- comment: %(Date \(often a range\) that the resource became or will become available.).freeze,
253
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#available-003).freeze,
254
- "dc:issued" => %(2000-07-11).freeze,
255
- "dc:modified" => %(2008-01-14).freeze,
256
- label: "Date Available".freeze,
257
- range: "rdfs:Literal".freeze,
258
- "rdfs:isDefinedBy" => %(dc:).freeze,
259
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
260
- type: "rdf:Property".freeze
261
- property :bibliographicCitation,
262
- comment: %(A bibliographic reference for the resource.).freeze,
263
- "dc:description" => %(Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible.).freeze,
264
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#bibliographicCitation-002).freeze,
265
- "dc:issued" => %(2003-02-15).freeze,
266
- "dc:modified" => %(2008-01-14).freeze,
267
- domain: "dc:BibliographicResource".freeze,
268
- label: "Bibliographic Citation".freeze,
269
- range: "rdfs:Literal".freeze,
270
- "rdfs:isDefinedBy" => %(dc:).freeze,
271
- subPropertyOf: ["dc11:identifier".freeze, "dc:identifier".freeze],
272
- type: "rdf:Property".freeze
273
- property :conformsTo,
274
- comment: %(An established standard to which the described resource conforms.).freeze,
275
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#conformsTo-003).freeze,
276
- "dc:issued" => %(2001-05-21).freeze,
277
- "dc:modified" => %(2008-01-14).freeze,
278
- label: "Conforms To".freeze,
279
- range: "dc:Standard".freeze,
280
- "rdfs:isDefinedBy" => %(dc:).freeze,
281
- subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
282
- type: "rdf:Property".freeze
283
- property :contributor,
284
- comment: %(An entity responsible for making contributions to the resource.).freeze,
285
- "dc:description" => %(Examples of a Contributor include a person, an organization, or a service.).freeze,
286
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#contributorT-001).freeze,
287
- "dc:issued" => %(2008-01-14).freeze,
288
- "dc:modified" => %(2010-10-11).freeze,
289
- label: "Contributor".freeze,
290
- range: "dc:Agent".freeze,
291
- "rdfs:isDefinedBy" => %(dc:).freeze,
292
- subPropertyOf: "dc11:contributor".freeze,
293
- type: "rdf:Property".freeze
294
- property :coverage,
295
- comment: %(The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.).freeze,
296
- "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 best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.).freeze,
297
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#coverageT-001).freeze,
298
- "dc:issued" => %(2008-01-14).freeze,
299
- "dc:modified" => %(2008-01-14).freeze,
300
- label: "Coverage".freeze,
301
- range: "dc:LocationPeriodOrJurisdiction".freeze,
302
- "rdfs:isDefinedBy" => %(dc:).freeze,
303
- subPropertyOf: "dc11:coverage".freeze,
304
- type: "rdf:Property".freeze
305
- property :created,
306
- comment: %(Date of creation of the resource.).freeze,
307
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#created-003).freeze,
308
- "dc:issued" => %(2000-07-11).freeze,
309
- "dc:modified" => %(2008-01-14).freeze,
310
- label: "Date Created".freeze,
311
- range: "rdfs:Literal".freeze,
312
- "rdfs:isDefinedBy" => %(dc:).freeze,
313
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
314
- type: "rdf:Property".freeze
315
- property :creator,
316
- comment: %(An entity primarily responsible for making the resource.).freeze,
317
- "dc:description" => %(Examples of a Creator include a person, an organization, or a service.).freeze,
318
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#creatorT-002).freeze,
319
- "dc:issued" => %(2008-01-14).freeze,
320
- "dc:modified" => %(2010-10-11).freeze,
321
- label: "Creator".freeze,
322
- "owl:equivalentProperty" => %(foaf:maker).freeze,
323
- range: "dc:Agent".freeze,
324
- "rdfs:isDefinedBy" => %(dc:).freeze,
325
- subPropertyOf: ["dc11:creator".freeze, "dc:contributor".freeze],
326
- type: "rdf:Property".freeze
327
- property :date,
328
- comment: %(A point or period of time associated with an event in the lifecycle of the resource.).freeze,
329
- "dc:description" => %(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 [W3CDTF].).freeze,
330
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#dateT-001).freeze,
331
- "dc:issued" => %(2008-01-14).freeze,
332
- "dc:modified" => %(2008-01-14).freeze,
333
- label: "Date".freeze,
334
- range: "rdfs:Literal".freeze,
335
- "rdfs:isDefinedBy" => %(dc:).freeze,
336
- subPropertyOf: "dc11:date".freeze,
337
- type: "rdf:Property".freeze
338
- property :dateAccepted,
339
- comment: %(Date of acceptance of the resource.).freeze,
340
- "dc:description" => %(Examples of resources to which a Date Accepted may be relevant are a thesis \(accepted by a university department\) or an article \(accepted by a journal\).).freeze,
341
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#dateAccepted-002).freeze,
342
- "dc:issued" => %(2002-07-13).freeze,
343
- "dc:modified" => %(2008-01-14).freeze,
344
- label: "Date Accepted".freeze,
345
- range: "rdfs:Literal".freeze,
346
- "rdfs:isDefinedBy" => %(dc:).freeze,
347
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
348
- type: "rdf:Property".freeze
349
- property :dateCopyrighted,
350
- comment: %(Date of copyright.).freeze,
351
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#dateCopyrighted-002).freeze,
352
- "dc:issued" => %(2002-07-13).freeze,
353
- "dc:modified" => %(2008-01-14).freeze,
354
- label: "Date Copyrighted".freeze,
355
- range: "rdfs:Literal".freeze,
356
- "rdfs:isDefinedBy" => %(dc:).freeze,
357
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
358
- type: "rdf:Property".freeze
359
- property :dateSubmitted,
360
- comment: %(Date of submission of the resource.).freeze,
361
- "dc:description" => %(Examples of resources to which a Date Submitted may be relevant are a thesis \(submitted to a university department\) or an article \(submitted to a journal\).).freeze,
362
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#dateSubmitted-002).freeze,
363
- "dc:issued" => %(2002-07-13).freeze,
364
- "dc:modified" => %(2008-01-14).freeze,
365
- label: "Date Submitted".freeze,
366
- range: "rdfs:Literal".freeze,
367
- "rdfs:isDefinedBy" => %(dc:).freeze,
368
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
369
- type: "rdf:Property".freeze
370
- property :description,
371
- comment: %(An account of the resource.).freeze,
372
- "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,
373
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#descriptionT-001).freeze,
374
- "dc:issued" => %(2008-01-14).freeze,
375
- "dc:modified" => %(2008-01-14).freeze,
376
- label: "Description".freeze,
377
- "rdfs:isDefinedBy" => %(dc:).freeze,
378
- subPropertyOf: "dc11:description".freeze,
379
- type: "rdf:Property".freeze
380
- property :educationLevel,
381
- comment: %(A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.).freeze,
382
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#educationLevel-002).freeze,
383
- "dc:issued" => %(2002-07-13).freeze,
384
- "dc:modified" => %(2008-01-14).freeze,
385
- label: "Audience Education Level".freeze,
386
- range: "dc:AgentClass".freeze,
387
- "rdfs:isDefinedBy" => %(dc:).freeze,
388
- subPropertyOf: "dc:audience".freeze,
389
- type: "rdf:Property".freeze
390
- property :extent,
391
- comment: %(The size or duration of the resource.).freeze,
392
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#extent-003).freeze,
393
- "dc:issued" => %(2000-07-11).freeze,
394
- "dc:modified" => %(2008-01-14).freeze,
395
- label: "Extent".freeze,
396
- range: "dc:SizeOrDuration".freeze,
397
- "rdfs:isDefinedBy" => %(dc:).freeze,
398
- subPropertyOf: ["dc11:format".freeze, "dc:format".freeze],
399
- type: "rdf:Property".freeze
400
- property :format,
401
- comment: %(The file format, physical medium, or dimensions of the resource.).freeze,
402
- "dc:description" => %(Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].).freeze,
403
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#formatT-001).freeze,
404
- "dc:issued" => %(2008-01-14).freeze,
405
- "dc:modified" => %(2008-01-14).freeze,
406
- label: "Format".freeze,
407
- range: "dc:MediaTypeOrExtent".freeze,
408
- "rdfs:isDefinedBy" => %(dc:).freeze,
409
- subPropertyOf: "dc11:format".freeze,
410
- type: "rdf:Property".freeze
411
- property :hasFormat,
412
- comment: %(A related resource that is substantially the same as the pre-existing described resource, but in another format.).freeze,
413
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#hasFormat-003).freeze,
414
- "dc:issued" => %(2000-07-11).freeze,
415
- "dc:modified" => %(2008-01-14).freeze,
416
- label: "Has Format".freeze,
417
- "rdfs:isDefinedBy" => %(dc:).freeze,
418
- "skos: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,
419
- subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
420
- type: "rdf:Property".freeze
421
- property :hasPart,
422
- comment: %(A related resource that is included either physically or logically in the described resource.).freeze,
423
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#hasPart-003).freeze,
424
- "dc:issued" => %(2000-07-11).freeze,
425
- "dc:modified" => %(2008-01-14).freeze,
426
- label: "Has Part".freeze,
427
- "rdfs:isDefinedBy" => %(dc:).freeze,
428
- "skos: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
- type: "rdf:Property".freeze
431
- property :hasVersion,
432
- comment: %(A related resource that is a version, edition, or adaptation of the described resource.).freeze,
433
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#hasVersion-003).freeze,
434
- "dc:issued" => %(2000-07-11).freeze,
435
- "dc:modified" => %(2008-01-14).freeze,
436
- label: "Has Version".freeze,
437
- "rdfs:isDefinedBy" => %(dc:).freeze,
438
- "skos: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
- type: "rdf:Property".freeze
441
- property :identifier,
442
- comment: %(An unambiguous reference to the resource within a given context.).freeze,
443
- "dc:description" => %(Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. ).freeze,
444
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#identifierT-001).freeze,
445
- "dc:issued" => %(2008-01-14).freeze,
446
- "dc:modified" => %(2008-01-14).freeze,
447
- label: "Identifier".freeze,
448
- range: "rdfs:Literal".freeze,
449
- "rdfs:isDefinedBy" => %(dc:).freeze,
450
- subPropertyOf: "dc11:identifier".freeze,
451
- type: "rdf:Property".freeze
452
- property :instructionalMethod,
453
- comment: %(A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.).freeze,
454
- "dc:description" => %(Instructional Method will typically include 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,
455
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#instructionalMethod-002).freeze,
456
- "dc:issued" => %(2005-06-13).freeze,
457
- "dc:modified" => %(2008-01-14).freeze,
458
- label: "Instructional Method".freeze,
459
- range: "dc:MethodOfInstruction".freeze,
460
- "rdfs:isDefinedBy" => %(dc:).freeze,
461
- type: "rdf:Property".freeze
462
- property :isFormatOf,
463
- comment: %(A related resource that is substantially the same as the described resource, but in another format.).freeze,
464
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#isFormatOf-003).freeze,
465
- "dc:issued" => %(2000-07-11).freeze,
466
- "dc:modified" => %(2008-01-14).freeze,
467
- label: "Is Format Of".freeze,
468
- "rdfs:isDefinedBy" => %(dc:).freeze,
469
- "skos: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,
470
- subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
471
- type: "rdf:Property".freeze
472
- property :isPartOf,
473
- comment: %(A related resource in which the described resource is physically or logically included.).freeze,
474
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#isPartOf-003).freeze,
475
- "dc:issued" => %(2000-07-11).freeze,
476
- "dc:modified" => %(2008-01-14).freeze,
477
- label: "Is Part Of".freeze,
478
- "rdfs:isDefinedBy" => %(dc:).freeze,
479
- "skos: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
- type: "rdf:Property".freeze
482
- property :isReferencedBy,
483
- comment: %(A related resource that references, cites, or otherwise points to the described resource.).freeze,
484
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#isReferencedBy-003).freeze,
485
- "dc:issued" => %(2000-07-11).freeze,
486
- "dc:modified" => %(2008-01-14).freeze,
487
- label: "Is Referenced By".freeze,
488
- "rdfs:isDefinedBy" => %(dc:).freeze,
489
- "skos: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
- type: "rdf:Property".freeze
492
- property :isReplacedBy,
493
- comment: %(A related resource that supplants, displaces, or supersedes the described resource.).freeze,
494
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#isReplacedBy-003).freeze,
495
- "dc:issued" => %(2000-07-11).freeze,
496
- "dc:modified" => %(2008-01-14).freeze,
497
- label: "Is Replaced By".freeze,
498
- "rdfs:isDefinedBy" => %(dc:).freeze,
499
- "skos: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
- type: "rdf:Property".freeze
502
- property :isRequiredBy,
503
- comment: %(A related resource that requires the described resource to support its function, delivery, or coherence.).freeze,
504
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#isRequiredBy-003).freeze,
505
- "dc:issued" => %(2000-07-11).freeze,
506
- "dc:modified" => %(2008-01-14).freeze,
507
- label: "Is Required By".freeze,
508
- "rdfs:isDefinedBy" => %(dc:).freeze,
509
- "skos: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
- type: "rdf:Property".freeze
512
- property :isVersionOf,
513
- comment: %(A related resource of which the described resource is a version, edition, or adaptation.).freeze,
514
- "dc:description" => %(Changes in version imply substantive changes in content rather than differences in format.).freeze,
515
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#isVersionOf-003).freeze,
516
- "dc:issued" => %(2000-07-11).freeze,
517
- "dc:modified" => %(2008-01-14).freeze,
518
- label: "Is Version Of".freeze,
519
- "rdfs:isDefinedBy" => %(dc:).freeze,
520
- "skos: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,
521
- subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
522
- type: "rdf:Property".freeze
523
- property :issued,
524
- comment: %(Date of formal issuance \(e.g., publication\) of the resource.).freeze,
525
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#issued-003).freeze,
526
- "dc:issued" => %(2000-07-11).freeze,
527
- "dc:modified" => %(2008-01-14).freeze,
528
- label: "Date Issued".freeze,
529
- range: "rdfs:Literal".freeze,
530
- "rdfs:isDefinedBy" => %(dc:).freeze,
531
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
532
- type: "rdf:Property".freeze
533
- property :language,
534
- comment: %(A language of the resource.).freeze,
535
- "dc:description" => %(Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].).freeze,
536
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#languageT-001).freeze,
537
- "dc:issued" => %(2008-01-14).freeze,
538
- "dc:modified" => %(2008-01-14).freeze,
539
- label: "Language".freeze,
540
- range: "dc:LinguisticSystem".freeze,
541
- "rdfs:isDefinedBy" => %(dc:).freeze,
542
- subPropertyOf: "dc11:language".freeze,
543
- type: "rdf:Property".freeze
544
- property :license,
545
- comment: %(A legal document giving official permission to do something with the resource.).freeze,
546
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#license-002).freeze,
547
- "dc:issued" => %(2004-06-14).freeze,
548
- "dc:modified" => %(2008-01-14).freeze,
549
- label: "License".freeze,
550
- range: "dc:LicenseDocument".freeze,
551
- "rdfs:isDefinedBy" => %(dc:).freeze,
552
- subPropertyOf: ["dc11:rights".freeze, "dc:rights".freeze],
553
- type: "rdf:Property".freeze
554
- property :mediator,
555
- comment: %(An entity that mediates access to the resource and for whom the resource is intended or useful.).freeze,
556
- "dc:description" => %(In an educational context, a mediator might be a parent, teacher, teaching assistant, or care-giver.).freeze,
557
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#mediator-003).freeze,
558
- "dc:issued" => %(2001-05-21).freeze,
559
- "dc:modified" => %(2008-01-14).freeze,
560
- label: "Mediator".freeze,
561
- range: "dc:AgentClass".freeze,
562
- "rdfs:isDefinedBy" => %(dc:).freeze,
563
- subPropertyOf: "dc:audience".freeze,
564
- type: "rdf:Property".freeze
565
- property :medium,
566
- comment: %(The material or physical carrier of the resource.).freeze,
567
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#medium-003).freeze,
568
- "dc:issued" => %(2000-07-11).freeze,
569
- "dc:modified" => %(2008-01-14).freeze,
570
- domain: "dc:PhysicalResource".freeze,
571
- label: "Medium".freeze,
572
- range: "dc:PhysicalMedium".freeze,
573
- "rdfs:isDefinedBy" => %(dc:).freeze,
574
- subPropertyOf: ["dc11:format".freeze, "dc:format".freeze],
575
- type: "rdf:Property".freeze
576
- property :modified,
577
- comment: %(Date on which the resource was changed.).freeze,
578
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#modified-003).freeze,
579
- "dc:issued" => %(2000-07-11).freeze,
580
- "dc:modified" => %(2008-01-14).freeze,
581
- label: "Date Modified".freeze,
582
- range: "rdfs:Literal".freeze,
583
- "rdfs:isDefinedBy" => %(dc:).freeze,
584
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
585
- type: "rdf:Property".freeze
586
- property :provenance,
587
- 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,
588
- "dc:description" => %(The statement may include a description of any changes successive custodians made to the resource.).freeze,
589
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#provenance-002).freeze,
590
- "dc:issued" => %(2004-09-20).freeze,
591
- "dc:modified" => %(2008-01-14).freeze,
592
- label: "Provenance".freeze,
593
- range: "dc:ProvenanceStatement".freeze,
594
- "rdfs:isDefinedBy" => %(dc:).freeze,
595
- type: "rdf:Property".freeze
596
- property :publisher,
597
- comment: %(An entity responsible for making the resource available.).freeze,
598
- "dc:description" => %(Examples of a Publisher include a person, an organization, or a service.).freeze,
599
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#publisherT-001).freeze,
600
- "dc:issued" => %(2008-01-14).freeze,
601
- "dc:modified" => %(2010-10-11).freeze,
602
- label: "Publisher".freeze,
603
- range: "dc:Agent".freeze,
604
- "rdfs:isDefinedBy" => %(dc:).freeze,
605
- subPropertyOf: "dc11:publisher".freeze,
606
- type: "rdf:Property".freeze
607
- property :references,
608
- comment: %(A related resource that is referenced, cited, or otherwise pointed to by the described resource.).freeze,
609
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#references-003).freeze,
610
- "dc:issued" => %(2000-07-11).freeze,
611
- "dc:modified" => %(2008-01-14).freeze,
612
- label: "References".freeze,
613
- "rdfs:isDefinedBy" => %(dc:).freeze,
614
- "skos: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,
615
- subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
616
- type: "rdf:Property".freeze
617
- property :relation,
618
- comment: %(A related resource.).freeze,
619
- "dc:description" => %(Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. ).freeze,
620
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#relationT-001).freeze,
621
- "dc:issued" => %(2008-01-14).freeze,
622
- "dc:modified" => %(2008-01-14).freeze,
623
- label: "Relation".freeze,
624
- "rdfs:isDefinedBy" => %(dc:).freeze,
625
- "skos: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,
626
- subPropertyOf: "dc11:relation".freeze,
627
- type: "rdf:Property".freeze
628
- property :replaces,
629
- comment: %(A related resource that is supplanted, displaced, or superseded by the described resource.).freeze,
630
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#replaces-003).freeze,
631
- "dc:issued" => %(2000-07-11).freeze,
632
- "dc:modified" => %(2008-01-14).freeze,
633
- label: "Replaces".freeze,
634
- "rdfs:isDefinedBy" => %(dc:).freeze,
635
- "skos: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, "dc:relation".freeze],
637
- type: "rdf:Property".freeze
638
- property :requires,
639
- comment: %(A related resource that is required by the described resource to support its function, delivery, or coherence.).freeze,
640
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#requires-003).freeze,
641
- "dc:issued" => %(2000-07-11).freeze,
642
- "dc:modified" => %(2008-01-14).freeze,
643
- label: "Requires".freeze,
644
- "rdfs:isDefinedBy" => %(dc:).freeze,
645
- "skos: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
- type: "rdf:Property".freeze
648
- property :rights,
649
- comment: %(Information about rights held in and over the resource.).freeze,
650
- "dc:description" => %(Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.).freeze,
651
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#rightsT-001).freeze,
652
- "dc:issued" => %(2008-01-14).freeze,
653
- "dc:modified" => %(2008-01-14).freeze,
654
- label: "Rights".freeze,
655
- range: "dc:RightsStatement".freeze,
656
- "rdfs:isDefinedBy" => %(dc:).freeze,
657
- subPropertyOf: "dc11:rights".freeze,
658
- type: "rdf:Property".freeze
659
- property :rightsHolder,
660
- comment: %(A person or organization owning or managing rights over the resource.).freeze,
661
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#rightsHolder-002).freeze,
662
- "dc:issued" => %(2004-06-14).freeze,
663
- "dc:modified" => %(2008-01-14).freeze,
664
- label: "Rights Holder".freeze,
665
- range: "dc:Agent".freeze,
666
- "rdfs:isDefinedBy" => %(dc:).freeze,
667
- type: "rdf:Property".freeze
668
- property :source,
669
- comment: %(A related resource from which the described resource is derived.).freeze,
670
- "dc:description" => %(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.).freeze,
671
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#sourceT-001).freeze,
672
- "dc:issued" => %(2008-01-14).freeze,
673
- "dc:modified" => %(2008-01-14).freeze,
674
- label: "Source".freeze,
675
- "rdfs:isDefinedBy" => %(dc:).freeze,
676
- "skos: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,
677
- subPropertyOf: ["dc11:source".freeze, "dc:relation".freeze],
678
- type: "rdf:Property".freeze
679
- property :spatial,
680
- comment: %(Spatial characteristics of the resource.).freeze,
681
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#spatial-003).freeze,
682
- "dc:issued" => %(2000-07-11).freeze,
683
- "dc:modified" => %(2008-01-14).freeze,
684
- label: "Spatial Coverage".freeze,
685
- range: "dc:Location".freeze,
686
- "rdfs:isDefinedBy" => %(dc:).freeze,
687
- subPropertyOf: ["dc11:coverage".freeze, "dc:coverage".freeze],
688
- type: "rdf:Property".freeze
689
- property :subject,
690
- comment: %(The topic of the resource.).freeze,
691
- "dc:description" => %(Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.).freeze,
692
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#subjectT-002).freeze,
693
- "dc:issued" => %(2008-01-14).freeze,
694
- "dc:modified" => %(2012-06-14).freeze,
695
- label: "Subject".freeze,
696
- "rdfs:isDefinedBy" => %(dc:).freeze,
697
- "skos: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,
698
- subPropertyOf: "dc11:subject".freeze,
699
- type: "rdf:Property".freeze
700
- property :tableOfContents,
701
- comment: %(A list of subunits of the resource.).freeze,
702
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#tableOfContents-003).freeze,
703
- "dc:issued" => %(2000-07-11).freeze,
704
- "dc:modified" => %(2008-01-14).freeze,
705
- label: "Table Of Contents".freeze,
706
- "rdfs:isDefinedBy" => %(dc:).freeze,
707
- subPropertyOf: ["dc11:description".freeze, "dc:description".freeze],
708
- type: "rdf:Property".freeze
709
- property :temporal,
710
- comment: %(Temporal characteristics of the resource.).freeze,
711
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#temporal-003).freeze,
712
- "dc:issued" => %(2000-07-11).freeze,
713
- "dc:modified" => %(2008-01-14).freeze,
714
- label: "Temporal Coverage".freeze,
715
- range: "dc:PeriodOfTime".freeze,
716
- "rdfs:isDefinedBy" => %(dc:).freeze,
717
- subPropertyOf: ["dc11:coverage".freeze, "dc:coverage".freeze],
718
- type: "rdf:Property".freeze
719
- property :title,
720
- comment: %(A name given to the resource.).freeze,
721
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#titleT-002).freeze,
722
- "dc:issued" => %(2008-01-14).freeze,
723
- "dc:modified" => %(2010-10-11).freeze,
724
- label: "Title".freeze,
725
- range: "rdfs:Literal".freeze,
726
- "rdfs:isDefinedBy" => %(dc:).freeze,
727
- subPropertyOf: "dc11:title".freeze,
728
- type: "rdf:Property".freeze
729
- property :type,
730
- comment: %(The nature or genre of the resource.).freeze,
731
- "dc:description" => %(Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.).freeze,
732
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#typeT-001).freeze,
733
- "dc:issued" => %(2008-01-14).freeze,
734
- "dc:modified" => %(2008-01-14).freeze,
735
- label: "Type".freeze,
736
- range: "rdfs:Class".freeze,
737
- "rdfs:isDefinedBy" => %(dc:).freeze,
738
- subPropertyOf: "dc11:type".freeze,
739
- type: "rdf:Property".freeze
740
- property :valid,
741
- comment: %(Date \(often a range\) of validity of a resource.).freeze,
742
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#valid-003).freeze,
743
- "dc:issued" => %(2000-07-11).freeze,
744
- "dc:modified" => %(2008-01-14).freeze,
745
- label: "Date Valid".freeze,
746
- range: "rdfs:Literal".freeze,
747
- "rdfs:isDefinedBy" => %(dc:).freeze,
748
- subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
749
- type: "rdf:Property".freeze
750
-
751
- # Datatype definitions
752
- term :Box,
753
- comment: %(The set of regions in space defined by their geographic coordinates according to the DCMI Box Encoding Scheme.).freeze,
754
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Box-003).freeze,
755
- "dc:issued" => %(2000-07-11).freeze,
756
- "dc:modified" => %(2008-01-14).freeze,
757
- label: "DCMI Box".freeze,
758
- "rdfs:isDefinedBy" => %(dc:).freeze,
759
- "rdfs:seeAlso" => %(http://dublincore.org/documents/dcmi-box/).freeze,
760
- type: "rdfs:Datatype".freeze
761
- term :ISO3166,
762
- comment: %(The set of codes listed in ISO 3166-1 for the representation of names of countries.).freeze,
763
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#ISO3166-004).freeze,
764
- "dc:issued" => %(2000-07-11).freeze,
765
- "dc:modified" => %(2008-01-14).freeze,
766
- label: "ISO 3166".freeze,
767
- "rdfs:isDefinedBy" => %(dc:).freeze,
768
- "rdfs:seeAlso" => %(http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html).freeze,
769
- type: "rdfs:Datatype".freeze
770
- term :"ISO639-2",
771
- comment: %(The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.).freeze,
772
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#ISO639-2-003).freeze,
773
- "dc:issued" => %(2000-07-11).freeze,
774
- "dc:modified" => %(2008-01-14).freeze,
775
- label: "ISO 639-2".freeze,
776
- "rdfs:isDefinedBy" => %(dc:).freeze,
777
- "rdfs:seeAlso" => %(http://lcweb.loc.gov/standards/iso639-2/langhome.html).freeze,
778
- type: "rdfs:Datatype".freeze
779
- term :"ISO639-3",
780
- comment: %(The set of three-letter codes listed in ISO 639-3 for the representation of names of languages.).freeze,
781
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#ISO639-3-001).freeze,
782
- "dc:issued" => %(2008-01-14).freeze,
783
- label: "ISO 639-3".freeze,
784
- "rdfs:isDefinedBy" => %(dc:).freeze,
785
- "rdfs:seeAlso" => %(http://www.sil.org/iso639-3/).freeze,
786
- type: "rdfs:Datatype".freeze
787
- term :Period,
788
- comment: %(The set of time intervals defined by their limits according to the DCMI Period Encoding Scheme.).freeze,
789
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Period-003).freeze,
790
- "dc:issued" => %(2000-07-11).freeze,
791
- "dc:modified" => %(2008-01-14).freeze,
792
- label: "DCMI Period".freeze,
793
- "rdfs:isDefinedBy" => %(dc:).freeze,
794
- "rdfs:seeAlso" => %(http://dublincore.org/documents/dcmi-period/).freeze,
795
- type: "rdfs:Datatype".freeze
796
- term :Point,
797
- comment: %(The set of points in space defined by their geographic coordinates according to the DCMI Point Encoding Scheme.).freeze,
798
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Point-003).freeze,
799
- "dc:issued" => %(2000-07-11).freeze,
800
- "dc:modified" => %(2008-01-14).freeze,
801
- label: "DCMI Point".freeze,
802
- "rdfs:isDefinedBy" => %(dc:).freeze,
803
- "rdfs:seeAlso" => %(http://dublincore.org/documents/dcmi-point/).freeze,
804
- type: "rdfs:Datatype".freeze
805
- term :RFC1766,
806
- comment: %(The set of tags, constructed according to RFC 1766, for the identification of languages.).freeze,
807
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#RFC1766-003).freeze,
808
- "dc:issued" => %(2000-07-11).freeze,
809
- "dc:modified" => %(2008-01-14).freeze,
810
- label: "RFC 1766".freeze,
811
- "rdfs:isDefinedBy" => %(dc:).freeze,
812
- "rdfs:seeAlso" => %(http://www.ietf.org/rfc/rfc1766.txt).freeze,
813
- type: "rdfs:Datatype".freeze
814
- term :RFC3066,
815
- comment: %(The set of tags constructed according to RFC 3066 for the identification of languages.).freeze,
816
- "dc:description" => %(RFC 3066 has been obsoleted by RFC 4646.).freeze,
817
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#RFC3066-002).freeze,
818
- "dc:issued" => %(2002-07-13).freeze,
819
- "dc:modified" => %(2008-01-14).freeze,
820
- label: "RFC 3066".freeze,
821
- "rdfs:isDefinedBy" => %(dc:).freeze,
822
- "rdfs:seeAlso" => %(http://www.ietf.org/rfc/rfc3066.txt).freeze,
823
- type: "rdfs:Datatype".freeze
824
- term :RFC4646,
825
- comment: %(The set of tags constructed according to RFC 4646 for the identification of languages.).freeze,
826
- "dc:description" => %(RFC 4646 obsoletes RFC 3066.).freeze,
827
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#RFC4646-001).freeze,
828
- "dc:issued" => %(2008-01-14).freeze,
829
- label: "RFC 4646".freeze,
830
- "rdfs:isDefinedBy" => %(dc:).freeze,
831
- "rdfs:seeAlso" => %(http://www.ietf.org/rfc/rfc4646.txt).freeze,
832
- type: "rdfs:Datatype".freeze
833
- term :RFC5646,
834
- comment: %(The set of tags constructed according to RFC 5646 for the identification of languages.).freeze,
835
- "dc:description" => %(RFC 5646 obsoletes RFC 4646.).freeze,
836
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#RFC5646-001).freeze,
837
- "dc:issued" => %(2010-10-11).freeze,
838
- label: "RFC 5646".freeze,
839
- "rdfs:isDefinedBy" => %(dc:).freeze,
840
- "rdfs:seeAlso" => %(http://www.ietf.org/rfc/rfc5646.txt).freeze,
841
- type: "rdfs:Datatype".freeze
842
- term :URI,
843
- comment: %(The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.).freeze,
844
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#URI-003).freeze,
845
- "dc:issued" => %(2000-07-11).freeze,
846
- "dc:modified" => %(2008-01-14).freeze,
847
- label: "URI".freeze,
848
- "rdfs:isDefinedBy" => %(dc:).freeze,
849
- "rdfs:seeAlso" => %(http://www.ietf.org/rfc/rfc3986.txt).freeze,
850
- type: "rdfs:Datatype".freeze
851
- term :W3CDTF,
852
- comment: %(The set of dates and times constructed according to the W3C Date and Time Formats Specification.).freeze,
853
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#W3CDTF-003).freeze,
854
- "dc:issued" => %(2000-07-11).freeze,
855
- "dc:modified" => %(2008-01-14).freeze,
856
- label: "W3C-DTF".freeze,
857
- "rdfs:isDefinedBy" => %(dc:).freeze,
858
- "rdfs:seeAlso" => %(http://www.w3.org/TR/NOTE-datetime).freeze,
859
- type: "rdfs:Datatype".freeze
860
-
861
- # Extra definitions
862
- term :"",
863
- "dc:modified" => %(2012-06-14).freeze,
864
- "dc:publisher" => %(http://purl.org/dc/aboutdcmi#DCMI).freeze,
865
- "dc:title" => %(DCMI Metadata Terms - other).freeze,
866
- label: "".freeze
867
- term :DCMIType,
868
- comment: %(The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.).freeze,
869
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#DCMIType-005).freeze,
870
- "dc:issued" => %(2000-07-11).freeze,
871
- "dc:modified" => %(2012-06-14).freeze,
872
- label: "DCMI Type Vocabulary".freeze,
873
- "rdfs:isDefinedBy" => %(dc:).freeze,
874
- "rdfs:seeAlso" => %(http://purl.org/dc/dcmitype/).freeze,
875
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
876
- term :DDC,
877
- comment: %(The set of conceptual resources specified by the Dewey Decimal Classification.).freeze,
878
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#DDC-003).freeze,
879
- "dc:issued" => %(2000-07-11).freeze,
880
- "dc:modified" => %(2008-01-14).freeze,
881
- label: "DDC".freeze,
882
- "rdfs:isDefinedBy" => %(dc:).freeze,
883
- "rdfs:seeAlso" => %(http://www.oclc.org/dewey/).freeze,
884
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
885
- term :IMT,
886
- comment: %(The set of media types specified by the Internet Assigned Numbers Authority.).freeze,
887
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#IMT-004).freeze,
888
- "dc:issued" => %(2000-07-11).freeze,
889
- "dc:modified" => %(2008-01-14).freeze,
890
- label: "IMT".freeze,
891
- "rdfs:isDefinedBy" => %(dc:).freeze,
892
- "rdfs:seeAlso" => %(http://www.iana.org/assignments/media-types/).freeze,
893
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
894
- term :LCC,
895
- comment: %(The set of conceptual resources specified by the Library of Congress Classification.).freeze,
896
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#LCC-003).freeze,
897
- "dc:issued" => %(2000-07-11).freeze,
898
- "dc:modified" => %(2008-01-14).freeze,
899
- label: "LCC".freeze,
900
- "rdfs:isDefinedBy" => %(dc:).freeze,
901
- "rdfs:seeAlso" => %(http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html).freeze,
902
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
903
- term :LCSH,
904
- comment: %(The set of labeled concepts specified by the Library of Congress Subject Headings.).freeze,
905
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#LCSH-003).freeze,
906
- "dc:issued" => %(2000-07-11).freeze,
907
- "dc:modified" => %(2008-01-14).freeze,
908
- label: "LCSH".freeze,
909
- "rdfs:isDefinedBy" => %(dc:).freeze,
910
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
911
- term :MESH,
912
- comment: %(The set of labeled concepts specified by the Medical Subject Headings.).freeze,
913
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MESH-003).freeze,
914
- "dc:issued" => %(2000-07-11).freeze,
915
- "dc:modified" => %(2008-01-14).freeze,
916
- label: "MeSH".freeze,
917
- "rdfs:isDefinedBy" => %(dc:).freeze,
918
- "rdfs:seeAlso" => %(http://www.nlm.nih.gov/mesh/meshhome.html).freeze,
919
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
920
- term :NLM,
921
- comment: %(The set of conceptual resources specified by the National Library of Medicine Classification.).freeze,
922
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#NLM-002).freeze,
923
- "dc:issued" => %(2005-06-13).freeze,
924
- "dc:modified" => %(2008-01-14).freeze,
925
- label: "NLM".freeze,
926
- "rdfs:isDefinedBy" => %(dc:).freeze,
927
- "rdfs:seeAlso" => %(http://wwwcf.nlm.nih.gov/class/).freeze,
928
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
929
- term :TGN,
930
- comment: %(The set of places specified by the Getty Thesaurus of Geographic Names.).freeze,
931
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#TGN-003).freeze,
932
- "dc:issued" => %(2000-07-11).freeze,
933
- "dc:modified" => %(2008-01-14).freeze,
934
- label: "TGN".freeze,
935
- "rdfs:isDefinedBy" => %(dc:).freeze,
936
- "rdfs:seeAlso" => %(http://www.getty.edu/research/tools/vocabulary/tgn/index.html).freeze,
937
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
938
- term :UDC,
939
- comment: %(The set of conceptual resources specified by the Universal Decimal Classification.).freeze,
940
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#UDC-003).freeze,
941
- "dc:issued" => %(2000-07-11).freeze,
942
- "dc:modified" => %(2008-01-14).freeze,
943
- label: "UDC".freeze,
944
- "rdfs:isDefinedBy" => %(dc:).freeze,
945
- "rdfs:seeAlso" => %(http://www.udcc.org/).freeze,
946
- type: "http://purl.org/dc/dcam/VocabularyEncodingScheme".freeze
947
- end
948
- end