rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) 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 +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  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 +1543 -776
  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 +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -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#",
@@ -16,69 +531,67 @@ module RDF::Vocab
16
531
 
17
532
  # Class definitions
18
533
  term :Cartographics,
19
- comment: %(Aggregates cartographic properties.).freeze,
534
+ comment: "Aggregates cartographic properties.".freeze,
20
535
  label: "MODS - Cartographic Information".freeze,
21
536
  subClassOf: "owl:Thing".freeze,
22
537
  type: "owl:Class".freeze
23
538
  term :ClassificationGroup,
24
- comment: %(For a classification whose scheme is not part of the controlled vocabulary. Bundles together a classification number and scheme.).freeze,
539
+ comment: "For a classification whose scheme is not part of the controlled vocabulary. Bundles together a classification number and scheme.".freeze,
25
540
  label: "MODS - Classification Group".freeze,
26
541
  subClassOf: "owl:Thing".freeze,
27
542
  type: "owl:Class".freeze
28
543
  term :IdentifierGroup,
29
- comment: %(Used when the identifier type is not from the controlled list. Bundles together an identifier and its type.).freeze,
544
+ comment: "Used when the identifier type is not from the controlled list. Bundles together an identifier and its type.".freeze,
30
545
  label: "MODS - Identifier - Typed".freeze,
31
546
  subClassOf: "owl:Thing".freeze,
32
547
  type: "owl:Class".freeze
33
548
  term :Location,
34
- comment: %(An aggregator for location properties.).freeze,
549
+ comment: "An aggregator for location properties.".freeze,
35
550
  label: "MODS - Location".freeze,
36
551
  type: "owl:Class".freeze
37
552
  term :LocationCopy,
38
- comment: %( An aggregator for copy properties.).freeze,
553
+ comment: " An aggregator for copy properties.".freeze,
39
554
  label: "MODS - Location - Copy".freeze,
40
555
  type: "owl:Class".freeze
41
556
  term :ModsResource,
42
- comment: %(
43
- The resource which is the subject of this description.
44
- ).freeze,
557
+ comment: "\nThe resource which is the subject of this description.\n ".freeze,
45
558
  equivalentClass: "http://id.loc.gov/vocabulary/resourceTypes/Res".freeze,
46
559
  label: "MODS - A MODS Resource".freeze,
47
560
  type: "owl:Class".freeze
48
561
  term :NoteGroup,
49
- comment: %(Aggregates a note with its type. ).freeze,
562
+ comment: "Aggregates a note with its type. ".freeze,
50
563
  label: "MODS - Note Typed".freeze,
51
564
  type: "owl:Class".freeze
52
565
  term :Part,
53
- comment: %(An aggregator for part properties.).freeze,
566
+ comment: "An aggregator for part properties.".freeze,
54
567
  label: "MODS - Part".freeze,
55
568
  type: "owl:Class".freeze
56
569
  term :RoleRelationship,
57
- comment: %(Aggregates a name with its role. ).freeze,
570
+ comment: "Aggregates a name with its role. ".freeze,
58
571
  label: "MODS - Role Relationship".freeze,
59
572
  type: "owl:Class".freeze
60
573
 
61
574
  # Property definitions
62
575
  property :abstract,
63
- comment: %(A summary of the content of the resource.).freeze,
576
+ comment: "A summary of the content of the resource.".freeze,
64
577
  domain: "mods:ModsResource".freeze,
65
578
  label: "Abstract".freeze,
66
579
  range: "xsd:string".freeze,
67
580
  type: "owl:DatatypeProperty".freeze
68
581
  property :accessCondition,
69
- comment: %(Information about restrictions imposed on access to the resource.).freeze,
582
+ comment: "Information about restrictions imposed on access to the resource.".freeze,
70
583
  domain: "mods:ModsResource".freeze,
71
584
  label: "Access Condition".freeze,
72
585
  range: "xsd:string".freeze,
73
586
  type: "owl:DatatypeProperty".freeze
74
587
  property :adminMetadata,
75
- comment: %(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.).freeze,
588
+ comment: "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.".freeze,
76
589
  domain: "mods:ModsResource".freeze,
77
590
  label: "Administrative Metadata".freeze,
78
591
  range: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
79
592
  type: "owl:ObjectProperty".freeze
80
593
  property :cartographics,
81
- comment: %(A geographic entity expressed in cartographic terms.).freeze,
594
+ comment: "A geographic entity expressed in cartographic terms.".freeze,
82
595
  domain: "mods:ModsResource".freeze,
83
596
  label: "Cartographics ".freeze,
84
597
  range: "mods:Cartographics".freeze,
@@ -99,85 +612,85 @@ The resource which is the subject of this description.
99
612
  range: "xsd:string".freeze,
100
613
  type: "owl:DatatypeProperty".freeze
101
614
  property :classification,
102
- comment: %(A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas.).freeze,
615
+ comment: "A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas.".freeze,
103
616
  domain: "mods:ModsResource".freeze,
104
617
  equivalentProperty: "http://id.loc.gov/vocabulary/classSchemes/classification".freeze,
105
618
  label: "Classification".freeze,
106
619
  type: "owl:AnnotationProperty".freeze
107
620
  property :classificationGroup,
108
- comment: %(Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.).freeze,
621
+ comment: "Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.".freeze,
109
622
  domain: "mods:ModsResource".freeze,
110
623
  label: "Classification Group".freeze,
111
624
  range: "mods:ClassificationGroup".freeze,
112
625
  type: "owl:ObjectProperty".freeze
113
626
  property :classificationGroupScheme,
114
- comment: %(The classification scheme).freeze,
627
+ comment: "The classification scheme".freeze,
115
628
  domain: "mods:ClassificationGroup".freeze,
116
629
  label: "Classification Group - Scheme".freeze,
117
630
  range: "xsd:string".freeze,
118
631
  type: "owl:DatatypeProperty".freeze
119
632
  property :classificationGroupValue,
120
- comment: %(The classification value).freeze,
633
+ comment: "The classification value".freeze,
121
634
  domain: "mods:ClassificationGroup".freeze,
122
635
  label: "Classification Group - Value".freeze,
123
636
  range: "xsd:string".freeze,
124
637
  type: "owl:DatatypeProperty".freeze
125
638
  property :dateCaptured,
126
- comment: %(Date that the resource was digitized or a subsequent snapshot was taken.).freeze,
639
+ comment: "Date that the resource was digitized or a subsequent snapshot was taken.".freeze,
127
640
  domain: "mods:ModsResource".freeze,
128
641
  label: "Date Captured".freeze,
129
642
  subPropertyOf: "mods:date".freeze,
130
643
  type: "owl:AnnotationProperty".freeze
131
644
  property :dateCapturedEnd,
132
- comment: %(When there is both a start and end for the capture date this is the end date.).freeze,
645
+ comment: "When there is both a start and end for the capture date this is the end date.".freeze,
133
646
  domain: "mods:ModsResource".freeze,
134
647
  label: "Date Captured - End".freeze,
135
648
  subPropertyOf: "mods:dateCaptured".freeze,
136
649
  type: "owl:AnnotationProperty".freeze
137
650
  property :dateCapturedStart,
138
- comment: %(When there is both a start and end for the capture date this is the start date.).freeze,
651
+ comment: "When there is both a start and end for the capture date this is the start date.".freeze,
139
652
  domain: "mods:ModsResource".freeze,
140
653
  label: "Date Captured - Start".freeze,
141
654
  subPropertyOf: "mods:dateCaptured".freeze,
142
655
  type: "owl:AnnotationProperty".freeze
143
656
  property :dateCreated,
144
- comment: %(The resource's creation date.).freeze,
657
+ comment: "The resource's creation date.".freeze,
145
658
  domain: "mods:ModsResource".freeze,
146
659
  label: " Date Created".freeze,
147
660
  subPropertyOf: "mods:date".freeze,
148
661
  type: "owl:AnnotationProperty".freeze
149
662
  property :dateCreatedEnd,
150
- comment: %(When there is both a start and end for the creation date this is the end date.).freeze,
663
+ comment: "When there is both a start and end for the creation date this is the end date.".freeze,
151
664
  domain: "mods:ModsResource".freeze,
152
665
  label: "Date Created - End".freeze,
153
666
  subPropertyOf: "mods:dateCreated".freeze,
154
667
  type: "owl:AnnotationProperty".freeze
155
668
  property :dateCreatedStart,
156
- comment: %(When there is both a start and end for the creation date this is the start date.).freeze,
669
+ comment: "When there is both a start and end for the creation date this is the start date.".freeze,
157
670
  domain: "mods:ModsResource".freeze,
158
671
  label: "Date Created - Start".freeze,
159
672
  subPropertyOf: "mods:dateCreated".freeze,
160
673
  type: "owl:AnnotationProperty".freeze
161
674
  property :dateModified,
162
- comment: %(Date when resource was modified.).freeze,
675
+ comment: "Date when resource was modified.".freeze,
163
676
  domain: "mods:ModsResource".freeze,
164
677
  label: "Date Modified".freeze,
165
678
  subPropertyOf: "mods:date".freeze,
166
679
  type: "owl:AnnotationProperty".freeze
167
680
  property :dateModifiedEnd,
168
- comment: %(When there is both a start and end for the modification date this is the end date.).freeze,
681
+ comment: "When there is both a start and end for the modification date this is the end date.".freeze,
169
682
  domain: "mods:ModsResource".freeze,
170
683
  label: "Date Modified - End".freeze,
171
684
  subPropertyOf: "mods:dateModified".freeze,
172
685
  type: "owl:AnnotationProperty".freeze
173
686
  property :dateModifiedStart,
174
- comment: %(When there is both a start and end for the modification date this is the start date.).freeze,
687
+ comment: "When there is both a start and end for the modification date this is the start date.".freeze,
175
688
  domain: "mods:ModsResource".freeze,
176
689
  label: "Date Modified - Start".freeze,
177
690
  subPropertyOf: "mods:dateModified".freeze,
178
691
  type: "owl:AnnotationProperty".freeze
179
692
  property :dateOfCopyright,
180
- comment: %(Date when resource was copyrighted.).freeze,
693
+ comment: "Date when resource was copyrighted.".freeze,
181
694
  domain: "mods:ModsResource".freeze,
182
695
  label: "Date of Copyright".freeze,
183
696
  subPropertyOf: "mods:date".freeze,
@@ -193,574 +706,572 @@ The resource which is the subject of this description.
193
706
  subPropertyOf: "mods:dateOfCopyright".freeze,
194
707
  type: "owl:AnnotationProperty".freeze
195
708
  property :dateValid,
196
- comment: %(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.\)).freeze,
709
+ comment: "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.)".freeze,
197
710
  domain: "mods:ModsResource".freeze,
198
711
  label: "Date Valid".freeze,
199
712
  subPropertyOf: "mods:date".freeze,
200
713
  type: "owl:AnnotationProperty".freeze
201
714
  property :dateValidEnd,
202
- comment: %(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.\)).freeze,
715
+ comment: "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.)".freeze,
203
716
  domain: "mods:ModsResource".freeze,
204
717
  label: "Date Valid - End".freeze,
205
718
  subPropertyOf: "mods:dateValid".freeze,
206
719
  type: "owl:AnnotationProperty".freeze
207
720
  property :dateValidStart,
208
- comment: %(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.\)).freeze,
721
+ comment: "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.)".freeze,
209
722
  domain: "mods:ModsResource".freeze,
210
723
  label: "Date Valid - Start".freeze,
211
724
  subPropertyOf: "mods:dateValid".freeze,
212
725
  type: "owl:AnnotationProperty".freeze
213
726
  property :digitalOrigin,
214
- comment: %(a designation of the source of a digital file important to its creation, use and management.).freeze,
727
+ comment: "a designation of the source of a digital file important to its creation, use and management.".freeze,
215
728
  domain: "mods:ModsResource".freeze,
216
729
  label: "Digital Origin".freeze,
217
730
  range: "xsd:string".freeze,
218
731
  type: "owl:DatatypeProperty".freeze
219
732
  property :edition,
220
- comment: %(Version of the resource.).freeze,
733
+ comment: "Version of the resource.".freeze,
221
734
  domain: "mods:ModsResource".freeze,
222
735
  label: "Edition".freeze,
223
736
  range: "xsd:string".freeze,
224
737
  type: "owl:DatatypeProperty".freeze
225
738
  property :frequency,
226
- comment: %(publication frequency).freeze,
739
+ comment: "publication frequency".freeze,
227
740
  domain: "mods:ModsResource".freeze,
228
741
  label: "Frequency".freeze,
229
742
  range: "xsd:string".freeze,
230
743
  type: "owl:DatatypeProperty".freeze
231
744
  property :genre,
232
- comment: %(The genre \(or one of several genres\) of the resource. Represented in the MADS namespace. ).freeze,
745
+ comment: "The genre (or one of several genres) of the resource. Represented in the MADS namespace. ".freeze,
233
746
  domain: "mods:ModsResource".freeze,
234
747
  label: "Genre".freeze,
235
748
  range: "mads:GenreForm".freeze,
236
749
  type: "owl:ObjectProperty".freeze
237
750
  property :identifier,
238
- comment: %(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.).freeze,
751
+ comment: "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.".freeze,
239
752
  domain: "mods:ModsResource".freeze,
240
753
  equivalentProperty: "identifiers:id".freeze,
241
754
  label: "Identifier".freeze,
242
755
  range: "xsd:string".freeze,
243
756
  type: "owl:DatatypeProperty".freeze
244
757
  property :identifierGroup,
245
- comment: %(Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type.).freeze,
758
+ comment: "Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type.".freeze,
246
759
  domain: "mods:ModsResource".freeze,
247
760
  label: "Identifier Group".freeze,
248
761
  range: "mods:IdentifierGroup".freeze,
249
762
  type: "owl:ObjectProperty".freeze
250
763
  property :identifierGroupType,
251
- comment: %(The identifier type.).freeze,
764
+ comment: "The identifier type.".freeze,
252
765
  domain: "mods:IdentifierGroup".freeze,
253
766
  label: "Identifier Group - Type".freeze,
254
767
  range: "xsd:string".freeze,
255
768
  type: "owl:DatatypeProperty".freeze
256
769
  property :identifierGroupValue,
257
- comment: %(The identifier value .).freeze,
770
+ comment: "The identifier value\t.".freeze,
258
771
  domain: "mods:IdentifierGroup".freeze,
259
772
  label: "Identifier Group - Value".freeze,
260
773
  range: "xsd:string".freeze,
261
774
  type: "owl:DatatypeProperty".freeze
262
775
  property :identifierValue,
263
- comment: %(Used in conjuction with identifierType, when the type is not from the controlled vocabulary.).freeze,
776
+ comment: "Used in conjuction with identifierType, when the type is not from the controlled vocabulary.".freeze,
264
777
  domain: "mods:IdentifierGroup".freeze,
265
778
  label: "Identifier - Value".freeze,
266
779
  range: "xsd:string".freeze,
267
780
  type: "owl:DatatypeProperty".freeze
268
781
  property :issuance,
269
- comment: %(Describes the issuance of the resource.).freeze,
782
+ comment: "Describes the issuance of the resource.".freeze,
270
783
  domain: "mods:ModsResource".freeze,
271
784
  label: "Issuance".freeze,
272
785
  range: "xsd:string".freeze,
273
786
  type: "owl:DatatypeProperty".freeze
274
787
  property :languageOfResource,
275
- comment: %(The language \(or one of several languages\) of the resource. ).freeze,
788
+ comment: "The language (or one of several languages) of the resource. ".freeze,
276
789
  domain: "mods:ModsResource".freeze,
277
790
  label: "Language of Resource".freeze,
278
791
  type: "owl:AnnotationProperty".freeze
279
792
  property :locationCopy,
280
- comment: %(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.).freeze,
793
+ comment: "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.".freeze,
281
794
  domain: "mods:Location".freeze,
282
795
  label: "Location - Copy".freeze,
283
796
  range: "mods:LocationCopy".freeze,
284
797
  type: "owl:ObjectProperty".freeze
285
798
  property :locationCopyElectronicLocator,
286
- comment: %(URI of the copy of the resource.).freeze,
799
+ comment: "URI of the copy of the resource.".freeze,
287
800
  domain: "mods:LocationCopy".freeze,
288
801
  label: "Location - Copy -- Electronic Locator".freeze,
289
802
  range: "xsd:string".freeze,
290
803
  type: "owl:DatatypeProperty".freeze
291
804
  property :locationCopyEnumerationAndChronology,
292
- comment: %(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. ).freeze,
805
+ comment: "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. ".freeze,
293
806
  domain: "mods:LocationCopy".freeze,
294
807
  label: "Location - Copy - Enumeration And Chronology".freeze,
295
808
  range: "xsd:string".freeze,
296
809
  type: "owl:DatatypeProperty".freeze
297
810
  property :locationCopyEnumerationAndChronologyBasic,
298
- comment: %(One of three levels of enumerationAndChronology: 'basic').freeze,
811
+ comment: "One of three levels of enumerationAndChronology: 'basic'".freeze,
299
812
  domain: "mods:LocationCopy".freeze,
300
813
  label: "Location - Copy - Enumeration And Chronology -- Basic".freeze,
301
814
  range: "xsd:string".freeze,
302
815
  subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
303
816
  type: "owl:DatatypeProperty".freeze
304
817
  property :locationCopyEnumerationAndChronologyIndex,
305
- comment: %(One of three levels of enumerationAndChronology:'index').freeze,
818
+ comment: "One of three levels of enumerationAndChronology:'index'".freeze,
306
819
  domain: "mods:LocationCopy".freeze,
307
820
  label: "Location - Copy - Enumeration And Chronology -- Index".freeze,
308
821
  range: "xsd:string".freeze,
309
822
  subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
310
823
  type: "owl:DatatypeProperty".freeze
311
824
  property :locationCopyEnumerationAndChronologySupplement,
312
- comment: %(One of three levels of enumerationAndChronology:'supplement').freeze,
825
+ comment: "One of three levels of enumerationAndChronology:'supplement'".freeze,
313
826
  domain: "mods:LocationCopy".freeze,
314
827
  label: "Location - Copy - Enumeration And Chronology -- Supplement".freeze,
315
828
  range: "xsd:string".freeze,
316
829
  subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
317
830
  type: "owl:DatatypeProperty".freeze
318
831
  property :locationCopyForm,
319
- comment: %(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.).freeze,
832
+ comment: "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.".freeze,
320
833
  domain: "mods:LocationCopy".freeze,
321
834
  label: "Location - Copy -- Form".freeze,
322
835
  range: "xsd:string".freeze,
323
836
  type: "owl:DatatypeProperty".freeze
324
837
  property :locationCopyNote,
325
- comment: %(A note pertaining to a specific copy.).freeze,
838
+ comment: "A note pertaining to a specific copy.".freeze,
326
839
  domain: "mods:LocationCopy".freeze,
327
840
  label: "Location - Copy -- Note".freeze,
328
841
  range: "xsd:string".freeze,
329
842
  type: "owl:DatatypeProperty".freeze
330
843
  property :locationCopyShelfLocator,
331
- comment: %(Shelfmark or other shelving designation that indicates the location identifier for a copy.).freeze,
844
+ comment: "Shelfmark or other shelving designation that indicates the location identifier for a copy.".freeze,
332
845
  domain: "mods:LocationCopy".freeze,
333
846
  label: "Location - Copy -- Shelf Locator".freeze,
334
847
  range: "xsd:string".freeze,
335
848
  type: "owl:DatatypeProperty".freeze
336
849
  property :locationCopySublocation,
337
- comment: %(Department, division, or section of an institution holding a copy of the resource.).freeze,
850
+ comment: "Department, division, or section of an institution holding a copy of the resource.".freeze,
338
851
  domain: "mods:LocationCopy".freeze,
339
852
  label: "Location - Copy -- Sublocation".freeze,
340
853
  range: "xsd:string".freeze,
341
854
  type: "owl:DatatypeProperty".freeze
342
855
  property :locationOfResource,
343
- comment: %(The location \(or one of several locations\) at which the resource resides.).freeze,
856
+ comment: "The location (or one of several locations) at which the resource resides.".freeze,
344
857
  domain: "mods:ModsResource".freeze,
345
858
  label: "Location".freeze,
346
859
  range: "mods:Location".freeze,
347
860
  type: "owl:ObjectProperty".freeze
348
861
  property :locationPhysical,
349
- comment: %(The institution or repository that holds the resource, or where it is available.).freeze,
862
+ comment: "The institution or repository that holds the resource, or where it is available.".freeze,
350
863
  domain: "mods:Location".freeze,
351
864
  label: "Location - Physical Location".freeze,
352
865
  range: "xsd:string".freeze,
353
866
  type: "owl:DatatypeProperty".freeze
354
867
  property :locationShelfLocator,
355
- comment: %(Shelfmark or other shelving designation).freeze,
868
+ comment: "Shelfmark or other shelving designation".freeze,
356
869
  domain: "mods:Location".freeze,
357
870
  label: "Location - Shelf Locator".freeze,
358
871
  range: "xsd:string".freeze,
359
872
  type: "owl:DatatypeProperty".freeze
360
873
  property :locationUrl,
361
- comment: %(Location of the resource \(a URL\)).freeze,
874
+ comment: "Location of the resource (a URL)".freeze,
362
875
  domain: "mods:Location".freeze,
363
876
  label: "Location - URL".freeze,
364
877
  range: "xsd:string".freeze,
365
878
  type: "owl:DatatypeProperty".freeze
366
879
  property :mediaType,
367
- comment: %(An Internet Media \(MIME\) type e.g. text/html. ).freeze,
880
+ comment: "An Internet Media (MIME) type e.g. text/html. ".freeze,
368
881
  domain: "mods:ModsResource".freeze,
369
882
  label: "Media Type".freeze,
370
883
  range: "xsd:string".freeze,
371
884
  type: "owl:DatatypeProperty".freeze
372
885
  property :name,
373
- comment: %(A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace. ).freeze,
886
+ comment: "A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace. ".freeze,
374
887
  domain: "mods:ModsResource".freeze,
375
888
  label: "Name".freeze,
376
889
  range: "mads:Name".freeze,
377
890
  type: "owl:ObjectProperty".freeze
378
891
  property :namePrincipal,
379
- comment: %(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. ).freeze,
892
+ comment: "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. ".freeze,
380
893
  domain: "mods:ModsResource".freeze,
381
894
  label: "Name - Principle".freeze,
382
895
  range: "mads:Name".freeze,
383
896
  subPropertyOf: "mods:name".freeze,
384
897
  type: "owl:ObjectProperty".freeze
385
898
  property :note,
386
- comment: %(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.\)).freeze,
899
+ comment: "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.)".freeze,
387
900
  domain: "mods:ModsResource".freeze,
388
901
  label: "Note".freeze,
389
902
  range: "xsd:string".freeze,
390
903
  type: "owl:DatatypeProperty".freeze
391
904
  property :noteGroup,
392
- comment: %(Used for a note with a type \(other than "statement of responsibility"\)).freeze,
905
+ comment: "Used for a note with a type (other than \"statement of responsibility\")".freeze,
393
906
  domain: "mods:ModsResource".freeze,
394
907
  label: "Note Group".freeze,
395
908
  range: "mods:NoteGroup".freeze,
396
909
  type: "owl:ObjectProperty".freeze
397
910
  property :noteGroupType,
398
- comment: %(A property of NoteGroup - used when a type is supplied for the note. The type.).freeze,
911
+ comment: "A property of NoteGroup - used when a type is supplied for the note. The type.".freeze,
399
912
  domain: "mods:NoteGroup".freeze,
400
913
  label: "NoteGroup - Type".freeze,
401
914
  range: "xsd:string".freeze,
402
915
  type: "owl:DatatypeProperty".freeze
403
916
  property :noteGroupValue,
404
- comment: %(A property of noteGroup - used when a type is supplied for the note. The text of the note.).freeze,
917
+ comment: "A property of noteGroup - used when a type is supplied for the note. The text of the note.".freeze,
405
918
  domain: "mods:NoteGroup".freeze,
406
919
  label: "NoteGroup - Value".freeze,
407
920
  range: "xsd:string".freeze,
408
921
  type: "owl:DatatypeProperty".freeze
409
922
  property :part,
410
- comment: %(Information about a physical part of the resource, including the part number, its caption and title, and dimensions. ).freeze,
923
+ comment: "Information about a physical part of the resource, including the part number, its caption and title, and dimensions. ".freeze,
411
924
  domain: "mods:ModsResource".freeze,
412
925
  label: "Part".freeze,
413
926
  range: "mods:Part".freeze,
414
927
  type: "owl:ObjectProperty".freeze
415
928
  property :partDate,
416
- comment: %(Date associated with a part.).freeze,
929
+ comment: "Date associated with a part.".freeze,
417
930
  domain: "mods:Part".freeze,
418
931
  label: "Part Date".freeze,
419
932
  subPropertyOf: "mods:date".freeze,
420
933
  type: "owl:AnnotationProperty".freeze
421
934
  property :partDetailType,
422
- comment: %(The type of the resource part, e.g. volume, issue, page.).freeze,
935
+ comment: "The type of the resource part, e.g. volume, issue, page.".freeze,
423
936
  domain: "mods:Part".freeze,
424
937
  label: "Part - Detail Type".freeze,
425
938
  range: "xsd:string".freeze,
426
939
  type: "owl:DatatypeProperty".freeze
427
940
  property :partEnd,
428
- comment: %(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. ).freeze,
941
+ comment: "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. ".freeze,
429
942
  domain: "mods:Part".freeze,
430
943
  label: "Part - End".freeze,
431
944
  range: "xsd:string".freeze,
432
945
  type: "owl:DatatypeProperty".freeze
433
946
  property :partLevel,
434
- comment: %(A property of a part - the level of numbering in the host/parent item.).freeze,
947
+ comment: "A property of a part - the level of numbering in the host/parent item.".freeze,
435
948
  domain: "mods:Part".freeze,
436
949
  label: "Part - Level".freeze,
437
950
  range: "xsd:positiveInteger".freeze,
438
951
  type: "owl:DatatypeProperty".freeze
439
952
  property :partList,
440
- comment: %(A property of a part - a textual listing of the units within the part.).freeze,
953
+ comment: "A property of a part - a textual listing of the units within the part.".freeze,
441
954
  domain: "mods:Part".freeze,
442
955
  label: "Part - List".freeze,
443
956
  range: "xsd:string".freeze,
444
957
  type: "owl:DatatypeProperty".freeze
445
958
  property :partName,
446
- comment: %(A string that designates the part name.).freeze,
959
+ comment: "A string that designates the part name.".freeze,
447
960
  domain: "mods:Part".freeze,
448
961
  label: "Part - Name".freeze,
449
962
  range: "xsd:string".freeze,
450
963
  type: "owl:DatatypeProperty".freeze
451
964
  property :partNumber,
452
- comment: %(A string that designates the part number.).freeze,
965
+ comment: "A string that designates the part number.".freeze,
453
966
  domain: "mods:Part".freeze,
454
967
  label: "Part - Number".freeze,
455
968
  range: "xsd:string".freeze,
456
969
  type: "owl:DatatypeProperty".freeze
457
970
  property :partOrder,
458
- comment: %(An integer that designates the sequence of parts).freeze,
971
+ comment: "An integer that designates the sequence of parts".freeze,
459
972
  domain: "mods:Part".freeze,
460
973
  label: "Part - Order".freeze,
461
974
  range: "xsd:integer".freeze,
462
975
  type: "owl:DatatypeProperty".freeze
463
976
  property :partStart,
464
- comment: %(The beginning unit of the part.).freeze,
977
+ comment: "The beginning unit of the part.".freeze,
465
978
  domain: "mods:Part".freeze,
466
979
  label: "Part - Start".freeze,
467
980
  range: "xsd:string".freeze,
468
981
  type: "owl:DatatypeProperty".freeze
469
982
  property :partTotal,
470
- comment: %(The total number of units within a part.).freeze,
983
+ comment: "The total number of units within a part.".freeze,
471
984
  domain: "mods:Part".freeze,
472
985
  label: "Part - Total".freeze,
473
986
  range: "xsd:positiveInteger".freeze,
474
987
  type: "owl:DatatypeProperty".freeze
475
988
  property :partType,
476
- comment: %(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.\)).freeze,
989
+ comment: "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.)".freeze,
477
990
  domain: "mods:Part".freeze,
478
991
  label: "Part - Type".freeze,
479
992
  range: "xsd:string".freeze,
480
993
  type: "owl:DatatypeProperty".freeze
481
994
  property :partUnit,
482
- comment: %(the unit -- e.g. page, chapter -- applying to the start, end, and total values.).freeze,
995
+ comment: "the unit -- e.g. page, chapter -- applying to the start, end, and total values.".freeze,
483
996
  domain: "mods:Part".freeze,
484
997
  label: "Part - Unit".freeze,
485
998
  range: "xsd:string".freeze,
486
999
  type: "owl:DatatypeProperty".freeze
487
1000
  property :physicalExtent,
488
- comment: %(a statement of the number and specific material of the units of the resource that express physical extent.).freeze,
1001
+ comment: "a statement of the number and specific material of the units of the resource that express physical extent.".freeze,
489
1002
  domain: "mods:ModsResource".freeze,
490
1003
  label: "Physical Extent".freeze,
491
1004
  range: "xsd:string".freeze,
492
1005
  type: "owl:DatatypeProperty".freeze
493
1006
  property :physicalForm,
494
- comment: %(A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint).freeze,
1007
+ comment: "A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint".freeze,
495
1008
  domain: "mods:ModsResource".freeze,
496
1009
  label: "Physical Form".freeze,
497
1010
  range: "xsd:string".freeze,
498
1011
  type: "owl:DatatypeProperty".freeze
499
1012
  property :placeOfOrigin,
500
- comment: %(Place of publication/origin. Used in connection with the origin of a resource, i.e., creation, publication, issuance, etc. Represented as a MADS Geographic.).freeze,
1013
+ comment: "Place of publication/origin. Used in connection with the origin of a resource, i.e., creation, publication, issuance, etc. Represented as a MADS Geographic.".freeze,
501
1014
  domain: "mods:ModsResource".freeze,
502
1015
  label: "Place".freeze,
503
1016
  range: "mads:Geographic".freeze,
504
1017
  type: "owl:ObjectProperty".freeze
505
1018
  property :publisher,
506
- comment: %(The name of the entity that published, printed, distributed, released, issued, or produced the resource.).freeze,
1019
+ comment: "The name of the entity that published, printed, distributed, released, issued, or produced the resource.".freeze,
507
1020
  domain: "mods:ModsResource".freeze,
508
1021
  label: "Publisher".freeze,
509
1022
  range: "mads:Name".freeze,
510
1023
  type: "owl:ObjectProperty".freeze
511
1024
  property :recordContentSource,
512
- comment: %(The code or name of the organization that either created the original description or modified it.).freeze,
1025
+ comment: "The code or name of the organization that either created the original description or modified it.".freeze,
513
1026
  domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
514
1027
  label: "Record Content Source".freeze,
515
1028
  range: "xsd:string".freeze,
516
1029
  type: "owl:DatatypeProperty".freeze
517
1030
  property :recordDescriptionStandard,
518
- comment: %(Part of administrative metadata. The standard which designates the rules used for the content of the description.).freeze,
1031
+ comment: "Part of administrative metadata. The standard which designates the rules used for the content of the description.".freeze,
519
1032
  domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
520
1033
  label: "Record Description Standard".freeze,
521
1034
  range: "xsd:string".freeze,
522
1035
  type: "owl:DatatypeProperty".freeze
523
1036
  property :recordIdentifier,
524
- comment: %(The system control number assigned by the organization creating, using, or distributing the description.).freeze,
1037
+ comment: "The system control number assigned by the organization creating, using, or distributing the description.".freeze,
525
1038
  domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
526
1039
  label: "Record Identifier".freeze,
527
1040
  range: "xsd:string".freeze,
528
1041
  type: "owl:DatatypeProperty".freeze
529
1042
  property :recordOrigin,
530
- comment: %(Describes the origin or provenance of the description.).freeze,
1043
+ comment: "Describes the origin or provenance of the description.".freeze,
531
1044
  domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
532
1045
  label: "Record Origin".freeze,
533
1046
  range: "xsd:string".freeze,
534
1047
  type: "owl:DatatypeProperty".freeze
535
1048
  property :reformattingQuality,
536
- comment: %(The reformatting quality; e.g. access, preservation, replacement.).freeze,
1049
+ comment: "The reformatting quality; e.g. access, preservation, replacement.".freeze,
537
1050
  domain: "mods:ModsResource".freeze,
538
1051
  label: "Reformatting Quality".freeze,
539
1052
  type: "owl:DatatypeProperty".freeze
540
1053
  property :relatedConstituent,
541
- comment: %(Relates the described MODS resource to another MODS resource which is a constituent of the described resource. ).freeze,
1054
+ comment: "Relates the described MODS resource to another MODS resource which is a constituent of the described resource. ".freeze,
542
1055
  domain: "mods:ModsResource".freeze,
543
1056
  label: "Related item - Constituent".freeze,
544
1057
  range: "mods:ModsResource".freeze,
545
1058
  subPropertyOf: "mods:relatedItem".freeze,
546
1059
  type: "owl:ObjectProperty".freeze
547
1060
  property :relatedFormat,
548
- comment: %(Relates the described MODS resource to a similar MODS resource of a different format.).freeze,
1061
+ comment: "Relates the described MODS resource to a similar MODS resource of a different format.".freeze,
549
1062
  domain: "mods:ModsResource".freeze,
550
1063
  label: "Related item - Other Format".freeze,
551
1064
  range: "mods:ModsResource".freeze,
552
1065
  subPropertyOf: "mods:relatedItem".freeze,
553
1066
  type: "owl:ObjectProperty".freeze
554
1067
  property :relatedHost,
555
- comment: %(Relates the described MODS resource to another MODS resource which is a host of the described resource.).freeze,
1068
+ comment: "Relates the described MODS resource to another MODS resource which is a host of the described resource.".freeze,
556
1069
  domain: "mods:ModsResource".freeze,
557
1070
  label: "Related item - Host".freeze,
558
1071
  range: "mods:ModsResource".freeze,
559
1072
  subPropertyOf: "mods:relatedItem".freeze,
560
1073
  type: "owl:ObjectProperty".freeze
561
1074
  property :relatedInstantiation,
562
- comment: %(Relates the described resource to a another MODS resource with different origination information.).freeze,
1075
+ comment: "Relates the described resource to a another MODS resource with different origination information.".freeze,
563
1076
  domain: "mods:ModsResource".freeze,
564
1077
  label: "Related item - Instantiation".freeze,
565
1078
  range: "mods:ModsResource".freeze,
566
1079
  subPropertyOf: "mods:relatedItem".freeze,
567
1080
  type: "owl:ObjectProperty".freeze
568
1081
  property :relatedItem,
569
- comment: %(Relates the described MODS resource to another, related MODS resource.).freeze,
1082
+ comment: "Relates the described MODS resource to another, related MODS resource.".freeze,
570
1083
  domain: "mods:ModsResource".freeze,
571
1084
  label: "Related Item".freeze,
572
1085
  range: "mods:ModsResource".freeze,
573
1086
  type: "owl:ObjectProperty".freeze
574
1087
  property :relatedOriginal,
575
- comment: %(Relates the described MODS resource to another MODS resource which is an original of the described resource.).freeze,
1088
+ comment: "Relates the described MODS resource to another MODS resource which is an original of the described resource.".freeze,
576
1089
  domain: "mods:ModsResource".freeze,
577
1090
  label: "Related item - Original".freeze,
578
1091
  range: "mods:ModsResource".freeze,
579
1092
  subPropertyOf: "mods:relatedItem".freeze,
580
1093
  type: "owl:ObjectProperty".freeze
581
1094
  property :relatedPreceding,
582
- comment: %(Relates the described MODS resource to a MODS resource which preceded the described resource.).freeze,
1095
+ comment: "Relates the described MODS resource to a MODS resource which preceded the described resource.".freeze,
583
1096
  domain: "mods:ModsResource".freeze,
584
1097
  label: "Related item - Preceding".freeze,
585
1098
  range: "mods:ModsResource".freeze,
586
1099
  subPropertyOf: "mods:relatedItem".freeze,
587
1100
  type: "owl:ObjectProperty".freeze
588
1101
  property :relatedReference,
589
- comment: %(Relates the described MODS resource to another MODS resource which the described resource references.).freeze,
1102
+ comment: "Relates the described MODS resource to another MODS resource which the described resource references.".freeze,
590
1103
  domain: "mods:ModsResource".freeze,
591
1104
  label: "Related item - Reference".freeze,
592
1105
  range: "mods:ModsResource".freeze,
593
1106
  subPropertyOf: "mods:relatedItem".freeze,
594
1107
  type: "owl:ObjectProperty".freeze
595
1108
  property :relatedReferencedBy,
596
- comment: [%().freeze, %(Relates the described MODS resource to another MODS resource which references the described resource.).freeze],
1109
+ comment: ["".freeze, "Relates the described MODS resource to another MODS resource which references the described resource.".freeze],
597
1110
  domain: "mods:ModsResource".freeze,
598
1111
  label: "Related item - Referenced By".freeze,
599
1112
  range: "mods:ModsResource".freeze,
600
1113
  subPropertyOf: "mods:relatedItem".freeze,
601
1114
  type: "owl:ObjectProperty".freeze
602
1115
  property :relatedReview,
603
- comment: %(Relates the described MODS resource to another MODS resource which is review of the described resource.).freeze,
1116
+ comment: "Relates the described MODS resource to another MODS resource which is review of the described resource.".freeze,
604
1117
  domain: "mods:ModsResource".freeze,
605
1118
  label: "Related item - Review".freeze,
606
1119
  range: "mods:ModsResource".freeze,
607
1120
  subPropertyOf: "mods:relatedItem".freeze,
608
1121
  type: "owl:ObjectProperty".freeze
609
1122
  property :relatedSeries,
610
- comment: %(Relates the described resource to a another MODS resource which is a series of which the described resource is a part.).freeze,
1123
+ comment: "Relates the described resource to a another MODS resource which is a series of which the described resource is a part.".freeze,
611
1124
  domain: "mods:ModsResource".freeze,
612
1125
  label: "Related item - Series".freeze,
613
1126
  range: "mods:ModsResource".freeze,
614
1127
  subPropertyOf: "mods:relatedItem".freeze,
615
1128
  type: "owl:ObjectProperty".freeze
616
1129
  property :relatedSucceeding,
617
- comment: %(Relates the described resource to a another MODS resource which suceeded it.).freeze,
1130
+ comment: "Relates the described resource to a another MODS resource which suceeded it.".freeze,
618
1131
  domain: "mods:ModsResource".freeze,
619
1132
  label: "Related item - Suceeding".freeze,
620
1133
  range: "mods:ModsResource".freeze,
621
1134
  subPropertyOf: "mods:relatedItem".freeze,
622
1135
  type: "owl:ObjectProperty".freeze
623
1136
  property :relatedVersion,
624
- comment: %(Relates the described MODS resource to another MODS resource which is a different version of the described resource.).freeze,
1137
+ comment: "Relates the described MODS resource to another MODS resource which is a different version of the described resource.".freeze,
625
1138
  domain: "mods:ModsResource".freeze,
626
1139
  label: "Related Item - Other Version".freeze,
627
1140
  range: "mods:ModsResource".freeze,
628
1141
  subPropertyOf: "mods:relatedItem".freeze,
629
1142
  type: "owl:ObjectProperty".freeze
630
1143
  property :role,
631
- comment: %(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.
632
-
633
- The property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.).freeze,
1144
+ comment: "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. \n\nThe property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.".freeze,
634
1145
  domain: "mods:ModsResource".freeze,
635
1146
  equivalentProperty: "marcrelators:role".freeze,
636
1147
  label: "Role (unbound)".freeze,
637
1148
  type: "owl:ObjectProperty".freeze
638
1149
  property :roleRelationship,
639
- comment: %(Binds a name to the role that the named entity played for the resource. ).freeze,
1150
+ comment: "Binds a name to the role that the named entity played for the resource. ".freeze,
640
1151
  domain: "mods:ModsResource".freeze,
641
1152
  label: "Role Relationship".freeze,
642
1153
  range: "mods:RoleRelationship".freeze,
643
1154
  type: "owl:ObjectProperty".freeze
644
1155
  property :roleRelationshipName,
645
- comment: %(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.).freeze,
1156
+ comment: "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.".freeze,
646
1157
  domain: "mods:RoleRelationship".freeze,
647
1158
  label: "Role Relationship - Name".freeze,
648
1159
  range: "mads:Name".freeze,
649
1160
  type: "owl:ObjectProperty".freeze
650
1161
  property :roleRelationshipRole,
651
- comment: %(The role associated with a name, where the name and role are bound together in a roleRelationship.).freeze,
1162
+ comment: "The role associated with a name, where the name and role are bound together in a roleRelationship.".freeze,
652
1163
  domain: "mods:RoleRelationship".freeze,
653
1164
  label: "Role Relationship - Role".freeze,
654
1165
  range: "xsd:string".freeze,
655
1166
  type: "owl:DatatypeProperty".freeze
656
1167
  property :statementOfResponsibility,
657
- comment: %(A note, when the note type is "statement of responsibility").freeze,
1168
+ comment: "A note, when the note type is \"statement of responsibility\"".freeze,
658
1169
  domain: "mods:ModsResource".freeze,
659
1170
  label: "Statement of Responsibility".freeze,
660
1171
  range: "xsd:string".freeze,
661
1172
  type: "owl:DatatypeProperty".freeze
662
1173
  property :subject,
663
- comment: %(An abstract property defined for which the various subject catergories \(e.g. subjectGenre, subjectTitle\) are subproperties.).freeze,
1174
+ comment: "An abstract property defined for which the various subject catergories (e.g. subjectGenre, subjectTitle) are subproperties.".freeze,
664
1175
  domain: "mods:ModsResource".freeze,
665
1176
  label: "Subject".freeze,
666
1177
  type: "owl:ObjectProperty".freeze
667
1178
  property :subjectComplex,
668
- comment: %(A subject of the resource composed of several component subjects. ).freeze,
1179
+ comment: "A subject of the resource composed of several component subjects. ".freeze,
669
1180
  domain: "mods:ModsResource".freeze,
670
1181
  label: "Subject - Complex".freeze,
671
1182
  range: "mads:ComplexSubject".freeze,
672
1183
  subPropertyOf: "mods:subject".freeze,
673
1184
  type: "owl:ObjectProperty".freeze
674
1185
  property :subjectGenre,
675
- comment: %(A subject of the resource which is a genre, expressed in terms of a MADS GenreForm.).freeze,
1186
+ comment: "A subject of the resource which is a genre, expressed in terms of a MADS GenreForm.".freeze,
676
1187
  domain: "mods:ModsResource".freeze,
677
1188
  label: "Subject - Genre Subject".freeze,
678
1189
  range: "mads:GenreForm".freeze,
679
1190
  subPropertyOf: "mods:subject".freeze,
680
1191
  type: "owl:ObjectProperty".freeze
681
1192
  property :subjectGeographic,
682
- comment: %(A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic.).freeze,
1193
+ comment: "A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic.".freeze,
683
1194
  domain: "mods:ModsResource".freeze,
684
1195
  label: "Subject - Geographic ".freeze,
685
1196
  range: "mads:Geographic".freeze,
686
1197
  subPropertyOf: "mods:subject".freeze,
687
1198
  type: "owl:ObjectProperty".freeze
688
1199
  property :subjectGeographicCode,
689
- comment: %(A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic.).freeze,
1200
+ comment: "A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic.".freeze,
690
1201
  domain: "mods:ModsResource".freeze,
691
1202
  label: "Subject - Geographic Code ".freeze,
692
1203
  range: "mads:Geographic".freeze,
693
1204
  subPropertyOf: "mods:subjectGeographic".freeze,
694
1205
  type: "owl:ObjectProperty".freeze
695
1206
  property :subjectHierarchicalGeographic,
696
- comment: %(A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics.).freeze,
1207
+ comment: "A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics.".freeze,
697
1208
  domain: "mods:ModsResource".freeze,
698
1209
  label: "Subject - Hierarchical Geographic ".freeze,
699
1210
  range: "mads:HierarchicalGeographic".freeze,
700
1211
  subPropertyOf: "mods:subject".freeze,
701
1212
  type: "owl:ObjectProperty".freeze
702
1213
  property :subjectName,
703
- comment: %(A subject of the resource which is a name, expressed in terms of a MADS Name.).freeze,
1214
+ comment: "A subject of the resource which is a name, expressed in terms of a MADS Name.".freeze,
704
1215
  domain: "mods:ModsResource".freeze,
705
1216
  label: "Subject - Name Subject".freeze,
706
1217
  range: "mads:Name".freeze,
707
1218
  subPropertyOf: "mods:subject".freeze,
708
1219
  type: "owl:ObjectProperty".freeze
709
1220
  property :subjectOccupation,
710
- comment: %(A subject of the resource which is an occupation, expressed in terms of a MADS Occupation.).freeze,
1221
+ comment: "A subject of the resource which is an occupation, expressed in terms of a MADS Occupation.".freeze,
711
1222
  domain: "mods:ModsResource".freeze,
712
1223
  label: "Subject - Occupation".freeze,
713
1224
  range: "mads:Occupation".freeze,
714
1225
  subPropertyOf: "mods:subject".freeze,
715
1226
  type: "owl:ObjectProperty".freeze
716
1227
  property :subjectTemporal,
717
- comment: %(A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal.).freeze,
1228
+ comment: "A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal.".freeze,
718
1229
  domain: "mods:ModsResource".freeze,
719
1230
  label: "Subject - Temporal".freeze,
720
1231
  range: "mads:Temporal".freeze,
721
1232
  subPropertyOf: "mods:subject".freeze,
722
1233
  type: "owl:ObjectProperty".freeze
723
1234
  property :subjectTitle,
724
- comment: %(A subject of the resource which is a title, expressed in terms of a MADS Title.).freeze,
1235
+ comment: "A subject of the resource which is a title, expressed in terms of a MADS Title.".freeze,
725
1236
  domain: "mods:ModsResource".freeze,
726
1237
  label: "Subject - Title".freeze,
727
1238
  range: "mads:Title".freeze,
728
1239
  subPropertyOf: "mods:subject".freeze,
729
1240
  type: "owl:ObjectProperty".freeze
730
1241
  property :subjectTopic,
731
- comment: %(A subject of the resource which is a topic, expressed in terms of a MADS Topic.).freeze,
1242
+ comment: "A subject of the resource which is a topic, expressed in terms of a MADS Topic.".freeze,
732
1243
  domain: "mods:ModsResource".freeze,
733
1244
  label: "Subject - Topic".freeze,
734
1245
  range: "mads:Topic".freeze,
735
1246
  subPropertyOf: "mods:subject".freeze,
736
1247
  type: "owl:ObjectProperty".freeze
737
1248
  property :tableOfContents,
738
- comment: %(Description of the contents of the resource.).freeze,
1249
+ comment: "Description of the contents of the resource.".freeze,
739
1250
  domain: "mods:ModsResource".freeze,
740
1251
  label: "Table of Contents".freeze,
741
1252
  range: "xsd:string".freeze,
742
1253
  type: "owl:DatatypeProperty".freeze
743
1254
  property :targetAudience,
744
- comment: %(The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized.).freeze,
1255
+ comment: "The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized.".freeze,
745
1256
  domain: "mods:ModsResource".freeze,
746
1257
  label: "Target Audience".freeze,
747
1258
  range: "xsd:string".freeze,
748
1259
  type: "owl:DatatypeProperty".freeze
749
1260
  property :title,
750
- comment: %(A title for the resource. Represented as a MADS Title.).freeze,
1261
+ comment: "A title for the resource. Represented as a MADS Title.".freeze,
751
1262
  domain: "mods:ModsResource".freeze,
752
1263
  label: "Title".freeze,
753
1264
  range: "mads:Title".freeze,
754
1265
  type: "owl:ObjectProperty".freeze
755
1266
  property :titlePrincipal,
756
- comment: %(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.).freeze,
1267
+ comment: "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.".freeze,
757
1268
  domain: "mods:ModsResource".freeze,
758
1269
  label: "Title - Principal".freeze,
759
1270
  range: "mads:Title".freeze,
760
1271
  subPropertyOf: "mods:title".freeze,
761
1272
  type: "owl:ObjectProperty".freeze
762
1273
  property :titleUniform,
763
- comment: %(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. ).freeze,
1274
+ comment: "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. ".freeze,
764
1275
  domain: "mods:ModsResource".freeze,
765
1276
  label: "Title - Uniform".freeze,
766
1277
  range: "mads:Title".freeze,
@@ -771,7 +1282,7 @@ The property 'relator:artist' relates the resource to an artist associated with
771
1282
  term :access,
772
1283
  type: ["http://www.loc.gov/mods/rdf/ReformattingQuality".freeze, "owl:NamedIndividual".freeze]
773
1284
  term :date,
774
- comment: %(An abstract property for which date properties in general are subproperties.).freeze,
1285
+ comment: "An abstract property for which date properties in general are subproperties.".freeze,
775
1286
  domain: "mods:ModsResource".freeze,
776
1287
  label: "Date".freeze
777
1288
  term :digitizedAnalog,