rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,9 +5,595 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.loc.gov/mads/rdf/v1#>
8
+ # #
9
+ # # MADS/RDF (Metadata Authority Description Schema in RDF)
10
+ # #
11
+ # # This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic. The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS.
12
+ # # @version 1.5.0
8
13
  # class MADS < RDF::StrictVocabulary
14
+ # # @return [RDF::Vocabulary::Term]
15
+ # attr_reader :Address
16
+ #
17
+ # # A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates.
18
+ # # @return [RDF::Vocabulary::Term]
19
+ # attr_reader :Affiliation
20
+ #
21
+ # # Describes a resource whose label is a non-jurisdictional geographic entity.
22
+ # # @return [RDF::Vocabulary::Term]
23
+ # attr_reader :Area
24
+ #
25
+ # # A concept with a controlled label.
26
+ # # @return [RDF::Vocabulary::Term]
27
+ # attr_reader :Authority
28
+ #
29
+ # # Describes a resource whose label is an inhabited place incorporated as a city, town, etc.
30
+ # # @return [RDF::Vocabulary::Term]
31
+ # attr_reader :City
32
+ #
33
+ # # Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street.
34
+ # # @return [RDF::Vocabulary::Term]
35
+ # attr_reader :CitySection
36
+ #
37
+ # # The label of a madsrdf:ComplexSubject is the concatenation of labels from two or more madsrdf:SimpleType descriptions, except that the combination of madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource.
38
+ # # @return [RDF::Vocabulary::Term]
39
+ # attr_reader :ComplexSubject
40
+ #
41
+ # # madsrdf:ComplexType is a resource whose label is the concatenation of labels from two or more Authority descriptions or two or more Variant descriptions or some combination of Authority and Variant descriptions, each of a madsrdf:SimpleType.
42
+ # # @return [RDF::Vocabulary::Term]
43
+ # attr_reader :ComplexType
44
+ #
45
+ # # Describes a resource whose label represents a conference name.
46
+ # # @return [RDF::Vocabulary::Term]
47
+ # attr_reader :ConferenceName
48
+ #
49
+ # # Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North America, South America, Australia, and Antarctica.
50
+ # # @return [RDF::Vocabulary::Term]
51
+ # attr_reader :Continent
52
+ #
53
+ # # Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities.
54
+ # # @return [RDF::Vocabulary::Term]
55
+ # attr_reader :CorporateName
56
+ #
57
+ # # Describes a resource whose label is a country, i.e. a political entity considered a country.
58
+ # # @return [RDF::Vocabulary::Term]
59
+ # attr_reader :Country
60
+ #
61
+ # # Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England.
62
+ # # @return [RDF::Vocabulary::Term]
63
+ # attr_reader :County
64
+ #
65
+ # # @return [RDF::Vocabulary::Term]
66
+ # attr_reader :DateNameElement
67
+ #
68
+ # # A former Authority.
69
+ # # @return [RDF::Vocabulary::Term]
70
+ # attr_reader :DeprecatedAuthority
71
+ #
72
+ # # madsrdf:Element types describe the various parts of labels.
73
+ # # @return [RDF::Vocabulary::Term]
74
+ # attr_reader :Element
75
+ #
76
+ # # Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a star system, and a planet, including a geographic feature of an individual planet.
77
+ # # @return [RDF::Vocabulary::Term]
78
+ # attr_reader :ExtraterrestrialArea
79
+ #
80
+ # # Describes a resource whose label represents a family name.
81
+ # # @return [RDF::Vocabulary::Term]
82
+ # attr_reader :FamilyName
83
+ #
84
+ # # @return [RDF::Vocabulary::Term]
85
+ # attr_reader :FamilyNameElement
86
+ #
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :FullNameElement
89
+ #
90
+ # # Describes a resource whose label is a genre or form term. Genre terms for textual materials designate specific kinds of materials distinguished by the style or technique of their intellectual contents; for example, biographies, catechisms, essays, hymns, or reviews. Form terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, characteristics of their intellectual content, or the order of information within them; for example, daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the context of graphic materials, genre headings denote categories of material distinguished by vantage point, intended purpose, characteristics of the creator, publication status, or method of representation.
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :GenreForm
93
+ #
94
+ # # @return [RDF::Vocabulary::Term]
95
+ # attr_reader :GenreFormElement
96
+ #
97
+ # # Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination (City, Country, Region, etc.) cannot be made.
98
+ # # @return [RDF::Vocabulary::Term]
99
+ # attr_reader :Geographic
100
+ #
101
+ # # @return [RDF::Vocabulary::Term]
102
+ # attr_reader :GeographicElement
103
+ #
104
+ # # @return [RDF::Vocabulary::Term]
105
+ # attr_reader :GivenNameElement
106
+ #
107
+ # # A madsrdf:HierarchicalGeographic indicates that its label is the concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them.
108
+ # # @return [RDF::Vocabulary::Term]
109
+ # attr_reader :HierarchicalGeographic
110
+ #
111
+ # # A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be used to record identifiers for a resource in the absence of URIs.
112
+ # # @return [RDF::Vocabulary::Term]
113
+ # attr_reader :Identifier
114
+ #
115
+ # # Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not itself a separate country.
116
+ # # @return [RDF::Vocabulary::Term]
117
+ # attr_reader :Island
118
+ #
119
+ # # Describes a resource whose label represents a language.
120
+ # # @return [RDF::Vocabulary::Term]
121
+ # attr_reader :Language
122
+ #
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :LanguageElement
125
+ #
126
+ # # A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying theme but not to the extent that it defines an independent knowledge organization system. It aggregates madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :MADSCollection
129
+ #
130
+ # # MADS Scheme is an organizational unit that describes a knowledge organization system. It aggregates madsrdf:Authority descriptions and/or madsrdf:MADSCollection resources included in the knowledge organization system. Including a madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :MADSScheme
133
+ #
134
+ # # @return [RDF::Vocabulary::Term]
135
+ # attr_reader :MADSType
136
+ #
137
+ # # @return [RDF::Vocabulary::Term]
138
+ # attr_reader :MainTitleElement
139
+ #
140
+ # # Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified.
141
+ # # @return [RDF::Vocabulary::Term]
142
+ # attr_reader :Name
143
+ #
144
+ # # @return [RDF::Vocabulary::Term]
145
+ # attr_reader :NameElement
146
+ #
147
+ # # The label of a madsrdf:NameTitle resource is the concatenation of a label of a madsrdf:Name description and the label of a madsrdf:Title description. Both description types (madsrdf:Name and madsrdf:Title) are of madsrdf:SimpleType types.
148
+ # # @return [RDF::Vocabulary::Term]
149
+ # attr_reader :NameTitle
150
+ #
151
+ # # @return [RDF::Vocabulary::Term]
152
+ # attr_reader :NonSortElement
153
+ #
154
+ # # Describes a resource whose label represents an occcupation.
155
+ # # @return [RDF::Vocabulary::Term]
156
+ # attr_reader :Occupation
157
+ #
158
+ # # @return [RDF::Vocabulary::Term]
159
+ # attr_reader :PartNameElement
160
+ #
161
+ # # @return [RDF::Vocabulary::Term]
162
+ # attr_reader :PartNumberElement
163
+ #
164
+ # # Describes a resource whose label represents a personal name.
165
+ # # @return [RDF::Vocabulary::Term]
166
+ # attr_reader :PersonalName
167
+ #
168
+ # # Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada.
169
+ # # @return [RDF::Vocabulary::Term]
170
+ # attr_reader :Province
171
+ #
172
+ # # A madsrdf:RWO is an abstract entity and identifies a Real World Object (RWO) identified by the label of a madsrdf:Authority or madsrdf:DeprecatedAuthority.
173
+ # # @return [RDF::Vocabulary::Term]
174
+ # attr_reader :RWO
175
+ #
176
+ # # Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction.
177
+ # # @return [RDF::Vocabulary::Term]
178
+ # attr_reader :Region
179
+ #
180
+ # # madsrdf:SimpleType is a resource with a label constituting a single word or phrase.
181
+ # # @return [RDF::Vocabulary::Term]
182
+ # attr_reader :SimpleType
183
+ #
184
+ # # A resource that represents the source of information about another resource. madsrdf:Source is a type of citation.
185
+ # # @return [RDF::Vocabulary::Term]
186
+ # attr_reader :Source
187
+ #
188
+ # # Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S.
189
+ # # @return [RDF::Vocabulary::Term]
190
+ # attr_reader :State
191
+ #
192
+ # # @return [RDF::Vocabulary::Term]
193
+ # attr_reader :SubTitleElement
194
+ #
195
+ # # Describes a resource whose label represents a time-based notion.
196
+ # # @return [RDF::Vocabulary::Term]
197
+ # attr_reader :Temporal
198
+ #
199
+ # # @return [RDF::Vocabulary::Term]
200
+ # attr_reader :TemporalElement
201
+ #
202
+ # # @return [RDF::Vocabulary::Term]
203
+ # attr_reader :TermsOfAddressNameElement
204
+ #
205
+ # # Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority.
206
+ # # @return [RDF::Vocabulary::Term]
207
+ # attr_reader :Territory
208
+ #
209
+ # # Describes a resource whose label represents a title.
210
+ # # @return [RDF::Vocabulary::Term]
211
+ # attr_reader :Title
212
+ #
213
+ # # @return [RDF::Vocabulary::Term]
214
+ # attr_reader :TitleElement
215
+ #
216
+ # # Describes a resource whose label represents a topic.
217
+ # # @return [RDF::Vocabulary::Term]
218
+ # attr_reader :Topic
219
+ #
220
+ # # @return [RDF::Vocabulary::Term]
221
+ # attr_reader :TopicElement
222
+ #
223
+ # # A resource whose label is the alternate form of an Authority or Deprecated Authority.
224
+ # # @return [RDF::Vocabulary::Term]
225
+ # attr_reader :Variant
226
+ #
227
+ # # Latest date in a period of activity.
228
+ # # @return [RDF::Vocabulary::Term]
229
+ # attr_reader :activityEndDate
230
+ #
231
+ # # Earliest date in a period of activity.
232
+ # # @return [RDF::Vocabulary::Term]
233
+ # attr_reader :activityStartDate
234
+ #
235
+ # # This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.
236
+ # # @return [RDF::Vocabulary::Term]
237
+ # attr_reader :adminMetadata
238
+ #
239
+ # # The date an individual ceased to be affiliated with an organization.
240
+ # # @return [RDF::Vocabulary::Term]
241
+ # attr_reader :affiliationEnd
242
+ #
243
+ # # The date an individual established an affiliation with an organization.
244
+ # # @return [RDF::Vocabulary::Term]
245
+ # attr_reader :affiliationStart
246
+ #
247
+ # # Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed.
248
+ # # @return [RDF::Vocabulary::Term]
249
+ # attr_reader :associatedLanguage
250
+ #
251
+ # # A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.
252
+ # # @return [RDF::Vocabulary::Term]
253
+ # attr_reader :associatedLocale
254
+ #
255
+ # # A lexical string representing a controlled, curated label for the Authority.
256
+ # # @return [RDF::Vocabulary::Term]
257
+ # attr_reader :authoritativeLabel
258
+ #
259
+ # # The year a person was born. Date of birth may also include the month and day of the person’s birth. (RDA 9.3.2.1)
260
+ # # @return [RDF::Vocabulary::Term]
261
+ # attr_reader :birthDate
262
+ #
263
+ # # The town, city, province, state, and/or country in which a person was born.
264
+ # # @return [RDF::Vocabulary::Term]
265
+ # attr_reader :birthPlace
266
+ #
267
+ # # A note detailing a modification to an Authority or Variant.
268
+ # # @return [RDF::Vocabulary::Term]
269
+ # attr_reader :changeNote
270
+ #
271
+ # # A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source.
272
+ # # @return [RDF::Vocabulary::Term]
273
+ # attr_reader :citationNote
274
+ #
275
+ # # The cited resource.
276
+ # # @return [RDF::Vocabulary::Term]
277
+ # attr_reader :citationSource
278
+ #
279
+ # # Should use a standard term - such as 'found' or 'not found' - to indicate whether the cited resource yielded information about the resource related to the madsrdf:Source.
280
+ # # @return [RDF::Vocabulary::Term]
281
+ # attr_reader :citationStatus
282
+ #
283
+ # # The city component of an address.
284
+ # # @return [RDF::Vocabulary::Term]
285
+ # attr_reader :city
286
+ #
287
+ # # The classification code associated with a madsrdf:Authority.
288
+ # # @return [RDF::Vocabulary::Term]
289
+ # attr_reader :classification
290
+ #
291
+ # # A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept.
292
+ # # @return [RDF::Vocabulary::Term]
293
+ # attr_reader :code
294
+ #
295
+ # # madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource.
296
+ # # @return [RDF::Vocabulary::Term]
297
+ # attr_reader :componentList
298
+ #
299
+ # # Country associated with an address.
300
+ # # @return [RDF::Vocabulary::Term]
301
+ # attr_reader :country
302
+ #
303
+ # # Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.
304
+ # # @return [RDF::Vocabulary::Term]
305
+ # attr_reader :creationDateEnd
306
+ #
307
+ # # For a work, earliest date (normally the year) associated with a work; that date may be the date the work was created or first published or released. For an expression, the earliest date (normally the year) associated with an expression; that date may be the date of the earliest known manifestation of that expression. In both cases the date may be the starting date of a range or a single date.
308
+ # # @return [RDF::Vocabulary::Term]
309
+ # attr_reader :creationDateStart
310
+ #
311
+ # # The year a person died. Date of death may also include the month and day of the person’s death. (RDA 9.3.3.1)
312
+ # # @return [RDF::Vocabulary::Term]
313
+ # attr_reader :deathDate
314
+ #
315
+ # # The town, city, province, state, and/or country in which a person died.
316
+ # # @return [RDF::Vocabulary::Term]
317
+ # attr_reader :deathPlace
318
+ #
319
+ # # An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description.
320
+ # # @return [RDF::Vocabulary::Term]
321
+ # attr_reader :definitionNote
322
+ #
323
+ # # A note pertaining to the deletion of a resource.
324
+ # # @return [RDF::Vocabulary::Term]
325
+ # attr_reader :deletionNote
326
+ #
327
+ # # A label once considered authoritative (controlled and curated) but which is no longer.
328
+ # # @return [RDF::Vocabulary::Term]
329
+ # attr_reader :deprecatedLabel
330
+ #
331
+ # # A note pertaining to the management of the label associated with the resource.
332
+ # # @return [RDF::Vocabulary::Term]
333
+ # attr_reader :editorialNote
334
+ #
335
+ # # The madsrdf:elementList property is used to organize the various parts of labels.
336
+ # # @return [RDF::Vocabulary::Term]
337
+ # attr_reader :elementList
338
+ #
339
+ # # @return [RDF::Vocabulary::Term]
340
+ # attr_reader :elementValue
341
+ #
342
+ # # @return [RDF::Vocabulary::Term]
343
+ # attr_reader :email
344
+ #
345
+ # # Any attribute that serves to characterize a person, family or corporate body or that may be needed for differentiation from other persons. families or corporate bodies and for which separate content designation is not already defined.Or
346
+ # # @return [RDF::Vocabulary::Term]
347
+ # attr_reader :entityDescriptor
348
+ #
349
+ # # The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment.
350
+ # # @return [RDF::Vocabulary::Term]
351
+ # attr_reader :establishDate
352
+ #
353
+ # # A example of how the resource might be used.
354
+ # # @return [RDF::Vocabulary::Term]
355
+ # attr_reader :exampleNote
356
+ #
357
+ # # The second address line, if needed.
358
+ # # @return [RDF::Vocabulary::Term]
359
+ # attr_reader :extendedAddress
360
+ #
361
+ # # @return [RDF::Vocabulary::Term]
362
+ # attr_reader :extension
363
+ #
364
+ # # Fax number
365
+ # # @return [RDF::Vocabulary::Term]
366
+ # attr_reader :fax
367
+ #
368
+ # # The field of activity associated with an individual.
369
+ # # @return [RDF::Vocabulary::Term]
370
+ # attr_reader :fieldOfActivity
371
+ #
372
+ # # Full form of name needed to distinguish a person from another person with the same preferred name.
373
+ # # @return [RDF::Vocabulary::Term]
374
+ # attr_reader :fullerName
375
+ #
376
+ # # The gender with which a person identifies.
377
+ # # @return [RDF::Vocabulary::Term]
378
+ # attr_reader :gender
379
+ #
380
+ # # @return [RDF::Vocabulary::Term]
381
+ # attr_reader :hasAbbreviationVariant
382
+ #
383
+ # # @return [RDF::Vocabulary::Term]
384
+ # attr_reader :hasAcronymVariant
385
+ #
386
+ # # Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated.
387
+ # # @return [RDF::Vocabulary::Term]
388
+ # attr_reader :hasAffiliation
389
+ #
390
+ # # The address of the group or organization with which an individual is associated.
391
+ # # @return [RDF::Vocabulary::Term]
392
+ # attr_reader :hasAffiliationAddress
393
+ #
394
+ # # @return [RDF::Vocabulary::Term]
395
+ # attr_reader :hasBroaderAuthority
396
+ #
397
+ # # Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme.
398
+ # # @return [RDF::Vocabulary::Term]
399
+ # attr_reader :hasBroaderExternalAuthority
400
+ #
401
+ # # A term that specifies a characteristic that differentiates a work or expression from another one.
402
+ # # @return [RDF::Vocabulary::Term]
403
+ # attr_reader :hasChararacteristic
404
+ #
405
+ # # Records a relationship between an Authority and one that is closely related from a different MADS Scheme.
406
+ # # @return [RDF::Vocabulary::Term]
407
+ # attr_reader :hasCloseExternalAuthority
408
+ #
409
+ # # Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined.
410
+ # # @return [RDF::Vocabulary::Term]
411
+ # attr_reader :hasCorporateParentAuthority
412
+ #
413
+ # # Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined.
414
+ # # @return [RDF::Vocabulary::Term]
415
+ # attr_reader :hasCorporateSubsidiaryAuthority
416
+ #
417
+ # # Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym.
418
+ # # @return [RDF::Vocabulary::Term]
419
+ # attr_reader :hasDemonym
420
+ #
421
+ # # Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.
422
+ # # @return [RDF::Vocabulary::Term]
423
+ # attr_reader :hasEarlierEstablishedForm
424
+ #
425
+ # # Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme.
426
+ # # @return [RDF::Vocabulary::Term]
427
+ # attr_reader :hasExactExternalAuthority
428
+ #
429
+ # # @return [RDF::Vocabulary::Term]
430
+ # attr_reader :hasExpansionVariant
431
+ #
432
+ # # Use for variants that are searchable, but not necessarily for display.
433
+ # # @return [RDF::Vocabulary::Term]
434
+ # attr_reader :hasHiddenVariant
435
+ #
436
+ # # Associates a resource with a madsrdf:Identifier.
437
+ # # @return [RDF::Vocabulary::Term]
438
+ # attr_reader :hasIdentifier
439
+ #
440
+ # # Use to reference the later form of a resource. This is Related type='later' in MADS XML.
441
+ # # @return [RDF::Vocabulary::Term]
442
+ # attr_reader :hasLaterEstablishedForm
443
+ #
444
+ # # Associates an Authority or other Collection with a madsrdf:MADSCollection.
445
+ # # @return [RDF::Vocabulary::Term]
446
+ # attr_reader :hasMADSCollectionMember
447
+ #
448
+ # # Associates an Authority or Collection with a madsrdf:MADSScheme.
449
+ # # @return [RDF::Vocabulary::Term]
450
+ # attr_reader :hasMADSSchemeMember
451
+ #
452
+ # # Creates a direct relationship between an Authority and one that is more narrowly defined.
453
+ # # @return [RDF::Vocabulary::Term]
454
+ # attr_reader :hasNarrowerAuthority
455
+ #
456
+ # # Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme.
457
+ # # @return [RDF::Vocabulary::Term]
458
+ # attr_reader :hasNarrowerExternalAuthority
459
+ #
460
+ # # Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML.
461
+ # # @return [RDF::Vocabulary::Term]
462
+ # attr_reader :hasReciprocalAuthority
463
+ #
464
+ # # Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared.
465
+ # # @return [RDF::Vocabulary::Term]
466
+ # attr_reader :hasReciprocalExternalAuthority
467
+ #
468
+ # # Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.'
469
+ # # @return [RDF::Vocabulary::Term]
470
+ # attr_reader :hasRelatedAuthority
471
+ #
472
+ # # Associates a resource description with its Source.
473
+ # # @return [RDF::Vocabulary::Term]
474
+ # attr_reader :hasSource
475
+ #
476
+ # # Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.
477
+ # # @return [RDF::Vocabulary::Term]
478
+ # attr_reader :hasTopMemberOfMADSScheme
479
+ #
480
+ # # A Variant whose label represents a translation of that of the authoritative label.
481
+ # # @return [RDF::Vocabulary::Term]
482
+ # attr_reader :hasTranslationVariant
483
+ #
484
+ # # Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.'
485
+ # # @return [RDF::Vocabulary::Term]
486
+ # attr_reader :hasVariant
487
+ #
488
+ # # A label entered for discovery purposes but not shown.
489
+ # # @return [RDF::Vocabulary::Term]
490
+ # attr_reader :hiddenLabel
491
+ #
492
+ # # A note pertaining to the history of the resource.
493
+ # # @return [RDF::Vocabulary::Term]
494
+ # attr_reader :historyNote
495
+ #
496
+ # # Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation.
497
+ # # @return [RDF::Vocabulary::Term]
498
+ # attr_reader :honoraryTitle
499
+ #
500
+ # # @return [RDF::Vocabulary::Term]
501
+ # attr_reader :hours
502
+ #
503
+ # # The scheme associated with the identifier. For example, "LCCN" would be used when the Identifier Value (madsrdf:idValue) is a LC Control Number.
504
+ # # @return [RDF::Vocabulary::Term]
505
+ # attr_reader :idScheme
506
+ #
507
+ # # The value of the identifier conforming to the Identifier Scheme syntax.
508
+ # # @return [RDF::Vocabulary::Term]
509
+ # attr_reader :idValue
510
+ #
511
+ # # Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label.
512
+ # # @return [RDF::Vocabulary::Term]
513
+ # attr_reader :identifiesRWO
514
+ #
515
+ # # Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place.
516
+ # # @return [RDF::Vocabulary::Term]
517
+ # attr_reader :isDemonymFor
518
+ #
519
+ # # Associates a Real World Object with its Authority description.
520
+ # # @return [RDF::Vocabulary::Term]
521
+ # attr_reader :isIdentifiedByAuthority
522
+ #
523
+ # # Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.
524
+ # # @return [RDF::Vocabulary::Term]
525
+ # attr_reader :isMemberOfMADSCollection
526
+ #
527
+ # # @return [RDF::Vocabulary::Term]
528
+ # attr_reader :isMemberOfMADSScheme
529
+ #
530
+ # # Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.
531
+ # # @return [RDF::Vocabulary::Term]
532
+ # attr_reader :isTopMemberOfMADSScheme
533
+ #
534
+ # # Records the individual's role or position in the organization with which the individual is affiliated. A "job title" might be appropriate.
535
+ # # @return [RDF::Vocabulary::Term]
536
+ # attr_reader :natureOfAffiliation
537
+ #
538
+ # # A note about the resource.
539
+ # # @return [RDF::Vocabulary::Term]
540
+ # attr_reader :note
541
+ #
542
+ # # A profession or occupation in which the person works or has worked.
543
+ # # @return [RDF::Vocabulary::Term]
544
+ # attr_reader :occupation
545
+ #
546
+ # # The group or organization with which an individual is associated.
547
+ # # @return [RDF::Vocabulary::Term]
548
+ # attr_reader :organization
549
+ #
550
+ # # @return [RDF::Vocabulary::Term]
551
+ # attr_reader :phone
552
+ #
553
+ # # @return [RDF::Vocabulary::Term]
554
+ # attr_reader :postcode
555
+ #
556
+ # # A well-known individual who is a member of the family.
557
+ # # @return [RDF::Vocabulary::Term]
558
+ # attr_reader :prominentFamilyMember
559
+ #
560
+ # # @return [RDF::Vocabulary::Term]
561
+ # attr_reader :scopeNote
562
+ #
563
+ # # Denotes a relationship between two resources. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource. Sub-properties can be used to more specifically identify the nature of the relationship.
564
+ # # @return [RDF::Vocabulary::Term]
565
+ # attr_reader :see
566
+ #
567
+ # # The state associated with an address.
568
+ # # @return [RDF::Vocabulary::Term]
569
+ # attr_reader :state
570
+ #
571
+ # # First line of address. For second line, use madsrdf:extendedAddress.
572
+ # # @return [RDF::Vocabulary::Term]
573
+ # attr_reader :streetAddress
574
+ #
575
+ # # The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination.
576
+ # # @return [RDF::Vocabulary::Term]
577
+ # attr_reader :terminateDate
578
+ #
579
+ # # "Use [This Resource] For." Traditional "USE FOR" reference.
580
+ # # @return [RDF::Vocabulary::Term]
581
+ # attr_reader :useFor
582
+ #
583
+ # # "Use [This Other Resource] Instead." Traditional "USE" reference.
584
+ # # @return [RDF::Vocabulary::Term]
585
+ # attr_reader :useInstead
586
+ #
587
+ # # The lexical, variant form of an authoritative label.
588
+ # # @return [RDF::Vocabulary::Term]
589
+ # attr_reader :variantLabel
590
+ #
591
+ # # The country or other territorial jurisdiction from which a work originated.
592
+ # # @return [RDF::Vocabulary::Term]
593
+ # attr_reader :workOrigin
594
+ #
9
595
  # end
10
- class MADS < RDF::StrictVocabulary("http://www.loc.gov/mads/rdf/v1#")
596
+ MADS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/mads/rdf/v1#")) do
11
597
 
12
598
  # Ontology definition
13
599
  ontology :"http://www.loc.gov/mads/rdf/v1#",
@@ -30,9 +616,9 @@ module RDF::Vocab
30
616
  "dc:modified": "2019-01-04T17:01:03.065-05:00".freeze,
31
617
  label: "MADS/RDF (Metadata Authority Description Schema in RDF)".freeze,
32
618
  "owl:ontologyIRI": "mads:".freeze,
33
- "owl:priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-0".freeze,
34
- "owl:versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-3-1".freeze,
35
- "owl:versionInfo": "1.3.1".freeze,
619
+ "owl:priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-4-0".freeze,
620
+ "owl:versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-5-0".freeze,
621
+ "owl:versionInfo": "1.5.0".freeze,
36
622
  type: "owl:Ontology".freeze
37
623
 
38
624
  # Class definitions
@@ -336,7 +922,7 @@ module RDF::Vocab
336
922
  comment: %(This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.).freeze,
337
923
  domain: term(
338
924
  type: "owl:Class".freeze,
339
- unionOf: list("_:g70196556549360".freeze, "_:g70196556569000".freeze, "_:g70196556563900".freeze)
925
+ unionOf: list("_:g10080".freeze, "_:g10100".freeze, "_:g10120".freeze)
340
926
  ),
341
927
  label: "Administrative Metadata".freeze,
342
928
  type: "owl:ObjectProperty".freeze
@@ -418,7 +1004,7 @@ module RDF::Vocab
418
1004
  comment: %(A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept.).freeze,
419
1005
  domain: term(
420
1006
  type: "owl:Class".freeze,
421
- unionOf: list("_:g70196426469140".freeze, "_:g70196426482940".freeze)
1007
+ unionOf: list("_:g10600".freeze, "_:g10620".freeze)
422
1008
  ),
423
1009
  label: "Code".freeze,
424
1010
  subPropertyOf: "skos:notation".freeze,
@@ -429,7 +1015,7 @@ module RDF::Vocab
429
1015
  label: "Component List".freeze,
430
1016
  range: term(
431
1017
  type: "owl:Class".freeze,
432
- unionOf: list("_:g70196426898260".freeze, "_:g70196426915760".freeze)
1018
+ unionOf: list("_:g10720".freeze, "_:g10740".freeze)
433
1019
  ),
434
1020
  type: "owl:ObjectProperty".freeze
435
1021
  property :country,
@@ -484,7 +1070,7 @@ module RDF::Vocab
484
1070
  label: "Element List".freeze,
485
1071
  range: term(
486
1072
  type: "owl:Class".freeze,
487
- unionOf: list("_:g70196557222280".freeze, "_:g70196557241860".freeze)
1073
+ unionOf: list("_:g11080".freeze, "_:g11100".freeze)
488
1074
  ),
489
1075
  type: "owl:ObjectProperty".freeze
490
1076
  property :elementValue,
@@ -594,6 +1180,11 @@ module RDF::Vocab
594
1180
  range: "mads:CorporateName".freeze,
595
1181
  subPropertyOf: "mads:hasRelatedAuthority".freeze,
596
1182
  type: "owl:ObjectProperty".freeze
1183
+ property :hasDemonym,
1184
+ comment: %(Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym.).freeze,
1185
+ inverseOf: "mads:isDemonymFor".freeze,
1186
+ label: "Has Demonym".freeze,
1187
+ type: "owl:ObjectProperty".freeze
597
1188
  property :hasEarlierEstablishedForm,
598
1189
  comment: %(Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.).freeze,
599
1190
  inverseOf: "mads:hasLaterEstablishedForm".freeze,
@@ -634,7 +1225,7 @@ module RDF::Vocab
634
1225
  label: "Has MADSCollection Member".freeze,
635
1226
  range: term(
636
1227
  type: "owl:Class".freeze,
637
- unionOf: list("_:g70196426163180".freeze, "_:g70196560251380".freeze)
1228
+ unionOf: list("_:g11980".freeze, "_:g12000".freeze)
638
1229
  ),
639
1230
  subPropertyOf: "skos:member".freeze,
640
1231
  type: "owl:ObjectProperty".freeze
@@ -645,7 +1236,7 @@ module RDF::Vocab
645
1236
  label: "Has MADS Scheme Member".freeze,
646
1237
  range: term(
647
1238
  type: "owl:Class".freeze,
648
- unionOf: list("_:g70196426811380".freeze, "_:g70196426842540".freeze)
1239
+ unionOf: list("_:g12140".freeze, "_:g12160".freeze)
649
1240
  ),
650
1241
  type: "owl:ObjectProperty".freeze
651
1242
  property :hasNarrowerAuthority,
@@ -740,6 +1331,11 @@ module RDF::Vocab
740
1331
  range: "mads:RWO".freeze,
741
1332
  subPropertyOf: "foaf:focus".freeze,
742
1333
  type: "owl:ObjectProperty".freeze
1334
+ property :isDemonymFor,
1335
+ comment: %(Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place.).freeze,
1336
+ inverseOf: "mads:hasDemonym".freeze,
1337
+ label: "Is Demonym For".freeze,
1338
+ type: "owl:ObjectProperty".freeze
743
1339
  property :isIdentifiedByAuthority,
744
1340
  comment: %(Associates a Real World Object with its Authority description.).freeze,
745
1341
  domain: "mads:RWO".freeze,
@@ -751,7 +1347,7 @@ module RDF::Vocab
751
1347
  comment: %(Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.).freeze,
752
1348
  domain: term(
753
1349
  type: "owl:Class".freeze,
754
- unionOf: list("_:g70196555975320".freeze, "_:g70196556007720".freeze)
1350
+ unionOf: list("_:g12720".freeze, "_:g12740".freeze)
755
1351
  ),
756
1352
  inverseOf: "mads:hasMADSCollectionMember".freeze,
757
1353
  label: "Is Member Of MADSCollection".freeze,
@@ -760,7 +1356,7 @@ module RDF::Vocab
760
1356
  property :isMemberOfMADSScheme,
761
1357
  domain: term(
762
1358
  type: "owl:Class".freeze,
763
- unionOf: list("_:g70196426450620".freeze, "_:g70196426488680".freeze)
1359
+ unionOf: list("_:g12820".freeze, "_:g12840".freeze)
764
1360
  ),
765
1361
  inverseOf: "mads:hasMADSSchemeMember".freeze,
766
1362
  label: "Is Member of MADS Scheme".freeze,
@@ -771,7 +1367,7 @@ module RDF::Vocab
771
1367
  comment: %(Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.).freeze,
772
1368
  domain: term(
773
1369
  type: "owl:Class".freeze,
774
- unionOf: list("_:g70196426911160".freeze, "_:g70196426947400".freeze)
1370
+ unionOf: list("_:g12960".freeze, "_:g12980".freeze)
775
1371
  ),
776
1372
  inverseOf: "mads:hasTopMemberOfMADSScheme".freeze,
777
1373
  label: "Is Top Member of MADS Scheme".freeze,
@@ -818,16 +1414,8 @@ module RDF::Vocab
818
1414
  subPropertyOf: "mads:note".freeze,
819
1415
  type: "owl:AnnotationProperty".freeze
820
1416
  property :see,
821
- comment: %(Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource.).freeze,
822
- domain: term(
823
- type: "owl:Class".freeze,
824
- unionOf: list("_:g70196557240720".freeze, "_:g70196557234280".freeze)
825
- ),
1417
+ comment: %(Denotes a relationship between two resources. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource. Sub-properties can be used to more specifically identify the nature of the relationship.).freeze,
826
1418
  label: "See Also".freeze,
827
- range: term(
828
- type: "owl:Class".freeze,
829
- unionOf: list("_:g70196557302440".freeze, "_:g70196557320800".freeze)
830
- ),
831
1419
  subPropertyOf: "rdfs:seeAlso".freeze,
832
1420
  type: "owl:ObjectProperty".freeze
833
1421
  property :state,