rdf-vocab 3.1.9 → 3.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +48 -7
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1520 -2676
  8. data/lib/rdf/vocab/bibframe.rb +2437 -1843
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +217 -383
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +93 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +255 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +10516 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +9677 -18984
  66. data/lib/rdf/vocab/schemas.rb +9677 -18984
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +68 -21
@@ -3,1457 +3,860 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.loc.gov/mads/rdf/v1#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
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
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
- #
595
- # end
596
6
  MADS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/mads/rdf/v1#")) do
597
7
 
598
8
  # Ontology definition
599
9
  ontology :"http://www.loc.gov/mads/rdf/v1#",
600
- comment: %(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.
601
-
602
-
603
- 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.
604
-
605
-
606
- 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.
607
-
608
-
609
- 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.
610
-
611
-
612
- 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.
613
-
614
-
615
- 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. ).freeze,
616
- "dc:modified": "2019-01-04T17:01:03.065-05:00".freeze,
10
+ comment: "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. \n \n \n 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. \n \n \n 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. \n \n \n 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. \n \n \n 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. \n \n \n 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. ".freeze,
11
+ "http://purl.org/dc/terms/modified": "2019-01-04T17:01:03.065-05:00".freeze,
12
+ "http://www.w3.org/2002/07/owl#ontologyIRI": "http://www.loc.gov/mads/rdf/v1#".freeze,
13
+ "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-1".freeze,
14
+ "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-4-0".freeze,
15
+ "http://www.w3.org/2002/07/owl#versionInfo": "1.4.0".freeze,
617
16
  label: "MADS/RDF (Metadata Authority Description Schema in RDF)".freeze,
618
- "owl:ontologyIRI": "mads:".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,
622
- type: "owl:Ontology".freeze
17
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
623
18
 
624
19
  # Class definitions
625
20
  term :Address,
626
21
  label: "Address".freeze,
627
- type: "owl:Class".freeze
22
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
628
23
  term :Affiliation,
629
- comment: %(A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates.).freeze,
24
+ comment: "A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates.".freeze,
630
25
  label: "Affiliation".freeze,
631
- type: "owl:Class".freeze
26
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
632
27
  term :Area,
633
- comment: %(Describes a resource whose label is a non-jurisdictional geographic entity.).freeze,
28
+ comment: "Describes a resource whose label is a non-jurisdictional geographic entity.".freeze,
634
29
  label: "Area Type".freeze,
635
- subClassOf: "mads:Geographic".freeze,
636
- type: "owl:Class".freeze
30
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
31
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
637
32
  term :Authority,
638
- comment: %(A concept with a controlled label.).freeze,
33
+ comment: "A concept with a controlled label.".freeze,
34
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze, "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze, "http://www.loc.gov/mads/rdf/v1#Variant".freeze],
639
35
  label: "Authority".freeze,
640
- "owl:disjointWith": ["mads:DeprecatedAuthority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze, "mads:Variant".freeze],
641
- subClassOf: ["owl:Thing".freeze, "skos:Concept".freeze],
642
- type: "owl:Class".freeze
36
+ subClassOf: ["http://www.w3.org/2002/07/owl#Thing".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
37
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
643
38
  term :City,
644
- comment: %(Describes a resource whose label is an inhabited place incorporated as a city, town, etc.).freeze,
39
+ comment: "Describes a resource whose label is an inhabited place incorporated as a city, town, etc.".freeze,
645
40
  label: "City Type".freeze,
646
- subClassOf: "mads:Geographic".freeze,
647
- type: "owl:Class".freeze
41
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
42
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
648
43
  term :CitySection,
649
- comment: %(Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street.).freeze,
44
+ comment: "Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street.".freeze,
650
45
  label: "City Section Type".freeze,
651
- subClassOf: "mads:Geographic".freeze,
652
- type: "owl:Class".freeze
46
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
47
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
653
48
  term :ComplexSubject,
654
- comment: %(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.).freeze,
49
+ comment: "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.".freeze,
655
50
  label: "Complex Subject Type".freeze,
656
- subClassOf: "mads:ComplexType".freeze,
657
- type: "owl:Class".freeze
51
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType".freeze,
52
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
658
53
  term :ComplexType,
659
- comment: %(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.).freeze,
54
+ comment: "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.".freeze,
660
55
  equivalentClass: term(
661
56
  cardinality: "1".freeze,
662
- onProperty: "mads:componentList".freeze,
663
- type: "owl:Restriction".freeze
57
+ onProperty: "http://www.loc.gov/mads/rdf/v1#componentList".freeze,
58
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
664
59
  ),
60
+ "http://www.w3.org/2002/07/owl#disjointUnionOf": list("http://www.loc.gov/mads/rdf/v1#HierarchicalGeographic".freeze, "http://www.loc.gov/mads/rdf/v1#ComplexSubject".freeze, "http://www.loc.gov/mads/rdf/v1#NameTitle".freeze),
61
+ "http://www.w3.org/2002/07/owl#disjointWith": "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
665
62
  label: "Complex Type".freeze,
666
- "owl:disjointUnionOf": list("mads:HierarchicalGeographic".freeze, "mads:ComplexSubject".freeze, "mads:NameTitle".freeze),
667
- "owl:disjointWith": "mads:SimpleType".freeze,
668
- subClassOf: "mads:MADSType".freeze,
669
- type: "owl:Class".freeze
63
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#MADSType".freeze,
64
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
670
65
  term :ConferenceName,
671
- comment: %(Describes a resource whose label represents a conference name.).freeze,
66
+ comment: "Describes a resource whose label represents a conference name.".freeze,
672
67
  label: "Conference Name Type".freeze,
673
- subClassOf: "mads:Name".freeze,
674
- type: "owl:Class".freeze
68
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Name".freeze,
69
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
675
70
  term :Continent,
676
- comment: %(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.).freeze,
71
+ comment: "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.".freeze,
677
72
  label: "Continent Type".freeze,
678
- subClassOf: "mads:Geographic".freeze,
679
- type: "owl:Class".freeze
73
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
74
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
680
75
  term :CorporateName,
681
- comment: %(Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities.).freeze,
76
+ comment: "Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities.".freeze,
682
77
  label: "Corporate Name Type".freeze,
683
- subClassOf: "mads:Name".freeze,
684
- type: "owl:Class".freeze
78
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Name".freeze,
79
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
685
80
  term :Country,
686
- comment: %(Describes a resource whose label is a country, i.e. a political entity considered a country. ).freeze,
81
+ comment: "Describes a resource whose label is a country, i.e. a political entity considered a country. ".freeze,
687
82
  label: "Country Type".freeze,
688
- subClassOf: "mads:Geographic".freeze,
689
- type: "owl:Class".freeze
83
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
84
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
690
85
  term :County,
691
- comment: %(Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England.).freeze,
86
+ comment: "Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England.".freeze,
692
87
  label: "County Type".freeze,
693
- subClassOf: "mads:Geographic".freeze,
694
- type: "owl:Class".freeze
88
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
89
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
695
90
  term :DateNameElement,
696
91
  label: "Date Name Element".freeze,
697
- subClassOf: "mads:NameElement".freeze,
698
- type: "owl:Class".freeze
92
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement".freeze,
93
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
699
94
  term :DeprecatedAuthority,
700
- comment: %(A former Authority.).freeze,
95
+ comment: "A former Authority.".freeze,
96
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze, "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze],
701
97
  label: "Deprecated Authority".freeze,
702
- "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
703
- subClassOf: "owl:Thing".freeze,
704
- type: "owl:Class".freeze
98
+ subClassOf: "http://www.w3.org/2002/07/owl#Thing".freeze,
99
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
705
100
  term :Element,
706
- comment: %(madsrdf:Element types describe the various parts of labels.).freeze,
101
+ comment: "madsrdf:Element types describe the various parts of labels.".freeze,
707
102
  equivalentClass: term(
708
103
  cardinality: "1".freeze,
709
- onProperty: "mads:elementValue".freeze,
710
- type: "owl:Restriction".freeze
104
+ onProperty: "http://www.loc.gov/mads/rdf/v1#elementValue".freeze,
105
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
711
106
  ),
712
107
  label: "Element".freeze,
713
- type: "owl:Class".freeze
108
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
714
109
  term :ExtraterrestrialArea,
715
- comment: %(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.).freeze,
110
+ comment: "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.".freeze,
716
111
  label: "Extraterrestrial Area Type".freeze,
717
- subClassOf: "mads:Geographic".freeze,
718
- type: "owl:Class".freeze
112
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
113
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
719
114
  term :FamilyName,
720
- comment: %(Describes a resource whose label represents a family name.).freeze,
115
+ comment: "Describes a resource whose label represents a family name.".freeze,
721
116
  label: "Family Name Type".freeze,
722
- subClassOf: "mads:Name".freeze,
723
- type: "owl:Class".freeze
117
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Name".freeze,
118
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
724
119
  term :FamilyNameElement,
725
120
  label: "Family Name Element".freeze,
726
- subClassOf: "mads:NameElement".freeze,
727
- type: "owl:Class".freeze
121
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement".freeze,
122
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
728
123
  term :FullNameElement,
729
124
  label: "Fullname Element".freeze,
730
- subClassOf: "mads:NameElement".freeze,
731
- type: "owl:Class".freeze
125
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement".freeze,
126
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
732
127
  term :GenreForm,
733
- comment: %(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.).freeze,
128
+ comment: "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.".freeze,
734
129
  label: "Genre/Form Type".freeze,
735
- subClassOf: "mads:SimpleType".freeze,
736
- type: "owl:Class".freeze
130
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
131
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
737
132
  term :GenreFormElement,
738
133
  label: "Genre/Form Element".freeze,
739
- subClassOf: "mads:Element".freeze,
740
- type: "owl:Class".freeze
134
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
135
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
741
136
  term :Geographic,
742
- comment: %(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.).freeze,
137
+ comment: "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.".freeze,
743
138
  label: "Geographic Authority".freeze,
744
- subClassOf: "mads:SimpleType".freeze,
745
- type: "owl:Class".freeze
139
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
140
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
746
141
  term :GeographicElement,
747
142
  label: "Geographic Element".freeze,
748
- subClassOf: "mads:Element".freeze,
749
- type: "owl:Class".freeze
143
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
144
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
750
145
  term :GivenNameElement,
751
146
  label: "Given Name Element".freeze,
752
- subClassOf: "mads:NameElement".freeze,
753
- type: "owl:Class".freeze
147
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement".freeze,
148
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
754
149
  term :HierarchicalGeographic,
755
- comment: %(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.).freeze,
150
+ comment: "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.".freeze,
756
151
  label: "Hierarchical Geographic Type".freeze,
757
- subClassOf: "mads:ComplexType".freeze,
758
- type: "owl:Class".freeze
152
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType".freeze,
153
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
759
154
  term :Identifier,
760
- comment: %(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.).freeze,
155
+ comment: "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.".freeze,
761
156
  label: "Other Identifier".freeze,
762
- type: "owl:Class".freeze
157
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
763
158
  term :Island,
764
- comment: %(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. ).freeze,
159
+ comment: "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. ".freeze,
765
160
  label: "Island Type".freeze,
766
- subClassOf: "mads:Geographic".freeze,
767
- type: "owl:Class".freeze
161
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
162
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
768
163
  term :Language,
769
- comment: %(Describes a resource whose label represents a language.).freeze,
770
- equivalentClass: "dc:LinguisticSystem".freeze,
164
+ comment: "Describes a resource whose label represents a language.".freeze,
165
+ equivalentClass: "http://purl.org/dc/terms/LinguisticSystem".freeze,
771
166
  label: "Language Type".freeze,
772
- subClassOf: "mads:SimpleType".freeze,
773
- type: "owl:Class".freeze
167
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
168
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
774
169
  term :LanguageElement,
775
170
  label: "Language Element".freeze,
776
- subClassOf: "mads:Element".freeze,
777
- type: "owl:Class".freeze
171
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
172
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
778
173
  term :MADSCollection,
779
- comment: %(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.).freeze,
174
+ comment: "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.".freeze,
175
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze, "http://www.loc.gov/mads/rdf/v1#Variant".freeze],
780
176
  label: "MADS Collection".freeze,
781
- "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSScheme".freeze, "mads:Variant".freeze],
782
- subClassOf: "skos:Collection".freeze,
783
- type: "owl:Class".freeze
177
+ subClassOf: "http://www.w3.org/2004/02/skos/core#Collection".freeze,
178
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
784
179
  term :MADSScheme,
785
- comment: %(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.).freeze,
180
+ comment: "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.".freeze,
181
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze, "http://www.loc.gov/mads/rdf/v1#Variant".freeze],
786
182
  label: "MADS Scheme".freeze,
787
- "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:Variant".freeze],
788
- subClassOf: "skos:ConceptScheme".freeze,
789
- type: "owl:Class".freeze
183
+ subClassOf: "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze,
184
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
790
185
  term :MADSType,
186
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze, "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze],
791
187
  label: "MADS Type".freeze,
792
- "owl:disjointWith": ["mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
793
- type: "owl:Class".freeze
188
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
794
189
  term :MainTitleElement,
795
190
  label: "Main Title Element".freeze,
796
- subClassOf: "mads:TitleElement".freeze,
797
- type: "owl:Class".freeze
191
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement".freeze,
192
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
798
193
  term :Name,
799
- comment: %(Describes a resource whose label represents a name, especially when a more precise Name type \(madsrdf:ConferenceName, masdrdf:FamilyName, etc.\) cannot be identified.).freeze,
194
+ comment: "Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified.".freeze,
800
195
  label: "Name Type".freeze,
801
- subClassOf: "mads:SimpleType".freeze,
802
- type: "owl:Class".freeze
196
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
197
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
803
198
  term :NameElement,
804
199
  label: "Name Element".freeze,
805
- subClassOf: "mads:Element".freeze,
806
- type: "owl:Class".freeze
200
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
201
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
807
202
  term :NameTitle,
808
- comment: %(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.).freeze,
203
+ comment: "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.".freeze,
809
204
  label: "Name/Title Type".freeze,
810
- subClassOf: "mads:ComplexType".freeze,
811
- type: "owl:Class".freeze
205
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#ComplexType".freeze,
206
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
812
207
  term :NonSortElement,
813
208
  label: "Non-sort Element".freeze,
814
- subClassOf: "mads:TitleElement".freeze,
815
- type: "owl:Class".freeze
209
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement".freeze,
210
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
816
211
  term :Occupation,
817
- comment: %(Describes a resource whose label represents an occcupation.).freeze,
212
+ comment: "Describes a resource whose label represents an occcupation.".freeze,
818
213
  label: "Occupation Type".freeze,
819
- subClassOf: "mads:SimpleType".freeze,
820
- type: "owl:Class".freeze
214
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
215
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
821
216
  term :PartNameElement,
822
217
  label: "Part Name Element".freeze,
823
- subClassOf: "mads:TitleElement".freeze,
824
- type: "owl:Class".freeze
218
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement".freeze,
219
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
825
220
  term :PartNumberElement,
826
221
  label: "Part Number Element".freeze,
827
- subClassOf: "mads:TitleElement".freeze,
828
- type: "owl:Class".freeze
222
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement".freeze,
223
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
829
224
  term :PersonalName,
830
- comment: %(Describes a resource whose label represents a personal name.).freeze,
225
+ comment: "Describes a resource whose label represents a personal name.".freeze,
831
226
  label: "Personal Name Type".freeze,
832
- subClassOf: "mads:Name".freeze,
833
- type: "owl:Class".freeze
227
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Name".freeze,
228
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
834
229
  term :Province,
835
- comment: %(Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada. ).freeze,
230
+ comment: "Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada. ".freeze,
836
231
  label: "Province Type".freeze,
837
- subClassOf: "mads:Geographic".freeze,
838
- type: "owl:Class".freeze
232
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
233
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
839
234
  term :RWO,
840
- comment: %(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.).freeze,
235
+ comment: "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.".freeze,
841
236
  label: "Real World Object".freeze,
842
- subClassOf: "owl:Thing".freeze,
843
- type: "owl:Class".freeze
237
+ subClassOf: "http://www.w3.org/2002/07/owl#Thing".freeze,
238
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
844
239
  term :Region,
845
- comment: %(Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction. ).freeze,
240
+ comment: "Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction. ".freeze,
846
241
  label: "Region Type".freeze,
847
- subClassOf: "mads:Geographic".freeze,
848
- type: "owl:Class".freeze
242
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
243
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
849
244
  term :SimpleType,
850
- comment: %(madsrdf:SimpleType is a resource with a label constituting a single word or phrase.).freeze,
245
+ comment: "madsrdf:SimpleType is a resource with a label constituting a single word or phrase.".freeze,
851
246
  label: "Simple Type".freeze,
852
- subClassOf: "mads:MADSType".freeze,
853
- type: "owl:Class".freeze
247
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#MADSType".freeze,
248
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
854
249
  term :Source,
855
- comment: %(A resource that represents the source of information about another resource. madsrdf:Source is a type of citation.).freeze,
250
+ comment: "A resource that represents the source of information about another resource. madsrdf:Source is a type of citation.".freeze,
856
251
  label: "Source".freeze,
857
- type: "owl:Class".freeze
252
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
858
253
  term :State,
859
- comment: %(Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S.).freeze,
254
+ comment: "Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S.".freeze,
860
255
  label: "State Type".freeze,
861
- subClassOf: "mads:Geographic".freeze,
862
- type: "owl:Class".freeze
256
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
257
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
863
258
  term :SubTitleElement,
864
259
  label: "Subtitle Element".freeze,
865
- subClassOf: "mads:TitleElement".freeze,
866
- type: "owl:Class".freeze
260
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement".freeze,
261
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
867
262
  term :Temporal,
868
- comment: %(Describes a resource whose label represents a time-based notion.).freeze,
263
+ comment: "Describes a resource whose label represents a time-based notion.".freeze,
869
264
  label: "Temporal Type".freeze,
870
- subClassOf: "mads:SimpleType".freeze,
871
- type: "owl:Class".freeze
265
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
266
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
872
267
  term :TemporalElement,
873
268
  label: "Temporal Element".freeze,
874
- subClassOf: "mads:Element".freeze,
875
- type: "owl:Class".freeze
269
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
270
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
876
271
  term :TermsOfAddressNameElement,
877
272
  label: "Terms of Address Element".freeze,
878
- subClassOf: "mads:NameElement".freeze,
879
- type: "owl:Class".freeze
273
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#NameElement".freeze,
274
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
880
275
  term :Territory,
881
- comment: %(Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority. ).freeze,
276
+ comment: "Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority. ".freeze,
882
277
  label: "Territory Type".freeze,
883
- subClassOf: "mads:Geographic".freeze,
884
- type: "owl:Class".freeze
278
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
279
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
885
280
  term :Title,
886
- comment: %(Describes a resource whose label represents a title.).freeze,
281
+ comment: "Describes a resource whose label represents a title.".freeze,
887
282
  label: "Title Type".freeze,
888
- subClassOf: "mads:SimpleType".freeze,
889
- type: "owl:Class".freeze
283
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
284
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
890
285
  term :TitleElement,
891
286
  label: "Title Element".freeze,
892
- subClassOf: "mads:Element".freeze,
893
- type: "owl:Class".freeze
287
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
288
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
894
289
  term :Topic,
895
- comment: %(Describes a resource whose label represents a topic.).freeze,
290
+ comment: "Describes a resource whose label represents a topic.".freeze,
896
291
  label: "Topic Type".freeze,
897
- subClassOf: "mads:SimpleType".freeze,
898
- type: "owl:Class".freeze
292
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType".freeze,
293
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
899
294
  term :TopicElement,
900
295
  label: "Topic Element".freeze,
901
- subClassOf: "mads:Element".freeze,
902
- type: "owl:Class".freeze
296
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
297
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
903
298
  term :Variant,
904
- comment: %(A resource whose label is the alternate form of an Authority or Deprecated Authority.).freeze,
299
+ comment: "A resource whose label is the alternate form of an Authority or Deprecated Authority.".freeze,
300
+ "http://www.w3.org/2002/07/owl#disjointWith": ["http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze, "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze],
905
301
  label: "Variant".freeze,
906
- "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
907
- subClassOf: ["owl:Thing".freeze, "skosxl:Label".freeze],
908
- type: "owl:Class".freeze
302
+ subClassOf: ["http://www.w3.org/2002/07/owl#Thing".freeze, "http://www.w3.org/2008/05/skos-xl#Label".freeze],
303
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
909
304
 
910
305
  # Property definitions
911
306
  property :activityEndDate,
912
- comment: %(Latest date in a period of activity. ).freeze,
913
- domain: "mads:RWO".freeze,
307
+ comment: "Latest date in a period of activity. ".freeze,
308
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
914
309
  label: "Activity End".freeze,
915
- type: "owl:DatatypeProperty".freeze
310
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
916
311
  property :activityStartDate,
917
- comment: %(Earliest date in a period of activity. ).freeze,
918
- domain: "mads:RWO".freeze,
312
+ comment: "Earliest date in a period of activity. ".freeze,
313
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
919
314
  label: "Activity Start".freeze,
920
- type: "owl:DatatypeProperty".freeze
315
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
921
316
  property :adminMetadata,
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,
317
+ 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,
923
318
  domain: term(
924
- type: "owl:Class".freeze,
925
- unionOf: list("_:g10080".freeze, "_:g10100".freeze, "_:g10120".freeze)
319
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
320
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority".freeze, "http://www.loc.gov/mads/rdf/v1#Variant".freeze)
926
321
  ),
927
322
  label: "Administrative Metadata".freeze,
928
- type: "owl:ObjectProperty".freeze
323
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
929
324
  property :affiliationEnd,
930
- comment: %(The date an individual ceased to be affiliated with an organization.).freeze,
931
- domain: "mads:Affiliation".freeze,
325
+ comment: "The date an individual ceased to be affiliated with an organization.".freeze,
326
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
932
327
  label: "Affiliation Ended".freeze,
933
- range: "xsd:date".freeze,
934
- type: "owl:DatatypeProperty".freeze
328
+ range: "http://www.w3.org/2001/XMLSchema#date".freeze,
329
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
935
330
  property :affiliationStart,
936
- comment: %(The date an individual established an affiliation with an organization.).freeze,
937
- domain: "mads:Affiliation".freeze,
331
+ comment: "The date an individual established an affiliation with an organization.".freeze,
332
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
938
333
  label: "Affiliation Started".freeze,
939
- range: "xsd:date".freeze,
940
- type: "owl:DatatypeProperty".freeze
334
+ range: "http://www.w3.org/2001/XMLSchema#date".freeze,
335
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
941
336
  property :associatedLanguage,
942
- comment: %(Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed. ).freeze,
943
- domain: "mads:RWO".freeze,
337
+ comment: "Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed. ".freeze,
338
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
944
339
  label: "Associated Language".freeze,
945
- range: "mads:Language".freeze,
946
- type: "owl:ObjectProperty".freeze
340
+ range: "http://www.loc.gov/mads/rdf/v1#Language".freeze,
341
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
947
342
  property :associatedLocale,
948
- comment: %(A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.).freeze,
949
- domain: "mads:RWO".freeze,
343
+ comment: "A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.".freeze,
344
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
950
345
  label: "Associated Locale".freeze,
951
- range: "mads:Geographic".freeze,
952
- type: "owl:ObjectProperty".freeze
346
+ range: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
347
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
953
348
  property :authoritativeLabel,
954
- comment: %(A lexical string representing a controlled, curated label for the Authority.).freeze,
955
- domain: "mads:Authority".freeze,
349
+ comment: "A lexical string representing a controlled, curated label for the Authority.".freeze,
350
+ domain: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
956
351
  label: "Authoritative Label".freeze,
957
- subPropertyOf: ["rdfs:label".freeze, "skos:prefLabel".freeze],
958
- type: "owl:AnnotationProperty".freeze
352
+ subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label".freeze, "http://www.w3.org/2004/02/skos/core#prefLabel".freeze],
353
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
959
354
  property :birthDate,
960
- comment: %(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\)).freeze,
961
- domain: "mads:RWO".freeze,
355
+ comment: "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)".freeze,
356
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
962
357
  label: "Birth Date".freeze,
963
- type: "owl:DatatypeProperty".freeze
358
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
964
359
  property :birthPlace,
965
- comment: %(The town, city, province, state, and/or country in which a person was born.).freeze,
966
- domain: "mads:RWO".freeze,
360
+ comment: "The town, city, province, state, and/or country in which a person was born.".freeze,
361
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
967
362
  label: "Place of Birth".freeze,
968
- range: "mads:Geographic".freeze,
969
- type: "owl:ObjectProperty".freeze
363
+ range: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
364
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
970
365
  property :changeNote,
971
- comment: %(A note detailing a modification to an Authority or Variant.).freeze,
972
- equivalentProperty: "skos:changeNote".freeze,
366
+ comment: "A note detailing a modification to an Authority or Variant.".freeze,
367
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#changeNote".freeze,
973
368
  label: "Change Note".freeze,
974
- subPropertyOf: "mads:note".freeze,
975
- type: "owl:AnnotationProperty".freeze
369
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note".freeze,
370
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
976
371
  property :citationNote,
977
- comment: %(A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source.).freeze,
978
- domain: "mads:Source".freeze,
372
+ comment: "A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source.".freeze,
373
+ domain: "http://www.loc.gov/mads/rdf/v1#Source".freeze,
979
374
  label: "Citation Note".freeze,
980
- type: "owl:AnnotationProperty".freeze
375
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
981
376
  property :citationSource,
982
- comment: %(The cited resource.).freeze,
983
- domain: "mads:Source".freeze,
377
+ comment: "The cited resource.".freeze,
378
+ domain: "http://www.loc.gov/mads/rdf/v1#Source".freeze,
984
379
  label: "Citation Source".freeze,
985
- type: "owl:AnnotationProperty".freeze
380
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
986
381
  property :citationStatus,
987
- comment: %(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.).freeze,
988
- domain: "mads:Source".freeze,
382
+ comment: "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.".freeze,
383
+ domain: "http://www.loc.gov/mads/rdf/v1#Source".freeze,
989
384
  label: "Citation Status".freeze,
990
- range: "xsd:string".freeze,
991
- type: "owl:DatatypeProperty".freeze
385
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
386
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
992
387
  property :city,
993
- comment: %(The city component of an address.).freeze,
994
- domain: "mads:Address".freeze,
388
+ comment: "The city component of an address.".freeze,
389
+ domain: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
995
390
  label: "City".freeze,
996
- type: "owl:AnnotationProperty".freeze
391
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
997
392
  property :classification,
998
- comment: %(The classification code associated with a madsrdf:Authority.).freeze,
999
- domain: "mads:Authority".freeze,
393
+ comment: "The classification code associated with a madsrdf:Authority.".freeze,
394
+ domain: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
1000
395
  label: "Classification".freeze,
1001
- subPropertyOf: "skos:semanticRelation".freeze,
1002
- type: "owl:AnnotationProperty".freeze
396
+ subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation".freeze,
397
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1003
398
  property :code,
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,
399
+ 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,
1005
400
  domain: term(
1006
- type: "owl:Class".freeze,
1007
- unionOf: list("_:g10600".freeze, "_:g10620".freeze)
401
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
402
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority".freeze)
1008
403
  ),
1009
404
  label: "Code".freeze,
1010
- subPropertyOf: "skos:notation".freeze,
1011
- type: "owl:DatatypeProperty".freeze
405
+ subPropertyOf: "http://www.w3.org/2004/02/skos/core#notation".freeze,
406
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1012
407
  property :componentList,
1013
- comment: %(madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource.).freeze,
1014
- domain: "mads:ComplexType".freeze,
408
+ comment: "madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource.".freeze,
409
+ domain: "http://www.loc.gov/mads/rdf/v1#ComplexType".freeze,
1015
410
  label: "Component List".freeze,
1016
411
  range: term(
1017
- type: "owl:Class".freeze,
1018
- unionOf: list("_:g10720".freeze, "_:g10740".freeze)
412
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
413
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
1019
414
  ),
1020
- type: "owl:ObjectProperty".freeze
415
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1021
416
  property :country,
1022
- comment: %(Country associated with an address.).freeze,
1023
- domain: "mads:Address".freeze,
417
+ comment: "Country associated with an address.".freeze,
418
+ domain: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
1024
419
  label: "Country".freeze,
1025
- type: "owl:AnnotationProperty".freeze
420
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1026
421
  property :creationDateEnd,
1027
- comment: %(Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.).freeze,
422
+ comment: "Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.".freeze,
1028
423
  label: "Work end".freeze,
1029
- type: "owl:DatatypeProperty".freeze
424
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1030
425
  property :creationDateStart,
1031
- comment: %(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.).freeze,
426
+ comment: "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.".freeze,
1032
427
  label: "Work begun".freeze,
1033
- type: "owl:DatatypeProperty".freeze
428
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1034
429
  property :deathDate,
1035
- comment: %(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\)).freeze,
1036
- domain: "mads:RWO".freeze,
430
+ comment: "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)".freeze,
431
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1037
432
  label: "Death Date".freeze,
1038
- type: "owl:DatatypeProperty".freeze
433
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1039
434
  property :deathPlace,
1040
- comment: %(The town, city, province, state, and/or country in which a person died.).freeze,
1041
- domain: "mads:RWO".freeze,
435
+ comment: "The town, city, province, state, and/or country in which a person died.".freeze,
436
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1042
437
  label: "Place of Death".freeze,
1043
- range: "mads:Geographic".freeze,
1044
- type: "owl:ObjectProperty".freeze
438
+ range: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
439
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1045
440
  property :definitionNote,
1046
- comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description.).freeze,
1047
- equivalentProperty: "skos:definition".freeze,
441
+ comment: "An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description.".freeze,
442
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#definition".freeze,
1048
443
  label: "Definition Note".freeze,
1049
- subPropertyOf: "mads:note".freeze,
1050
- type: "owl:AnnotationProperty".freeze
444
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note".freeze,
445
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1051
446
  property :deletionNote,
1052
- comment: %(A note pertaining to the deletion of a resource.).freeze,
447
+ comment: "A note pertaining to the deletion of a resource.".freeze,
1053
448
  label: "Deletion Note".freeze,
1054
- subPropertyOf: "mads:changeNote".freeze,
1055
- type: "owl:AnnotationProperty".freeze
449
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#changeNote".freeze,
450
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1056
451
  property :deprecatedLabel,
1057
- comment: %(A label once considered authoritative \(controlled and curated\) but which is no longer.).freeze,
1058
- domain: "mads:DeprecatedAuthority".freeze,
452
+ comment: "A label once considered authoritative (controlled and curated) but which is no longer.".freeze,
453
+ domain: "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority".freeze,
1059
454
  label: "Deprecated Label".freeze,
1060
- subPropertyOf: ["rdfs:label".freeze, "skos:hiddenLabel".freeze],
1061
- type: "owl:AnnotationProperty".freeze
455
+ subPropertyOf: ["http://www.w3.org/2000/01/rdf-schema#label".freeze, "http://www.w3.org/2004/02/skos/core#hiddenLabel".freeze],
456
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1062
457
  property :editorialNote,
1063
- comment: %(A note pertaining to the management of the label associated with the resource.).freeze,
1064
- equivalentProperty: "skos:editorialNote".freeze,
458
+ comment: "A note pertaining to the management of the label associated with the resource.".freeze,
459
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#editorialNote".freeze,
1065
460
  label: "Editorial Note".freeze,
1066
- subPropertyOf: "mads:note".freeze,
1067
- type: "owl:AnnotationProperty".freeze
461
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note".freeze,
462
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1068
463
  property :elementList,
1069
- comment: %(The madsrdf:elementList property is used to organize the various parts of labels.).freeze,
464
+ comment: "The madsrdf:elementList property is used to organize the various parts of labels.".freeze,
1070
465
  label: "Element List".freeze,
1071
466
  range: term(
1072
- type: "owl:Class".freeze,
1073
- unionOf: list("_:g11080".freeze, "_:g11100".freeze)
467
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
468
+ unionOf: list("http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq".freeze)
1074
469
  ),
1075
- type: "owl:ObjectProperty".freeze
470
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1076
471
  property :elementValue,
1077
- domain: "mads:Element".freeze,
472
+ domain: "http://www.loc.gov/mads/rdf/v1#Element".freeze,
1078
473
  label: "Element Value".freeze,
1079
- range: "xsd:string".freeze,
1080
- type: "owl:DatatypeProperty".freeze
474
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
475
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1081
476
  property :email,
1082
- domain: "mads:Affiliation".freeze,
477
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1083
478
  label: "Email".freeze,
1084
- type: "owl:DatatypeProperty".freeze
479
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1085
480
  property :entityDescriptor,
1086
- comment: %(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 ).freeze,
1087
- domain: "mads:RWO".freeze,
481
+ comment: "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 ".freeze,
482
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1088
483
  label: "Entity Descriptor".freeze,
1089
- type: "owl:DatatypeProperty".freeze
484
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1090
485
  property :establishDate,
1091
- comment: %(The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment. ).freeze,
1092
- domain: "mads:RWO".freeze,
486
+ comment: "The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment. ".freeze,
487
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1093
488
  label: "Established".freeze,
1094
- type: "owl:DatatypeProperty".freeze
489
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1095
490
  property :exampleNote,
1096
- comment: %(A example of how the resource might be used.).freeze,
1097
- equivalentProperty: "skos:example".freeze,
491
+ comment: "A example of how the resource might be used.".freeze,
492
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#example".freeze,
1098
493
  label: "Example Note".freeze,
1099
- subPropertyOf: "mads:note".freeze,
1100
- type: "owl:AnnotationProperty".freeze
494
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note".freeze,
495
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1101
496
  property :extendedAddress,
1102
- comment: %(The second address line, if needed.).freeze,
1103
- domain: "mads:Address".freeze,
497
+ comment: "The second address line, if needed.".freeze,
498
+ domain: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
1104
499
  label: "Extended Address".freeze,
1105
- type: "owl:DatatypeProperty".freeze
500
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1106
501
  property :extension,
1107
502
  label: "Extension".freeze,
1108
- type: "owl:ObjectProperty".freeze
503
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1109
504
  property :fax,
1110
- comment: %(Fax number).freeze,
1111
- domain: "mads:Affiliation".freeze,
505
+ comment: "Fax number".freeze,
506
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1112
507
  label: "Fax".freeze,
1113
- type: "owl:DatatypeProperty".freeze
508
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1114
509
  property :fieldOfActivity,
1115
- comment: %(The field of activity associated with an individual.).freeze,
1116
- domain: "mads:RWO".freeze,
510
+ comment: "The field of activity associated with an individual.".freeze,
511
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1117
512
  label: "Field of Activity".freeze,
1118
- type: "owl:ObjectProperty".freeze
513
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1119
514
  property :fullerName,
1120
- comment: %(Full form of name needed to distinguish a person from another person with the same preferred name.).freeze,
515
+ comment: "Full form of name needed to distinguish a person from another person with the same preferred name.".freeze,
1121
516
  label: "Fuller Name".freeze,
1122
- range: "mads:PersonalName".freeze,
1123
- type: "owl:ObjectProperty".freeze
517
+ range: "http://www.loc.gov/mads/rdf/v1#PersonalName".freeze,
518
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1124
519
  property :gender,
1125
- comment: %(The gender with which a person identifies. ).freeze,
1126
- domain: "mads:RWO".freeze,
520
+ comment: "The gender with which a person identifies. ".freeze,
521
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1127
522
  label: "Gender".freeze,
1128
- type: "owl:DatatypeProperty".freeze
523
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1129
524
  property :hasAbbreviationVariant,
1130
525
  label: "Has Abbreviation Variant".freeze,
1131
- subPropertyOf: "mads:hasVariant".freeze,
1132
- type: "owl:ObjectProperty".freeze
526
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant".freeze,
527
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1133
528
  property :hasAcronymVariant,
1134
529
  label: "Has Acronym Variant".freeze,
1135
- subPropertyOf: "mads:hasVariant".freeze,
1136
- type: "owl:ObjectProperty".freeze
530
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant".freeze,
531
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1137
532
  property :hasAffiliation,
1138
- comment: %(Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated.).freeze,
1139
- domain: "mads:RWO".freeze,
533
+ comment: "Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated.".freeze,
534
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1140
535
  label: "Has Affiliation".freeze,
1141
- range: "mads:Affiliation".freeze,
1142
- type: "owl:ObjectProperty".freeze
536
+ range: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
537
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1143
538
  property :hasAffiliationAddress,
1144
- comment: %(The address of the group or organization with which an individual is associated.).freeze,
1145
- domain: "mads:Affiliation".freeze,
539
+ comment: "The address of the group or organization with which an individual is associated.".freeze,
540
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1146
541
  label: "Has Affiliation Address".freeze,
1147
- range: "mads:Address".freeze,
1148
- type: "owl:ObjectProperty".freeze
542
+ range: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
543
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1149
544
  property :hasBroaderAuthority,
1150
- inverseOf: "mads:hasNarrowerAuthority".freeze,
545
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority".freeze,
1151
546
  label: "Has Broader Authority".freeze,
1152
- subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:broader".freeze],
1153
- type: "owl:ObjectProperty".freeze
547
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority".freeze, "http://www.w3.org/2004/02/skos/core#broader".freeze],
548
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1154
549
  property :hasBroaderExternalAuthority,
1155
- comment: %(Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme.).freeze,
550
+ comment: "Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme.".freeze,
1156
551
  label: "Has Broader External Authority".freeze,
1157
- subPropertyOf: ["mads:hasBroaderAuthority".freeze, "skos:broadMatch".freeze],
1158
- type: "owl:ObjectProperty".freeze
552
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority".freeze, "http://www.w3.org/2004/02/skos/core#broadMatch".freeze],
553
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1159
554
  property :hasChararacteristic,
1160
- comment: %(A term that specifies a characteristic that differentiates a work or expression from another one. ).freeze,
555
+ comment: "A term that specifies a characteristic that differentiates a work or expression from another one. ".freeze,
1161
556
  label: "Other characteristic".freeze,
1162
- type: "owl:ObjectProperty".freeze
557
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1163
558
  property :hasCloseExternalAuthority,
1164
- comment: %(Records a relationship between an Authority and one that is closely related from a different MADS Scheme.).freeze,
559
+ comment: "Records a relationship between an Authority and one that is closely related from a different MADS Scheme.".freeze,
1165
560
  label: "Has Close External Authority".freeze,
1166
- subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:closeMatch".freeze],
1167
- type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze]
561
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority".freeze, "http://www.w3.org/2004/02/skos/core#closeMatch".freeze],
562
+ type: ["http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze]
1168
563
  property :hasCorporateParentAuthority,
1169
- comment: %(Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined.).freeze,
1170
- domain: "mads:CorporateName".freeze,
564
+ comment: "Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined.".freeze,
565
+ domain: "http://www.loc.gov/mads/rdf/v1#CorporateName".freeze,
1171
566
  label: "Has Parent Organization".freeze,
1172
- range: "mads:CorporateName".freeze,
1173
- subPropertyOf: "mads:hasRelatedAuthority".freeze,
1174
- type: "owl:ObjectProperty".freeze
567
+ range: "http://www.loc.gov/mads/rdf/v1#CorporateName".freeze,
568
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority".freeze,
569
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1175
570
  property :hasCorporateSubsidiaryAuthority,
1176
- comment: %(Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined.).freeze,
1177
- domain: "mads:CorporateName".freeze,
1178
- inverseOf: "mads:hasCorporateParentAuthority".freeze,
571
+ comment: "Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined.".freeze,
572
+ domain: "http://www.loc.gov/mads/rdf/v1#CorporateName".freeze,
573
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasCorporateParentAuthority".freeze,
1179
574
  label: "Is Parent Organization Of".freeze,
1180
- range: "mads:CorporateName".freeze,
1181
- subPropertyOf: "mads:hasRelatedAuthority".freeze,
1182
- type: "owl:ObjectProperty".freeze
575
+ range: "http://www.loc.gov/mads/rdf/v1#CorporateName".freeze,
576
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority".freeze,
577
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1183
578
  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,
579
+ 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,
580
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#isDemonymFor".freeze,
1186
581
  label: "Has Demonym".freeze,
1187
- type: "owl:ObjectProperty".freeze
582
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1188
583
  property :hasEarlierEstablishedForm,
1189
- comment: %(Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.).freeze,
1190
- inverseOf: "mads:hasLaterEstablishedForm".freeze,
584
+ comment: "Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.".freeze,
585
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasLaterEstablishedForm".freeze,
1191
586
  label: "Has Earlier Established Form".freeze,
1192
- subPropertyOf: "mads:see".freeze,
1193
- type: "owl:ObjectProperty".freeze
587
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see".freeze,
588
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1194
589
  property :hasExactExternalAuthority,
1195
- comment: %(Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme.).freeze,
590
+ comment: "Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme.".freeze,
1196
591
  label: "Has Exact External Authority".freeze,
1197
- subPropertyOf: ["mads:hasCloseExternalAuthority".freeze, "skos:exactMatch".freeze],
1198
- type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "owl:TransitiveProperty".freeze]
592
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasCloseExternalAuthority".freeze, "http://www.w3.org/2004/02/skos/core#exactMatch".freeze],
593
+ type: ["http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze, "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze]
1199
594
  property :hasExpansionVariant,
1200
595
  label: "Has Expansion Variant".freeze,
1201
- subPropertyOf: "mads:hasVariant".freeze,
1202
- type: "owl:ObjectProperty".freeze
596
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant".freeze,
597
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1203
598
  property :hasHiddenVariant,
1204
- comment: %(Use for variants that are searchable, but not necessarily for display.).freeze,
1205
- domain: "mads:Authority".freeze,
599
+ comment: "Use for variants that are searchable, but not necessarily for display.".freeze,
600
+ domain: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
1206
601
  label: "Has Hidden Variant".freeze,
1207
- range: "mads:Variant".freeze,
1208
- subPropertyOf: "skosxl:hiddenLabel".freeze,
1209
- type: "owl:ObjectProperty".freeze
602
+ range: "http://www.loc.gov/mads/rdf/v1#Variant".freeze,
603
+ subPropertyOf: "http://www.w3.org/2008/05/skos-xl#hiddenLabel".freeze,
604
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1210
605
  property :hasIdentifier,
1211
- comment: %(Associates a resource with a madsrdf:Identifier.).freeze,
606
+ comment: "Associates a resource with a madsrdf:Identifier.".freeze,
1212
607
  label: "Has Identifier".freeze,
1213
- range: "mads:Identifier".freeze,
1214
- type: "owl:ObjectProperty".freeze
608
+ range: "http://www.loc.gov/mads/rdf/v1#Identifier".freeze,
609
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1215
610
  property :hasLaterEstablishedForm,
1216
- comment: %(Use to reference the later form of a resource. This is Related type='later' in MADS XML.).freeze,
1217
- inverseOf: "mads:hasEarlierEstablishedForm".freeze,
611
+ comment: "Use to reference the later form of a resource. This is Related type='later' in MADS XML.".freeze,
612
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasEarlierEstablishedForm".freeze,
1218
613
  label: "Has Later Established Form".freeze,
1219
- subPropertyOf: "mads:see".freeze,
1220
- type: "owl:ObjectProperty".freeze
614
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see".freeze,
615
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1221
616
  property :hasMADSCollectionMember,
1222
- comment: %(Associates an Authority or other Collection with a madsrdf:MADSCollection.).freeze,
1223
- domain: "mads:MADSCollection".freeze,
1224
- inverseOf: "mads:isMemberOfMADSCollection".freeze,
617
+ comment: "Associates an Authority or other Collection with a madsrdf:MADSCollection.".freeze,
618
+ domain: "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze,
619
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection".freeze,
1225
620
  label: "Has MADSCollection Member".freeze,
1226
621
  range: term(
1227
- type: "owl:Class".freeze,
1228
- unionOf: list("_:g11980".freeze, "_:g12000".freeze)
622
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
623
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze)
1229
624
  ),
1230
- subPropertyOf: "skos:member".freeze,
1231
- type: "owl:ObjectProperty".freeze
625
+ subPropertyOf: "http://www.w3.org/2004/02/skos/core#member".freeze,
626
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1232
627
  property :hasMADSSchemeMember,
1233
- comment: %(Associates an Authority or Collection with a madsrdf:MADSScheme.).freeze,
1234
- domain: "mads:MADSScheme".freeze,
1235
- inverseOf: "mads:isMemberOfMADSScheme".freeze,
628
+ comment: "Associates an Authority or Collection with a madsrdf:MADSScheme.".freeze,
629
+ domain: "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze,
630
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme".freeze,
1236
631
  label: "Has MADS Scheme Member".freeze,
1237
632
  range: term(
1238
- type: "owl:Class".freeze,
1239
- unionOf: list("_:g12140".freeze, "_:g12160".freeze)
633
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
634
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze)
1240
635
  ),
1241
- type: "owl:ObjectProperty".freeze
636
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1242
637
  property :hasNarrowerAuthority,
1243
- comment: %(Creates a direct relationship between an Authority and one that is more narrowly defined.).freeze,
1244
- inverseOf: "mads:hasBroaderAuthority".freeze,
638
+ comment: "Creates a direct relationship between an Authority and one that is more narrowly defined.".freeze,
639
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority".freeze,
1245
640
  label: "Has Narrower Authority".freeze,
1246
- subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:narrower".freeze],
1247
- type: "owl:ObjectProperty".freeze
641
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority".freeze, "http://www.w3.org/2004/02/skos/core#narrower".freeze],
642
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1248
643
  property :hasNarrowerExternalAuthority,
1249
- comment: %(Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme.).freeze,
644
+ comment: "Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme.".freeze,
1250
645
  label: "Has Narrower External Authority".freeze,
1251
- subPropertyOf: ["mads:hasNarrowerAuthority".freeze, "skos:narrowMatch".freeze],
1252
- type: "owl:ObjectProperty".freeze
646
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority".freeze, "http://www.w3.org/2004/02/skos/core#narrowMatch".freeze],
647
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1253
648
  property :hasReciprocalAuthority,
1254
- comment: %(Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML.).freeze,
649
+ comment: "Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML.".freeze,
1255
650
  label: "Has Reciprocal Authority".freeze,
1256
- subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:related".freeze],
1257
- type: "owl:SymmetricProperty".freeze
651
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasRelatedAuthority".freeze, "http://www.w3.org/2004/02/skos/core#related".freeze],
652
+ type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
1258
653
  property :hasReciprocalExternalAuthority,
1259
- comment: %(Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared.).freeze,
654
+ comment: "Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared.".freeze,
1260
655
  label: "Has Reciprocal External Authority".freeze,
1261
- subPropertyOf: ["mads:hasReciprocalAuthority".freeze, "skos:relatedMatch".freeze],
1262
- type: "owl:SymmetricProperty".freeze
656
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority".freeze, "http://www.w3.org/2004/02/skos/core#relatedMatch".freeze],
657
+ type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
1263
658
  property :hasRelatedAuthority,
1264
- comment: %(Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.').freeze,
1265
- domain: "mads:Authority".freeze,
659
+ comment: "Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.'".freeze,
660
+ domain: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
1266
661
  label: "Has Related Authority".freeze,
1267
- range: "mads:Authority".freeze,
1268
- subPropertyOf: "skos:semanticRelation".freeze,
1269
- type: "owl:ObjectProperty".freeze
662
+ range: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
663
+ subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation".freeze,
664
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1270
665
  property :hasSource,
1271
- comment: %(Associates a resource description with its Source.).freeze,
666
+ comment: "Associates a resource description with its Source.".freeze,
1272
667
  label: "Has Source".freeze,
1273
- range: "mads:Source".freeze,
1274
- type: "owl:ObjectProperty".freeze
668
+ range: "http://www.loc.gov/mads/rdf/v1#Source".freeze,
669
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1275
670
  property :hasTopMemberOfMADSScheme,
1276
- comment: %(Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.).freeze,
1277
- domain: "mads:MADSScheme".freeze,
671
+ comment: "Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.".freeze,
672
+ domain: "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze,
1278
673
  label: "Has Top Member of MADS Scheme".freeze,
1279
- range: "mads:Authority".freeze,
1280
- subPropertyOf: ["mads:hasMADSSchemeMember".freeze, "skos:hasTopConcept".freeze],
1281
- type: "owl:ObjectProperty".freeze
674
+ range: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
675
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember".freeze, "http://www.w3.org/2004/02/skos/core#hasTopConcept".freeze],
676
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1282
677
  property :hasTranslationVariant,
1283
- comment: %(A Variant whose label represents a translation of that of the authoritative label.).freeze,
678
+ comment: "A Variant whose label represents a translation of that of the authoritative label.".freeze,
1284
679
  label: "Has Translation Variant".freeze,
1285
- subPropertyOf: "mads:hasVariant".freeze,
1286
- type: "owl:ObjectProperty".freeze
680
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#hasVariant".freeze,
681
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1287
682
  property :hasVariant,
1288
- comment: %(Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.').freeze,
1289
- domain: "mads:Authority".freeze,
683
+ comment: "Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.'".freeze,
684
+ domain: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
1290
685
  label: "Has Variant".freeze,
1291
- range: "mads:Variant".freeze,
1292
- subPropertyOf: "skosxl:altLabel".freeze,
1293
- type: "owl:ObjectProperty".freeze
686
+ range: "http://www.loc.gov/mads/rdf/v1#Variant".freeze,
687
+ subPropertyOf: "http://www.w3.org/2008/05/skos-xl#altLabel".freeze,
688
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1294
689
  property :hiddenLabel,
1295
- comment: %(A label entered for discovery purposes but not shown.).freeze,
1296
- domain: "mads:Variant".freeze,
690
+ comment: "A label entered for discovery purposes but not shown.".freeze,
691
+ domain: "http://www.loc.gov/mads/rdf/v1#Variant".freeze,
1297
692
  label: "Hidden Label".freeze,
1298
- subPropertyOf: "skosxl:literalForm".freeze,
1299
- type: "owl:DatatypeProperty".freeze
693
+ subPropertyOf: "http://www.w3.org/2008/05/skos-xl#literalForm".freeze,
694
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1300
695
  property :historyNote,
1301
- comment: %(A note pertaining to the history of the resource.).freeze,
1302
- equivalentProperty: "skos:historyNote".freeze,
696
+ comment: "A note pertaining to the history of the resource.".freeze,
697
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#historyNote".freeze,
1303
698
  label: "History Note".freeze,
1304
- subPropertyOf: "mads:note".freeze,
1305
- type: "owl:AnnotationProperty".freeze
699
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note".freeze,
700
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1306
701
  property :honoraryTitle,
1307
- comment: %(Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation.).freeze,
1308
- domain: "mads:RWO".freeze,
702
+ comment: "Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation.".freeze,
703
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1309
704
  label: "Honorary Title".freeze,
1310
- type: "owl:DatatypeProperty".freeze
705
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1311
706
  property :hours,
1312
- domain: "mads:Affiliation".freeze,
707
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1313
708
  label: "Hours".freeze,
1314
- type: "owl:DatatypeProperty".freeze
709
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1315
710
  property :idScheme,
1316
- comment: %(The scheme associated with the identifier. For example, "LCCN" would be used when the Identifier Value \(madsrdf:idValue\) is a LC Control Number.).freeze,
1317
- domain: "mads:Identifier".freeze,
711
+ comment: "The scheme associated with the identifier. For example, \"LCCN\" would be used when the Identifier Value (madsrdf:idValue) is a LC Control Number.".freeze,
712
+ domain: "http://www.loc.gov/mads/rdf/v1#Identifier".freeze,
1318
713
  label: "Identifier Scheme".freeze,
1319
- type: "owl:AnnotationProperty".freeze
714
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1320
715
  property :idValue,
1321
- comment: %(The value of the identifier conforming to the Identifier Scheme syntax.).freeze,
1322
- domain: "mads:Identifier".freeze,
716
+ comment: "The value of the identifier conforming to the Identifier Scheme syntax.".freeze,
717
+ domain: "http://www.loc.gov/mads/rdf/v1#Identifier".freeze,
1323
718
  label: "Identifier Value".freeze,
1324
- range: "xsd:string".freeze,
1325
- type: "owl:DatatypeProperty".freeze
719
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
720
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1326
721
  property :identifiesRWO,
1327
- comment: %(Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label.).freeze,
1328
- domain: "mads:Authority".freeze,
1329
- inverseOf: "mads:isIdentifiedByAuthority".freeze,
722
+ comment: "Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label.".freeze,
723
+ domain: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
724
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#isIdentifiedByAuthority".freeze,
1330
725
  label: "Identifies RWO".freeze,
1331
- range: "mads:RWO".freeze,
1332
- subPropertyOf: "foaf:focus".freeze,
1333
- type: "owl:ObjectProperty".freeze
726
+ range: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
727
+ subPropertyOf: "http://xmlns.com/foaf/0.1/focus".freeze,
728
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1334
729
  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,
730
+ 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,
731
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasDemonym".freeze,
1337
732
  label: "Is Demonym For".freeze,
1338
- type: "owl:ObjectProperty".freeze
733
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1339
734
  property :isIdentifiedByAuthority,
1340
- comment: %(Associates a Real World Object with its Authority description.).freeze,
1341
- domain: "mads:RWO".freeze,
1342
- inverseOf: "mads:identifiesRWO".freeze,
735
+ comment: "Associates a Real World Object with its Authority description.".freeze,
736
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
737
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#identifiesRWO".freeze,
1343
738
  label: "Is Identified By Authority".freeze,
1344
- range: "mads:Authority".freeze,
1345
- type: "owl:ObjectProperty".freeze
739
+ range: "http://www.loc.gov/mads/rdf/v1#Authority".freeze,
740
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1346
741
  property :isMemberOfMADSCollection,
1347
- comment: %(Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.).freeze,
742
+ comment: "Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.".freeze,
1348
743
  domain: term(
1349
- type: "owl:Class".freeze,
1350
- unionOf: list("_:g12720".freeze, "_:g12740".freeze)
744
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
745
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze)
1351
746
  ),
1352
- inverseOf: "mads:hasMADSCollectionMember".freeze,
747
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasMADSCollectionMember".freeze,
1353
748
  label: "Is Member Of MADSCollection".freeze,
1354
- range: "mads:MADSCollection".freeze,
1355
- type: "owl:ObjectProperty".freeze
749
+ range: "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze,
750
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1356
751
  property :isMemberOfMADSScheme,
1357
752
  domain: term(
1358
- type: "owl:Class".freeze,
1359
- unionOf: list("_:g12820".freeze, "_:g12840".freeze)
753
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
754
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze)
1360
755
  ),
1361
- inverseOf: "mads:hasMADSSchemeMember".freeze,
756
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember".freeze,
1362
757
  label: "Is Member of MADS Scheme".freeze,
1363
- range: "mads:MADSScheme".freeze,
1364
- subPropertyOf: "skos:inScheme".freeze,
1365
- type: "owl:ObjectProperty".freeze
758
+ range: "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze,
759
+ subPropertyOf: "http://www.w3.org/2004/02/skos/core#inScheme".freeze,
760
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1366
761
  property :isTopMemberOfMADSScheme,
1367
- comment: %(Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.).freeze,
762
+ comment: "Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.".freeze,
1368
763
  domain: term(
1369
- type: "owl:Class".freeze,
1370
- unionOf: list("_:g12960".freeze, "_:g12980".freeze)
764
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
765
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#MADSCollection".freeze)
1371
766
  ),
1372
- inverseOf: "mads:hasTopMemberOfMADSScheme".freeze,
767
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#hasTopMemberOfMADSScheme".freeze,
1373
768
  label: "Is Top Member of MADS Scheme".freeze,
1374
- range: "mads:MADSScheme".freeze,
1375
- subPropertyOf: ["mads:isMemberOfMADSScheme".freeze, "skos:topConceptOf".freeze],
1376
- type: "owl:ObjectProperty".freeze
769
+ range: "http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze,
770
+ subPropertyOf: ["http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme".freeze, "http://www.w3.org/2004/02/skos/core#topConceptOf".freeze],
771
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1377
772
  property :natureOfAffiliation,
1378
- comment: %(Records the individual's role or position in the organization with which the individual is affiliated. A "job title" might be appropriate.).freeze,
1379
- domain: "mads:Affiliation".freeze,
773
+ comment: "Records the individual's role or position in the organization with which the individual is affiliated. A \"job title\" might be appropriate.".freeze,
774
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1380
775
  label: "Nature of Affiliation".freeze,
1381
- type: "owl:AnnotationProperty".freeze
776
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1382
777
  property :note,
1383
- comment: %(A note about the resource.).freeze,
1384
- equivalentProperty: "skos:note".freeze,
778
+ comment: "A note about the resource.".freeze,
779
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#note".freeze,
1385
780
  label: "Note".freeze,
1386
- type: "owl:AnnotationProperty".freeze
781
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1387
782
  property :occupation,
1388
- comment: %(A profession or occupation in which the person works or has worked.).freeze,
1389
- domain: "mads:RWO".freeze,
783
+ comment: "A profession or occupation in which the person works or has worked.".freeze,
784
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1390
785
  label: "Occupation".freeze,
1391
- range: "mads:Occupation".freeze,
1392
- type: "owl:ObjectProperty".freeze
786
+ range: "http://www.loc.gov/mads/rdf/v1#Occupation".freeze,
787
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1393
788
  property :organization,
1394
- comment: %(The group or organization with which an individual is associated.).freeze,
1395
- domain: "mads:Affiliation".freeze,
789
+ comment: "The group or organization with which an individual is associated.".freeze,
790
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1396
791
  label: "Organization or Group".freeze,
1397
- type: "owl:AnnotationProperty".freeze
792
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1398
793
  property :phone,
1399
- domain: "mads:Affiliation".freeze,
794
+ domain: "http://www.loc.gov/mads/rdf/v1#Affiliation".freeze,
1400
795
  label: "Phone".freeze,
1401
- type: "owl:DatatypeProperty".freeze
796
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1402
797
  property :postcode,
1403
- domain: "mads:Address".freeze,
798
+ domain: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
1404
799
  label: "Post Code / Zip Code".freeze,
1405
- type: "owl:DatatypeProperty".freeze
800
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1406
801
  property :prominentFamilyMember,
1407
- comment: %(A well-known individual who is a member of the family.).freeze,
1408
- domain: "mads:RWO".freeze,
802
+ comment: "A well-known individual who is a member of the family.".freeze,
803
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1409
804
  label: "Prominent Family Member".freeze,
1410
- type: "owl:DatatypeProperty".freeze
805
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1411
806
  property :scopeNote,
1412
- equivalentProperty: "skos:scopeNote".freeze,
807
+ equivalentProperty: "http://www.w3.org/2004/02/skos/core#scopeNote".freeze,
1413
808
  label: "Scope Note".freeze,
1414
- subPropertyOf: "mads:note".freeze,
1415
- type: "owl:AnnotationProperty".freeze
809
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#note".freeze,
810
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1416
811
  property :see,
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,
812
+ 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,
813
+ domain: term(
814
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
815
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority".freeze)
816
+ ),
1418
817
  label: "See Also".freeze,
1419
- subPropertyOf: "rdfs:seeAlso".freeze,
1420
- type: "owl:ObjectProperty".freeze
818
+ range: term(
819
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
820
+ unionOf: list("http://www.loc.gov/mads/rdf/v1#Authority".freeze, "http://www.loc.gov/mads/rdf/v1#DeprecatedAuthority".freeze)
821
+ ),
822
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#seeAlso".freeze,
823
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1421
824
  property :state,
1422
- comment: %(The state associated with an address.).freeze,
1423
- domain: "mads:Address".freeze,
825
+ comment: "The state associated with an address.".freeze,
826
+ domain: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
1424
827
  label: "State".freeze,
1425
- type: "owl:AnnotationProperty".freeze
828
+ type: "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze
1426
829
  property :streetAddress,
1427
- comment: %(First line of address. For second line, use madsrdf:extendedAddress.).freeze,
1428
- domain: "mads:Address".freeze,
830
+ comment: "First line of address. For second line, use madsrdf:extendedAddress.".freeze,
831
+ domain: "http://www.loc.gov/mads/rdf/v1#Address".freeze,
1429
832
  label: "Street Address".freeze,
1430
- type: "owl:DatatypeProperty".freeze
833
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1431
834
  property :terminateDate,
1432
- comment: %(The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination. ).freeze,
1433
- domain: "mads:RWO".freeze,
835
+ comment: "The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination. ".freeze,
836
+ domain: "http://www.loc.gov/mads/rdf/v1#RWO".freeze,
1434
837
  label: "Terminated".freeze,
1435
- type: "owl:DatatypeProperty".freeze
838
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1436
839
  property :useFor,
1437
- comment: %("Use [This Resource] For." Traditional "USE FOR" reference.).freeze,
1438
- inverseOf: "mads:useInstead".freeze,
840
+ comment: "\"Use [This Resource] For.\" Traditional \"USE FOR\" reference.".freeze,
841
+ inverseOf: "http://www.loc.gov/mads/rdf/v1#useInstead".freeze,
1439
842
  label: "Use For".freeze,
1440
- subPropertyOf: "mads:see".freeze,
1441
- type: "owl:ObjectProperty".freeze
843
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see".freeze,
844
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1442
845
  property :useInstead,
1443
- comment: %("Use [This Other Resource] Instead." Traditional "USE" reference.).freeze,
846
+ comment: "\"Use [This Other Resource] Instead.\" Traditional \"USE\" reference.".freeze,
1444
847
  label: "Use Instead".freeze,
1445
- subPropertyOf: "mads:see".freeze,
1446
- type: "owl:ObjectProperty".freeze
848
+ subPropertyOf: "http://www.loc.gov/mads/rdf/v1#see".freeze,
849
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1447
850
  property :variantLabel,
1448
- comment: %(The lexical, variant form of an authoritative label.).freeze,
1449
- domain: "mads:Variant".freeze,
851
+ comment: "The lexical, variant form of an authoritative label.".freeze,
852
+ domain: "http://www.loc.gov/mads/rdf/v1#Variant".freeze,
1450
853
  label: "Variant Label".freeze,
1451
- subPropertyOf: "skosxl:literalForm".freeze,
1452
- type: "owl:DatatypeProperty".freeze
854
+ subPropertyOf: "http://www.w3.org/2008/05/skos-xl#literalForm".freeze,
855
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
1453
856
  property :workOrigin,
1454
- comment: %(The country or other territorial jurisdiction from which a work originated.).freeze,
857
+ comment: "The country or other territorial jurisdiction from which a work originated.".freeze,
1455
858
  label: "Work locale".freeze,
1456
- range: "mads:Geographic".freeze,
1457
- type: "owl:ObjectProperty".freeze
859
+ range: "http://www.loc.gov/mads/rdf/v1#Geographic".freeze,
860
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
1458
861
  end
1459
862
  end