rdf-vocab 3.1.4 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +14 -28
  6. data/lib/rdf/vocab/acl.rb +84 -1
  7. data/lib/rdf/vocab/as.rb +466 -1
  8. data/lib/rdf/vocab/bf2.rb +1317 -1
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +496 -1
  11. data/lib/rdf/vocab/cc.rb +107 -1
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1303 -1
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +1 -1
  18. data/lib/rdf/vocab/dc11.rb +63 -1
  19. data/lib/rdf/vocab/dcat.rb +152 -4
  20. data/lib/rdf/vocab/dcmitype.rb +1 -1
  21. data/lib/rdf/vocab/disco.rb +228 -1
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +753 -1
  24. data/lib/rdf/vocab/earl.rb +135 -1
  25. data/lib/rdf/vocab/ebucore.rb +7335 -1974
  26. data/lib/rdf/vocab/edm.rb +150 -1
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +253 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +377 -1
  30. data/lib/rdf/vocab/foaf.rb +305 -1
  31. data/lib/rdf/vocab/geo.rb +39 -1
  32. data/lib/rdf/vocab/geojson.rb +66 -1
  33. data/lib/rdf/vocab/geonames.rb +166 -1
  34. data/lib/rdf/vocab/gr.rb +684 -1
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +164 -1
  37. data/lib/rdf/vocab/hydra.rb +236 -2
  38. data/lib/rdf/vocab/iana.rb +230 -1
  39. data/lib/rdf/vocab/ical.rb +462 -1
  40. data/lib/rdf/vocab/identifiers.rb +462 -1
  41. data/lib/rdf/vocab/iiif.rb +136 -1
  42. data/lib/rdf/vocab/jsonld.rb +135 -1
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +1 -1
  45. data/lib/rdf/vocab/ma.rb +381 -1
  46. data/lib/rdf/vocab/mads.rb +600 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +809 -1
  48. data/lib/rdf/vocab/mo.rb +919 -1
  49. data/lib/rdf/vocab/mods.rb +516 -1
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +275 -1
  52. data/lib/rdf/vocab/og.rb +78 -1
  53. data/lib/rdf/vocab/ogc.rb +34 -1
  54. data/lib/rdf/vocab/ore.rb +56 -1
  55. data/lib/rdf/vocab/org.rb +189 -1
  56. data/lib/rdf/vocab/pcdm.rb +47 -1
  57. data/lib/rdf/vocab/pplan.rb +64 -1
  58. data/lib/rdf/vocab/premis.rb +1266 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +155 -1
  60. data/lib/rdf/vocab/prov.rb +619 -1
  61. data/lib/rdf/vocab/ptr.rb +138 -1
  62. data/lib/rdf/vocab/rightsstatements.rb +5 -1
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +1 -1
  65. data/lib/rdf/vocab/schema.rb +10032 -12
  66. data/lib/rdf/vocab/sd.rb +372 -0
  67. data/lib/rdf/vocab/sh.rb +736 -1
  68. data/lib/rdf/vocab/sioc.rb +401 -1
  69. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +38 -1
  70. data/lib/rdf/vocab/{sioct.rb → sioctypes.rb} +158 -1
  71. data/lib/rdf/vocab/skos.rb +119 -1
  72. data/lib/rdf/vocab/skosxl.rb +30 -1
  73. data/lib/rdf/vocab/v.rb +291 -1
  74. data/lib/rdf/vocab/vcard.rb +508 -1
  75. data/lib/rdf/vocab/vmd.rb +291 -1
  76. data/lib/rdf/vocab/void.rb +121 -1
  77. data/lib/rdf/vocab/vs.rb +19 -1
  78. data/lib/rdf/vocab/wdrs.rb +90 -1
  79. data/lib/rdf/vocab/wot.rb +78 -1
  80. data/lib/rdf/vocab/xhtml.rb +2 -1
  81. data/lib/rdf/vocab/xhv.rb +338 -1
  82. data/lib/rdf/vocab/xkos.rb +150 -1
  83. data/spec/extensions_spec.rb +68 -0
  84. data/spec/vocab_spec.rb +10 -0
  85. metadata +15 -8
@@ -5,9 +5,524 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.loc.gov/mods/rdf/v1#>
8
+ # #
8
9
  # class MODS < RDF::StrictVocabulary
10
+ # # Aggregates cartographic properties.
11
+ # # @return [RDF::Vocabulary::Term]
12
+ # attr_reader :Cartographics
13
+ #
14
+ # # For a classification whose scheme is not part of the controlled vocabulary. Bundles together a classification number and scheme.
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :ClassificationGroup
17
+ #
18
+ # # Used when the identifier type is not from the controlled list. Bundles together an identifier and its type.
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :IdentifierGroup
21
+ #
22
+ # # An aggregator for location properties.
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :Location
25
+ #
26
+ # # An aggregator for copy properties.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :LocationCopy
29
+ #
30
+ # # The resource which is the subject of this description.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :ModsResource
33
+ #
34
+ # # Aggregates a note with its type.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :NoteGroup
37
+ #
38
+ # # An aggregator for part properties.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :Part
41
+ #
42
+ # # Aggregates a name with its role.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :RoleRelationship
45
+ #
46
+ # # A summary of the content of the resource.
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :abstract
49
+ #
50
+ # # Information about restrictions imposed on access to the resource.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :accessCondition
53
+ #
54
+ # # Administrative metadata for the MODS description, corresponds to recordInfo (MODS XML) which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :adminMetadata
57
+ #
58
+ # # A geographic entity expressed in cartographic terms.
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :cartographics
61
+ #
62
+ # # @return [RDF::Vocabulary::Term]
63
+ # attr_reader :cartographicsCoordinates
64
+ #
65
+ # # @return [RDF::Vocabulary::Term]
66
+ # attr_reader :cartographicsProjection
67
+ #
68
+ # # @return [RDF::Vocabulary::Term]
69
+ # attr_reader :cartographicsScale
70
+ #
71
+ # # A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas.
72
+ # # @return [RDF::Vocabulary::Term]
73
+ # attr_reader :classification
74
+ #
75
+ # # Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.
76
+ # # @return [RDF::Vocabulary::Term]
77
+ # attr_reader :classificationGroup
78
+ #
79
+ # # The classification scheme
80
+ # # @return [RDF::Vocabulary::Term]
81
+ # attr_reader :classificationGroupScheme
82
+ #
83
+ # # The classification value
84
+ # # @return [RDF::Vocabulary::Term]
85
+ # attr_reader :classificationGroupValue
86
+ #
87
+ # # Date that the resource was digitized or a subsequent snapshot was taken.
88
+ # # @return [RDF::Vocabulary::Term]
89
+ # attr_reader :dateCaptured
90
+ #
91
+ # # When there is both a start and end for the capture date this is the end date.
92
+ # # @return [RDF::Vocabulary::Term]
93
+ # attr_reader :dateCapturedEnd
94
+ #
95
+ # # When there is both a start and end for the capture date this is the start date.
96
+ # # @return [RDF::Vocabulary::Term]
97
+ # attr_reader :dateCapturedStart
98
+ #
99
+ # # The resource's creation date.
100
+ # # @return [RDF::Vocabulary::Term]
101
+ # attr_reader :dateCreated
102
+ #
103
+ # # When there is both a start and end for the creation date this is the end date.
104
+ # # @return [RDF::Vocabulary::Term]
105
+ # attr_reader :dateCreatedEnd
106
+ #
107
+ # # When there is both a start and end for the creation date this is the start date.
108
+ # # @return [RDF::Vocabulary::Term]
109
+ # attr_reader :dateCreatedStart
110
+ #
111
+ # # Date when resource was modified.
112
+ # # @return [RDF::Vocabulary::Term]
113
+ # attr_reader :dateModified
114
+ #
115
+ # # When there is both a start and end for the modification date this is the end date.
116
+ # # @return [RDF::Vocabulary::Term]
117
+ # attr_reader :dateModifiedEnd
118
+ #
119
+ # # When there is both a start and end for the modification date this is the start date.
120
+ # # @return [RDF::Vocabulary::Term]
121
+ # attr_reader :dateModifiedStart
122
+ #
123
+ # # Date when resource was copyrighted.
124
+ # # @return [RDF::Vocabulary::Term]
125
+ # attr_reader :dateOfCopyright
126
+ #
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :dateOfCopyrightEnd
129
+ #
130
+ # # @return [RDF::Vocabulary::Term]
131
+ # attr_reader :dateOfCopyrightStart
132
+ #
133
+ # # A date when resource was valid. (Not necessarily the first or last date, but this is an assertion that on that given date the information was valid.)
134
+ # # @return [RDF::Vocabulary::Term]
135
+ # attr_reader :dateValid
136
+ #
137
+ # # When the resource is valid over an interval with a start and end date, this is the end date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)
138
+ # # @return [RDF::Vocabulary::Term]
139
+ # attr_reader :dateValidEnd
140
+ #
141
+ # # When the resource is valid over an interval with a start and end date, this is the start date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)
142
+ # # @return [RDF::Vocabulary::Term]
143
+ # attr_reader :dateValidStart
144
+ #
145
+ # # a designation of the source of a digital file important to its creation, use and management.
146
+ # # @return [RDF::Vocabulary::Term]
147
+ # attr_reader :digitalOrigin
148
+ #
149
+ # # Version of the resource.
150
+ # # @return [RDF::Vocabulary::Term]
151
+ # attr_reader :edition
152
+ #
153
+ # # publication frequency
154
+ # # @return [RDF::Vocabulary::Term]
155
+ # attr_reader :frequency
156
+ #
157
+ # # The genre (or one of several genres) of the resource. Represented in the MADS namespace.
158
+ # # @return [RDF::Vocabulary::Term]
159
+ # attr_reader :genre
160
+ #
161
+ # # identifier is a property for which all terms in the "identifier" vocabulary become subproperties. Thus for example 'identifer:isbn' is a subproperty saying in effect "has this ISBN" where 'isbn' is a term within that vocabulary. (The prefix 'identifier:' is used to denote the namespace for the "identifier" vocabulary.
162
+ # # @return [RDF::Vocabulary::Term]
163
+ # attr_reader :identifier
164
+ #
165
+ # # Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type.
166
+ # # @return [RDF::Vocabulary::Term]
167
+ # attr_reader :identifierGroup
168
+ #
169
+ # # The identifier type.
170
+ # # @return [RDF::Vocabulary::Term]
171
+ # attr_reader :identifierGroupType
172
+ #
173
+ # # The identifier value .
174
+ # # @return [RDF::Vocabulary::Term]
175
+ # attr_reader :identifierGroupValue
176
+ #
177
+ # # Used in conjuction with identifierType, when the type is not from the controlled vocabulary.
178
+ # # @return [RDF::Vocabulary::Term]
179
+ # attr_reader :identifierValue
180
+ #
181
+ # # Describes the issuance of the resource.
182
+ # # @return [RDF::Vocabulary::Term]
183
+ # attr_reader :issuance
184
+ #
185
+ # # The language (or one of several languages) of the resource.
186
+ # # @return [RDF::Vocabulary::Term]
187
+ # attr_reader :languageOfResource
188
+ #
189
+ # # Information about a specific tangible instance of a bibliographic resource or set which comprises one or more pieces via indication of sublocation and/or locator.
190
+ # # @return [RDF::Vocabulary::Term]
191
+ # attr_reader :locationCopy
192
+ #
193
+ # # URI of the copy of the resource.
194
+ # # @return [RDF::Vocabulary::Term]
195
+ # attr_reader :locationCopyElectronicLocator
196
+ #
197
+ # # A summary holdings statement for the copy. A string with information including volume or issue, date of publication or date of issue of a component of a multi-part resource, distinguishing it from other components of the same resource.
198
+ # # @return [RDF::Vocabulary::Term]
199
+ # attr_reader :locationCopyEnumerationAndChronology
200
+ #
201
+ # # One of three levels of enumerationAndChronology: 'basic'
202
+ # # @return [RDF::Vocabulary::Term]
203
+ # attr_reader :locationCopyEnumerationAndChronologyBasic
204
+ #
205
+ # # One of three levels of enumerationAndChronology:'index'
206
+ # # @return [RDF::Vocabulary::Term]
207
+ # attr_reader :locationCopyEnumerationAndChronologyIndex
208
+ #
209
+ # # One of three levels of enumerationAndChronology:'supplement'
210
+ # # @return [RDF::Vocabulary::Term]
211
+ # attr_reader :locationCopyEnumerationAndChronologySupplement
212
+ #
213
+ # # The form of a particular copy may be indicated when the general description refers to multiple forms and there is different detailed holdings information associated with different forms.
214
+ # # @return [RDF::Vocabulary::Term]
215
+ # attr_reader :locationCopyForm
216
+ #
217
+ # # A note pertaining to a specific copy.
218
+ # # @return [RDF::Vocabulary::Term]
219
+ # attr_reader :locationCopyNote
220
+ #
221
+ # # Shelfmark or other shelving designation that indicates the location identifier for a copy.
222
+ # # @return [RDF::Vocabulary::Term]
223
+ # attr_reader :locationCopyShelfLocator
224
+ #
225
+ # # Department, division, or section of an institution holding a copy of the resource.
226
+ # # @return [RDF::Vocabulary::Term]
227
+ # attr_reader :locationCopySublocation
228
+ #
229
+ # # The location (or one of several locations) at which the resource resides.
230
+ # # @return [RDF::Vocabulary::Term]
231
+ # attr_reader :locationOfResource
232
+ #
233
+ # # The institution or repository that holds the resource, or where it is available.
234
+ # # @return [RDF::Vocabulary::Term]
235
+ # attr_reader :locationPhysical
236
+ #
237
+ # # Shelfmark or other shelving designation
238
+ # # @return [RDF::Vocabulary::Term]
239
+ # attr_reader :locationShelfLocator
240
+ #
241
+ # # Location of the resource (a URL)
242
+ # # @return [RDF::Vocabulary::Term]
243
+ # attr_reader :locationUrl
244
+ #
245
+ # # An Internet Media (MIME) type e.g. text/html.
246
+ # # @return [RDF::Vocabulary::Term]
247
+ # attr_reader :mediaType
248
+ #
249
+ # # A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace.
250
+ # # @return [RDF::Vocabulary::Term]
251
+ # attr_reader :name
252
+ #
253
+ # # A name that has been distinguished as the principal name associated with the resource. There should be no more than one name principal name. (The rule for determining the principal name is as follows: If the role associated with the name is 'creator' AND if it is the only name whose role is 'creator' then it is the principal name. Thus if there are more than one name, or no name, whose role is 'creator', then there is no principal name.) If there is a principal name, and if there is a uniform title, then that name and title are to be combined into a nameTitle.
254
+ # # @return [RDF::Vocabulary::Term]
255
+ # attr_reader :namePrincipal
256
+ #
257
+ # # Textual information about the resource. This property is used when no type is specified. (In contrast to hasTypedNote, whose object is an aggregator that includes both the type and note.)
258
+ # # @return [RDF::Vocabulary::Term]
259
+ # attr_reader :note
260
+ #
261
+ # # Used for a note with a type (other than "statement of responsibility")
262
+ # # @return [RDF::Vocabulary::Term]
263
+ # attr_reader :noteGroup
264
+ #
265
+ # # A property of NoteGroup - used when a type is supplied for the note. The type.
266
+ # # @return [RDF::Vocabulary::Term]
267
+ # attr_reader :noteGroupType
268
+ #
269
+ # # A property of noteGroup - used when a type is supplied for the note. The text of the note.
270
+ # # @return [RDF::Vocabulary::Term]
271
+ # attr_reader :noteGroupValue
272
+ #
273
+ # # Information about a physical part of the resource, including the part number, its caption and title, and dimensions.
274
+ # # @return [RDF::Vocabulary::Term]
275
+ # attr_reader :part
276
+ #
277
+ # # Date associated with a part.
278
+ # # @return [RDF::Vocabulary::Term]
279
+ # attr_reader :partDate
280
+ #
281
+ # # The type of the resource part, e.g. volume, issue, page.
282
+ # # @return [RDF::Vocabulary::Term]
283
+ # attr_reader :partDetailType
284
+ #
285
+ # # The value of the end of a part. For example, if unit of the part has value 'page', this is the number of the last page.
286
+ # # @return [RDF::Vocabulary::Term]
287
+ # attr_reader :partEnd
288
+ #
289
+ # # A property of a part - the level of numbering in the host/parent item.
290
+ # # @return [RDF::Vocabulary::Term]
291
+ # attr_reader :partLevel
292
+ #
293
+ # # A property of a part - a textual listing of the units within the part.
294
+ # # @return [RDF::Vocabulary::Term]
295
+ # attr_reader :partList
296
+ #
297
+ # # A string that designates the part name.
298
+ # # @return [RDF::Vocabulary::Term]
299
+ # attr_reader :partName
300
+ #
301
+ # # A string that designates the part number.
302
+ # # @return [RDF::Vocabulary::Term]
303
+ # attr_reader :partNumber
304
+ #
305
+ # # An integer that designates the sequence of parts
306
+ # # @return [RDF::Vocabulary::Term]
307
+ # attr_reader :partOrder
308
+ #
309
+ # # The beginning unit of the part.
310
+ # # @return [RDF::Vocabulary::Term]
311
+ # attr_reader :partStart
312
+ #
313
+ # # The total number of units within a part.
314
+ # # @return [RDF::Vocabulary::Term]
315
+ # attr_reader :partTotal
316
+ #
317
+ # # The segment type of a part. (When parts are included, the resource is ususally a document, so the part type would be the segment type of the document.)
318
+ # # @return [RDF::Vocabulary::Term]
319
+ # attr_reader :partType
320
+ #
321
+ # # the unit -- e.g. page, chapter -- applying to the start, end, and total values.
322
+ # # @return [RDF::Vocabulary::Term]
323
+ # attr_reader :partUnit
324
+ #
325
+ # # a statement of the number and specific material of the units of the resource that express physical extent.
326
+ # # @return [RDF::Vocabulary::Term]
327
+ # attr_reader :physicalExtent
328
+ #
329
+ # # A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint
330
+ # # @return [RDF::Vocabulary::Term]
331
+ # attr_reader :physicalForm
332
+ #
333
+ # # Place of publication/origin. Used in connection with the origin of a resource, i.e., creation, publication, issuance, etc. Represented as a MADS Geographic.
334
+ # # @return [RDF::Vocabulary::Term]
335
+ # attr_reader :placeOfOrigin
336
+ #
337
+ # # The name of the entity that published, printed, distributed, released, issued, or produced the resource.
338
+ # # @return [RDF::Vocabulary::Term]
339
+ # attr_reader :publisher
340
+ #
341
+ # # The code or name of the organization that either created the original description or modified it.
342
+ # # @return [RDF::Vocabulary::Term]
343
+ # attr_reader :recordContentSource
344
+ #
345
+ # # Part of administrative metadata. The standard which designates the rules used for the content of the description.
346
+ # # @return [RDF::Vocabulary::Term]
347
+ # attr_reader :recordDescriptionStandard
348
+ #
349
+ # # The system control number assigned by the organization creating, using, or distributing the description.
350
+ # # @return [RDF::Vocabulary::Term]
351
+ # attr_reader :recordIdentifier
352
+ #
353
+ # # Describes the origin or provenance of the description.
354
+ # # @return [RDF::Vocabulary::Term]
355
+ # attr_reader :recordOrigin
356
+ #
357
+ # # The reformatting quality; e.g. access, preservation, replacement.
358
+ # # @return [RDF::Vocabulary::Term]
359
+ # attr_reader :reformattingQuality
360
+ #
361
+ # # Relates the described MODS resource to another MODS resource which is a constituent of the described resource.
362
+ # # @return [RDF::Vocabulary::Term]
363
+ # attr_reader :relatedConstituent
364
+ #
365
+ # # Relates the described MODS resource to a similar MODS resource of a different format.
366
+ # # @return [RDF::Vocabulary::Term]
367
+ # attr_reader :relatedFormat
368
+ #
369
+ # # Relates the described MODS resource to another MODS resource which is a host of the described resource.
370
+ # # @return [RDF::Vocabulary::Term]
371
+ # attr_reader :relatedHost
372
+ #
373
+ # # Relates the described resource to a another MODS resource with different origination information.
374
+ # # @return [RDF::Vocabulary::Term]
375
+ # attr_reader :relatedInstantiation
376
+ #
377
+ # # Relates the described MODS resource to another, related MODS resource.
378
+ # # @return [RDF::Vocabulary::Term]
379
+ # attr_reader :relatedItem
380
+ #
381
+ # # Relates the described MODS resource to another MODS resource which is an original of the described resource.
382
+ # # @return [RDF::Vocabulary::Term]
383
+ # attr_reader :relatedOriginal
384
+ #
385
+ # # Relates the described MODS resource to a MODS resource which preceded the described resource.
386
+ # # @return [RDF::Vocabulary::Term]
387
+ # attr_reader :relatedPreceding
388
+ #
389
+ # # Relates the described MODS resource to another MODS resource which the described resource references.
390
+ # # @return [RDF::Vocabulary::Term]
391
+ # attr_reader :relatedReference
392
+ #
393
+ # #
394
+ # #
395
+ # # Relates the described MODS resource to another MODS resource which references the described resource.
396
+ # # @return [RDF::Vocabulary::Term]
397
+ # attr_reader :relatedReferencedBy
398
+ #
399
+ # # Relates the described MODS resource to another MODS resource which is review of the described resource.
400
+ # # @return [RDF::Vocabulary::Term]
401
+ # attr_reader :relatedReview
402
+ #
403
+ # # Relates the described resource to a another MODS resource which is a series of which the described resource is a part.
404
+ # # @return [RDF::Vocabulary::Term]
405
+ # attr_reader :relatedSeries
406
+ #
407
+ # # Relates the described resource to a another MODS resource which suceeded it.
408
+ # # @return [RDF::Vocabulary::Term]
409
+ # attr_reader :relatedSucceeding
410
+ #
411
+ # # Relates the described MODS resource to another MODS resource which is a different version of the described resource.
412
+ # # @return [RDF::Vocabulary::Term]
413
+ # attr_reader :relatedVersion
414
+ #
415
+ # # role is an abstract property, for which all terms in the relator vocabulary of roles become subproperties. Thus for example 'relator:artist' refers to the role 'artist' within that vocabulary. (The prefix 'relator:' is used to denote the namespace for the "relator" vocabulary. The property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.
416
+ # # @return [RDF::Vocabulary::Term]
417
+ # attr_reader :role
418
+ #
419
+ # # Binds a name to the role that the named entity played for the resource.
420
+ # # @return [RDF::Vocabulary::Term]
421
+ # attr_reader :roleRelationship
422
+ #
423
+ # # The name included in a roleRelationship. The roleRelationship binds an name and a role, where the name is a name associated with the resource and is specified elsewhere via the hasName property. This mechanism is used when the role is not part of a known vocabulary. Otherwise, the relationship is expressed by using the role vocabulary term as the property; for example, see relator:creator.
424
+ # # @return [RDF::Vocabulary::Term]
425
+ # attr_reader :roleRelationshipName
426
+ #
427
+ # # The role associated with a name, where the name and role are bound together in a roleRelationship.
428
+ # # @return [RDF::Vocabulary::Term]
429
+ # attr_reader :roleRelationshipRole
430
+ #
431
+ # # A note, when the note type is "statement of responsibility"
432
+ # # @return [RDF::Vocabulary::Term]
433
+ # attr_reader :statementOfResponsibility
434
+ #
435
+ # # An abstract property defined for which the various subject catergories (e.g. subjectGenre, subjectTitle) are subproperties.
436
+ # # @return [RDF::Vocabulary::Term]
437
+ # attr_reader :subject
438
+ #
439
+ # # A subject of the resource composed of several component subjects.
440
+ # # @return [RDF::Vocabulary::Term]
441
+ # attr_reader :subjectComplex
442
+ #
443
+ # # A subject of the resource which is a genre, expressed in terms of a MADS GenreForm.
444
+ # # @return [RDF::Vocabulary::Term]
445
+ # attr_reader :subjectGenre
446
+ #
447
+ # # A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic.
448
+ # # @return [RDF::Vocabulary::Term]
449
+ # attr_reader :subjectGeographic
450
+ #
451
+ # # A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic.
452
+ # # @return [RDF::Vocabulary::Term]
453
+ # attr_reader :subjectGeographicCode
454
+ #
455
+ # # A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics.
456
+ # # @return [RDF::Vocabulary::Term]
457
+ # attr_reader :subjectHierarchicalGeographic
458
+ #
459
+ # # A subject of the resource which is a name, expressed in terms of a MADS Name.
460
+ # # @return [RDF::Vocabulary::Term]
461
+ # attr_reader :subjectName
462
+ #
463
+ # # A subject of the resource which is an occupation, expressed in terms of a MADS Occupation.
464
+ # # @return [RDF::Vocabulary::Term]
465
+ # attr_reader :subjectOccupation
466
+ #
467
+ # # A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal.
468
+ # # @return [RDF::Vocabulary::Term]
469
+ # attr_reader :subjectTemporal
470
+ #
471
+ # # A subject of the resource which is a title, expressed in terms of a MADS Title.
472
+ # # @return [RDF::Vocabulary::Term]
473
+ # attr_reader :subjectTitle
474
+ #
475
+ # # A subject of the resource which is a topic, expressed in terms of a MADS Topic.
476
+ # # @return [RDF::Vocabulary::Term]
477
+ # attr_reader :subjectTopic
478
+ #
479
+ # # Description of the contents of the resource.
480
+ # # @return [RDF::Vocabulary::Term]
481
+ # attr_reader :tableOfContents
482
+ #
483
+ # # The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized.
484
+ # # @return [RDF::Vocabulary::Term]
485
+ # attr_reader :targetAudience
486
+ #
487
+ # # A title for the resource. Represented as a MADS Title.
488
+ # # @return [RDF::Vocabulary::Term]
489
+ # attr_reader :title
490
+ #
491
+ # # A title which has been distinguished as the principal title. (This corresponds to a MODS XML titleInfo with no type attribute.) There should be no more than one principal title. Represented as a MADS Title.
492
+ # # @return [RDF::Vocabulary::Term]
493
+ # attr_reader :titlePrincipal
494
+ #
495
+ # # A title which has been distinguished as a uniform title. (This corresponds to a MODS XML titleInfo with 'type=uniform' attribute.) There should be no more than one uniform title. Represented as a MADS Title, or, if there is a primary name, it is represented as a MADS NameTitle.
496
+ # # @return [RDF::Vocabulary::Term]
497
+ # attr_reader :titleUniform
498
+ #
499
+ # # @return [RDF::Vocabulary::Term]
500
+ # attr_reader :access
501
+ #
502
+ # # An abstract property for which date properties in general are subproperties.
503
+ # # @return [RDF::Vocabulary::Term]
504
+ # attr_reader :date
505
+ #
506
+ # # @return [RDF::Vocabulary::Term]
507
+ # attr_reader :digitizedAnalog
508
+ #
509
+ # # @return [RDF::Vocabulary::Term]
510
+ # attr_reader :digitizedMicrofilm
511
+ #
512
+ # # @return [RDF::Vocabulary::Term]
513
+ # attr_reader :integratingResource
514
+ #
515
+ # # @return [RDF::Vocabulary::Term]
516
+ # attr_reader :monographic
517
+ #
518
+ # # @return [RDF::Vocabulary::Term]
519
+ # attr_reader :reformattedDigital
520
+ #
521
+ # # @return [RDF::Vocabulary::Term]
522
+ # attr_reader :serial
523
+ #
9
524
  # end
10
- class MODS < RDF::StrictVocabulary("http://www.loc.gov/mods/rdf/v1#")
525
+ MODS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/mods/rdf/v1#")) do
11
526
 
12
527
  # Ontology definition
13
528
  ontology :"http://www.loc.gov/mods/rdf/v1#",