rdf-vocab 3.1.9 → 3.1.14

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