rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/mods.rb
CHANGED
@@ -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
|
-
# # Relates the described MODS resource to another MODS resource which references the described resource.
|
394
|
-
# #
|
395
|
-
# #
|
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
|
530
|
-
type: "owl
|
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
|
537
|
-
type: "owl
|
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
|
542
|
-
type: "owl
|
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
|
547
|
-
type: "owl
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
58
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
578
59
|
label: "Abstract".freeze,
|
579
|
-
range: "
|
580
|
-
type: "owl
|
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
|
64
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
584
65
|
label: "Access Condition".freeze,
|
585
|
-
range: "
|
586
|
-
type: "owl
|
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
|
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
|
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
|
76
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
596
77
|
label: "Cartographics ".freeze,
|
597
|
-
range: "mods
|
598
|
-
type: "owl
|
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
|
81
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
|
601
82
|
label: "Cartographics - Coordinates".freeze,
|
602
|
-
range: "
|
603
|
-
type: ["
|
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
|
86
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
|
606
87
|
label: "Cartographics - Projection".freeze,
|
607
|
-
range: "
|
608
|
-
type: ["
|
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
|
91
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Cartographics".freeze,
|
611
92
|
label: "Cartographics - Scale".freeze,
|
612
|
-
range: "
|
613
|
-
type: "owl
|
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
|
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
|
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
|
103
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
623
104
|
label: "Classification Group".freeze,
|
624
|
-
range: "mods
|
625
|
-
type: "owl
|
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
|
109
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup".freeze,
|
629
110
|
label: "Classification Group - Scheme".freeze,
|
630
|
-
range: "
|
631
|
-
type: "owl
|
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
|
115
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ClassificationGroup".freeze,
|
635
116
|
label: "Classification Group - Value".freeze,
|
636
|
-
range: "
|
637
|
-
type: "owl
|
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
|
121
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
641
122
|
label: "Date Captured".freeze,
|
642
|
-
subPropertyOf: "mods
|
643
|
-
type: "owl
|
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
|
127
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
647
128
|
label: "Date Captured - End".freeze,
|
648
|
-
subPropertyOf: "mods
|
649
|
-
type: "owl
|
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
|
133
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
653
134
|
label: "Date Captured - Start".freeze,
|
654
|
-
subPropertyOf: "mods
|
655
|
-
type: "owl
|
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
|
139
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
659
140
|
label: " Date Created".freeze,
|
660
|
-
subPropertyOf: "mods
|
661
|
-
type: "owl
|
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
|
145
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
665
146
|
label: "Date Created - End".freeze,
|
666
|
-
subPropertyOf: "mods
|
667
|
-
type: "owl
|
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
|
151
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
671
152
|
label: "Date Created - Start".freeze,
|
672
|
-
subPropertyOf: "mods
|
673
|
-
type: "owl
|
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
|
157
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
677
158
|
label: "Date Modified".freeze,
|
678
|
-
subPropertyOf: "mods
|
679
|
-
type: "owl
|
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
|
163
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
683
164
|
label: "Date Modified - End".freeze,
|
684
|
-
subPropertyOf: "mods
|
685
|
-
type: "owl
|
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
|
169
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
689
170
|
label: "Date Modified - Start".freeze,
|
690
|
-
subPropertyOf: "mods
|
691
|
-
type: "owl
|
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
|
175
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
695
176
|
label: "Date of Copyright".freeze,
|
696
|
-
subPropertyOf: "mods
|
697
|
-
type: "owl
|
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
|
180
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
700
181
|
label: "Date of Copyright - End".freeze,
|
701
|
-
subPropertyOf: "mods
|
702
|
-
type: "owl
|
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
|
185
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
705
186
|
label: "Date of Copyright - Start".freeze,
|
706
|
-
subPropertyOf: "mods
|
707
|
-
type: "owl
|
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
|
191
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
711
192
|
label: "Date Valid".freeze,
|
712
|
-
subPropertyOf: "mods
|
713
|
-
type: "owl
|
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
|
197
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
717
198
|
label: "Date Valid - End".freeze,
|
718
|
-
subPropertyOf: "mods
|
719
|
-
type: "owl
|
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
|
203
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
723
204
|
label: "Date Valid - Start".freeze,
|
724
|
-
subPropertyOf: "mods
|
725
|
-
type: "owl
|
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
|
209
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
729
210
|
label: "Digital Origin".freeze,
|
730
|
-
range: "
|
731
|
-
type: "owl
|
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
|
215
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
735
216
|
label: "Edition".freeze,
|
736
|
-
range: "
|
737
|
-
type: "owl
|
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
|
221
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
741
222
|
label: "Frequency".freeze,
|
742
|
-
range: "
|
743
|
-
type: "owl
|
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
|
227
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
747
228
|
label: "Genre".freeze,
|
748
|
-
range: "mads
|
749
|
-
type: "owl
|
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
|
753
|
-
equivalentProperty: "identifiers
|
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: "
|
756
|
-
type: "owl
|
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
|
240
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
760
241
|
label: "Identifier Group".freeze,
|
761
|
-
range: "mods
|
762
|
-
type: "owl
|
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
|
246
|
+
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
|
766
247
|
label: "Identifier Group - Type".freeze,
|
767
|
-
range: "
|
768
|
-
type: "owl
|
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
|
252
|
+
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
|
772
253
|
label: "Identifier Group - Value".freeze,
|
773
|
-
range: "
|
774
|
-
type: "owl
|
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
|
258
|
+
domain: "http://www.loc.gov/mods/rdf/v1#IdentifierGroup".freeze,
|
778
259
|
label: "Identifier - Value".freeze,
|
779
|
-
range: "
|
780
|
-
type: "owl
|
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
|
264
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
784
265
|
label: "Issuance".freeze,
|
785
|
-
range: "
|
786
|
-
type: "owl
|
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
|
270
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
790
271
|
label: "Language of Resource".freeze,
|
791
|
-
type: "owl
|
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
|
275
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
|
795
276
|
label: "Location - Copy".freeze,
|
796
|
-
range: "mods
|
797
|
-
type: "owl
|
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
|
281
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
801
282
|
label: "Location - Copy -- Electronic Locator".freeze,
|
802
|
-
range: "
|
803
|
-
type: "owl
|
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
|
287
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
807
288
|
label: "Location - Copy - Enumeration And Chronology".freeze,
|
808
|
-
range: "
|
809
|
-
type: "owl
|
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
|
293
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
813
294
|
label: "Location - Copy - Enumeration And Chronology -- Basic".freeze,
|
814
|
-
range: "
|
815
|
-
subPropertyOf: "mods
|
816
|
-
type: "owl
|
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
|
300
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
820
301
|
label: "Location - Copy - Enumeration And Chronology -- Index".freeze,
|
821
|
-
range: "
|
822
|
-
subPropertyOf: "mods
|
823
|
-
type: "owl
|
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
|
307
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
827
308
|
label: "Location - Copy - Enumeration And Chronology -- Supplement".freeze,
|
828
|
-
range: "
|
829
|
-
subPropertyOf: "mods
|
830
|
-
type: "owl
|
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
|
314
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
834
315
|
label: "Location - Copy -- Form".freeze,
|
835
|
-
range: "
|
836
|
-
type: "owl
|
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
|
320
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
840
321
|
label: "Location - Copy -- Note".freeze,
|
841
|
-
range: "
|
842
|
-
type: "owl
|
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
|
326
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
846
327
|
label: "Location - Copy -- Shelf Locator".freeze,
|
847
|
-
range: "
|
848
|
-
type: "owl
|
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
|
332
|
+
domain: "http://www.loc.gov/mods/rdf/v1#LocationCopy".freeze,
|
852
333
|
label: "Location - Copy -- Sublocation".freeze,
|
853
|
-
range: "
|
854
|
-
type: "owl
|
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
|
338
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
858
339
|
label: "Location".freeze,
|
859
|
-
range: "mods
|
860
|
-
type: "owl
|
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
|
344
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
|
864
345
|
label: "Location - Physical Location".freeze,
|
865
|
-
range: "
|
866
|
-
type: "owl
|
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
|
350
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
|
870
351
|
label: "Location - Shelf Locator".freeze,
|
871
|
-
range: "
|
872
|
-
type: "owl
|
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
|
356
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Location".freeze,
|
876
357
|
label: "Location - URL".freeze,
|
877
|
-
range: "
|
878
|
-
type: "owl
|
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
|
362
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
882
363
|
label: "Media Type".freeze,
|
883
|
-
range: "
|
884
|
-
type: "owl
|
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
|
368
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
888
369
|
label: "Name".freeze,
|
889
|
-
range: "mads
|
890
|
-
type: "owl
|
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
|
374
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
894
375
|
label: "Name - Principle".freeze,
|
895
|
-
range: "mads
|
896
|
-
subPropertyOf: "mods
|
897
|
-
type: "owl
|
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
|
381
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
901
382
|
label: "Note".freeze,
|
902
|
-
range: "
|
903
|
-
type: "owl
|
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
|
387
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
907
388
|
label: "Note Group".freeze,
|
908
|
-
range: "mods
|
909
|
-
type: "owl
|
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
|
393
|
+
domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup".freeze,
|
913
394
|
label: "NoteGroup - Type".freeze,
|
914
|
-
range: "
|
915
|
-
type: "owl
|
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
|
399
|
+
domain: "http://www.loc.gov/mods/rdf/v1#NoteGroup".freeze,
|
919
400
|
label: "NoteGroup - Value".freeze,
|
920
|
-
range: "
|
921
|
-
type: "owl
|
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
|
405
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
925
406
|
label: "Part".freeze,
|
926
|
-
range: "mods
|
927
|
-
type: "owl
|
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
|
411
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
931
412
|
label: "Part Date".freeze,
|
932
|
-
subPropertyOf: "mods
|
933
|
-
type: "owl
|
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
|
417
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
937
418
|
label: "Part - Detail Type".freeze,
|
938
|
-
range: "
|
939
|
-
type: "owl
|
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
|
423
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
943
424
|
label: "Part - End".freeze,
|
944
|
-
range: "
|
945
|
-
type: "owl
|
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
|
429
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
949
430
|
label: "Part - Level".freeze,
|
950
|
-
range: "
|
951
|
-
type: "owl
|
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
|
435
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
955
436
|
label: "Part - List".freeze,
|
956
|
-
range: "
|
957
|
-
type: "owl
|
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
|
441
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
961
442
|
label: "Part - Name".freeze,
|
962
|
-
range: "
|
963
|
-
type: "owl
|
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
|
447
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
967
448
|
label: "Part - Number".freeze,
|
968
|
-
range: "
|
969
|
-
type: "owl
|
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
|
453
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
973
454
|
label: "Part - Order".freeze,
|
974
|
-
range: "
|
975
|
-
type: "owl
|
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
|
459
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
979
460
|
label: "Part - Start".freeze,
|
980
|
-
range: "
|
981
|
-
type: "owl
|
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
|
465
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
985
466
|
label: "Part - Total".freeze,
|
986
|
-
range: "
|
987
|
-
type: "owl
|
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
|
471
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
991
472
|
label: "Part - Type".freeze,
|
992
|
-
range: "
|
993
|
-
type: "owl
|
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
|
477
|
+
domain: "http://www.loc.gov/mods/rdf/v1#Part".freeze,
|
997
478
|
label: "Part - Unit".freeze,
|
998
|
-
range: "
|
999
|
-
type: "owl
|
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
|
483
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1003
484
|
label: "Physical Extent".freeze,
|
1004
|
-
range: "
|
1005
|
-
type: "owl
|
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
|
489
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1009
490
|
label: "Physical Form".freeze,
|
1010
|
-
range: "
|
1011
|
-
type: "owl
|
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
|
495
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1015
496
|
label: "Place".freeze,
|
1016
|
-
range: "mads
|
1017
|
-
type: "owl
|
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
|
501
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1021
502
|
label: "Publisher".freeze,
|
1022
|
-
range: "mads
|
1023
|
-
type: "owl
|
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: "
|
1029
|
-
type: "owl
|
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: "
|
1035
|
-
type: "owl
|
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: "
|
1041
|
-
type: "owl
|
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: "
|
1047
|
-
type: "owl
|
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
|
531
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1051
532
|
label: "Reformatting Quality".freeze,
|
1052
|
-
type: "owl
|
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
|
536
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1056
537
|
label: "Related item - Constituent".freeze,
|
1057
|
-
range: "mods
|
1058
|
-
subPropertyOf: "mods
|
1059
|
-
type: "owl
|
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
|
543
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1063
544
|
label: "Related item - Other Format".freeze,
|
1064
|
-
range: "mods
|
1065
|
-
subPropertyOf: "mods
|
1066
|
-
type: "owl
|
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
|
550
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1070
551
|
label: "Related item - Host".freeze,
|
1071
|
-
range: "mods
|
1072
|
-
subPropertyOf: "mods
|
1073
|
-
type: "owl
|
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
|
557
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1077
558
|
label: "Related item - Instantiation".freeze,
|
1078
|
-
range: "mods
|
1079
|
-
subPropertyOf: "mods
|
1080
|
-
type: "owl
|
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
|
564
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1084
565
|
label: "Related Item".freeze,
|
1085
|
-
range: "mods
|
1086
|
-
type: "owl
|
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
|
570
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1090
571
|
label: "Related item - Original".freeze,
|
1091
|
-
range: "mods
|
1092
|
-
subPropertyOf: "mods
|
1093
|
-
type: "owl
|
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
|
577
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1097
578
|
label: "Related item - Preceding".freeze,
|
1098
|
-
range: "mods
|
1099
|
-
subPropertyOf: "mods
|
1100
|
-
type: "owl
|
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
|
584
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1104
585
|
label: "Related item - Reference".freeze,
|
1105
|
-
range: "mods
|
1106
|
-
subPropertyOf: "mods
|
1107
|
-
type: "owl
|
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
|
591
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1111
592
|
label: "Related item - Referenced By".freeze,
|
1112
|
-
range: "mods
|
1113
|
-
subPropertyOf: "mods
|
1114
|
-
type: "owl
|
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
|
598
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1118
599
|
label: "Related item - Review".freeze,
|
1119
|
-
range: "mods
|
1120
|
-
subPropertyOf: "mods
|
1121
|
-
type: "owl
|
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
|
605
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1125
606
|
label: "Related item - Series".freeze,
|
1126
|
-
range: "mods
|
1127
|
-
subPropertyOf: "mods
|
1128
|
-
type: "owl
|
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
|
612
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1132
613
|
label: "Related item - Suceeding".freeze,
|
1133
|
-
range: "mods
|
1134
|
-
subPropertyOf: "mods
|
1135
|
-
type: "owl
|
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
|
619
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1139
620
|
label: "Related Item - Other Version".freeze,
|
1140
|
-
range: "mods
|
1141
|
-
subPropertyOf: "mods
|
1142
|
-
type: "owl
|
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
|
1146
|
-
equivalentProperty: "
|
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
|
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
|
632
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1152
633
|
label: "Role Relationship".freeze,
|
1153
|
-
range: "mods
|
1154
|
-
type: "owl
|
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
|
638
|
+
domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship".freeze,
|
1158
639
|
label: "Role Relationship - Name".freeze,
|
1159
|
-
range: "mads
|
1160
|
-
type: "owl
|
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
|
644
|
+
domain: "http://www.loc.gov/mods/rdf/v1#RoleRelationship".freeze,
|
1164
645
|
label: "Role Relationship - Role".freeze,
|
1165
|
-
range: "
|
1166
|
-
type: "owl
|
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
|
650
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1170
651
|
label: "Statement of Responsibility".freeze,
|
1171
|
-
range: "
|
1172
|
-
type: "owl
|
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
|
656
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1176
657
|
label: "Subject".freeze,
|
1177
|
-
type: "owl
|
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
|
661
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1181
662
|
label: "Subject - Complex".freeze,
|
1182
|
-
range: "mads
|
1183
|
-
subPropertyOf: "mods
|
1184
|
-
type: "owl
|
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
|
668
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1188
669
|
label: "Subject - Genre Subject".freeze,
|
1189
|
-
range: "mads
|
1190
|
-
subPropertyOf: "mods
|
1191
|
-
type: "owl
|
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
|
675
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1195
676
|
label: "Subject - Geographic ".freeze,
|
1196
|
-
range: "mads
|
1197
|
-
subPropertyOf: "mods
|
1198
|
-
type: "owl
|
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
|
682
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1202
683
|
label: "Subject - Geographic Code ".freeze,
|
1203
|
-
range: "mads
|
1204
|
-
subPropertyOf: "mods
|
1205
|
-
type: "owl
|
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
|
689
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1209
690
|
label: "Subject - Hierarchical Geographic ".freeze,
|
1210
|
-
range: "mads
|
1211
|
-
subPropertyOf: "mods
|
1212
|
-
type: "owl
|
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
|
696
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1216
697
|
label: "Subject - Name Subject".freeze,
|
1217
|
-
range: "mads
|
1218
|
-
subPropertyOf: "mods
|
1219
|
-
type: "owl
|
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
|
703
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1223
704
|
label: "Subject - Occupation".freeze,
|
1224
|
-
range: "mads
|
1225
|
-
subPropertyOf: "mods
|
1226
|
-
type: "owl
|
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
|
710
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1230
711
|
label: "Subject - Temporal".freeze,
|
1231
|
-
range: "mads
|
1232
|
-
subPropertyOf: "mods
|
1233
|
-
type: "owl
|
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
|
717
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1237
718
|
label: "Subject - Title".freeze,
|
1238
|
-
range: "mads
|
1239
|
-
subPropertyOf: "mods
|
1240
|
-
type: "owl
|
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
|
724
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1244
725
|
label: "Subject - Topic".freeze,
|
1245
|
-
range: "mads
|
1246
|
-
subPropertyOf: "mods
|
1247
|
-
type: "owl
|
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
|
731
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1251
732
|
label: "Table of Contents".freeze,
|
1252
|
-
range: "
|
1253
|
-
type: "owl
|
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
|
737
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1257
738
|
label: "Target Audience".freeze,
|
1258
|
-
range: "
|
1259
|
-
type: "owl
|
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
|
743
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1263
744
|
label: "Title".freeze,
|
1264
|
-
range: "mads
|
1265
|
-
type: "owl
|
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
|
749
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1269
750
|
label: "Title - Principal".freeze,
|
1270
|
-
range: "mads
|
1271
|
-
subPropertyOf: "mods
|
1272
|
-
type: "owl
|
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
|
756
|
+
domain: "http://www.loc.gov/mods/rdf/v1#ModsResource".freeze,
|
1276
757
|
label: "Title - Uniform".freeze,
|
1277
|
-
range: "mads
|
1278
|
-
subPropertyOf: "mods
|
1279
|
-
type: "owl
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|