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