rdf-vocab 0.8.8 → 2.0.0.beta1
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/lib/rdf/vocab.rb +160 -61
- data/lib/rdf/vocab/acl.rb +6 -1
- data/lib/rdf/vocab/bibframe.rb +83 -78
- data/lib/rdf/vocab/bibo.rb +255 -248
- data/lib/rdf/vocab/cc.rb +132 -0
- data/lib/rdf/vocab/cert.rb +249 -0
- data/lib/rdf/vocab/cnt.rb +23 -18
- data/lib/rdf/vocab/crm.rb +12 -7
- data/lib/rdf/vocab/datacite.rb +88 -83
- data/lib/rdf/vocab/dc.rb +952 -0
- data/lib/rdf/vocab/dc11.rb +171 -0
- data/lib/rdf/vocab/dcat.rb +218 -0
- data/lib/rdf/vocab/dcmitype.rb +80 -75
- data/lib/rdf/vocab/doap.rb +341 -0
- data/lib/rdf/vocab/dwc.rb +1651 -1646
- data/lib/rdf/vocab/ebucore.rb +122 -117
- data/lib/rdf/vocab/edm.rb +102 -97
- data/lib/rdf/vocab/exif.rb +945 -0
- data/lib/rdf/vocab/extensions.rb +1 -0
- data/lib/rdf/vocab/fcrepo4.rb +62 -57
- data/lib/rdf/vocab/foaf.rb +618 -0
- data/lib/rdf/vocab/geo.rb +161 -0
- data/lib/rdf/vocab/geonames.rb +2742 -2737
- data/lib/rdf/vocab/gr.rb +1505 -0
- data/lib/rdf/vocab/ht.rb +240 -0
- data/lib/rdf/vocab/hydra.rb +96 -91
- data/lib/rdf/vocab/iana.rb +5 -0
- data/lib/rdf/vocab/ical.rb +532 -0
- data/lib/rdf/vocab/identifiers.rb +203 -182
- data/lib/rdf/vocab/iiif.rb +51 -26
- data/lib/rdf/vocab/jsonld.rb +15 -10
- data/lib/rdf/vocab/ldp.rb +66 -61
- data/lib/rdf/vocab/lrmi.rb +68 -63
- data/lib/rdf/vocab/ma.rb +517 -0
- data/lib/rdf/vocab/mads.rb +448 -206
- data/lib/rdf/vocab/marc_relators.rb +1240 -1235
- data/lib/rdf/vocab/mo.rb +2416 -0
- data/lib/rdf/vocab/mods.rb +17 -12
- data/lib/rdf/vocab/nfo.rb +65 -60
- data/lib/rdf/vocab/oa.rb +91 -86
- data/lib/rdf/vocab/og.rb +226 -0
- data/lib/rdf/vocab/ogc.rb +62 -0
- data/lib/rdf/vocab/ore.rb +24 -19
- data/lib/rdf/vocab/org.rb +83 -78
- data/lib/rdf/vocab/pplan.rb +54 -49
- data/lib/rdf/vocab/premis.rb +470 -465
- data/lib/rdf/vocab/premis_event_type.rb +85 -80
- data/lib/rdf/vocab/prov.rb +1554 -0
- data/lib/rdf/vocab/ptr.rb +5 -0
- data/lib/rdf/vocab/rsa.rb +76 -0
- data/lib/rdf/vocab/rss.rb +70 -0
- data/lib/rdf/vocab/schema.rb +10765 -0
- data/lib/rdf/vocab/sioc.rb +673 -0
- data/lib/rdf/vocab/sioc_services.rb +27 -22
- data/lib/rdf/vocab/skos.rb +242 -0
- data/lib/rdf/vocab/skosxl.rb +61 -0
- data/lib/rdf/vocab/v.rb +387 -0
- data/lib/rdf/vocab/vcard.rb +845 -0
- data/lib/rdf/vocab/version.rb +1 -0
- data/lib/rdf/vocab/vmd.rb +387 -0
- data/lib/rdf/vocab/void.rb +190 -0
- data/lib/rdf/vocab/vs.rb +32 -0
- data/lib/rdf/vocab/wdrs.rb +138 -0
- data/lib/rdf/vocab/wot.rb +171 -0
- data/lib/rdf/vocab/xhtml.rb +12 -0
- data/lib/rdf/vocab/xhv.rb +509 -0
- data/spec/spec_helper.rb +1 -0
- data/spec/vocab_spec.rb +1 -0
- metadata +76 -33
- data/lib/rdf/vocab/disco.rb +0 -369
data/lib/rdf/vocab/mads.rb
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
+
# frozen_string_literal: true
|
2
3
|
# This file generated automatically using vocab-fetch from http://www.loc.gov/standards/mads/rdf/v1.rdf
|
3
4
|
require 'rdf'
|
4
5
|
module RDF::Vocab
|
6
|
+
# @!parse
|
7
|
+
# # Vocabulary for <http://www.loc.gov/mads/rdf/v1#>
|
8
|
+
# class MADS < RDF::StrictVocabulary
|
9
|
+
# end
|
5
10
|
class MADS < RDF::StrictVocabulary("http://www.loc.gov/mads/rdf/v1#")
|
6
11
|
|
7
12
|
# Class definitions
|
@@ -9,99 +14,119 @@ module RDF::Vocab
|
|
9
14
|
label: "Address".freeze,
|
10
15
|
type: "owl:Class".freeze
|
11
16
|
term :Affiliation,
|
12
|
-
comment: %(A resource that describes an individual's affiliation with an
|
17
|
+
comment: %(A resource that describes an individual's affiliation with an
|
18
|
+
organization or group, such as the nature of the affiliation and the active
|
19
|
+
dates.).freeze,
|
13
20
|
label: "Affiliation".freeze,
|
14
21
|
type: "owl:Class".freeze
|
15
22
|
term :Area,
|
16
|
-
comment: %(Describes a resource whose
|
23
|
+
comment: %(Describes a resource whose
|
24
|
+
label is a non-jurisdictional geographic entity.).freeze,
|
17
25
|
label: "Area Type".freeze,
|
18
26
|
subClassOf: "mads:Geographic".freeze,
|
19
27
|
type: "owl:Class".freeze
|
20
28
|
term :Authority,
|
21
|
-
comment: %(A concept with a controlled
|
29
|
+
comment: %(A concept with a controlled
|
30
|
+
label.).freeze,
|
22
31
|
label: "Authority".freeze,
|
23
|
-
"owl:disjointWith" => [%(mads:DeprecatedAuthority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
|
32
|
+
:"owl:disjointWith" => [%(mads:DeprecatedAuthority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
|
24
33
|
subClassOf: ["owl:Thing".freeze, "skos:Concept".freeze],
|
25
34
|
type: "owl:Class".freeze
|
26
35
|
term :City,
|
27
|
-
comment: %(Describes a resource whose
|
36
|
+
comment: %(Describes a resource whose
|
37
|
+
label is an inhabited place incorporated as a city, town, etc.).freeze,
|
28
38
|
label: "City Type".freeze,
|
29
39
|
subClassOf: "mads:Geographic".freeze,
|
30
40
|
type: "owl:Class".freeze
|
31
41
|
term :CitySection,
|
32
|
-
comment: %(Describes a resource whose
|
42
|
+
comment: %(Describes a resource whose
|
43
|
+
label is a smaller unit within a populated place, e.g., a neighborhood, park, or
|
33
44
|
street.).freeze,
|
34
45
|
label: "City Section Type".freeze,
|
35
46
|
subClassOf: "mads:Geographic".freeze,
|
36
47
|
type: "owl:Class".freeze
|
37
48
|
term :ComplexSubject,
|
38
|
-
comment: %(The label of a madsrdf:ComplexSubject is the concatenation of labels
|
39
|
-
|
49
|
+
comment: %(The label of a madsrdf:ComplexSubject is the concatenation of labels
|
50
|
+
from two or more madsrdf:SimpleType descriptions, except that the combination of
|
51
|
+
madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be
|
52
|
+
the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic
|
53
|
+
resource.).freeze,
|
40
54
|
label: "Complex Subject Type".freeze,
|
41
55
|
subClassOf: "mads:ComplexType".freeze,
|
42
56
|
type: "owl:Class".freeze
|
43
57
|
term :ComplexType,
|
44
|
-
comment: %(madsrdf:ComplexType is a resource whose label is the concatenation
|
45
|
-
|
58
|
+
comment: %(madsrdf:ComplexType is a resource whose label is the concatenation
|
59
|
+
of labels from two or more Authority descriptions or two or more Variant descriptions or some
|
60
|
+
combination of Authority and Variant descriptions, each of a
|
61
|
+
madsrdf:SimpleType.).freeze,
|
46
62
|
label: "Complex Type".freeze,
|
47
|
-
"owl:disjointWith" => %(mads:SimpleType).freeze,
|
63
|
+
:"owl:disjointWith" => %(mads:SimpleType).freeze,
|
48
64
|
subClassOf: "mads:MADSType".freeze,
|
49
65
|
type: "owl:Class".freeze
|
50
66
|
term :ConferenceName,
|
51
|
-
comment: %(Describes a resource whose
|
67
|
+
comment: %(Describes a resource whose
|
68
|
+
label represents a conference name.).freeze,
|
52
69
|
label: "Conference Name Type".freeze,
|
53
70
|
subClassOf: "mads:Name".freeze,
|
54
71
|
type: "owl:Class".freeze
|
55
72
|
term :Continent,
|
56
|
-
comment: %(Describes a resource whose
|
57
|
-
|
73
|
+
comment: %(Describes a resource whose
|
74
|
+
label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North
|
75
|
+
America, South America, Australia, and Antarctica.).freeze,
|
58
76
|
label: "Continent Type".freeze,
|
59
77
|
subClassOf: "mads:Geographic".freeze,
|
60
78
|
type: "owl:Class".freeze
|
61
79
|
term :CorporateName,
|
62
|
-
comment: %(Describes a resource whose
|
80
|
+
comment: %(Describes a resource whose
|
81
|
+
label is the name of a corporate entity, which may include political or ecclesiastical
|
63
82
|
entities.).freeze,
|
64
83
|
label: "Corporate Name Type".freeze,
|
65
84
|
subClassOf: "mads:Name".freeze,
|
66
85
|
type: "owl:Class".freeze
|
67
86
|
term :Country,
|
68
|
-
comment: %(Describes a resource whose
|
87
|
+
comment: %(Describes a resource whose
|
88
|
+
label is a country, i.e. a political entity considered a country. ).freeze,
|
69
89
|
label: "Country Type".freeze,
|
70
90
|
subClassOf: "mads:Geographic".freeze,
|
71
91
|
type: "owl:Class".freeze
|
72
92
|
term :County,
|
73
|
-
comment: %(Describes a resource whose
|
93
|
+
comment: %(Describes a resource whose
|
94
|
+
label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g.
|
74
95
|
England.).freeze,
|
75
96
|
label: "County Type".freeze,
|
76
97
|
subClassOf: "mads:Geographic".freeze,
|
77
98
|
type: "owl:Class".freeze
|
78
99
|
term :DateNameElement,
|
79
|
-
label: "Date Name
|
100
|
+
label: "Date Name\n Element".freeze,
|
80
101
|
subClassOf: "mads:NameElement".freeze,
|
81
102
|
type: "owl:Class".freeze
|
82
103
|
term :DeprecatedAuthority,
|
83
|
-
comment: %(A former
|
84
|
-
|
85
|
-
|
104
|
+
comment: %(A former
|
105
|
+
Authority.).freeze,
|
106
|
+
label: "Deprecated\n Authority".freeze,
|
107
|
+
:"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
86
108
|
subClassOf: "owl:Thing".freeze,
|
87
109
|
type: "owl:Class".freeze
|
88
110
|
term :Element,
|
89
|
-
comment: %(madsrdf:Element types
|
111
|
+
comment: %(madsrdf:Element types
|
112
|
+
describe the various parts of labels.).freeze,
|
90
113
|
label: "Element".freeze,
|
91
114
|
type: "owl:Class".freeze
|
92
115
|
term :ExtraterrestrialArea,
|
93
|
-
comment: %(Describes a resource whose
|
94
|
-
|
116
|
+
comment: %(Describes a resource whose
|
117
|
+
label is any extraterrestrial entity or space, including a solar system, a galaxy, a star
|
118
|
+
system, and a planet, including a geographic feature of an individual planet.).freeze,
|
95
119
|
label: "Extraterrestrial Area Type".freeze,
|
96
120
|
subClassOf: "mads:Geographic".freeze,
|
97
121
|
type: "owl:Class".freeze
|
98
122
|
term :FamilyName,
|
99
|
-
comment: %(Describes a resource whose
|
123
|
+
comment: %(Describes a resource whose
|
124
|
+
label represents a family name.).freeze,
|
100
125
|
label: "Family Name Type".freeze,
|
101
126
|
subClassOf: "mads:Name".freeze,
|
102
127
|
type: "owl:Class".freeze
|
103
128
|
term :FamilyNameElement,
|
104
|
-
label: "Family Name
|
129
|
+
label: "Family Name\n Element".freeze,
|
105
130
|
subClassOf: "mads:NameElement".freeze,
|
106
131
|
type: "owl:Class".freeze
|
107
132
|
term :FullNameElement,
|
@@ -109,11 +134,16 @@ module RDF::Vocab
|
|
109
134
|
subClassOf: "mads:NameElement".freeze,
|
110
135
|
type: "owl:Class".freeze
|
111
136
|
term :GenreForm,
|
112
|
-
comment: %(Describes a resource whose label is a genre or form term. Genre
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
137
|
+
comment: %(Describes a resource whose label is a genre or form term. Genre
|
138
|
+
terms for textual materials designate specific kinds of materials distinguished by the style
|
139
|
+
or technique of their intellectual contents; for example, biographies, catechisms, essays,
|
140
|
+
hymns, or reviews. Form terms designate historically and functionally specific kinds of
|
141
|
+
materials as distinguished by an examination of their physical character, characteristics of
|
142
|
+
their intellectual content, or the order of information within them; for example, daybooks,
|
143
|
+
diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the
|
144
|
+
context of graphic materials, genre headings denote categories of material distinguished by
|
145
|
+
vantage point, intended purpose, characteristics of the creator, publication status, or method
|
146
|
+
of representation.).freeze,
|
117
147
|
label: "Genre/Form Type".freeze,
|
118
148
|
subClassOf: "mads:SimpleType".freeze,
|
119
149
|
type: "owl:Class".freeze
|
@@ -122,8 +152,9 @@ module RDF::Vocab
|
|
122
152
|
subClassOf: "mads:Element".freeze,
|
123
153
|
type: "owl:Class".freeze
|
124
154
|
term :Geographic,
|
125
|
-
comment: %(Describes a resource whose label represents a geographic place or
|
126
|
-
|
155
|
+
comment: %(Describes a resource whose label represents a geographic place or
|
156
|
+
feature, especially when a more precise geographic determination \(City, Country, Region, etc.\)
|
157
|
+
cannot be made.).freeze,
|
127
158
|
label: "Geographic Authority".freeze,
|
128
159
|
subClassOf: "mads:SimpleType".freeze,
|
129
160
|
type: "owl:Class".freeze
|
@@ -132,31 +163,37 @@ module RDF::Vocab
|
|
132
163
|
subClassOf: "mads:Element".freeze,
|
133
164
|
type: "owl:Class".freeze
|
134
165
|
term :GivenNameElement,
|
135
|
-
label: "Given Name
|
166
|
+
label: "Given Name\n Element".freeze,
|
136
167
|
subClassOf: "mads:NameElement".freeze,
|
137
168
|
type: "owl:Class".freeze
|
138
169
|
term :HierarchicalGeographic,
|
139
|
-
comment: %(A madsrdf:HierarchicalGeographic indicates that its label is the
|
140
|
-
|
141
|
-
madsrdf:
|
170
|
+
comment: %(A madsrdf:HierarchicalGeographic indicates that its label is the
|
171
|
+
concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the
|
172
|
+
madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State,
|
173
|
+
madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the
|
174
|
+
madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship
|
175
|
+
between them.).freeze,
|
142
176
|
label: "Hierarchical Geographic Type".freeze,
|
143
177
|
subClassOf: "mads:ComplexType".freeze,
|
144
178
|
type: "owl:Class".freeze
|
145
179
|
term :Identifier,
|
146
|
-
comment: %(A madsrdf:Identifier
|
147
|
-
|
180
|
+
comment: %(A madsrdf:Identifier
|
181
|
+
resource describes an identifier by associating the identifier value with its type. To be used
|
182
|
+
to record identifiers for a resource in the absence of URIs.).freeze,
|
148
183
|
label: "Other Identifier".freeze,
|
149
184
|
type: "owl:Class".freeze
|
150
185
|
term :Island,
|
151
|
-
comment: %(Describes a resource whose
|
152
|
-
|
186
|
+
comment: %(Describes a resource whose
|
187
|
+
label is a tract of land surrounded by water and smaller than a continent but is not itself a
|
188
|
+
separate country. ).freeze,
|
153
189
|
label: "Island Type".freeze,
|
154
190
|
subClassOf: "mads:Geographic".freeze,
|
155
191
|
type: "owl:Class".freeze
|
156
192
|
term :Language,
|
157
|
-
comment: %(Describes a resource whose label represents a
|
193
|
+
comment: %(Describes a resource whose label represents a
|
194
|
+
language.).freeze,
|
158
195
|
label: "Language Type".freeze,
|
159
|
-
"owl:equivalentClass" => %(dc:LinguisticSystem).freeze,
|
196
|
+
:"owl:equivalentClass" => %(dc:LinguisticSystem).freeze,
|
160
197
|
subClassOf: "mads:SimpleType".freeze,
|
161
198
|
type: "owl:Class".freeze
|
162
199
|
term :LanguageElement,
|
@@ -164,30 +201,36 @@ module RDF::Vocab
|
|
164
201
|
subClassOf: "mads:Element".freeze,
|
165
202
|
type: "owl:Class".freeze
|
166
203
|
term :MADSCollection,
|
167
|
-
comment: %(A madsrdf:Collection is an
|
168
|
-
|
204
|
+
comment: %(A madsrdf:Collection is an
|
205
|
+
organizational unit, members of which will have some form of intellectually unifying theme but
|
206
|
+
not to the extent that it defines an independent knowledge organization system. It aggregates
|
207
|
+
madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.).freeze,
|
169
208
|
label: "MADS Collection".freeze,
|
170
|
-
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
|
209
|
+
:"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
|
171
210
|
subClassOf: "skos:Collection".freeze,
|
172
211
|
type: "owl:Class".freeze
|
173
212
|
term :MADSScheme,
|
174
|
-
comment: %(MADS Scheme is an organizational unit that describes a knowledge
|
175
|
-
|
176
|
-
madsrdf:
|
213
|
+
comment: %(MADS Scheme is an organizational unit that describes a knowledge
|
214
|
+
organization system. It aggregates madsrdf:Authority descriptions and/or
|
215
|
+
madsrdf:MADSCollection resources included in the knowledge organization system. Including a
|
216
|
+
madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a
|
217
|
+
madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that
|
218
|
+
madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.).freeze,
|
177
219
|
label: "MADS Scheme".freeze,
|
178
|
-
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:Variant).freeze],
|
220
|
+
:"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:Variant).freeze],
|
179
221
|
subClassOf: "skos:ConceptScheme".freeze,
|
180
222
|
type: "owl:Class".freeze
|
181
223
|
term :MADSType,
|
182
224
|
label: "MADS Type".freeze,
|
183
|
-
"owl:disjointWith" => [%(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
225
|
+
:"owl:disjointWith" => [%(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
184
226
|
type: "owl:Class".freeze
|
185
227
|
term :MainTitleElement,
|
186
|
-
label: "Main Title
|
228
|
+
label: "Main Title\n Element".freeze,
|
187
229
|
subClassOf: "mads:TitleElement".freeze,
|
188
230
|
type: "owl:Class".freeze
|
189
231
|
term :Name,
|
190
|
-
comment: %(Describes a resource whose label represents a name, especially when
|
232
|
+
comment: %(Describes a resource whose label represents a name, especially when
|
233
|
+
a more precise Name type \(madsrdf:ConferenceName, masdrdf:FamilyName, etc.\) cannot be
|
191
234
|
identified.).freeze,
|
192
235
|
label: "Name Type".freeze,
|
193
236
|
subClassOf: "mads:SimpleType".freeze,
|
@@ -197,8 +240,10 @@ module RDF::Vocab
|
|
197
240
|
subClassOf: "mads:Element".freeze,
|
198
241
|
type: "owl:Class".freeze
|
199
242
|
term :NameTitle,
|
200
|
-
comment: %(The label of a madsrdf:NameTitle resource is the concatenation of a
|
201
|
-
|
243
|
+
comment: %(The label of a madsrdf:NameTitle resource is the concatenation of a
|
244
|
+
label of a madsrdf:Name description and the label of a madsrdf:Title description. Both
|
245
|
+
description types \(madsrdf:Name and madsrdf:Title\) are of madsrdf:SimpleType
|
246
|
+
types.).freeze,
|
202
247
|
label: "Name/Title Type".freeze,
|
203
248
|
subClassOf: "mads:ComplexType".freeze,
|
204
249
|
type: "owl:Class".freeze
|
@@ -207,53 +252,60 @@ module RDF::Vocab
|
|
207
252
|
subClassOf: "mads:TitleElement".freeze,
|
208
253
|
type: "owl:Class".freeze
|
209
254
|
term :Occupation,
|
210
|
-
comment: %(Describes a resource whose
|
255
|
+
comment: %(Describes a resource whose
|
256
|
+
label represents an occcupation.).freeze,
|
211
257
|
label: "Occupation Type".freeze,
|
212
258
|
subClassOf: "mads:SimpleType".freeze,
|
213
259
|
type: "owl:Class".freeze
|
214
260
|
term :PartNameElement,
|
215
|
-
label: "Part Name
|
261
|
+
label: "Part Name\n Element".freeze,
|
216
262
|
subClassOf: "mads:TitleElement".freeze,
|
217
263
|
type: "owl:Class".freeze
|
218
264
|
term :PartNumberElement,
|
219
|
-
label: "Part Number
|
265
|
+
label: "Part Number\n Element".freeze,
|
220
266
|
subClassOf: "mads:TitleElement".freeze,
|
221
267
|
type: "owl:Class".freeze
|
222
268
|
term :PersonalName,
|
223
|
-
comment: %(Describes a resource whose
|
269
|
+
comment: %(Describes a resource whose
|
270
|
+
label represents a personal name.).freeze,
|
224
271
|
label: "Personal Name Type".freeze,
|
225
272
|
subClassOf: "mads:Name".freeze,
|
226
273
|
type: "owl:Class".freeze
|
227
274
|
term :Province,
|
228
|
-
comment: %(Describes a resource whose
|
229
|
-
Canada. ).freeze,
|
275
|
+
comment: %(Describes a resource whose
|
276
|
+
label is a first order political division, e.g. Ontario, within a country, e.g. Canada. ).freeze,
|
230
277
|
label: "Province Type".freeze,
|
231
278
|
subClassOf: "mads:Geographic".freeze,
|
232
279
|
type: "owl:Class".freeze
|
233
280
|
term :RWO,
|
234
|
-
comment: %(A madsrdf:RWO is an
|
281
|
+
comment: %(A madsrdf:RWO is an
|
282
|
+
abstract entity and identifies a Real World Object \(RWO\) identified by the label of a
|
235
283
|
madsrdf:Authority or madsrdf:DeprecatedAuthority.).freeze,
|
236
|
-
label: "Real World
|
284
|
+
label: "Real World\n Object".freeze,
|
237
285
|
subClassOf: "owl:Thing".freeze,
|
238
286
|
type: "owl:Class".freeze
|
239
287
|
term :Region,
|
240
|
-
comment: %(Describes a resource whose
|
241
|
-
|
288
|
+
comment: %(Describes a resource whose
|
289
|
+
label is an area that has the status of a jurisdiction, usually incorporating more than one
|
290
|
+
first level jurisdiction. ).freeze,
|
242
291
|
label: "Region Type".freeze,
|
243
292
|
subClassOf: "mads:Geographic".freeze,
|
244
293
|
type: "owl:Class".freeze
|
245
294
|
term :SimpleType,
|
246
|
-
comment: %(madsrdf:SimpleType is a resource with a label constituting a single
|
295
|
+
comment: %(madsrdf:SimpleType is a resource with a label constituting a single
|
296
|
+
word or phrase.).freeze,
|
247
297
|
label: "Simple Type".freeze,
|
248
298
|
subClassOf: "mads:MADSType".freeze,
|
249
299
|
type: "owl:Class".freeze
|
250
300
|
term :Source,
|
251
|
-
comment: %(A resource that represents
|
301
|
+
comment: %(A resource that represents
|
302
|
+
the source of information about another resource. madsrdf:Source is a type of
|
252
303
|
citation.).freeze,
|
253
304
|
label: "Source".freeze,
|
254
305
|
type: "owl:Class".freeze
|
255
306
|
term :State,
|
256
|
-
comment: %(Describes a resource whose
|
307
|
+
comment: %(Describes a resource whose
|
308
|
+
label is a first order political division, e.g. Montana, within a country, e.g.
|
257
309
|
U.S.).freeze,
|
258
310
|
label: "State Type".freeze,
|
259
311
|
subClassOf: "mads:Geographic".freeze,
|
@@ -263,7 +315,8 @@ module RDF::Vocab
|
|
263
315
|
subClassOf: "mads:TitleElement".freeze,
|
264
316
|
type: "owl:Class".freeze
|
265
317
|
term :Temporal,
|
266
|
-
comment: %(Describes a resource whose
|
318
|
+
comment: %(Describes a resource whose
|
319
|
+
label represents a time-based notion.).freeze,
|
267
320
|
label: "Temporal Type".freeze,
|
268
321
|
subClassOf: "mads:SimpleType".freeze,
|
269
322
|
type: "owl:Class".freeze
|
@@ -272,17 +325,19 @@ module RDF::Vocab
|
|
272
325
|
subClassOf: "mads:Element".freeze,
|
273
326
|
type: "owl:Class".freeze
|
274
327
|
term :TermsOfAddressNameElement,
|
275
|
-
label: "Terms of Address
|
328
|
+
label: "Terms of Address\n Element".freeze,
|
276
329
|
subClassOf: "mads:NameElement".freeze,
|
277
330
|
type: "owl:Class".freeze
|
278
331
|
term :Territory,
|
279
|
-
comment: %(Describes a resource whose
|
332
|
+
comment: %(Describes a resource whose
|
333
|
+
label is a geographical area belonging to or under the jurisdiction of a governmental
|
280
334
|
authority. ).freeze,
|
281
335
|
label: "Territory Type".freeze,
|
282
336
|
subClassOf: "mads:Geographic".freeze,
|
283
337
|
type: "owl:Class".freeze
|
284
338
|
term :Title,
|
285
|
-
comment: %(Describes a resource whose
|
339
|
+
comment: %(Describes a resource whose
|
340
|
+
label represents a title.).freeze,
|
286
341
|
label: "Title Type".freeze,
|
287
342
|
subClassOf: "mads:SimpleType".freeze,
|
288
343
|
type: "owl:Class".freeze
|
@@ -291,7 +346,8 @@ module RDF::Vocab
|
|
291
346
|
subClassOf: "mads:Element".freeze,
|
292
347
|
type: "owl:Class".freeze
|
293
348
|
term :Topic,
|
294
|
-
comment: %(Describes a resource whose
|
349
|
+
comment: %(Describes a resource whose
|
350
|
+
label represents a topic.).freeze,
|
295
351
|
label: "Topic Type".freeze,
|
296
352
|
subClassOf: "mads:SimpleType".freeze,
|
297
353
|
type: "owl:Class".freeze
|
@@ -300,44 +356,93 @@ module RDF::Vocab
|
|
300
356
|
subClassOf: "mads:Element".freeze,
|
301
357
|
type: "owl:Class".freeze
|
302
358
|
term :Variant,
|
303
|
-
comment: %(A resource whose label is the alternate form of an Authority or
|
359
|
+
comment: %(A resource whose label is the alternate form of an Authority or
|
360
|
+
Deprecated Authority.).freeze,
|
304
361
|
label: "Variant".freeze,
|
305
|
-
"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
362
|
+
:"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
|
306
363
|
subClassOf: ["owl:Thing".freeze, "skosxl:Label".freeze],
|
307
364
|
type: "owl:Class".freeze
|
308
365
|
|
309
366
|
# Property definitions
|
367
|
+
property :activityEndDate,
|
368
|
+
comment: %(Latest date in a period of activity.
|
369
|
+
).freeze,
|
370
|
+
domain: "mads:RWO".freeze,
|
371
|
+
label: "Activity End".freeze,
|
372
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
373
|
+
property :activityStartDate,
|
374
|
+
comment: %(Earliest date in a period of activity.
|
375
|
+
).freeze,
|
376
|
+
domain: "mads:RWO".freeze,
|
377
|
+
label: "Activity Start".freeze,
|
378
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
310
379
|
property :adminMetadata,
|
311
|
-
comment: %(This relates an Authority or Variant to its administrative metadata,
|
312
|
-
the
|
380
|
+
comment: %(This relates an Authority or Variant to its administrative metadata,
|
381
|
+
which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class
|
382
|
+
from the RecordInfo ontology is recommended.).freeze,
|
313
383
|
label: "Administrative Metadata".freeze,
|
314
384
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
315
385
|
property :affiliationEnd,
|
316
|
-
comment: %(The date an individual
|
386
|
+
comment: %(The date an individual
|
387
|
+
ceased to be affiliated with an organization.).freeze,
|
317
388
|
domain: "mads:Affiliation".freeze,
|
318
|
-
label: "Affiliation
|
389
|
+
label: "Affiliation\n Ended".freeze,
|
319
390
|
range: "xsd:date".freeze,
|
320
|
-
type: ["
|
391
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
321
392
|
property :affiliationStart,
|
322
|
-
comment: %(The date an individual
|
393
|
+
comment: %(The date an individual
|
394
|
+
established an affiliation with an organization.).freeze,
|
323
395
|
domain: "mads:Affiliation".freeze,
|
324
|
-
label: "Affiliation
|
396
|
+
label: "Affiliation\n Started".freeze,
|
325
397
|
range: "xsd:date".freeze,
|
326
|
-
type: ["
|
398
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
399
|
+
property :associatedLanguage,
|
400
|
+
comment: %(Language that a person,
|
401
|
+
organization, or family uses for publication, communication, etc., or in which a work is
|
402
|
+
expressed. ).freeze,
|
403
|
+
domain: "mads:RWO".freeze,
|
404
|
+
label: "Associated\n Language".freeze,
|
405
|
+
range: "mads:Language".freeze,
|
406
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
407
|
+
property :associatedLocale,
|
408
|
+
comment: %(A town, city, province,
|
409
|
+
state, and/or country associated with persons, corporate bodies, families, works, and
|
410
|
+
expressions.).freeze,
|
411
|
+
domain: "mads:RWO".freeze,
|
412
|
+
label: "Associated Locale".freeze,
|
413
|
+
range: "mads:Geographic".freeze,
|
414
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
327
415
|
property :authoritativeLabel,
|
328
|
-
comment: %(A lexical string representing a controlled, curated label for the
|
416
|
+
comment: %(A lexical string representing a controlled, curated label for the
|
417
|
+
Authority.).freeze,
|
329
418
|
domain: "mads:Authority".freeze,
|
330
419
|
label: "Authoritative Label".freeze,
|
331
420
|
subPropertyOf: ["rdfs:label".freeze, "skos:prefLabel".freeze],
|
332
421
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
422
|
+
property :birthDate,
|
423
|
+
comment: %(The year a person was born.
|
424
|
+
Date of birth may also include the month and day of the person’s birth. \(RDA
|
425
|
+
9.3.2.1\)).freeze,
|
426
|
+
domain: "mads:RWO".freeze,
|
427
|
+
label: "Birth Date".freeze,
|
428
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
429
|
+
property :birthPlace,
|
430
|
+
comment: %(The town, city, province,
|
431
|
+
state, and/or country in which a person was born.).freeze,
|
432
|
+
domain: "mads:RWO".freeze,
|
433
|
+
label: "Place of Birth".freeze,
|
434
|
+
range: "mads:Geographic".freeze,
|
435
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
333
436
|
property :changeNote,
|
334
|
-
comment: %(A note detailing a modification to an Authority or
|
437
|
+
comment: %(A note detailing a modification to an Authority or
|
438
|
+
Variant.).freeze,
|
335
439
|
label: "Change Note".freeze,
|
336
|
-
"owl:equivalentProperty" => %(skos:changeNote).freeze,
|
440
|
+
:"owl:equivalentProperty" => %(skos:changeNote).freeze,
|
337
441
|
subPropertyOf: "mads:note".freeze,
|
338
442
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
339
443
|
property :citationNote,
|
340
|
-
comment: %(A note about how the madsrdf:Source relates to the resource about
|
444
|
+
comment: %(A note about how the madsrdf:Source relates to the resource about
|
445
|
+
which the madsrdf:Source is the information source.).freeze,
|
341
446
|
domain: "mads:Source".freeze,
|
342
447
|
label: "Citation Note".freeze,
|
343
448
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
@@ -347,7 +452,8 @@ module RDF::Vocab
|
|
347
452
|
label: "Citation Source".freeze,
|
348
453
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
349
454
|
property :citationStatus,
|
350
|
-
comment: %(Should use a standard term - such as 'found' or 'not found' - to
|
455
|
+
comment: %(Should use a standard term - such as 'found' or 'not found' - to
|
456
|
+
indicate whether the cited resource yielded information about the resource related to the
|
351
457
|
madsrdf:Source.).freeze,
|
352
458
|
domain: "mads:Source".freeze,
|
353
459
|
label: "Citation Status".freeze,
|
@@ -359,53 +465,84 @@ module RDF::Vocab
|
|
359
465
|
label: "City".freeze,
|
360
466
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
361
467
|
property :classification,
|
362
|
-
comment: %(The classification code associated with a
|
468
|
+
comment: %(The classification code associated with a
|
469
|
+
madsrdf:Authority.).freeze,
|
363
470
|
domain: "mads:Authority".freeze,
|
364
471
|
label: "Classification".freeze,
|
365
472
|
subPropertyOf: "skos:semanticRelation".freeze,
|
366
473
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
367
474
|
property :code,
|
368
|
-
comment: %(A code is a string of
|
475
|
+
comment: %(A code is a string of
|
476
|
+
characters associated with a the authoritative or deprecated label. It may record an
|
369
477
|
historical notation once used to uniquely identify a concept.).freeze,
|
370
478
|
label: "Code".freeze,
|
371
479
|
subPropertyOf: "skos:notation".freeze,
|
372
480
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
373
481
|
property :componentList,
|
374
|
-
comment: %(madsrdf:componentList
|
482
|
+
comment: %(madsrdf:componentList
|
483
|
+
organizes the madsrdf:SimpleType resources whose labels are represented in the label of the
|
375
484
|
associated madsrdf:ComplexType resource.).freeze,
|
376
485
|
domain: "mads:ComplexType".freeze,
|
377
486
|
label: "Component List".freeze,
|
378
|
-
type: ["
|
487
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
379
488
|
property :country,
|
380
|
-
comment: %(Country associated with an
|
489
|
+
comment: %(Country associated with an
|
490
|
+
address.).freeze,
|
381
491
|
domain: "mads:Address".freeze,
|
382
492
|
label: "Country".freeze,
|
383
493
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
494
|
+
property :creationDateEnd,
|
495
|
+
comment: %(Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.).freeze,
|
496
|
+
label: "".freeze,
|
497
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
498
|
+
property :creationDateStart,
|
499
|
+
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,
|
500
|
+
label: "Work begun".freeze,
|
501
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
502
|
+
property :deathDate,
|
503
|
+
comment: %(The year a person died.
|
504
|
+
Date of death may also include the month and day of the person’s death. \(RDA
|
505
|
+
9.3.3.1\)).freeze,
|
506
|
+
domain: "mads:RWO".freeze,
|
507
|
+
label: "Death Date".freeze,
|
508
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
509
|
+
property :deathPlace,
|
510
|
+
comment: %(The town, city, province,
|
511
|
+
state, and/or country in which a person died.).freeze,
|
512
|
+
domain: "mads:RWO".freeze,
|
513
|
+
label: "Place of Death".freeze,
|
514
|
+
range: "mads:Geographic".freeze,
|
515
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
384
516
|
property :definitionNote,
|
385
|
-
comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority,
|
517
|
+
comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority,
|
518
|
+
or Variant description.).freeze,
|
386
519
|
label: "Definition Note".freeze,
|
387
|
-
"owl:equivalentProperty" => %(skos:definition).freeze,
|
520
|
+
:"owl:equivalentProperty" => %(skos:definition).freeze,
|
388
521
|
subPropertyOf: "mads:note".freeze,
|
389
522
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
390
523
|
property :deletionNote,
|
391
|
-
comment: %(A note pertaining to the
|
524
|
+
comment: %(A note pertaining to the
|
525
|
+
deletion of a resource.).freeze,
|
392
526
|
label: "Deletion Note".freeze,
|
393
527
|
subPropertyOf: "mads:changeNote".freeze,
|
394
528
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
395
529
|
property :deprecatedLabel,
|
396
|
-
comment: %(A label once considered
|
530
|
+
comment: %(A label once considered
|
531
|
+
authoritative \(controlled and curated\) but which is no longer.).freeze,
|
397
532
|
domain: "mads:DeprecatedAuthority".freeze,
|
398
533
|
label: "Deprecated Label".freeze,
|
399
534
|
subPropertyOf: ["rdfs:label".freeze, "skos:hiddenLabel".freeze],
|
400
|
-
type: ["
|
535
|
+
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
401
536
|
property :editorialNote,
|
402
|
-
comment: %(A note pertaining to the
|
537
|
+
comment: %(A note pertaining to the
|
538
|
+
management of the label associated with the resource.).freeze,
|
403
539
|
label: "Editorial Note".freeze,
|
404
|
-
"owl:equivalentProperty" => %(skos:editorialNote).freeze,
|
540
|
+
:"owl:equivalentProperty" => %(skos:editorialNote).freeze,
|
405
541
|
subPropertyOf: "mads:note".freeze,
|
406
542
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
407
543
|
property :elementList,
|
408
|
-
comment: %(The madsrdf:elementList property is used to organize the various
|
544
|
+
comment: %(The madsrdf:elementList property is used to organize the various
|
545
|
+
parts of labels.).freeze,
|
409
546
|
label: "Element List".freeze,
|
410
547
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
411
548
|
property :elementValue,
|
@@ -417,14 +554,30 @@ module RDF::Vocab
|
|
417
554
|
domain: "mads:Affiliation".freeze,
|
418
555
|
label: "Email".freeze,
|
419
556
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
557
|
+
property :entityDescriptor,
|
558
|
+
comment: %(Any attribute that serves
|
559
|
+
to characterize a person, family or corporate body or that may be needed for differentiation
|
560
|
+
from other persons. families or corporate bodies and for which separate content designation is
|
561
|
+
not already defined.Or ).freeze,
|
562
|
+
domain: "mads:RWO".freeze,
|
563
|
+
label: "Entity\n Descriptor".freeze,
|
564
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
565
|
+
property :establishDate,
|
566
|
+
comment: %(The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment.
|
567
|
+
).freeze,
|
568
|
+
domain: "mads:RWO".freeze,
|
569
|
+
label: "Established".freeze,
|
570
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
420
571
|
property :exampleNote,
|
421
|
-
comment: %(A example of how the
|
572
|
+
comment: %(A example of how the
|
573
|
+
resource might be used.).freeze,
|
422
574
|
label: "Example Note".freeze,
|
423
|
-
"owl:equivalentProperty" => %(skos:example).freeze,
|
575
|
+
:"owl:equivalentProperty" => %(skos:example).freeze,
|
424
576
|
subPropertyOf: "mads:note".freeze,
|
425
577
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
426
578
|
property :extendedAddress,
|
427
|
-
comment: %(The second address line, if
|
579
|
+
comment: %(The second address line, if
|
580
|
+
needed.).freeze,
|
428
581
|
domain: "mads:Address".freeze,
|
429
582
|
label: "Extended Address".freeze,
|
430
583
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
@@ -437,138 +590,174 @@ module RDF::Vocab
|
|
437
590
|
label: "Fax".freeze,
|
438
591
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
439
592
|
property :fieldOfActivity,
|
440
|
-
comment: %(The field of activity
|
593
|
+
comment: %(The field of activity
|
594
|
+
associated with an individual.).freeze,
|
441
595
|
domain: "mads:RWO".freeze,
|
442
|
-
label: "Field of
|
443
|
-
type: ["
|
596
|
+
label: "Field of\n Activity".freeze,
|
597
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
598
|
+
property :fullerName,
|
599
|
+
comment: %(Full form of name needed to
|
600
|
+
distinguish a person from another person with the same preferred name.).freeze,
|
601
|
+
label: "Fuller Name".freeze,
|
602
|
+
range: "mads:PersonalName".freeze,
|
603
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
604
|
+
property :gender,
|
605
|
+
comment: %(The gender with which a
|
606
|
+
person identifies. ).freeze,
|
607
|
+
domain: "mads:RWO".freeze,
|
608
|
+
label: "Gender".freeze,
|
609
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
444
610
|
property :hasAbbreviationVariant,
|
445
|
-
label: "Has Abbreviation
|
611
|
+
label: "Has Abbreviation\n Variant".freeze,
|
446
612
|
subPropertyOf: "mads:hasVariant".freeze,
|
447
613
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
448
614
|
property :hasAcronymVariant,
|
449
|
-
label: "Has Acronym
|
615
|
+
label: "Has Acronym\n Variant".freeze,
|
450
616
|
subPropertyOf: "mads:hasVariant".freeze,
|
451
617
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
452
618
|
property :hasAffiliation,
|
453
|
-
comment: %(Property to associate an
|
454
|
-
or
|
619
|
+
comment: %(Property to associate an
|
620
|
+
individual, such as a foaf:Agent, to a group or organization with which an individual is or
|
621
|
+
has been affiliated.).freeze,
|
455
622
|
domain: "mads:RWO".freeze,
|
456
623
|
label: "Has Affiliation".freeze,
|
457
624
|
range: "mads:Affiliation".freeze,
|
458
625
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
459
626
|
property :hasAffiliationAddress,
|
460
|
-
comment: %(The address of the group or
|
627
|
+
comment: %(The address of the group or
|
628
|
+
organization with which an individual is associated.).freeze,
|
461
629
|
domain: "mads:Affiliation".freeze,
|
462
|
-
label: "Has Affiliation
|
630
|
+
label: "Has Affiliation\n Address".freeze,
|
463
631
|
range: "mads:Address".freeze,
|
464
632
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
465
633
|
property :hasBroaderAuthority,
|
466
|
-
label: "Has Broader
|
467
|
-
"owl:inverseOf" => %(mads:hasNarrowerAuthority).freeze,
|
634
|
+
label: "Has Broader\n Authority".freeze,
|
635
|
+
:"owl:inverseOf" => %(mads:hasNarrowerAuthority).freeze,
|
468
636
|
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:broader".freeze],
|
469
637
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
470
638
|
property :hasBroaderExternalAuthority,
|
471
|
-
comment: %(Creates a direct
|
639
|
+
comment: %(Creates a direct
|
640
|
+
relationship between an Authority and a more broadly defined Authority from a different MADS
|
472
641
|
Scheme.).freeze,
|
473
|
-
label: "Has Broader External
|
642
|
+
label: "Has Broader External\n Authority".freeze,
|
474
643
|
subPropertyOf: ["mads:hasBroaderAuthority".freeze, "skos:broadMatch".freeze],
|
475
644
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
645
|
+
property :hasChararacteristic,
|
646
|
+
comment: %(A term that specifies a characteristic that differentiates a work or expression from another one.
|
647
|
+
).freeze,
|
648
|
+
label: "Other characteristic".freeze,
|
649
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
476
650
|
property :hasCloseExternalAuthority,
|
477
|
-
comment: %(Records a relationship
|
651
|
+
comment: %(Records a relationship
|
652
|
+
between an Authority and one that is closely related from a different MADS
|
478
653
|
Scheme.).freeze,
|
479
|
-
label: "Has Close External
|
654
|
+
label: "Has Close External\n Authority".freeze,
|
480
655
|
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:closeMatch".freeze],
|
481
|
-
type: ["owl:ObjectProperty".freeze, "
|
656
|
+
type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
|
482
657
|
property :hasCorporateParentAuthority,
|
483
|
-
comment: %(Establishes a relationship
|
658
|
+
comment: %(Establishes a relationship
|
659
|
+
between a CorporateName Authority and one of the same that is more broadly
|
484
660
|
defined.).freeze,
|
485
661
|
domain: "mads:CorporateName".freeze,
|
486
|
-
label: "Has Parent
|
662
|
+
label: "Has Parent\n Organization".freeze,
|
487
663
|
range: "mads:CorporateName".freeze,
|
488
664
|
subPropertyOf: "mads:hasRelatedAuthority".freeze,
|
489
|
-
type: ["
|
665
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
490
666
|
property :hasCorporateSubsidiaryAuthority,
|
491
|
-
comment: %(Establishes a relationship
|
667
|
+
comment: %(Establishes a relationship
|
668
|
+
between a CorporateName Authority and one of the same that is more narrowly
|
492
669
|
defined.).freeze,
|
493
670
|
domain: "mads:CorporateName".freeze,
|
494
|
-
label: "Is Parent Organization
|
495
|
-
"owl:inverseOf" => %(mads:hasCorporateParentAuthority).freeze,
|
671
|
+
label: "Is Parent Organization\n Of".freeze,
|
672
|
+
:"owl:inverseOf" => %(mads:hasCorporateParentAuthority).freeze,
|
496
673
|
range: "mads:CorporateName".freeze,
|
497
674
|
subPropertyOf: "mads:hasRelatedAuthority".freeze,
|
498
675
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
499
676
|
property :hasEarlierEstablishedForm,
|
500
|
-
comment: %(Used to reference a resource that was an earlier form. This is
|
501
|
-
|
502
|
-
|
677
|
+
comment: %(Used to reference a resource that was an earlier form. This is
|
678
|
+
Related type='earlier' in MADS XML.).freeze,
|
679
|
+
label: "Has Earlier Established\n Form".freeze,
|
680
|
+
:"owl:inverseOf" => %(mads:hasLaterEstablishedForm).freeze,
|
503
681
|
subPropertyOf: "mads:see".freeze,
|
504
682
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
505
683
|
property :hasExactExternalAuthority,
|
506
|
-
comment: %(Records a relationship
|
684
|
+
comment: %(Records a relationship
|
685
|
+
between an Authority and one to which it matches exactly but from a different MADS
|
507
686
|
Scheme.).freeze,
|
508
|
-
label: "Has Exact External
|
687
|
+
label: "Has Exact External\n Authority".freeze,
|
509
688
|
subPropertyOf: ["mads:hasCloseExternalAuthority".freeze, "skos:exactMatch".freeze],
|
510
|
-
type: ["owl:ObjectProperty".freeze, "
|
689
|
+
type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
|
511
690
|
property :hasExpansionVariant,
|
512
|
-
label: "Has Expansion
|
691
|
+
label: "Has Expansion\n Variant".freeze,
|
513
692
|
subPropertyOf: "mads:hasVariant".freeze,
|
514
693
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
515
694
|
property :hasHiddenVariant,
|
516
|
-
comment: %(Use for variants that are searchable, but not necessarily for
|
695
|
+
comment: %(Use for variants that are searchable, but not necessarily for
|
696
|
+
display.).freeze,
|
517
697
|
domain: "mads:Authority".freeze,
|
518
698
|
label: "Has Hidden Variant".freeze,
|
519
699
|
range: "mads:Variant".freeze,
|
520
700
|
subPropertyOf: "skosxl:hiddenLabel".freeze,
|
521
701
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
522
702
|
property :hasIdentifier,
|
523
|
-
comment: %(Associates a resource with
|
703
|
+
comment: %(Associates a resource with
|
704
|
+
a madsrdf:Identifier.).freeze,
|
524
705
|
label: "Has Identifier".freeze,
|
525
706
|
range: "mads:Identifier".freeze,
|
526
707
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
527
708
|
property :hasLaterEstablishedForm,
|
528
|
-
comment: %(Use to reference the later form of a resource. This is Related
|
529
|
-
|
530
|
-
|
709
|
+
comment: %(Use to reference the later form of a resource. This is Related
|
710
|
+
type='later' in MADS XML.).freeze,
|
711
|
+
label: "Has Later Established\n Form".freeze,
|
712
|
+
:"owl:inverseOf" => %(mads:hasEarlierEstablishedForm).freeze,
|
531
713
|
subPropertyOf: "mads:see".freeze,
|
532
714
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
533
715
|
property :hasMADSCollectionMember,
|
534
|
-
comment: %(Associates an Authority or other Collection with a
|
716
|
+
comment: %(Associates an Authority or other Collection with a
|
717
|
+
madsrdf:MADSCollection.).freeze,
|
535
718
|
domain: "mads:MADSCollection".freeze,
|
536
719
|
label: "Has MADSCollection Member".freeze,
|
537
|
-
"owl:inverseOf" => %(mads:isMemberOfMADSCollection).freeze,
|
720
|
+
:"owl:inverseOf" => %(mads:isMemberOfMADSCollection).freeze,
|
538
721
|
subPropertyOf: "skos:member".freeze,
|
539
|
-
type: ["
|
722
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
540
723
|
property :hasMADSSchemeMember,
|
541
|
-
comment: %(Associates an Authority or Collection with a
|
724
|
+
comment: %(Associates an Authority or Collection with a
|
725
|
+
madsrdf:MADSScheme.).freeze,
|
542
726
|
domain: "mads:MADSScheme".freeze,
|
543
|
-
label: "Has MADS Scheme
|
544
|
-
"owl:inverseOf" => %(mads:isMemberOfMADSScheme).freeze,
|
545
|
-
type: ["
|
727
|
+
label: "Has MADS Scheme\n Member".freeze,
|
728
|
+
:"owl:inverseOf" => %(mads:isMemberOfMADSScheme).freeze,
|
729
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
546
730
|
property :hasNarrowerAuthority,
|
547
|
-
comment: %(Creates a direct
|
548
|
-
|
549
|
-
|
731
|
+
comment: %(Creates a direct
|
732
|
+
relationship between an Authority and one that is more narrowly defined.).freeze,
|
733
|
+
label: "Has Narrower\n Authority".freeze,
|
734
|
+
:"owl:inverseOf" => %(mads:hasBroaderAuthority).freeze,
|
550
735
|
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:narrower".freeze],
|
551
736
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
552
737
|
property :hasNarrowerExternalAuthority,
|
553
|
-
comment: %(Creates a direct
|
738
|
+
comment: %(Creates a direct
|
739
|
+
relationship between an Authority and a more narrowly defined Authority from a different MADS
|
554
740
|
Scheme.).freeze,
|
555
|
-
label: "Has Narrower External
|
741
|
+
label: "Has Narrower External\n Authority".freeze,
|
556
742
|
subPropertyOf: ["mads:hasNarrowerAuthority".freeze, "skos:narrowMatch".freeze],
|
557
743
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
558
744
|
property :hasReciprocalAuthority,
|
559
|
-
comment: %(Establishes a relationship between two Authority resources. It is
|
745
|
+
comment: %(Establishes a relationship between two Authority resources. It is
|
746
|
+
reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS
|
560
747
|
XML.).freeze,
|
561
|
-
label: "Has Reciprocal
|
748
|
+
label: "Has Reciprocal\n Authority".freeze,
|
562
749
|
subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:related".freeze],
|
563
|
-
type: ["owl:
|
750
|
+
type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
|
564
751
|
property :hasReciprocalExternalAuthority,
|
565
|
-
comment: %(Establishes a relationship
|
752
|
+
comment: %(Establishes a relationship
|
753
|
+
between an Authority and one from a different MADS Scheme. It is reciprocal, so the
|
566
754
|
relationship must be shared.).freeze,
|
567
|
-
label: "Has Reciprocal External
|
755
|
+
label: "Has Reciprocal External\n Authority".freeze,
|
568
756
|
subPropertyOf: ["mads:hasReciprocalAuthority".freeze, "skos:relatedMatch".freeze],
|
569
|
-
type: ["owl:
|
757
|
+
type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
|
570
758
|
property :hasRelatedAuthority,
|
571
|
-
comment: %(Unless the relationship can be more specifically identified, use
|
759
|
+
comment: %(Unless the relationship can be more specifically identified, use
|
760
|
+
'hasRelatedAuthority.').freeze,
|
572
761
|
domain: "mads:Authority".freeze,
|
573
762
|
label: "Has Related Authority".freeze,
|
574
763
|
range: "mads:Authority".freeze,
|
@@ -580,101 +769,130 @@ module RDF::Vocab
|
|
580
769
|
range: "mads:Source".freeze,
|
581
770
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
582
771
|
property :hasTopMemberOfMADSScheme,
|
583
|
-
comment: %(Identifies an Authority
|
772
|
+
comment: %(Identifies an Authority
|
773
|
+
that is at the top of the hierarchy of authorities within the MADS Scheme.).freeze,
|
584
774
|
domain: "mads:MADSScheme".freeze,
|
585
|
-
label: "Has Top Member of MADS
|
775
|
+
label: "Has Top Member of MADS\n Scheme".freeze,
|
586
776
|
range: "mads:Authority".freeze,
|
587
777
|
subPropertyOf: ["mads:hasMADSSchemeMember".freeze, "skos:hasTopConcept".freeze],
|
588
778
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
589
779
|
property :hasTranslationVariant,
|
590
|
-
comment: %(A Variant whose label
|
591
|
-
|
780
|
+
comment: %(A Variant whose label
|
781
|
+
represents a translation of that of the authoritative label.).freeze,
|
782
|
+
label: "Has Translation\n Variant".freeze,
|
592
783
|
subPropertyOf: "mads:hasVariant".freeze,
|
593
784
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
594
785
|
property :hasVariant,
|
595
|
-
comment: %(Associates a Variant with an Authority or Deprecrated Authority.
|
786
|
+
comment: %(Associates a Variant with an Authority or Deprecrated Authority.
|
787
|
+
Unless the variant type can be more specifically identified, use 'hasVariant.').freeze,
|
596
788
|
domain: "mads:Authority".freeze,
|
597
789
|
label: "Has Variant".freeze,
|
598
790
|
range: "mads:Variant".freeze,
|
599
791
|
subPropertyOf: "skosxl:altLabel".freeze,
|
600
792
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
601
793
|
property :hiddenLabel,
|
602
|
-
comment: %(A label entered for
|
794
|
+
comment: %(A label entered for
|
795
|
+
discovery purposes but not shown.).freeze,
|
603
796
|
domain: "mads:Variant".freeze,
|
604
797
|
label: "Hidden Label".freeze,
|
605
798
|
subPropertyOf: "skosxl:literalForm".freeze,
|
606
|
-
type: ["
|
799
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
607
800
|
property :historyNote,
|
608
|
-
comment: %(A note pertaining to the
|
801
|
+
comment: %(A note pertaining to the
|
802
|
+
history of the resource.).freeze,
|
609
803
|
label: "History Note".freeze,
|
610
|
-
"owl:equivalentProperty" => %(skos:historyNote).freeze,
|
804
|
+
:"owl:equivalentProperty" => %(skos:historyNote).freeze,
|
611
805
|
subPropertyOf: "mads:note".freeze,
|
612
806
|
type: "owl:AnnotationProperty".freeze
|
807
|
+
property :honoraryTitle,
|
808
|
+
comment: %(Designation indicative of
|
809
|
+
royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of
|
810
|
+
religious vocation.).freeze,
|
811
|
+
domain: "mads:RWO".freeze,
|
812
|
+
label: "Honorary Title".freeze,
|
813
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
613
814
|
property :hours,
|
614
815
|
domain: "mads:Affiliation".freeze,
|
615
816
|
label: "Hours".freeze,
|
616
817
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
617
818
|
property :idScheme,
|
618
|
-
comment: %(The scheme associated with
|
619
|
-
\(madsrdf:idValue\)
|
819
|
+
comment: %(The scheme associated with
|
820
|
+
the identifier. For example, "LCCN" would be used when the Identifier Value \(madsrdf:idValue\)
|
821
|
+
is a LC Control Number.).freeze,
|
620
822
|
domain: "mads:Identifier".freeze,
|
621
|
-
label: "Identifier
|
823
|
+
label: "Identifier\n Scheme".freeze,
|
622
824
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
623
825
|
property :idValue,
|
624
|
-
comment: %(The value of the identifier
|
826
|
+
comment: %(The value of the identifier
|
827
|
+
conforming to the Identifier Scheme syntax.).freeze,
|
625
828
|
domain: "mads:Identifier".freeze,
|
626
829
|
label: "Identifier Value".freeze,
|
627
830
|
range: "xsd:string".freeze,
|
628
831
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
629
832
|
property :identifiesRWO,
|
630
|
-
comment: %(Associates a
|
833
|
+
comment: %(Associates a
|
834
|
+
madsrdf:Authority with the Real World Object that is the subject of the authority's
|
835
|
+
label.).freeze,
|
631
836
|
domain: "mads:Authority".freeze,
|
632
837
|
label: "Identifies RWO".freeze,
|
633
|
-
"owl:inverseOf" => %(mads:isIdentifiedByAuthority).freeze,
|
838
|
+
:"owl:inverseOf" => %(mads:isIdentifiedByAuthority).freeze,
|
634
839
|
range: "mads:RWO".freeze,
|
635
840
|
subPropertyOf: "foaf:focus".freeze,
|
636
|
-
type: ["
|
841
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
637
842
|
property :isIdentifiedByAuthority,
|
638
|
-
comment: %(Associates a Real World
|
843
|
+
comment: %(Associates a Real World
|
844
|
+
Object with its Authority description.).freeze,
|
639
845
|
domain: "mads:RWO".freeze,
|
640
|
-
label: "Is Identified By
|
641
|
-
"owl:inverseOf" => %(mads:identifiesRWO).freeze,
|
846
|
+
label: "Is Identified By\n Authority".freeze,
|
847
|
+
:"owl:inverseOf" => %(mads:identifiesRWO).freeze,
|
642
848
|
range: "mads:Authority".freeze,
|
643
849
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
644
850
|
property :isMemberOfMADSCollection,
|
645
|
-
comment: %(Associates a Collection with a madsrdf:Authority or another
|
851
|
+
comment: %(Associates a Collection with a madsrdf:Authority or another
|
852
|
+
madsrdf:MADSCollection.).freeze,
|
646
853
|
label: "Is Member Of MADSCollection".freeze,
|
647
|
-
"owl:inverseOf" => %(mads:hasMADSCollectionMember).freeze,
|
854
|
+
:"owl:inverseOf" => %(mads:hasMADSCollectionMember).freeze,
|
648
855
|
range: "mads:MADSCollection".freeze,
|
649
|
-
type: ["
|
856
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
650
857
|
property :isMemberOfMADSScheme,
|
651
|
-
label: "Is Member of MADS
|
652
|
-
"owl:inverseOf" => %(mads:hasMADSSchemeMember).freeze,
|
858
|
+
label: "Is Member of MADS\n Scheme".freeze,
|
859
|
+
:"owl:inverseOf" => %(mads:hasMADSSchemeMember).freeze,
|
653
860
|
range: "mads:MADSScheme".freeze,
|
654
861
|
subPropertyOf: "skos:inScheme".freeze,
|
655
|
-
type: ["
|
862
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
656
863
|
property :isTopMemberOfMADSScheme,
|
657
|
-
comment: %(Identifies a MADS Scheme in
|
658
|
-
|
659
|
-
|
864
|
+
comment: %(Identifies a MADS Scheme in
|
865
|
+
which the Authority is at the top of the hierarchy.).freeze,
|
866
|
+
label: "Is Top Member of MADS\n Scheme".freeze,
|
867
|
+
:"owl:inverseOf" => %(mads:hasTopMemberOfMADSScheme).freeze,
|
660
868
|
range: "mads:MADSScheme".freeze,
|
661
869
|
subPropertyOf: ["mads:isMemberOfMADSScheme".freeze, "skos:topConceptOf".freeze],
|
662
|
-
type: ["
|
870
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
663
871
|
property :natureOfAffiliation,
|
664
|
-
comment: %(Records the individual's
|
665
|
-
|
872
|
+
comment: %(Records the individual's
|
873
|
+
role or position in the organization with which the individual is affiliated. A "job title"
|
874
|
+
might be appropriate.).freeze,
|
666
875
|
domain: "mads:Affiliation".freeze,
|
667
|
-
label: "Nature of
|
668
|
-
type: ["
|
876
|
+
label: "Nature of\n Affiliation".freeze,
|
877
|
+
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
669
878
|
property :note,
|
670
|
-
comment: %(A note about the
|
879
|
+
comment: %(A note about the
|
880
|
+
resource.).freeze,
|
671
881
|
label: "Note".freeze,
|
672
|
-
"owl:equivalentProperty" => %(skos:note).freeze,
|
673
|
-
type: ["
|
882
|
+
:"owl:equivalentProperty" => %(skos:note).freeze,
|
883
|
+
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
884
|
+
property :occupation,
|
885
|
+
comment: %(A profession or occupation
|
886
|
+
in which the person works or has worked.).freeze,
|
887
|
+
domain: "mads:RWO".freeze,
|
888
|
+
label: "Occupation".freeze,
|
889
|
+
range: "mads:Occupation".freeze,
|
890
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
674
891
|
property :organization,
|
675
|
-
comment: %(The group or organization
|
892
|
+
comment: %(The group or organization
|
893
|
+
with which an individual is associated.).freeze,
|
676
894
|
domain: "mads:Affiliation".freeze,
|
677
|
-
label: "Organization or
|
895
|
+
label: "Organization or\n Group".freeze,
|
678
896
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
679
897
|
property :phone,
|
680
898
|
domain: "mads:Affiliation".freeze,
|
@@ -682,45 +900,69 @@ module RDF::Vocab
|
|
682
900
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
683
901
|
property :postcode,
|
684
902
|
domain: "mads:Address".freeze,
|
685
|
-
label: "Post Code / Zip
|
903
|
+
label: "Post Code / Zip\n Code".freeze,
|
904
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
905
|
+
property :prominentFamilyMember,
|
906
|
+
comment: %(A well-known individual who
|
907
|
+
is a member of the family.).freeze,
|
908
|
+
domain: "mads:RWO".freeze,
|
909
|
+
label: "Prominent Family\n Member".freeze,
|
686
910
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
687
911
|
property :scopeNote,
|
688
912
|
label: "Scope Note".freeze,
|
689
|
-
"owl:equivalentProperty" => %(skos:scopeNote).freeze,
|
913
|
+
:"owl:equivalentProperty" => %(skos:scopeNote).freeze,
|
690
914
|
subPropertyOf: "mads:note".freeze,
|
691
915
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
692
916
|
property :see,
|
693
|
-
comment: %(Denotes a relationship
|
694
|
-
|
917
|
+
comment: %(Denotes a relationship
|
918
|
+
between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be
|
919
|
+
reciprocated and there is no certainty that the related resource will further illuminate the
|
920
|
+
original resource.).freeze,
|
695
921
|
label: "See Also".freeze,
|
696
922
|
subPropertyOf: "rdfs:seeAlso".freeze,
|
697
923
|
type: "owl:ObjectProperty".freeze
|
698
924
|
property :state,
|
699
|
-
comment: %(The state associated with
|
925
|
+
comment: %(The state associated with
|
926
|
+
an address.).freeze,
|
700
927
|
domain: "mads:Address".freeze,
|
701
928
|
label: "State".freeze,
|
702
929
|
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
703
930
|
property :streetAddress,
|
704
|
-
comment: %(First line of address. For
|
931
|
+
comment: %(First line of address. For
|
932
|
+
second line, use madsrdf:extendedAddress.).freeze,
|
705
933
|
domain: "mads:Address".freeze,
|
706
934
|
label: "Street Address".freeze,
|
707
935
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
936
|
+
property :terminateDate,
|
937
|
+
comment: %(The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination.
|
938
|
+
).freeze,
|
939
|
+
domain: "mads:RWO".freeze,
|
940
|
+
label: "Terminated".freeze,
|
941
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
708
942
|
property :useFor,
|
709
|
-
comment: %("Use [This Resource] For."
|
943
|
+
comment: %("Use [This Resource] For."
|
944
|
+
Traditional "USE FOR" reference.).freeze,
|
710
945
|
label: "Use For".freeze,
|
711
|
-
"owl:inverseOf" => %(mads:useInstead).freeze,
|
946
|
+
:"owl:inverseOf" => %(mads:useInstead).freeze,
|
712
947
|
subPropertyOf: "mads:see".freeze,
|
713
|
-
type: ["
|
948
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
714
949
|
property :useInstead,
|
715
|
-
comment: %("Use [This Other Resource]
|
950
|
+
comment: %("Use [This Other Resource]
|
951
|
+
Instead." Traditional "USE" reference.).freeze,
|
716
952
|
label: "Use Instead".freeze,
|
717
953
|
subPropertyOf: "mads:see".freeze,
|
718
954
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
719
955
|
property :variantLabel,
|
720
|
-
comment: %(The lexical, variant form
|
956
|
+
comment: %(The lexical, variant form
|
957
|
+
of an authoritative label.).freeze,
|
721
958
|
domain: "mads:Variant".freeze,
|
722
959
|
label: "Variant Label".freeze,
|
723
960
|
subPropertyOf: "skosxl:literalForm".freeze,
|
724
961
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
962
|
+
property :workOrigin,
|
963
|
+
comment: %(The country or other territorial jurisdiction from which a work originated.).freeze,
|
964
|
+
label: "Work locale".freeze,
|
965
|
+
range: "mads:Geographic".freeze,
|
966
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
725
967
|
end
|
726
968
|
end
|