rdf-vocab 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +24 -200
- data/README.md +88 -33
- data/lib/{rdf-vocab → rdf}/vocab/acl.rb +19 -13
- data/lib/{rdf-vocab → rdf}/vocab/bibframe.rb +513 -510
- data/lib/rdf/vocab/cnt.rb +112 -0
- data/lib/{rdf-vocab → rdf}/vocab/crm.rb +799 -799
- data/lib/{rdf-vocab → rdf}/vocab/datacite.rb +53 -53
- data/lib/{rdf-vocab → rdf}/vocab/dwc.rb +459 -459
- data/lib/{rdf-vocab → rdf}/vocab/edm.rb +41 -41
- data/lib/rdf/vocab/extensions.rb +29 -0
- data/lib/{rdf-vocab → rdf}/vocab/fcrepo4.rb +38 -38
- data/lib/{rdf-vocab → rdf}/vocab/iana.rb +89 -166
- data/lib/{rdf-vocab → rdf}/vocab/identifiers.rb +58 -38
- data/lib/rdf/vocab/ldp.rb +218 -0
- data/lib/{rdf-vocab → rdf}/vocab/mads.rb +147 -147
- data/lib/{rdf-vocab → rdf}/vocab/marc_relators.rb +273 -269
- data/lib/{rdf-vocab → rdf}/vocab/mods.rb +178 -178
- data/lib/{rdf-vocab → rdf}/vocab/oa.rb +102 -102
- data/lib/{rdf-vocab → rdf}/vocab/ore.rb +32 -32
- data/lib/{rdf-vocab/vocab/premis/v1.rb → rdf/vocab/premis.rb} +147 -147
- data/lib/{rdf-vocab → rdf}/vocab/premis_event_type.rb +0 -0
- data/lib/rdf/vocab/version.rb +18 -0
- data/lib/rdf/vocab.rb +153 -0
- data/spec/spec_helper.rb +3 -84
- data/spec/vocab_spec.rb +64 -0
- metadata +109 -58
- data/.gitignore +0 -17
- data/.rspec +0 -2
- data/.travis.yml +0 -6
- data/CONTRIBUTING.md +0 -116
- data/CONTRIBUTORS.md +0 -6
- data/Gemfile +0 -4
- data/Rakefile +0 -8
- data/lib/rdf-vocab/config/vocab.yml +0 -109
- data/lib/rdf-vocab/tasks/vocab.rake +0 -44
- data/lib/rdf-vocab/version.rb +0 -5
- data/lib/rdf-vocab/vocab/fcrepo3.rb +0 -326
- data/lib/rdf-vocab/vocab/ldp.rb +0 -140
- data/lib/rdf-vocab/vocab/prov.rb +0 -1549
- data/lib/rdf-vocab.rb +0 -34
- data/rdf-vocab.gemspec +0 -26
- data/sources/dwcterms.rdf +0 -2679
- data/sources/iana-relation.rdf +0 -475
- data/sources/iana-relation.xsl +0 -65
- data/spec/fixtures/dcterms.rdf +0 -1077
- data/spec/unit/rdf_vocab_spec.rb +0 -27
@@ -15,74 +15,74 @@ module RDF::Vocab
|
|
15
15
|
term :Area,
|
16
16
|
comment: %(Describes a resource whose label is a non-jurisdictional geographic entity.).freeze,
|
17
17
|
label: "Area Type".freeze,
|
18
|
-
subClassOf: "
|
18
|
+
subClassOf: "mads:Geographic".freeze,
|
19
19
|
type: "owl:Class".freeze
|
20
20
|
term :Authority,
|
21
21
|
comment: %(A concept with a controlled label.).freeze,
|
22
22
|
label: "Authority".freeze,
|
23
|
-
"owl:disjointWith" => [%(
|
23
|
+
"owl:disjointWith" => [%(mads:DeprecatedAuthority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
|
24
24
|
subClassOf: ["owl:Thing".freeze, "skos:Concept".freeze],
|
25
25
|
type: "owl:Class".freeze
|
26
26
|
term :City,
|
27
27
|
comment: %(Describes a resource whose label is an inhabited place incorporated as a city, town, etc.).freeze,
|
28
28
|
label: "City Type".freeze,
|
29
|
-
subClassOf: "
|
29
|
+
subClassOf: "mads:Geographic".freeze,
|
30
30
|
type: "owl:Class".freeze
|
31
31
|
term :CitySection,
|
32
32
|
comment: %(Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or
|
33
33
|
street.).freeze,
|
34
34
|
label: "City Section Type".freeze,
|
35
|
-
subClassOf: "
|
35
|
+
subClassOf: "mads:Geographic".freeze,
|
36
36
|
type: "owl:Class".freeze
|
37
37
|
term :ComplexSubject,
|
38
38
|
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
|
39
39
|
labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource.).freeze,
|
40
40
|
label: "Complex Subject Type".freeze,
|
41
|
-
subClassOf: "
|
41
|
+
subClassOf: "mads:ComplexType".freeze,
|
42
42
|
type: "owl:Class".freeze
|
43
43
|
term :ComplexType,
|
44
44
|
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
|
45
45
|
combination of Authority and Variant descriptions, each of a madsrdf:SimpleType.).freeze,
|
46
46
|
label: "Complex Type".freeze,
|
47
|
-
"owl:disjointWith" => %(
|
48
|
-
subClassOf: "
|
47
|
+
"owl:disjointWith" => %(mads:SimpleType).freeze,
|
48
|
+
subClassOf: "mads:MADSType".freeze,
|
49
49
|
type: "owl:Class".freeze
|
50
50
|
term :ConferenceName,
|
51
51
|
comment: %(Describes a resource whose label represents a conference name.).freeze,
|
52
52
|
label: "Conference Name Type".freeze,
|
53
|
-
subClassOf: "
|
53
|
+
subClassOf: "mads:Name".freeze,
|
54
54
|
type: "owl:Class".freeze
|
55
55
|
term :Continent,
|
56
56
|
comment: %(Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe,
|
57
57
|
North America, South America, Australia, and Antarctica.).freeze,
|
58
58
|
label: "Continent Type".freeze,
|
59
|
-
subClassOf: "
|
59
|
+
subClassOf: "mads:Geographic".freeze,
|
60
60
|
type: "owl:Class".freeze
|
61
61
|
term :CorporateName,
|
62
62
|
comment: %(Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical
|
63
63
|
entities.).freeze,
|
64
64
|
label: "Corporate Name Type".freeze,
|
65
|
-
subClassOf: "
|
65
|
+
subClassOf: "mads:Name".freeze,
|
66
66
|
type: "owl:Class".freeze
|
67
67
|
term :Country,
|
68
68
|
comment: %(Describes a resource whose label is a country, i.e. a political entity considered a country. ).freeze,
|
69
69
|
label: "Country Type".freeze,
|
70
|
-
subClassOf: "
|
70
|
+
subClassOf: "mads:Geographic".freeze,
|
71
71
|
type: "owl:Class".freeze
|
72
72
|
term :County,
|
73
73
|
comment: %(Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g.
|
74
74
|
England.).freeze,
|
75
75
|
label: "County Type".freeze,
|
76
|
-
subClassOf: "
|
76
|
+
subClassOf: "mads:Geographic".freeze,
|
77
77
|
type: "owl:Class".freeze
|
78
78
|
term :DateNameElement,
|
79
79
|
label: "Date Name Element".freeze,
|
80
|
-
subClassOf: "
|
80
|
+
subClassOf: "mads:NameElement".freeze,
|
81
81
|
type: "owl:Class".freeze
|
82
82
|
term :DeprecatedAuthority,
|
83
83
|
comment: %(A former Authority.).freeze,
|
84
84
|
label: "Deprecated Authority".freeze,
|
85
|
-
"owl:disjointWith" => [%(
|
85
|
+
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
86
86
|
subClassOf: "owl:Thing".freeze,
|
87
87
|
type: "owl:Class".freeze
|
88
88
|
term :Element,
|
@@ -93,20 +93,20 @@ module RDF::Vocab
|
|
93
93
|
comment: %(Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a
|
94
94
|
star system, and a planet, including a geographic feature of an individual planet.).freeze,
|
95
95
|
label: "Extraterrestrial Area Type".freeze,
|
96
|
-
subClassOf: "
|
96
|
+
subClassOf: "mads:Geographic".freeze,
|
97
97
|
type: "owl:Class".freeze
|
98
98
|
term :FamilyName,
|
99
99
|
comment: %(Describes a resource whose label represents a family name.).freeze,
|
100
100
|
label: "Family Name Type".freeze,
|
101
|
-
subClassOf: "
|
101
|
+
subClassOf: "mads:Name".freeze,
|
102
102
|
type: "owl:Class".freeze
|
103
103
|
term :FamilyNameElement,
|
104
104
|
label: "Family Name Element".freeze,
|
105
|
-
subClassOf: "
|
105
|
+
subClassOf: "mads:NameElement".freeze,
|
106
106
|
type: "owl:Class".freeze
|
107
107
|
term :FullNameElement,
|
108
108
|
label: "Fullname Element".freeze,
|
109
|
-
subClassOf: "
|
109
|
+
subClassOf: "mads:NameElement".freeze,
|
110
110
|
type: "owl:Class".freeze
|
111
111
|
term :GenreForm,
|
112
112
|
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
|
@@ -115,32 +115,32 @@ module RDF::Vocab
|
|
115
115
|
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,
|
116
116
|
characteristics of the creator, publication status, or method of representation.).freeze,
|
117
117
|
label: "Genre/Form Type".freeze,
|
118
|
-
subClassOf: "
|
118
|
+
subClassOf: "mads:SimpleType".freeze,
|
119
119
|
type: "owl:Class".freeze
|
120
120
|
term :GenreFormElement,
|
121
121
|
label: "Genre/Form Element".freeze,
|
122
|
-
subClassOf: "
|
122
|
+
subClassOf: "mads:Element".freeze,
|
123
123
|
type: "owl:Class".freeze
|
124
124
|
term :Geographic,
|
125
125
|
comment: %(Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination \(City, Country, Region, etc.\) cannot
|
126
126
|
be made.).freeze,
|
127
127
|
label: "Geographic Authority".freeze,
|
128
|
-
subClassOf: "
|
128
|
+
subClassOf: "mads:SimpleType".freeze,
|
129
129
|
type: "owl:Class".freeze
|
130
130
|
term :GeographicElement,
|
131
131
|
label: "Geographic Element".freeze,
|
132
|
-
subClassOf: "
|
132
|
+
subClassOf: "mads:Element".freeze,
|
133
133
|
type: "owl:Class".freeze
|
134
134
|
term :GivenNameElement,
|
135
135
|
label: "Given Name Element".freeze,
|
136
|
-
subClassOf: "
|
136
|
+
subClassOf: "mads:NameElement".freeze,
|
137
137
|
type: "owl:Class".freeze
|
138
138
|
term :HierarchicalGeographic,
|
139
139
|
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
|
140
140
|
madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the
|
141
141
|
madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them.).freeze,
|
142
142
|
label: "Hierarchical Geographic Type".freeze,
|
143
|
-
subClassOf: "
|
143
|
+
subClassOf: "mads:ComplexType".freeze,
|
144
144
|
type: "owl:Class".freeze
|
145
145
|
term :Identifier,
|
146
146
|
comment: %(A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be
|
@@ -151,23 +151,23 @@ module RDF::Vocab
|
|
151
151
|
comment: %(Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not
|
152
152
|
itself a separate country. ).freeze,
|
153
153
|
label: "Island Type".freeze,
|
154
|
-
subClassOf: "
|
154
|
+
subClassOf: "mads:Geographic".freeze,
|
155
155
|
type: "owl:Class".freeze
|
156
156
|
term :Language,
|
157
157
|
comment: %(Describes a resource whose label represents a language.).freeze,
|
158
158
|
label: "Language Type".freeze,
|
159
159
|
"owl:equivalentClass" => %(dc:LinguisticSystem).freeze,
|
160
|
-
subClassOf: "
|
160
|
+
subClassOf: "mads:SimpleType".freeze,
|
161
161
|
type: "owl:Class".freeze
|
162
162
|
term :LanguageElement,
|
163
163
|
label: "Language Element".freeze,
|
164
|
-
subClassOf: "
|
164
|
+
subClassOf: "mads:Element".freeze,
|
165
165
|
type: "owl:Class".freeze
|
166
166
|
term :MADSCollection,
|
167
167
|
comment: %(A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying
|
168
168
|
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,
|
169
169
|
label: "MADS Collection".freeze,
|
170
|
-
"owl:disjointWith" => [%(
|
170
|
+
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
|
171
171
|
subClassOf: "skos:Collection".freeze,
|
172
172
|
type: "owl:Class".freeze
|
173
173
|
term :MADSScheme,
|
@@ -175,60 +175,60 @@ module RDF::Vocab
|
|
175
175
|
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
|
176
176
|
madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.).freeze,
|
177
177
|
label: "MADS Scheme".freeze,
|
178
|
-
"owl:disjointWith" => [%(
|
178
|
+
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:Variant).freeze],
|
179
179
|
subClassOf: "skos:ConceptScheme".freeze,
|
180
180
|
type: "owl:Class".freeze
|
181
181
|
term :MADSType,
|
182
182
|
label: "MADS Type".freeze,
|
183
|
-
"owl:disjointWith" => [%(
|
183
|
+
"owl:disjointWith" => [%(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
184
184
|
type: "owl:Class".freeze
|
185
185
|
term :MainTitleElement,
|
186
186
|
label: "Main Title Element".freeze,
|
187
|
-
subClassOf: "
|
187
|
+
subClassOf: "mads:TitleElement".freeze,
|
188
188
|
type: "owl:Class".freeze
|
189
189
|
term :Name,
|
190
190
|
comment: %(Describes a resource whose label represents a name, especially when a more precise Name type \(madsrdf:ConferenceName, masdrdf:FamilyName, etc.\) cannot be
|
191
191
|
identified.).freeze,
|
192
192
|
label: "Name Type".freeze,
|
193
|
-
subClassOf: "
|
193
|
+
subClassOf: "mads:SimpleType".freeze,
|
194
194
|
type: "owl:Class".freeze
|
195
195
|
term :NameElement,
|
196
196
|
label: "Name Element".freeze,
|
197
|
-
subClassOf: "
|
197
|
+
subClassOf: "mads:Element".freeze,
|
198
198
|
type: "owl:Class".freeze
|
199
199
|
term :NameTitle,
|
200
200
|
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
|
201
201
|
types \(madsrdf:Name and madsrdf:Title\) are of madsrdf:SimpleType types.).freeze,
|
202
202
|
label: "Name/Title Type".freeze,
|
203
|
-
subClassOf: "
|
203
|
+
subClassOf: "mads:ComplexType".freeze,
|
204
204
|
type: "owl:Class".freeze
|
205
205
|
term :NonSortElement,
|
206
206
|
label: "Non-sort Element".freeze,
|
207
|
-
subClassOf: "
|
207
|
+
subClassOf: "mads:TitleElement".freeze,
|
208
208
|
type: "owl:Class".freeze
|
209
209
|
term :Occupation,
|
210
210
|
comment: %(Describes a resource whose label represents an occcupation.).freeze,
|
211
211
|
label: "Occupation Type".freeze,
|
212
|
-
subClassOf: "
|
212
|
+
subClassOf: "mads:SimpleType".freeze,
|
213
213
|
type: "owl:Class".freeze
|
214
214
|
term :PartNameElement,
|
215
215
|
label: "Part Name Element".freeze,
|
216
|
-
subClassOf: "
|
216
|
+
subClassOf: "mads:TitleElement".freeze,
|
217
217
|
type: "owl:Class".freeze
|
218
218
|
term :PartNumberElement,
|
219
219
|
label: "Part Number Element".freeze,
|
220
|
-
subClassOf: "
|
220
|
+
subClassOf: "mads:TitleElement".freeze,
|
221
221
|
type: "owl:Class".freeze
|
222
222
|
term :PersonalName,
|
223
223
|
comment: %(Describes a resource whose label represents a personal name.).freeze,
|
224
224
|
label: "Personal Name Type".freeze,
|
225
|
-
subClassOf: "
|
225
|
+
subClassOf: "mads:Name".freeze,
|
226
226
|
type: "owl:Class".freeze
|
227
227
|
term :Province,
|
228
228
|
comment: %(Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g.
|
229
229
|
Canada. ).freeze,
|
230
230
|
label: "Province Type".freeze,
|
231
|
-
subClassOf: "
|
231
|
+
subClassOf: "mads:Geographic".freeze,
|
232
232
|
type: "owl:Class".freeze
|
233
233
|
term :RWO,
|
234
234
|
comment: %(A madsrdf:RWO is an abstract entity and identifies a Real World Object \(RWO\) identified by the label of a
|
@@ -240,12 +240,12 @@ module RDF::Vocab
|
|
240
240
|
comment: %(Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more
|
241
241
|
than one first level jurisdiction. ).freeze,
|
242
242
|
label: "Region Type".freeze,
|
243
|
-
subClassOf: "
|
243
|
+
subClassOf: "mads:Geographic".freeze,
|
244
244
|
type: "owl:Class".freeze
|
245
245
|
term :SimpleType,
|
246
246
|
comment: %(madsrdf:SimpleType is a resource with a label constituting a single word or phrase.).freeze,
|
247
247
|
label: "Simple Type".freeze,
|
248
|
-
subClassOf: "
|
248
|
+
subClassOf: "mads:MADSType".freeze,
|
249
249
|
type: "owl:Class".freeze
|
250
250
|
term :Source,
|
251
251
|
comment: %(A resource that represents the source of information about another resource. madsrdf:Source is a type of
|
@@ -256,53 +256,53 @@ module RDF::Vocab
|
|
256
256
|
comment: %(Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g.
|
257
257
|
U.S.).freeze,
|
258
258
|
label: "State Type".freeze,
|
259
|
-
subClassOf: "
|
259
|
+
subClassOf: "mads:Geographic".freeze,
|
260
260
|
type: "owl:Class".freeze
|
261
261
|
term :SubTitleElement,
|
262
262
|
label: "Subtitle Element".freeze,
|
263
|
-
subClassOf: "
|
263
|
+
subClassOf: "mads:TitleElement".freeze,
|
264
264
|
type: "owl:Class".freeze
|
265
265
|
term :Temporal,
|
266
266
|
comment: %(Describes a resource whose label represents a time-based notion.).freeze,
|
267
267
|
label: "Temporal Type".freeze,
|
268
|
-
subClassOf: "
|
268
|
+
subClassOf: "mads:SimpleType".freeze,
|
269
269
|
type: "owl:Class".freeze
|
270
270
|
term :TemporalElement,
|
271
271
|
label: "Temporal Element".freeze,
|
272
|
-
subClassOf: "
|
272
|
+
subClassOf: "mads:Element".freeze,
|
273
273
|
type: "owl:Class".freeze
|
274
274
|
term :TermsOfAddressNameElement,
|
275
275
|
label: "Terms of Address Element".freeze,
|
276
|
-
subClassOf: "
|
276
|
+
subClassOf: "mads:NameElement".freeze,
|
277
277
|
type: "owl:Class".freeze
|
278
278
|
term :Territory,
|
279
279
|
comment: %(Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental
|
280
280
|
authority. ).freeze,
|
281
281
|
label: "Territory Type".freeze,
|
282
|
-
subClassOf: "
|
282
|
+
subClassOf: "mads:Geographic".freeze,
|
283
283
|
type: "owl:Class".freeze
|
284
284
|
term :Title,
|
285
285
|
comment: %(Describes a resource whose label represents a title.).freeze,
|
286
286
|
label: "Title Type".freeze,
|
287
|
-
subClassOf: "
|
287
|
+
subClassOf: "mads:SimpleType".freeze,
|
288
288
|
type: "owl:Class".freeze
|
289
289
|
term :TitleElement,
|
290
290
|
label: "Title Element".freeze,
|
291
|
-
subClassOf: "
|
291
|
+
subClassOf: "mads:Element".freeze,
|
292
292
|
type: "owl:Class".freeze
|
293
293
|
term :Topic,
|
294
294
|
comment: %(Describes a resource whose label represents a topic.).freeze,
|
295
295
|
label: "Topic Type".freeze,
|
296
|
-
subClassOf: "
|
296
|
+
subClassOf: "mads:SimpleType".freeze,
|
297
297
|
type: "owl:Class".freeze
|
298
298
|
term :TopicElement,
|
299
299
|
label: "Topic Element".freeze,
|
300
|
-
subClassOf: "
|
300
|
+
subClassOf: "mads:Element".freeze,
|
301
301
|
type: "owl:Class".freeze
|
302
302
|
term :Variant,
|
303
303
|
comment: %(A resource whose label is the alternate form of an Authority or Deprecated Authority.).freeze,
|
304
304
|
label: "Variant".freeze,
|
305
|
-
"owl:disjointWith" => [%(
|
305
|
+
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
306
306
|
subClassOf: ["owl:Thing".freeze, "skosxl:Label".freeze],
|
307
307
|
type: "owl:Class".freeze
|
308
308
|
|
@@ -314,19 +314,19 @@ module RDF::Vocab
|
|
314
314
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
315
315
|
property :affiliationEnd,
|
316
316
|
comment: %(The date an individual ceased to be affiliated with an organization.).freeze,
|
317
|
-
domain: "
|
317
|
+
domain: "mads:Affiliation".freeze,
|
318
318
|
label: "Affiliation Ended".freeze,
|
319
319
|
range: "xsd:date".freeze,
|
320
320
|
type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze]
|
321
321
|
property :affiliationStart,
|
322
322
|
comment: %(The date an individual established an affiliation with an organization.).freeze,
|
323
|
-
domain: "
|
323
|
+
domain: "mads:Affiliation".freeze,
|
324
324
|
label: "Affiliation Started".freeze,
|
325
325
|
range: "xsd:date".freeze,
|
326
326
|
type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze]
|
327
327
|
property :authoritativeLabel,
|
328
328
|
comment: %(A lexical string representing a controlled, curated label for the Authority.).freeze,
|
329
|
-
domain: "
|
329
|
+
domain: "mads:Authority".freeze,
|
330
330
|
label: "Authoritative Label".freeze,
|
331
331
|
subPropertyOf: ["rdfs:label".freeze, "skos:prefLabel".freeze],
|
332
332
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
@@ -334,33 +334,33 @@ module RDF::Vocab
|
|
334
334
|
comment: %(A note detailing a modification to an Authority or Variant.).freeze,
|
335
335
|
label: "Change Note".freeze,
|
336
336
|
"owl:equivalentProperty" => %(skos:changeNote).freeze,
|
337
|
-
subPropertyOf: "
|
337
|
+
subPropertyOf: "mads:note".freeze,
|
338
338
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
339
339
|
property :citationNote,
|
340
340
|
comment: %(A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source.).freeze,
|
341
|
-
domain: "
|
341
|
+
domain: "mads:Source".freeze,
|
342
342
|
label: "Citation Note".freeze,
|
343
343
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
344
344
|
property :citationSource,
|
345
345
|
comment: %(The cited resource.).freeze,
|
346
|
-
domain: "
|
346
|
+
domain: "mads:Source".freeze,
|
347
347
|
label: "Citation Source".freeze,
|
348
348
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
349
349
|
property :citationStatus,
|
350
350
|
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
|
351
351
|
madsrdf:Source.).freeze,
|
352
|
-
domain: "
|
352
|
+
domain: "mads:Source".freeze,
|
353
353
|
label: "Citation Status".freeze,
|
354
354
|
range: "xsd:string".freeze,
|
355
355
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
356
356
|
property :city,
|
357
357
|
comment: %(The city component of an address.).freeze,
|
358
|
-
domain: "
|
358
|
+
domain: "mads:Address".freeze,
|
359
359
|
label: "City".freeze,
|
360
360
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
361
361
|
property :classification,
|
362
362
|
comment: %(The classification code associated with a madsrdf:Authority.).freeze,
|
363
|
-
domain: "
|
363
|
+
domain: "mads:Authority".freeze,
|
364
364
|
label: "Classification".freeze,
|
365
365
|
subPropertyOf: "skos:semanticRelation".freeze,
|
366
366
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
@@ -373,28 +373,28 @@ module RDF::Vocab
|
|
373
373
|
property :componentList,
|
374
374
|
comment: %(madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the
|
375
375
|
associated madsrdf:ComplexType resource.).freeze,
|
376
|
-
domain: "
|
376
|
+
domain: "mads:ComplexType".freeze,
|
377
377
|
label: "Component List".freeze,
|
378
378
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
379
379
|
property :country,
|
380
380
|
comment: %(Country associated with an address.).freeze,
|
381
|
-
domain: "
|
381
|
+
domain: "mads:Address".freeze,
|
382
382
|
label: "Country".freeze,
|
383
383
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
384
384
|
property :definitionNote,
|
385
385
|
comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description.).freeze,
|
386
386
|
label: "Definition Note".freeze,
|
387
387
|
"owl:equivalentProperty" => %(skos:definition).freeze,
|
388
|
-
subPropertyOf: "
|
388
|
+
subPropertyOf: "mads:note".freeze,
|
389
389
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
390
390
|
property :deletionNote,
|
391
391
|
comment: %(A note pertaining to the deletion of a resource.).freeze,
|
392
392
|
label: "Deletion Note".freeze,
|
393
|
-
subPropertyOf: "
|
393
|
+
subPropertyOf: "mads:changeNote".freeze,
|
394
394
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
395
395
|
property :deprecatedLabel,
|
396
396
|
comment: %(A label once considered authoritative \(controlled and curated\) but which is no longer.).freeze,
|
397
|
-
domain: "
|
397
|
+
domain: "mads:DeprecatedAuthority".freeze,
|
398
398
|
label: "Deprecated Label".freeze,
|
399
399
|
subPropertyOf: ["rdfs:label".freeze, "skos:hiddenLabel".freeze],
|
400
400
|
type: ["rdf:Property".freeze, "owl:AnnotationProperty".freeze]
|
@@ -402,30 +402,30 @@ module RDF::Vocab
|
|
402
402
|
comment: %(A note pertaining to the management of the label associated with the resource.).freeze,
|
403
403
|
label: "Editorial Note".freeze,
|
404
404
|
"owl:equivalentProperty" => %(skos:editorialNote).freeze,
|
405
|
-
subPropertyOf: "
|
405
|
+
subPropertyOf: "mads:note".freeze,
|
406
406
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
407
407
|
property :elementList,
|
408
408
|
comment: %(The madsrdf:elementList property is used to organize the various parts of labels.).freeze,
|
409
409
|
label: "Element List".freeze,
|
410
410
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
411
411
|
property :elementValue,
|
412
|
-
domain: "
|
412
|
+
domain: "mads:Element".freeze,
|
413
413
|
label: "Element Value".freeze,
|
414
414
|
range: "xsd:string".freeze,
|
415
415
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
416
416
|
property :email,
|
417
|
-
domain: "
|
417
|
+
domain: "mads:Affiliation".freeze,
|
418
418
|
label: "Email".freeze,
|
419
419
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
420
420
|
property :exampleNote,
|
421
421
|
comment: %(A example of how the resource might be used.).freeze,
|
422
422
|
label: "Example Note".freeze,
|
423
423
|
"owl:equivalentProperty" => %(skos:example).freeze,
|
424
|
-
subPropertyOf: "
|
424
|
+
subPropertyOf: "mads:note".freeze,
|
425
425
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
426
426
|
property :extendedAddress,
|
427
427
|
comment: %(The second address line, if needed.).freeze,
|
428
|
-
domain: "
|
428
|
+
domain: "mads:Address".freeze,
|
429
429
|
label: "Extended Address".freeze,
|
430
430
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
431
431
|
property :extension,
|
@@ -433,174 +433,174 @@ module RDF::Vocab
|
|
433
433
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
434
434
|
property :fax,
|
435
435
|
comment: %(Fax number).freeze,
|
436
|
-
domain: "
|
436
|
+
domain: "mads:Affiliation".freeze,
|
437
437
|
label: "Fax".freeze,
|
438
438
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
439
439
|
property :fieldOfActivity,
|
440
440
|
comment: %(The field of activity associated with an individual.).freeze,
|
441
|
-
domain: "
|
441
|
+
domain: "mads:RWO".freeze,
|
442
442
|
label: "Field of Activity".freeze,
|
443
443
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
444
444
|
property :hasAbbreviationVariant,
|
445
445
|
label: "Has Abbreviation Variant".freeze,
|
446
|
-
subPropertyOf: "
|
446
|
+
subPropertyOf: "mads:hasVariant".freeze,
|
447
447
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
448
448
|
property :hasAcronymVariant,
|
449
449
|
label: "Has Acronym Variant".freeze,
|
450
|
-
subPropertyOf: "
|
450
|
+
subPropertyOf: "mads:hasVariant".freeze,
|
451
451
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
452
452
|
property :hasAffiliation,
|
453
453
|
comment: %(Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is
|
454
454
|
or has been affiliated.).freeze,
|
455
|
-
domain: "
|
455
|
+
domain: "mads:RWO".freeze,
|
456
456
|
label: "Has Affiliation".freeze,
|
457
|
-
range: "
|
457
|
+
range: "mads:Affiliation".freeze,
|
458
458
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
459
459
|
property :hasAffiliationAddress,
|
460
460
|
comment: %(The address of the group or organization with which an individual is associated.).freeze,
|
461
|
-
domain: "
|
461
|
+
domain: "mads:Affiliation".freeze,
|
462
462
|
label: "Has Affiliation Address".freeze,
|
463
|
-
range: "
|
463
|
+
range: "mads:Address".freeze,
|
464
464
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
465
465
|
property :hasBroaderAuthority,
|
466
466
|
label: "Has Broader Authority".freeze,
|
467
|
-
"owl:inverseOf" => %(
|
468
|
-
subPropertyOf: ["
|
467
|
+
"owl:inverseOf" => %(mads:hasNarrowerAuthority).freeze,
|
468
|
+
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:broader".freeze],
|
469
469
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
470
470
|
property :hasBroaderExternalAuthority,
|
471
471
|
comment: %(Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS
|
472
472
|
Scheme.).freeze,
|
473
473
|
label: "Has Broader External Authority".freeze,
|
474
|
-
subPropertyOf: ["
|
474
|
+
subPropertyOf: ["mads:hasBroaderAuthority".freeze, "skos:broadMatch".freeze],
|
475
475
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
476
476
|
property :hasCloseExternalAuthority,
|
477
477
|
comment: %(Records a relationship between an Authority and one that is closely related from a different MADS
|
478
478
|
Scheme.).freeze,
|
479
479
|
label: "Has Close External Authority".freeze,
|
480
|
-
subPropertyOf: ["
|
480
|
+
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:closeMatch".freeze],
|
481
481
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze, "owl:SymmetricProperty".freeze]
|
482
482
|
property :hasCorporateParentAuthority,
|
483
483
|
comment: %(Establishes a relationship between a CorporateName Authority and one of the same that is more broadly
|
484
484
|
defined.).freeze,
|
485
|
-
domain: "
|
485
|
+
domain: "mads:CorporateName".freeze,
|
486
486
|
label: "Has Parent Organization".freeze,
|
487
|
-
range: "
|
488
|
-
subPropertyOf: "
|
487
|
+
range: "mads:CorporateName".freeze,
|
488
|
+
subPropertyOf: "mads:hasRelatedAuthority".freeze,
|
489
489
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
490
490
|
property :hasCorporateSubsidiaryAuthority,
|
491
491
|
comment: %(Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly
|
492
492
|
defined.).freeze,
|
493
|
-
domain: "
|
493
|
+
domain: "mads:CorporateName".freeze,
|
494
494
|
label: "Is Parent Organization Of".freeze,
|
495
|
-
"owl:inverseOf" => %(
|
496
|
-
range: "
|
497
|
-
subPropertyOf: "
|
495
|
+
"owl:inverseOf" => %(mads:hasCorporateParentAuthority).freeze,
|
496
|
+
range: "mads:CorporateName".freeze,
|
497
|
+
subPropertyOf: "mads:hasRelatedAuthority".freeze,
|
498
498
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
499
499
|
property :hasEarlierEstablishedForm,
|
500
500
|
comment: %(Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.).freeze,
|
501
501
|
label: "Has Earlier Established Form".freeze,
|
502
|
-
"owl:inverseOf" => %(
|
503
|
-
subPropertyOf: "
|
502
|
+
"owl:inverseOf" => %(mads:hasLaterEstablishedForm).freeze,
|
503
|
+
subPropertyOf: "mads:see".freeze,
|
504
504
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
505
505
|
property :hasExactExternalAuthority,
|
506
506
|
comment: %(Records a relationship between an Authority and one to which it matches exactly but from a different MADS
|
507
507
|
Scheme.).freeze,
|
508
508
|
label: "Has Exact External Authority".freeze,
|
509
|
-
subPropertyOf: ["
|
509
|
+
subPropertyOf: ["mads:hasCloseExternalAuthority".freeze, "skos:exactMatch".freeze],
|
510
510
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze, "owl:SymmetricProperty".freeze, "owl:TransitiveProperty".freeze]
|
511
511
|
property :hasExpansionVariant,
|
512
512
|
label: "Has Expansion Variant".freeze,
|
513
|
-
subPropertyOf: "
|
513
|
+
subPropertyOf: "mads:hasVariant".freeze,
|
514
514
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
515
515
|
property :hasHiddenVariant,
|
516
516
|
comment: %(Use for variants that are searchable, but not necessarily for display.).freeze,
|
517
|
-
domain: "
|
517
|
+
domain: "mads:Authority".freeze,
|
518
518
|
label: "Has Hidden Variant".freeze,
|
519
|
-
range: "
|
519
|
+
range: "mads:Variant".freeze,
|
520
520
|
subPropertyOf: "skosxl:hiddenLabel".freeze,
|
521
521
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
522
522
|
property :hasIdentifier,
|
523
523
|
comment: %(Associates a resource with a madsrdf:Identifier.).freeze,
|
524
524
|
label: "Has Identifier".freeze,
|
525
|
-
range: "
|
525
|
+
range: "mads:Identifier".freeze,
|
526
526
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
527
527
|
property :hasLaterEstablishedForm,
|
528
528
|
comment: %(Use to reference the later form of a resource. This is Related type='later' in MADS XML.).freeze,
|
529
529
|
label: "Has Later Established Form".freeze,
|
530
|
-
"owl:inverseOf" => %(
|
531
|
-
subPropertyOf: "
|
530
|
+
"owl:inverseOf" => %(mads:hasEarlierEstablishedForm).freeze,
|
531
|
+
subPropertyOf: "mads:see".freeze,
|
532
532
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
533
533
|
property :hasMADSCollectionMember,
|
534
534
|
comment: %(Associates an Authority or other Collection with a madsrdf:MADSCollection.).freeze,
|
535
|
-
domain: "
|
535
|
+
domain: "mads:MADSCollection".freeze,
|
536
536
|
label: "Has MADSCollection Member".freeze,
|
537
|
-
"owl:inverseOf" => %(
|
537
|
+
"owl:inverseOf" => %(mads:isMemberOfMADSCollection).freeze,
|
538
538
|
subPropertyOf: "skos:member".freeze,
|
539
539
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
540
540
|
property :hasMADSSchemeMember,
|
541
541
|
comment: %(Associates an Authority or Collection with a madsrdf:MADSScheme.).freeze,
|
542
|
-
domain: "
|
542
|
+
domain: "mads:MADSScheme".freeze,
|
543
543
|
label: "Has MADS Scheme Member".freeze,
|
544
|
-
"owl:inverseOf" => %(
|
544
|
+
"owl:inverseOf" => %(mads:isMemberOfMADSScheme).freeze,
|
545
545
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
546
546
|
property :hasNarrowerAuthority,
|
547
547
|
comment: %(Creates a direct relationship between an Authority and one that is more narrowly defined.).freeze,
|
548
548
|
label: "Has Narrower Authority".freeze,
|
549
|
-
"owl:inverseOf" => %(
|
550
|
-
subPropertyOf: ["
|
549
|
+
"owl:inverseOf" => %(mads:hasBroaderAuthority).freeze,
|
550
|
+
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:narrower".freeze],
|
551
551
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
552
552
|
property :hasNarrowerExternalAuthority,
|
553
553
|
comment: %(Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS
|
554
554
|
Scheme.).freeze,
|
555
555
|
label: "Has Narrower External Authority".freeze,
|
556
|
-
subPropertyOf: ["
|
556
|
+
subPropertyOf: ["mads:hasNarrowerAuthority".freeze, "skos:narrowMatch".freeze],
|
557
557
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
558
558
|
property :hasReciprocalAuthority,
|
559
559
|
comment: %(Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS
|
560
560
|
XML.).freeze,
|
561
561
|
label: "Has Reciprocal Authority".freeze,
|
562
|
-
subPropertyOf: ["
|
562
|
+
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:related".freeze],
|
563
563
|
type: ["owl:SymmetricProperty".freeze, "rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
564
564
|
property :hasReciprocalExternalAuthority,
|
565
565
|
comment: %(Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the
|
566
566
|
relationship must be shared.).freeze,
|
567
567
|
label: "Has Reciprocal External Authority".freeze,
|
568
|
-
subPropertyOf: ["
|
568
|
+
subPropertyOf: ["mads:hasReciprocalAuthority".freeze, "skos:relatedMatch".freeze],
|
569
569
|
type: ["owl:SymmetricProperty".freeze, "rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
570
570
|
property :hasRelatedAuthority,
|
571
571
|
comment: %(Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.').freeze,
|
572
|
-
domain: "
|
572
|
+
domain: "mads:Authority".freeze,
|
573
573
|
label: "Has Related Authority".freeze,
|
574
|
-
range: "
|
574
|
+
range: "mads:Authority".freeze,
|
575
575
|
subPropertyOf: "skos:semanticRelation".freeze,
|
576
576
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
577
577
|
property :hasSource,
|
578
578
|
comment: %(Associates a resource description with its Source.).freeze,
|
579
579
|
label: "Has Source".freeze,
|
580
|
-
range: "
|
580
|
+
range: "mads:Source".freeze,
|
581
581
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
582
582
|
property :hasTopMemberOfMADSScheme,
|
583
583
|
comment: %(Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.).freeze,
|
584
|
-
domain: "
|
584
|
+
domain: "mads:MADSScheme".freeze,
|
585
585
|
label: "Has Top Member of MADS Scheme".freeze,
|
586
|
-
range: "
|
587
|
-
subPropertyOf: ["
|
586
|
+
range: "mads:Authority".freeze,
|
587
|
+
subPropertyOf: ["mads:hasMADSSchemeMember".freeze, "skos:hasTopConcept".freeze],
|
588
588
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
589
589
|
property :hasTranslationVariant,
|
590
590
|
comment: %(A Variant whose label represents a translation of that of the authoritative label.).freeze,
|
591
591
|
label: "Has Translation Variant".freeze,
|
592
|
-
subPropertyOf: "
|
592
|
+
subPropertyOf: "mads:hasVariant".freeze,
|
593
593
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
594
594
|
property :hasVariant,
|
595
595
|
comment: %(Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.').freeze,
|
596
|
-
domain: "
|
596
|
+
domain: "mads:Authority".freeze,
|
597
597
|
label: "Has Variant".freeze,
|
598
|
-
range: "
|
598
|
+
range: "mads:Variant".freeze,
|
599
599
|
subPropertyOf: "skosxl:altLabel".freeze,
|
600
600
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
601
601
|
property :hiddenLabel,
|
602
602
|
comment: %(A label entered for discovery purposes but not shown.).freeze,
|
603
|
-
domain: "
|
603
|
+
domain: "mads:Variant".freeze,
|
604
604
|
label: "Hidden Label".freeze,
|
605
605
|
subPropertyOf: "skosxl:literalForm".freeze,
|
606
606
|
type: ["rdf:Property".freeze, "owl:DatatypeProperty".freeze]
|
@@ -608,62 +608,62 @@ module RDF::Vocab
|
|
608
608
|
comment: %(A note pertaining to the history of the resource.).freeze,
|
609
609
|
label: "History Note".freeze,
|
610
610
|
"owl:equivalentProperty" => %(skos:historyNote).freeze,
|
611
|
-
subPropertyOf: "
|
611
|
+
subPropertyOf: "mads:note".freeze,
|
612
612
|
type: "owl:AnnotationProperty".freeze
|
613
613
|
property :hours,
|
614
|
-
domain: "
|
614
|
+
domain: "mads:Affiliation".freeze,
|
615
615
|
label: "Hours".freeze,
|
616
616
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
617
617
|
property :idScheme,
|
618
618
|
comment: %(The scheme associated with the identifier. For example, "LCCN" would be used when the Identifier Value
|
619
619
|
\(madsrdf:idValue\) is a LC Control Number.).freeze,
|
620
|
-
domain: "
|
620
|
+
domain: "mads:Identifier".freeze,
|
621
621
|
label: "Identifier Scheme".freeze,
|
622
622
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
623
623
|
property :idValue,
|
624
624
|
comment: %(The value of the identifier conforming to the Identifier Scheme syntax.).freeze,
|
625
|
-
domain: "
|
625
|
+
domain: "mads:Identifier".freeze,
|
626
626
|
label: "Identifier Value".freeze,
|
627
627
|
range: "xsd:string".freeze,
|
628
628
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
629
629
|
property :identifiesRWO,
|
630
630
|
comment: %(Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label.).freeze,
|
631
|
-
domain: "
|
631
|
+
domain: "mads:Authority".freeze,
|
632
632
|
label: "Identifies RWO".freeze,
|
633
|
-
"owl:inverseOf" => %(
|
634
|
-
range: "
|
633
|
+
"owl:inverseOf" => %(mads:isIdentifiedByAuthority).freeze,
|
634
|
+
range: "mads:RWO".freeze,
|
635
635
|
subPropertyOf: "foaf:focus".freeze,
|
636
636
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
637
637
|
property :isIdentifiedByAuthority,
|
638
638
|
comment: %(Associates a Real World Object with its Authority description.).freeze,
|
639
|
-
domain: "
|
639
|
+
domain: "mads:RWO".freeze,
|
640
640
|
label: "Is Identified By Authority".freeze,
|
641
|
-
"owl:inverseOf" => %(
|
642
|
-
range: "
|
641
|
+
"owl:inverseOf" => %(mads:identifiesRWO).freeze,
|
642
|
+
range: "mads:Authority".freeze,
|
643
643
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
644
644
|
property :isMemberOfMADSCollection,
|
645
645
|
comment: %(Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.).freeze,
|
646
646
|
label: "Is Member Of MADSCollection".freeze,
|
647
|
-
"owl:inverseOf" => %(
|
648
|
-
range: "
|
647
|
+
"owl:inverseOf" => %(mads:hasMADSCollectionMember).freeze,
|
648
|
+
range: "mads:MADSCollection".freeze,
|
649
649
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
650
650
|
property :isMemberOfMADSScheme,
|
651
651
|
label: "Is Member of MADS Scheme".freeze,
|
652
|
-
"owl:inverseOf" => %(
|
653
|
-
range: "
|
652
|
+
"owl:inverseOf" => %(mads:hasMADSSchemeMember).freeze,
|
653
|
+
range: "mads:MADSScheme".freeze,
|
654
654
|
subPropertyOf: "skos:inScheme".freeze,
|
655
655
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
656
656
|
property :isTopMemberOfMADSScheme,
|
657
657
|
comment: %(Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.).freeze,
|
658
658
|
label: "Is Top Member of MADS Scheme".freeze,
|
659
|
-
"owl:inverseOf" => %(
|
660
|
-
range: "
|
661
|
-
subPropertyOf: ["
|
659
|
+
"owl:inverseOf" => %(mads:hasTopMemberOfMADSScheme).freeze,
|
660
|
+
range: "mads:MADSScheme".freeze,
|
661
|
+
subPropertyOf: ["mads:isMemberOfMADSScheme".freeze, "skos:topConceptOf".freeze],
|
662
662
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
663
663
|
property :natureOfAffiliation,
|
664
664
|
comment: %(Records the individual's role or position in the organization with which the individual is affiliated. A "job
|
665
665
|
title" might be appropriate.).freeze,
|
666
|
-
domain: "
|
666
|
+
domain: "mads:Affiliation".freeze,
|
667
667
|
label: "Nature of Affiliation".freeze,
|
668
668
|
type: ["rdf:Property".freeze, "owl:AnnotationProperty".freeze]
|
669
669
|
property :note,
|
@@ -673,21 +673,21 @@ module RDF::Vocab
|
|
673
673
|
type: ["rdf:Property".freeze, "owl:AnnotationProperty".freeze]
|
674
674
|
property :organization,
|
675
675
|
comment: %(The group or organization with which an individual is associated.).freeze,
|
676
|
-
domain: "
|
676
|
+
domain: "mads:Affiliation".freeze,
|
677
677
|
label: "Organization or Group".freeze,
|
678
678
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
679
679
|
property :phone,
|
680
|
-
domain: "
|
680
|
+
domain: "mads:Affiliation".freeze,
|
681
681
|
label: "Phone".freeze,
|
682
682
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
683
683
|
property :postcode,
|
684
|
-
domain: "
|
684
|
+
domain: "mads:Address".freeze,
|
685
685
|
label: "Post Code / Zip Code".freeze,
|
686
686
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
687
687
|
property :scopeNote,
|
688
688
|
label: "Scope Note".freeze,
|
689
689
|
"owl:equivalentProperty" => %(skos:scopeNote).freeze,
|
690
|
-
subPropertyOf: "
|
690
|
+
subPropertyOf: "mads:note".freeze,
|
691
691
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
692
692
|
property :see,
|
693
693
|
comment: %(Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be
|
@@ -697,28 +697,28 @@ module RDF::Vocab
|
|
697
697
|
type: "owl:ObjectProperty".freeze
|
698
698
|
property :state,
|
699
699
|
comment: %(The state associated with an address.).freeze,
|
700
|
-
domain: "
|
700
|
+
domain: "mads:Address".freeze,
|
701
701
|
label: "State".freeze,
|
702
702
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
703
703
|
property :streetAddress,
|
704
704
|
comment: %(First line of address. For second line, use madsrdf:extendedAddress.).freeze,
|
705
|
-
domain: "
|
705
|
+
domain: "mads:Address".freeze,
|
706
706
|
label: "Street Address".freeze,
|
707
707
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
708
708
|
property :useFor,
|
709
709
|
comment: %("Use [This Resource] For." Traditional "USE FOR" reference.).freeze,
|
710
710
|
label: "Use For".freeze,
|
711
|
-
"owl:inverseOf" => %(
|
712
|
-
subPropertyOf: "
|
711
|
+
"owl:inverseOf" => %(mads:useInstead).freeze,
|
712
|
+
subPropertyOf: "mads:see".freeze,
|
713
713
|
type: ["rdf:Property".freeze, "owl:ObjectProperty".freeze]
|
714
714
|
property :useInstead,
|
715
715
|
comment: %("Use [This Other Resource] Instead." Traditional "USE" reference.).freeze,
|
716
716
|
label: "Use Instead".freeze,
|
717
|
-
subPropertyOf: "
|
717
|
+
subPropertyOf: "mads:see".freeze,
|
718
718
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
719
719
|
property :variantLabel,
|
720
720
|
comment: %(The lexical, variant form of an authoritative label.).freeze,
|
721
|
-
domain: "
|
721
|
+
domain: "mads:Variant".freeze,
|
722
722
|
label: "Variant Label".freeze,
|
723
723
|
subPropertyOf: "skosxl:literalForm".freeze,
|
724
724
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|