rdf-vocab 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +24 -200
  3. data/README.md +88 -33
  4. data/lib/{rdf-vocab → rdf}/vocab/acl.rb +19 -13
  5. data/lib/{rdf-vocab → rdf}/vocab/bibframe.rb +513 -510
  6. data/lib/rdf/vocab/cnt.rb +112 -0
  7. data/lib/{rdf-vocab → rdf}/vocab/crm.rb +799 -799
  8. data/lib/{rdf-vocab → rdf}/vocab/datacite.rb +53 -53
  9. data/lib/{rdf-vocab → rdf}/vocab/dwc.rb +459 -459
  10. data/lib/{rdf-vocab → rdf}/vocab/edm.rb +41 -41
  11. data/lib/rdf/vocab/extensions.rb +29 -0
  12. data/lib/{rdf-vocab → rdf}/vocab/fcrepo4.rb +38 -38
  13. data/lib/{rdf-vocab → rdf}/vocab/iana.rb +89 -166
  14. data/lib/{rdf-vocab → rdf}/vocab/identifiers.rb +58 -38
  15. data/lib/rdf/vocab/ldp.rb +218 -0
  16. data/lib/{rdf-vocab → rdf}/vocab/mads.rb +147 -147
  17. data/lib/{rdf-vocab → rdf}/vocab/marc_relators.rb +273 -269
  18. data/lib/{rdf-vocab → rdf}/vocab/mods.rb +178 -178
  19. data/lib/{rdf-vocab → rdf}/vocab/oa.rb +102 -102
  20. data/lib/{rdf-vocab → rdf}/vocab/ore.rb +32 -32
  21. data/lib/{rdf-vocab/vocab/premis/v1.rb → rdf/vocab/premis.rb} +147 -147
  22. data/lib/{rdf-vocab → rdf}/vocab/premis_event_type.rb +0 -0
  23. data/lib/rdf/vocab/version.rb +18 -0
  24. data/lib/rdf/vocab.rb +153 -0
  25. data/spec/spec_helper.rb +3 -84
  26. data/spec/vocab_spec.rb +64 -0
  27. metadata +109 -58
  28. data/.gitignore +0 -17
  29. data/.rspec +0 -2
  30. data/.travis.yml +0 -6
  31. data/CONTRIBUTING.md +0 -116
  32. data/CONTRIBUTORS.md +0 -6
  33. data/Gemfile +0 -4
  34. data/Rakefile +0 -8
  35. data/lib/rdf-vocab/config/vocab.yml +0 -109
  36. data/lib/rdf-vocab/tasks/vocab.rake +0 -44
  37. data/lib/rdf-vocab/version.rb +0 -5
  38. data/lib/rdf-vocab/vocab/fcrepo3.rb +0 -326
  39. data/lib/rdf-vocab/vocab/ldp.rb +0 -140
  40. data/lib/rdf-vocab/vocab/prov.rb +0 -1549
  41. data/lib/rdf-vocab.rb +0 -34
  42. data/rdf-vocab.gemspec +0 -26
  43. data/sources/dwcterms.rdf +0 -2679
  44. data/sources/iana-relation.rdf +0 -475
  45. data/sources/iana-relation.xsl +0 -65
  46. data/spec/fixtures/dcterms.rdf +0 -1077
  47. data/spec/unit/rdf_vocab_spec.rb +0 -27
@@ -51,450 +51,450 @@ The resource which is the subject of this description.
51
51
  # Property definitions
52
52
  property :abstract,
53
53
  comment: %(A summary of the content of the resource.).freeze,
54
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
54
+ domain: "mods:ModsResource".freeze,
55
55
  label: "Abstract".freeze,
56
56
  range: "xsd:string".freeze,
57
57
  type: "owl:DatatypeProperty".freeze
58
58
  property :accessCondition,
59
59
  comment: %(Information about restrictions imposed on access to the resource.).freeze,
60
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
60
+ domain: "mods:ModsResource".freeze,
61
61
  label: "Access Condition".freeze,
62
62
  range: "xsd:string".freeze,
63
63
  type: "owl:DatatypeProperty".freeze
64
64
  property :adminMetadata,
65
65
  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,
66
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
66
+ domain: "mods:ModsResource".freeze,
67
67
  label: "Administrative Metadata".freeze,
68
68
  range: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
69
69
  type: "owl:ObjectProperty".freeze
70
70
  property :cartographics,
71
71
  comment: %(A geographic entity expressed in cartographic terms.).freeze,
72
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
72
+ domain: "mods:ModsResource".freeze,
73
73
  label: "Cartographics ".freeze,
74
- range: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
74
+ range: "mods:Cartographics".freeze,
75
75
  type: "owl:ObjectProperty".freeze
76
76
  property :cartographicsCoordinates,
77
- domain: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
77
+ domain: "mods:Cartographics".freeze,
78
78
  label: "Cartographics - Coordinates".freeze,
79
79
  range: "xsd:string".freeze,
80
80
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
81
81
  property :cartographicsProjection,
82
- domain: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
82
+ domain: "mods:Cartographics".freeze,
83
83
  label: "Cartographics - Projection".freeze,
84
84
  range: "xsd:string".freeze,
85
85
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
86
86
  property :cartographicsScale,
87
- domain: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
87
+ domain: "mods:Cartographics".freeze,
88
88
  label: "Cartographics - Scale".freeze,
89
89
  range: "xsd:string".freeze,
90
90
  type: "owl:DatatypeProperty".freeze
91
91
  property :classification,
92
92
  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,
93
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
93
+ domain: "mods:ModsResource".freeze,
94
94
  label: "Classification".freeze,
95
95
  "owl:equivalentProperty" => %(http://id.loc.gov/vocabulary/classSchemes/classification).freeze,
96
96
  type: "owl:AnnotationProperty".freeze
97
97
  property :classificationGroup,
98
98
  comment: %(Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.).freeze,
99
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
99
+ domain: "mods:ModsResource".freeze,
100
100
  label: "Classification Group".freeze,
101
- range: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup".freeze,
101
+ range: "mods:ClassificationGroup".freeze,
102
102
  type: "owl:ObjectProperty".freeze
103
103
  property :classificationGroupScheme,
104
104
  comment: %(The classification scheme).freeze,
105
- domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup".freeze,
105
+ domain: "mods:ClassificationGroup".freeze,
106
106
  label: "Classification Group - Scheme".freeze,
107
107
  range: "xsd:string".freeze,
108
108
  type: "owl:DatatypeProperty".freeze
109
109
  property :classificationGroupValue,
110
110
  comment: %(The classification value).freeze,
111
- domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup".freeze,
111
+ domain: "mods:ClassificationGroup".freeze,
112
112
  label: "Classification Group - Value".freeze,
113
113
  range: "xsd:string".freeze,
114
114
  type: "owl:DatatypeProperty".freeze
115
115
  property :dateCaptured,
116
116
  comment: %(Date that the resource was digitized or a subsequent snapshot was taken.).freeze,
117
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
117
+ domain: "mods:ModsResource".freeze,
118
118
  label: "Date Captured".freeze,
119
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date".freeze,
119
+ subPropertyOf: "mods:date".freeze,
120
120
  type: "owl:AnnotationProperty".freeze
121
121
  property :dateCapturedEnd,
122
122
  comment: %(When there is both a start and end for the capture date this is the end date.).freeze,
123
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
123
+ domain: "mods:ModsResource".freeze,
124
124
  label: "Date Captured - End".freeze,
125
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCaptured".freeze,
125
+ subPropertyOf: "mods:dateCaptured".freeze,
126
126
  type: "owl:AnnotationProperty".freeze
127
127
  property :dateCapturedStart,
128
128
  comment: %(When there is both a start and end for the capture date this is the start date.).freeze,
129
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
129
+ domain: "mods:ModsResource".freeze,
130
130
  label: "Date Captured - Start".freeze,
131
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCaptured".freeze,
131
+ subPropertyOf: "mods:dateCaptured".freeze,
132
132
  type: "owl:AnnotationProperty".freeze
133
133
  property :dateCreated,
134
134
  comment: %(The resource's creation date.).freeze,
135
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
135
+ domain: "mods:ModsResource".freeze,
136
136
  label: " Date Created".freeze,
137
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date".freeze,
137
+ subPropertyOf: "mods:date".freeze,
138
138
  type: "owl:AnnotationProperty".freeze
139
139
  property :dateCreatedEnd,
140
140
  comment: %(When there is both a start and end for the creation date this is the end date.).freeze,
141
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
141
+ domain: "mods:ModsResource".freeze,
142
142
  label: "Date Created - End".freeze,
143
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCreated".freeze,
143
+ subPropertyOf: "mods:dateCreated".freeze,
144
144
  type: "owl:AnnotationProperty".freeze
145
145
  property :dateCreatedStart,
146
146
  comment: %(When there is both a start and end for the creation date this is the start date.).freeze,
147
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
147
+ domain: "mods:ModsResource".freeze,
148
148
  label: "Date Created - Start".freeze,
149
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateCreated".freeze,
149
+ subPropertyOf: "mods:dateCreated".freeze,
150
150
  type: "owl:AnnotationProperty".freeze
151
151
  property :dateModified,
152
152
  comment: %(Date when resource was modified.).freeze,
153
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
153
+ domain: "mods:ModsResource".freeze,
154
154
  label: "Date Modified".freeze,
155
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date".freeze,
155
+ subPropertyOf: "mods:date".freeze,
156
156
  type: "owl:AnnotationProperty".freeze
157
157
  property :dateModifiedEnd,
158
158
  comment: %(When there is both a start and end for the modification date this is the end date.).freeze,
159
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
159
+ domain: "mods:ModsResource".freeze,
160
160
  label: "Date Modified - End".freeze,
161
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateModified".freeze,
161
+ subPropertyOf: "mods:dateModified".freeze,
162
162
  type: "owl:AnnotationProperty".freeze
163
163
  property :dateModifiedStart,
164
164
  comment: %(When there is both a start and end for the modification date this is the start date.).freeze,
165
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
165
+ domain: "mods:ModsResource".freeze,
166
166
  label: "Date Modified - Start".freeze,
167
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateModified".freeze,
167
+ subPropertyOf: "mods:dateModified".freeze,
168
168
  type: "owl:AnnotationProperty".freeze
169
169
  property :dateOfCopyright,
170
170
  comment: %(Date when resource was copyrighted.).freeze,
171
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
171
+ domain: "mods:ModsResource".freeze,
172
172
  label: "Date of Copyright".freeze,
173
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date".freeze,
173
+ subPropertyOf: "mods:date".freeze,
174
174
  type: "owl:AnnotationProperty".freeze
175
175
  property :dateOfCopyrightEnd,
176
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
176
+ domain: "mods:ModsResource".freeze,
177
177
  label: "Date of Copyright - End".freeze,
178
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateOfCopyright".freeze,
178
+ subPropertyOf: "mods:dateOfCopyright".freeze,
179
179
  type: "owl:AnnotationProperty".freeze
180
180
  property :dateOfCopyrightStart,
181
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
181
+ domain: "mods:ModsResource".freeze,
182
182
  label: "Date of Copyright - Start".freeze,
183
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateOfCopyright".freeze,
183
+ subPropertyOf: "mods:dateOfCopyright".freeze,
184
184
  type: "owl:AnnotationProperty".freeze
185
185
  property :dateValid,
186
186
  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,
187
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
187
+ domain: "mods:ModsResource".freeze,
188
188
  label: "Date Valid".freeze,
189
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date".freeze,
189
+ subPropertyOf: "mods:date".freeze,
190
190
  type: "owl:AnnotationProperty".freeze
191
191
  property :dateValidEnd,
192
192
  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,
193
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
193
+ domain: "mods:ModsResource".freeze,
194
194
  label: "Date Valid - End".freeze,
195
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateValid".freeze,
195
+ subPropertyOf: "mods:dateValid".freeze,
196
196
  type: "owl:AnnotationProperty".freeze
197
197
  property :dateValidStart,
198
198
  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,
199
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
199
+ domain: "mods:ModsResource".freeze,
200
200
  label: "Date Valid - Start".freeze,
201
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#dateValid".freeze,
201
+ subPropertyOf: "mods:dateValid".freeze,
202
202
  type: "owl:AnnotationProperty".freeze
203
203
  property :digitalOrigin,
204
204
  comment: %(a designation of the source of a digital file important to its creation, use and management.).freeze,
205
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
205
+ domain: "mods:ModsResource".freeze,
206
206
  label: "Digital Origin".freeze,
207
207
  range: "xsd:string".freeze,
208
208
  type: "owl:DatatypeProperty".freeze
209
209
  property :edition,
210
210
  comment: %(Version of the resource.).freeze,
211
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
211
+ domain: "mods:ModsResource".freeze,
212
212
  label: "Edition".freeze,
213
213
  range: "xsd:string".freeze,
214
214
  type: "owl:DatatypeProperty".freeze
215
215
  property :frequency,
216
216
  comment: %(publication frequency).freeze,
217
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
217
+ domain: "mods:ModsResource".freeze,
218
218
  label: "Frequency".freeze,
219
219
  range: "xsd:string".freeze,
220
220
  type: "owl:DatatypeProperty".freeze
221
221
  property :genre,
222
222
  comment: %(The genre \(or one of several genres\) of the resource. Represented in the MADS namespace. ).freeze,
223
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
223
+ domain: "mods:ModsResource".freeze,
224
224
  label: "Genre".freeze,
225
225
  range: "mads:GenreForm".freeze,
226
226
  type: "owl:ObjectProperty".freeze
227
227
  property :identifier,
228
228
  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,
229
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
229
+ domain: "mods:ModsResource".freeze,
230
230
  label: "Identifier".freeze,
231
- "owl:equivalentProperty" => %(http://id.loc.gov/vocabulary/identifiers/id).freeze,
231
+ "owl:equivalentProperty" => %(identifiers:id).freeze,
232
232
  range: "xsd:string".freeze,
233
233
  type: "owl:DatatypeProperty".freeze
234
234
  property :identifierGroup,
235
235
  comment: %(Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type.).freeze,
236
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
236
+ domain: "mods:ModsResource".freeze,
237
237
  label: "Identifier Group".freeze,
238
- range: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
238
+ range: "mods:IdentifierGroup".freeze,
239
239
  type: "owl:ObjectProperty".freeze
240
240
  property :identifierGroupType,
241
241
  comment: %(The identifier type.).freeze,
242
- domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
242
+ domain: "mods:IdentifierGroup".freeze,
243
243
  label: "Identifier Group - Type".freeze,
244
244
  range: "xsd:string".freeze,
245
245
  type: "owl:DatatypeProperty".freeze
246
246
  property :identifierGroupValue,
247
247
  comment: %(The identifier value .).freeze,
248
- domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
248
+ domain: "mods:IdentifierGroup".freeze,
249
249
  label: "Identifier Group - Value".freeze,
250
250
  range: "xsd:string".freeze,
251
251
  type: "owl:DatatypeProperty".freeze
252
252
  property :identifierValue,
253
253
  comment: %(Used in conjuction with identifierType, when the type is not from the controlled vocabulary.).freeze,
254
- domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
254
+ domain: "mods:IdentifierGroup".freeze,
255
255
  label: "Identifier - Value".freeze,
256
256
  range: "xsd:string".freeze,
257
257
  type: "owl:DatatypeProperty".freeze
258
258
  property :issuance,
259
259
  comment: %(Describes the issuance of the resource.).freeze,
260
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
260
+ domain: "mods:ModsResource".freeze,
261
261
  label: "Issuance".freeze,
262
262
  range: "xsd:string".freeze,
263
263
  type: "owl:DatatypeProperty".freeze
264
264
  property :languageOfResource,
265
265
  comment: %(The language \(or one of several languages\) of the resource. ).freeze,
266
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
266
+ domain: "mods:ModsResource".freeze,
267
267
  label: "Language of Resource".freeze,
268
268
  type: "owl:AnnotationProperty".freeze
269
269
  property :locationCopy,
270
270
  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,
271
- domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
271
+ domain: "mods:Location".freeze,
272
272
  label: "Location - Copy".freeze,
273
- range: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
273
+ range: "mods:LocationCopy".freeze,
274
274
  type: "owl:ObjectProperty".freeze
275
275
  property :locationCopyElectronicLocator,
276
276
  comment: %(URI of the copy of the resource.).freeze,
277
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
277
+ domain: "mods:LocationCopy".freeze,
278
278
  label: "Location - Copy -- Electronic Locator".freeze,
279
279
  range: "xsd:string".freeze,
280
280
  type: "owl:DatatypeProperty".freeze
281
281
  property :locationCopyEnumerationAndChronology,
282
282
  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,
283
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
283
+ domain: "mods:LocationCopy".freeze,
284
284
  label: "Location - Copy - Enumeration And Chronology".freeze,
285
285
  range: "xsd:string".freeze,
286
286
  type: "owl:DatatypeProperty".freeze
287
287
  property :locationCopyEnumerationAndChronologyBasic,
288
288
  comment: %(One of three levels of enumerationAndChronology: 'basic').freeze,
289
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
289
+ domain: "mods:LocationCopy".freeze,
290
290
  label: "Location - Copy - Enumeration And Chronology -- Basic".freeze,
291
291
  range: "xsd:string".freeze,
292
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology".freeze,
292
+ subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
293
293
  type: "owl:DatatypeProperty".freeze
294
294
  property :locationCopyEnumerationAndChronologyIndex,
295
295
  comment: %(One of three levels of enumerationAndChronology:'index').freeze,
296
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
296
+ domain: "mods:LocationCopy".freeze,
297
297
  label: "Location - Copy - Enumeration And Chronology -- Index".freeze,
298
298
  range: "xsd:string".freeze,
299
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology".freeze,
299
+ subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
300
300
  type: "owl:DatatypeProperty".freeze
301
301
  property :locationCopyEnumerationAndChronologySupplement,
302
302
  comment: %(One of three levels of enumerationAndChronology:'supplement').freeze,
303
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
303
+ domain: "mods:LocationCopy".freeze,
304
304
  label: "Location - Copy - Enumeration And Chronology -- Supplement".freeze,
305
305
  range: "xsd:string".freeze,
306
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#locationCopyEnumerationAndChronology".freeze,
306
+ subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
307
307
  type: "owl:DatatypeProperty".freeze
308
308
  property :locationCopyForm,
309
309
  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,
310
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
310
+ domain: "mods:LocationCopy".freeze,
311
311
  label: "Location - Copy -- Form".freeze,
312
312
  range: "xsd:string".freeze,
313
313
  type: "owl:DatatypeProperty".freeze
314
314
  property :locationCopyNote,
315
315
  comment: %(A note pertaining to a specific copy.).freeze,
316
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
316
+ domain: "mods:LocationCopy".freeze,
317
317
  label: "Location - Copy -- Note".freeze,
318
318
  range: "xsd:string".freeze,
319
319
  type: "owl:DatatypeProperty".freeze
320
320
  property :locationCopyShelfLocator,
321
321
  comment: %(Shelfmark or other shelving designation that indicates the location identifier for a copy.).freeze,
322
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
322
+ domain: "mods:LocationCopy".freeze,
323
323
  label: "Location - Copy -- Shelf Locator".freeze,
324
324
  range: "xsd:string".freeze,
325
325
  type: "owl:DatatypeProperty".freeze
326
326
  property :locationCopySublocation,
327
327
  comment: %(Department, division, or section of an institution holding a copy of the resource.).freeze,
328
- domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
328
+ domain: "mods:LocationCopy".freeze,
329
329
  label: "Location - Copy -- Sublocation".freeze,
330
330
  range: "xsd:string".freeze,
331
331
  type: "owl:DatatypeProperty".freeze
332
332
  property :locationOfResource,
333
333
  comment: %(The location \(or one of several locations\) at which the resource resides.).freeze,
334
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
334
+ domain: "mods:ModsResource".freeze,
335
335
  label: "Location".freeze,
336
- range: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
336
+ range: "mods:Location".freeze,
337
337
  type: "owl:ObjectProperty".freeze
338
338
  property :locationPhysical,
339
339
  comment: %(The institution or repository that holds the resource, or where it is available.).freeze,
340
- domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
340
+ domain: "mods:Location".freeze,
341
341
  label: "Location - Physical Location".freeze,
342
342
  range: "xsd:string".freeze,
343
343
  type: "owl:DatatypeProperty".freeze
344
344
  property :locationShelfLocator,
345
345
  comment: %(Shelfmark or other shelving designation).freeze,
346
- domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
346
+ domain: "mods:Location".freeze,
347
347
  label: "Location - Shelf Locator".freeze,
348
348
  range: "xsd:string".freeze,
349
349
  type: "owl:DatatypeProperty".freeze
350
350
  property :locationUrl,
351
351
  comment: %(Location of the resource \(a URL\)).freeze,
352
- domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
352
+ domain: "mods:Location".freeze,
353
353
  label: "Location - URL".freeze,
354
354
  range: "xsd:string".freeze,
355
355
  type: "owl:DatatypeProperty".freeze
356
356
  property :mediaType,
357
357
  comment: %(An Internet Media \(MIME\) type e.g. text/html. ).freeze,
358
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
358
+ domain: "mods:ModsResource".freeze,
359
359
  label: "Media Type".freeze,
360
360
  range: "xsd:string".freeze,
361
361
  type: "owl:DatatypeProperty".freeze
362
362
  property :name,
363
363
  comment: %(A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace. ).freeze,
364
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
364
+ domain: "mods:ModsResource".freeze,
365
365
  label: "Name".freeze,
366
366
  range: "mads:Name".freeze,
367
367
  type: "owl:ObjectProperty".freeze
368
368
  property :namePrincipal,
369
369
  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,
370
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
370
+ domain: "mods:ModsResource".freeze,
371
371
  label: "Name - Principle".freeze,
372
372
  range: "mads:Name".freeze,
373
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#name".freeze,
373
+ subPropertyOf: "mods:name".freeze,
374
374
  type: "owl:ObjectProperty".freeze
375
375
  property :note,
376
376
  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,
377
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
377
+ domain: "mods:ModsResource".freeze,
378
378
  label: "Note".freeze,
379
379
  range: "xsd:string".freeze,
380
380
  type: "owl:DatatypeProperty".freeze
381
381
  property :noteGroup,
382
382
  comment: %(Used for a note with a type \(other than "statement of responsibility"\)).freeze,
383
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
383
+ domain: "mods:ModsResource".freeze,
384
384
  label: "Note Group".freeze,
385
- range: "http://www.loc.gov/mods/rdf/v1#NoteGroup".freeze,
385
+ range: "mods:NoteGroup".freeze,
386
386
  type: "owl:ObjectProperty".freeze
387
387
  property :noteGroupType,
388
388
  comment: %(A property of NoteGroup - used when a type is supplied for the note. The type.).freeze,
389
- domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup".freeze,
389
+ domain: "mods:NoteGroup".freeze,
390
390
  label: "NoteGroup - Type".freeze,
391
391
  range: "xsd:string".freeze,
392
392
  type: "owl:DatatypeProperty".freeze
393
393
  property :noteGroupValue,
394
394
  comment: %(A property of noteGroup - used when a type is supplied for the note. The text of the note.).freeze,
395
- domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup".freeze,
395
+ domain: "mods:NoteGroup".freeze,
396
396
  label: "NoteGroup - Value".freeze,
397
397
  range: "xsd:string".freeze,
398
398
  type: "owl:DatatypeProperty".freeze
399
399
  property :part,
400
400
  comment: %(Information about a physical part of the resource, including the part number, its caption and title, and dimensions. ).freeze,
401
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
401
+ domain: "mods:ModsResource".freeze,
402
402
  label: "Part".freeze,
403
- range: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
403
+ range: "mods:Part".freeze,
404
404
  type: "owl:ObjectProperty".freeze
405
405
  property :partDate,
406
406
  comment: %(Date associated with a part.).freeze,
407
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
407
+ domain: "mods:Part".freeze,
408
408
  label: "Part Date".freeze,
409
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#date".freeze,
409
+ subPropertyOf: "mods:date".freeze,
410
410
  type: "owl:AnnotationProperty".freeze
411
411
  property :partDetailType,
412
412
  comment: %(The type of the resource part, e.g. volume, issue, page.).freeze,
413
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
413
+ domain: "mods:Part".freeze,
414
414
  label: "Part - Detail Type".freeze,
415
415
  range: "xsd:string".freeze,
416
416
  type: "owl:DatatypeProperty".freeze
417
417
  property :partEnd,
418
418
  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,
419
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
419
+ domain: "mods:Part".freeze,
420
420
  label: "Part - End".freeze,
421
421
  range: "xsd:string".freeze,
422
422
  type: "owl:DatatypeProperty".freeze
423
423
  property :partLevel,
424
424
  comment: %(A property of a part - the level of numbering in the host/parent item.).freeze,
425
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
425
+ domain: "mods:Part".freeze,
426
426
  label: "Part - Level".freeze,
427
427
  range: "xsd:positiveInteger".freeze,
428
428
  type: "owl:DatatypeProperty".freeze
429
429
  property :partList,
430
430
  comment: %(A property of a part - a textual listing of the units within the part.).freeze,
431
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
431
+ domain: "mods:Part".freeze,
432
432
  label: "Part - List".freeze,
433
433
  range: "xsd:string".freeze,
434
434
  type: "owl:DatatypeProperty".freeze
435
435
  property :partName,
436
436
  comment: %(A string that designates the part name.).freeze,
437
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
437
+ domain: "mods:Part".freeze,
438
438
  label: "Part - Name".freeze,
439
439
  range: "xsd:string".freeze,
440
440
  type: "owl:DatatypeProperty".freeze
441
441
  property :partNumber,
442
442
  comment: %(A string that designates the part number.).freeze,
443
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
443
+ domain: "mods:Part".freeze,
444
444
  label: "Part - Number".freeze,
445
445
  range: "xsd:string".freeze,
446
446
  type: "owl:DatatypeProperty".freeze
447
447
  property :partOrder,
448
448
  comment: %(An integer that designates the sequence of parts).freeze,
449
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
449
+ domain: "mods:Part".freeze,
450
450
  label: "Part - Order".freeze,
451
451
  range: "xsd:integer".freeze,
452
452
  type: "owl:DatatypeProperty".freeze
453
453
  property :partStart,
454
454
  comment: %(The beginning unit of the part.).freeze,
455
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
455
+ domain: "mods:Part".freeze,
456
456
  label: "Part - Start".freeze,
457
457
  range: "xsd:string".freeze,
458
458
  type: "owl:DatatypeProperty".freeze
459
459
  property :partTotal,
460
460
  comment: %(The total number of units within a part.).freeze,
461
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
461
+ domain: "mods:Part".freeze,
462
462
  label: "Part - Total".freeze,
463
463
  range: "xsd:positiveInteger".freeze,
464
464
  type: "owl:DatatypeProperty".freeze
465
465
  property :partType,
466
466
  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,
467
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
467
+ domain: "mods:Part".freeze,
468
468
  label: "Part - Type".freeze,
469
469
  range: "xsd:string".freeze,
470
470
  type: "owl:DatatypeProperty".freeze
471
471
  property :partUnit,
472
472
  comment: %(the unit -- e.g. page, chapter -- applying to the start, end, and total values.).freeze,
473
- domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
473
+ domain: "mods:Part".freeze,
474
474
  label: "Part - Unit".freeze,
475
475
  range: "xsd:string".freeze,
476
476
  type: "owl:DatatypeProperty".freeze
477
477
  property :physicalExtent,
478
478
  comment: %(a statement of the number and specific material of the units of the resource that express physical extent.).freeze,
479
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
479
+ domain: "mods:ModsResource".freeze,
480
480
  label: "Physical Extent".freeze,
481
481
  range: "xsd:string".freeze,
482
482
  type: "owl:DatatypeProperty".freeze
483
483
  property :physicalForm,
484
484
  comment: %(A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint).freeze,
485
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
485
+ domain: "mods:ModsResource".freeze,
486
486
  label: "Physical Form".freeze,
487
487
  range: "xsd:string".freeze,
488
488
  type: "owl:DatatypeProperty".freeze
489
489
  property :placeOfOrigin,
490
490
  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,
491
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
491
+ domain: "mods:ModsResource".freeze,
492
492
  label: "Place".freeze,
493
493
  range: "mads:Geographic".freeze,
494
494
  type: "owl:ObjectProperty".freeze
495
495
  property :publisher,
496
496
  comment: %(The name of the entity that published, printed, distributed, released, issued, or produced the resource.).freeze,
497
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
497
+ domain: "mods:ModsResource".freeze,
498
498
  label: "Publisher".freeze,
499
499
  range: "mads:Name".freeze,
500
500
  type: "owl:ObjectProperty".freeze
@@ -524,237 +524,237 @@ The resource which is the subject of this description.
524
524
  type: "owl:DatatypeProperty".freeze
525
525
  property :reformattingQuality,
526
526
  comment: %(The reformatting quality; e.g. access, preservation, replacement.).freeze,
527
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
527
+ domain: "mods:ModsResource".freeze,
528
528
  label: "Reformatting Quality".freeze,
529
529
  type: "owl:DatatypeProperty".freeze
530
530
  property :relatedConstituent,
531
531
  comment: %(Relates the described MODS resource to another MODS resource which is a constituent of the described resource. ).freeze,
532
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
532
+ domain: "mods:ModsResource".freeze,
533
533
  label: "Related item - Constituent".freeze,
534
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
535
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
534
+ range: "mods:ModsResource".freeze,
535
+ subPropertyOf: "mods:relatedItem".freeze,
536
536
  type: "owl:ObjectProperty".freeze
537
537
  property :relatedFormat,
538
538
  comment: %(Relates the described MODS resource to a similar MODS resource of a different format.).freeze,
539
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
539
+ domain: "mods:ModsResource".freeze,
540
540
  label: "Related item - Other Format".freeze,
541
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
542
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
541
+ range: "mods:ModsResource".freeze,
542
+ subPropertyOf: "mods:relatedItem".freeze,
543
543
  type: "owl:ObjectProperty".freeze
544
544
  property :relatedHost,
545
545
  comment: %(Relates the described MODS resource to another MODS resource which is a host of the described resource.).freeze,
546
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
546
+ domain: "mods:ModsResource".freeze,
547
547
  label: "Related item - Host".freeze,
548
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
549
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
548
+ range: "mods:ModsResource".freeze,
549
+ subPropertyOf: "mods:relatedItem".freeze,
550
550
  type: "owl:ObjectProperty".freeze
551
551
  property :relatedInstantiation,
552
552
  comment: %(Relates the described resource to a another MODS resource with different origination information.).freeze,
553
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
553
+ domain: "mods:ModsResource".freeze,
554
554
  label: "Related item - Instantiation".freeze,
555
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
556
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
555
+ range: "mods:ModsResource".freeze,
556
+ subPropertyOf: "mods:relatedItem".freeze,
557
557
  type: "owl:ObjectProperty".freeze
558
558
  property :relatedItem,
559
559
  comment: %(Relates the described MODS resource to another, related MODS resource.).freeze,
560
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
560
+ domain: "mods:ModsResource".freeze,
561
561
  label: "Related Item".freeze,
562
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
562
+ range: "mods:ModsResource".freeze,
563
563
  type: "owl:ObjectProperty".freeze
564
564
  property :relatedOriginal,
565
565
  comment: %(Relates the described MODS resource to another MODS resource which is an original of the described resource.).freeze,
566
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
566
+ domain: "mods:ModsResource".freeze,
567
567
  label: "Related item - Original".freeze,
568
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
569
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
568
+ range: "mods:ModsResource".freeze,
569
+ subPropertyOf: "mods:relatedItem".freeze,
570
570
  type: "owl:ObjectProperty".freeze
571
571
  property :relatedPreceding,
572
572
  comment: %(Relates the described MODS resource to a MODS resource which preceded the described resource.).freeze,
573
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
573
+ domain: "mods:ModsResource".freeze,
574
574
  label: "Related item - Preceding".freeze,
575
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
576
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
575
+ range: "mods:ModsResource".freeze,
576
+ subPropertyOf: "mods:relatedItem".freeze,
577
577
  type: "owl:ObjectProperty".freeze
578
578
  property :relatedReference,
579
579
  comment: %(Relates the described MODS resource to another MODS resource which the described resource references.).freeze,
580
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
580
+ domain: "mods:ModsResource".freeze,
581
581
  label: "Related item - Reference".freeze,
582
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
583
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
582
+ range: "mods:ModsResource".freeze,
583
+ subPropertyOf: "mods:relatedItem".freeze,
584
584
  type: "owl:ObjectProperty".freeze
585
585
  property :relatedReferencedBy,
586
586
  comment: [%(Relates the described MODS resource to another MODS resource which references the described resource.).freeze, %().freeze],
587
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
587
+ domain: "mods:ModsResource".freeze,
588
588
  label: "Related item - Referenced By".freeze,
589
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
590
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
589
+ range: "mods:ModsResource".freeze,
590
+ subPropertyOf: "mods:relatedItem".freeze,
591
591
  type: "owl:ObjectProperty".freeze
592
592
  property :relatedReview,
593
593
  comment: %(Relates the described MODS resource to another MODS resource which is review of the described resource.).freeze,
594
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
594
+ domain: "mods:ModsResource".freeze,
595
595
  label: "Related item - Review".freeze,
596
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
597
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
596
+ range: "mods:ModsResource".freeze,
597
+ subPropertyOf: "mods:relatedItem".freeze,
598
598
  type: "owl:ObjectProperty".freeze
599
599
  property :relatedSeries,
600
600
  comment: %(Relates the described resource to a another MODS resource which is a series of which the described resource is a part.).freeze,
601
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
601
+ domain: "mods:ModsResource".freeze,
602
602
  label: "Related item - Series".freeze,
603
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
604
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
603
+ range: "mods:ModsResource".freeze,
604
+ subPropertyOf: "mods:relatedItem".freeze,
605
605
  type: "owl:ObjectProperty".freeze
606
606
  property :relatedSucceeding,
607
607
  comment: %(Relates the described resource to a another MODS resource which suceeded it.).freeze,
608
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
608
+ domain: "mods:ModsResource".freeze,
609
609
  label: "Related item - Suceeding".freeze,
610
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
611
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
610
+ range: "mods:ModsResource".freeze,
611
+ subPropertyOf: "mods:relatedItem".freeze,
612
612
  type: "owl:ObjectProperty".freeze
613
613
  property :relatedVersion,
614
614
  comment: %(Relates the described MODS resource to another MODS resource which is a different version of the described resource.).freeze,
615
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
615
+ domain: "mods:ModsResource".freeze,
616
616
  label: "Related Item - Other Version".freeze,
617
- range: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
618
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#relatedItem".freeze,
617
+ range: "mods:ModsResource".freeze,
618
+ subPropertyOf: "mods:relatedItem".freeze,
619
619
  type: "owl:ObjectProperty".freeze
620
620
  property :role,
621
621
  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.
622
622
 
623
623
  The property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.).freeze,
624
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
624
+ domain: "mods:ModsResource".freeze,
625
625
  label: "Role (unbound)".freeze,
626
- "owl:equivalentProperty" => %(marc_relators:role).freeze,
626
+ "owl:equivalentProperty" => %(marcrelators:role).freeze,
627
627
  type: "owl:ObjectProperty".freeze
628
628
  property :roleRelationship,
629
629
  comment: %(Binds a name to the role that the named entity played for the resource. ).freeze,
630
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
630
+ domain: "mods:ModsResource".freeze,
631
631
  label: "Role Relationship".freeze,
632
- range: "http://www.loc.gov/mods/rdf/v1#RoleRelationship".freeze,
632
+ range: "mods:RoleRelationship".freeze,
633
633
  type: "owl:ObjectProperty".freeze
634
634
  property :roleRelationshipName,
635
635
  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,
636
- domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship".freeze,
636
+ domain: "mods:RoleRelationship".freeze,
637
637
  label: "Role Relationship - Name".freeze,
638
638
  range: "mads:Name".freeze,
639
639
  type: "owl:ObjectProperty".freeze
640
640
  property :roleRelationshipRole,
641
641
  comment: %(The role associated with a name, where the name and role are bound together in a roleRelationship.).freeze,
642
- domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship".freeze,
642
+ domain: "mods:RoleRelationship".freeze,
643
643
  label: "Role Relationship - Role".freeze,
644
644
  range: "xsd:string".freeze,
645
645
  type: "owl:DatatypeProperty".freeze
646
646
  property :statementOfResponsibility,
647
647
  comment: %(A note, when the note type is "statement of responsibility").freeze,
648
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
648
+ domain: "mods:ModsResource".freeze,
649
649
  label: "Statement of Responsibility".freeze,
650
650
  range: "xsd:string".freeze,
651
651
  type: "owl:DatatypeProperty".freeze
652
652
  property :subject,
653
653
  comment: %(An abstract property defined for which the various subject catergories \(e.g. subjectGenre, subjectTitle\) are subproperties.).freeze,
654
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
654
+ domain: "mods:ModsResource".freeze,
655
655
  label: "Subject".freeze,
656
656
  type: "owl:ObjectProperty".freeze
657
657
  property :subjectComplex,
658
658
  comment: %(A subject of the resource composed of several component subjects. ).freeze,
659
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
659
+ domain: "mods:ModsResource".freeze,
660
660
  label: "Subject - Complex".freeze,
661
661
  range: "mads:ComplexSubject".freeze,
662
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
662
+ subPropertyOf: "mods:subject".freeze,
663
663
  type: "owl:ObjectProperty".freeze
664
664
  property :subjectGenre,
665
665
  comment: %(A subject of the resource which is a genre, expressed in terms of a MADS GenreForm.).freeze,
666
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
666
+ domain: "mods:ModsResource".freeze,
667
667
  label: "Subject - Genre Subject".freeze,
668
668
  range: "mads:GenreForm".freeze,
669
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
669
+ subPropertyOf: "mods:subject".freeze,
670
670
  type: "owl:ObjectProperty".freeze
671
671
  property :subjectGeographic,
672
672
  comment: %(A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic.).freeze,
673
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
673
+ domain: "mods:ModsResource".freeze,
674
674
  label: "Subject - Geographic ".freeze,
675
675
  range: "mads:Geographic".freeze,
676
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
676
+ subPropertyOf: "mods:subject".freeze,
677
677
  type: "owl:ObjectProperty".freeze
678
678
  property :subjectGeographicCode,
679
679
  comment: %(A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic.).freeze,
680
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
680
+ domain: "mods:ModsResource".freeze,
681
681
  label: "Subject - Geographic Code ".freeze,
682
682
  range: "mads:Geographic".freeze,
683
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subjectGeographic".freeze,
683
+ subPropertyOf: "mods:subjectGeographic".freeze,
684
684
  type: "owl:ObjectProperty".freeze
685
685
  property :subjectHierarchicalGeographic,
686
686
  comment: %(A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics.).freeze,
687
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
687
+ domain: "mods:ModsResource".freeze,
688
688
  label: "Subject - Hierarchical Geographic ".freeze,
689
689
  range: "mads:HierarchicalGeographic".freeze,
690
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
690
+ subPropertyOf: "mods:subject".freeze,
691
691
  type: "owl:ObjectProperty".freeze
692
692
  property :subjectName,
693
693
  comment: %(A subject of the resource which is a name, expressed in terms of a MADS Name.).freeze,
694
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
694
+ domain: "mods:ModsResource".freeze,
695
695
  label: "Subject - Name Subject".freeze,
696
696
  range: "mads:Name".freeze,
697
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
697
+ subPropertyOf: "mods:subject".freeze,
698
698
  type: "owl:ObjectProperty".freeze
699
699
  property :subjectOccupation,
700
700
  comment: %(A subject of the resource which is an occupation, expressed in terms of a MADS Occupation.).freeze,
701
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
701
+ domain: "mods:ModsResource".freeze,
702
702
  label: "Subject - Occupation".freeze,
703
703
  range: "mads:Occupation".freeze,
704
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
704
+ subPropertyOf: "mods:subject".freeze,
705
705
  type: "owl:ObjectProperty".freeze
706
706
  property :subjectTemporal,
707
707
  comment: %(A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal.).freeze,
708
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
708
+ domain: "mods:ModsResource".freeze,
709
709
  label: "Subject - Temporal".freeze,
710
710
  range: "mads:Temporal".freeze,
711
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
711
+ subPropertyOf: "mods:subject".freeze,
712
712
  type: "owl:ObjectProperty".freeze
713
713
  property :subjectTitle,
714
714
  comment: %(A subject of the resource which is a title, expressed in terms of a MADS Title.).freeze,
715
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
715
+ domain: "mods:ModsResource".freeze,
716
716
  label: "Subject - Title".freeze,
717
717
  range: "mads:Title".freeze,
718
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
718
+ subPropertyOf: "mods:subject".freeze,
719
719
  type: "owl:ObjectProperty".freeze
720
720
  property :subjectTopic,
721
721
  comment: %(A subject of the resource which is a topic, expressed in terms of a MADS Topic.).freeze,
722
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
722
+ domain: "mods:ModsResource".freeze,
723
723
  label: "Subject - Topic".freeze,
724
724
  range: "mads:Topic".freeze,
725
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#subject".freeze,
725
+ subPropertyOf: "mods:subject".freeze,
726
726
  type: "owl:ObjectProperty".freeze
727
727
  property :tableOfContents,
728
728
  comment: %(Description of the contents of the resource.).freeze,
729
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
729
+ domain: "mods:ModsResource".freeze,
730
730
  label: "Table of Contents".freeze,
731
731
  range: "xsd:string".freeze,
732
732
  type: "owl:DatatypeProperty".freeze
733
733
  property :targetAudience,
734
734
  comment: %(The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized.).freeze,
735
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
735
+ domain: "mods:ModsResource".freeze,
736
736
  label: "Target Audience".freeze,
737
737
  range: "xsd:string".freeze,
738
738
  type: "owl:DatatypeProperty".freeze
739
739
  property :title,
740
740
  comment: %(A title for the resource. Represented as a MADS Title.).freeze,
741
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
741
+ domain: "mods:ModsResource".freeze,
742
742
  label: "Title".freeze,
743
743
  range: "mads:Title".freeze,
744
744
  type: "owl:ObjectProperty".freeze
745
745
  property :titlePrincipal,
746
746
  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,
747
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
747
+ domain: "mods:ModsResource".freeze,
748
748
  label: "Title - Principal".freeze,
749
749
  range: "mads:Title".freeze,
750
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#title".freeze,
750
+ subPropertyOf: "mods:title".freeze,
751
751
  type: "owl:ObjectProperty".freeze
752
752
  property :titleUniform,
753
753
  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,
754
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
754
+ domain: "mods:ModsResource".freeze,
755
755
  label: "Title - Uniform".freeze,
756
756
  range: "mads:Title".freeze,
757
- subPropertyOf: "http://www.loc.gov/mods/rdf/v1#title".freeze,
757
+ subPropertyOf: "mods:title".freeze,
758
758
  type: "owl:ObjectProperty".freeze
759
759
 
760
760
  # Extra definitions
@@ -763,7 +763,7 @@ The property 'relator:artist' relates the resource to an artist associated with
763
763
  type: ["owl:NamedIndividual".freeze, "http://www.loc.gov/mods/rdf/ReformattingQuality".freeze]
764
764
  term :date,
765
765
  comment: %(An abstract property for which date properties in general are subproperties.).freeze,
766
- domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
766
+ domain: "mods:ModsResource".freeze,
767
767
  label: "Date".freeze
768
768
  term :digitizedAnalog,
769
769
  label: "digitizedAnalog".freeze,