rdf-vocab 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -125,6 +125,7 @@ module RDF::Vocab
125
125
  # Property definitions
126
126
  property :description,
127
127
  comment: %(A description.).freeze,
128
+ domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze],
128
129
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
129
130
  label: "description".freeze,
130
131
  range: "xsd:string".freeze,
@@ -133,11 +134,19 @@ module RDF::Vocab
133
134
  "vs:term_status": "testing".freeze
134
135
  property :freetextQuery,
135
136
  comment: %(A property representing a freetext query.).freeze,
137
+ domain: "hydra:Resource".freeze,
136
138
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
137
139
  label: "freetext query".freeze,
138
140
  range: "xsd:string".freeze,
139
141
  type: "rdf:Property".freeze,
140
142
  "vs:term_status": "testing".freeze
143
+ property :limit,
144
+ comment: %(Instructs to limit set only to N elements.).freeze,
145
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
146
+ label: "take".freeze,
147
+ range: "xsd:nonNegativeInteger".freeze,
148
+ type: "rdf:Property".freeze,
149
+ "vs:term_status": "testing".freeze
141
150
  property :mapping,
142
151
  comment: %(A variable-to-property mapping of the IRI template.).freeze,
143
152
  domain: "hydra:IriTemplate".freeze,
@@ -154,8 +163,30 @@ module RDF::Vocab
154
163
  range: "xsd:string".freeze,
155
164
  type: "rdf:Property".freeze,
156
165
  "vs:term_status": "testing".freeze
166
+ property :offset,
167
+ comment: %(Instructs to skip N elements of the set.).freeze,
168
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
169
+ label: "skip".freeze,
170
+ range: "xsd:nonNegativeInteger".freeze,
171
+ type: "rdf:Property".freeze,
172
+ "vs:term_status": "testing".freeze
173
+ property :pageIndex,
174
+ comment: %(Instructs to provide a specific page of the collection at a given index.).freeze,
175
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
176
+ label: "page index".freeze,
177
+ range: "xsd:nonNegativeInteger".freeze,
178
+ subPropertyOf: "hydra:pageReference".freeze,
179
+ type: "rdf:Property".freeze,
180
+ "vs:term_status": "testing".freeze
181
+ property :pageReference,
182
+ comment: %(Instructs to provide a specific page reference of the collection.).freeze,
183
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
184
+ label: "page reference".freeze,
185
+ type: "rdf:Property".freeze,
186
+ "vs:term_status": "testing".freeze
157
187
  property :property,
158
188
  comment: %(A property).freeze,
189
+ domainIncludes: ["hydra:IriTemplateMapping".freeze, "hydra:SupportedProperty".freeze],
159
190
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
160
191
  label: "property".freeze,
161
192
  range: "rdf:Property".freeze,
@@ -171,6 +202,7 @@ module RDF::Vocab
171
202
  "vs:term_status": "testing".freeze
172
203
  property :required,
173
204
  comment: %(True if the property is required, false otherwise.).freeze,
205
+ domainIncludes: ["hydra:IriTemplateMapping".freeze, "hydra:SupportedProperty".freeze],
174
206
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
175
207
  label: "required".freeze,
176
208
  range: "xsd:boolean".freeze,
@@ -186,13 +218,16 @@ module RDF::Vocab
186
218
  "vs:term_status": "testing".freeze
187
219
  property :template,
188
220
  comment: %(A templated string with placeholders. The literal's datatype indicates the template syntax; if not specified, hydra:Rfc6570Template is assumed.).freeze,
221
+ domain: "hydra:IriTemplate".freeze,
189
222
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
190
223
  label: "template".freeze,
224
+ range: "hydra:Rfc6570Template".freeze,
191
225
  "rdfs:seeAlso": "hydra:Rfc6570Template".freeze,
192
226
  type: "rdf:Property".freeze,
193
227
  "vs:term_status": "testing".freeze
194
228
  property :title,
195
229
  comment: %(A title, often used along with a description.).freeze,
230
+ domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze],
196
231
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
197
232
  label: "title".freeze,
198
233
  range: "xsd:string".freeze,
@@ -217,6 +252,7 @@ module RDF::Vocab
217
252
  "vs:term_status": "testing".freeze
218
253
  property :variableRepresentation,
219
254
  comment: %(The representation format to use when expanding the IRI template.).freeze,
255
+ domain: "hydra:IriTemplateMapping".freeze,
220
256
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
221
257
  label: "variable representation".freeze,
222
258
  range: "hydra:VariableRepresentation".freeze,
@@ -256,6 +292,7 @@ module RDF::Vocab
256
292
  "vs:term_status": "testing".freeze
257
293
  term :apiDocumentation,
258
294
  comment: %(A link to the API documentation).freeze,
295
+ domain: "hydra:Resource".freeze,
259
296
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
260
297
  label: "apiDocumentation".freeze,
261
298
  range: "hydra:ApiDocumentation".freeze,
@@ -263,9 +300,10 @@ module RDF::Vocab
263
300
  "vs:term_status": "testing".freeze
264
301
  term :collection,
265
302
  comment: %(Collections somehow related to this resource.).freeze,
266
- domain: "hydra:Collection".freeze,
303
+ domain: "hydra:Resource".freeze,
267
304
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
268
305
  label: "collection".freeze,
306
+ range: "hydra:Collection".freeze,
269
307
  type: "hydra:Link".freeze,
270
308
  "vs:term_status": "testing".freeze
271
309
  term :entrypoint,
@@ -337,6 +375,7 @@ module RDF::Vocab
337
375
  "vs:term_status": "testing".freeze
338
376
  term :possibleStatus,
339
377
  comment: %(A status that might be returned by the Web API \(other statuses should be expected and properly handled as well\)).freeze,
378
+ domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Operation".freeze],
340
379
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
341
380
  label: "possible status".freeze,
342
381
  range: "hydra:Status".freeze,
@@ -360,6 +399,7 @@ module RDF::Vocab
360
399
  "vs:term_status": "testing".freeze
361
400
  term :search,
362
401
  comment: %(A IRI template that can be used to query a collection.).freeze,
402
+ domain: "hydra:Resource".freeze,
363
403
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
364
404
  label: "search".freeze,
365
405
  range: "hydra:IriTemplate".freeze,
@@ -380,6 +420,7 @@ module RDF::Vocab
380
420
  "vs:term_status": "testing".freeze
381
421
  term :supportedOperation,
382
422
  comment: %(An operation supported by instances of the specific Hydra class or the target of the Hydra link).freeze,
423
+ domainIncludes: ["hydra:Class".freeze, "hydra:Link".freeze],
383
424
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
384
425
  label: "supported operation".freeze,
385
426
  range: "hydra:Operation".freeze,
@@ -11,7 +11,7 @@ module RDF::Vocab
11
11
 
12
12
  # Ontology definition
13
13
  ontology :"http://id.loc.gov/vocabulary/identifiers/",
14
- comment: %( Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI. ).freeze,
14
+ comment: %(Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI.).freeze,
15
15
  hasTopConcept: ["identifiers:agorha".freeze, "identifiers:agrovoc".freeze, "identifiers:allmovie".freeze, "identifiers:allmusic".freeze, "identifiers:allocine".freeze, "identifiers:amnbo".freeze, "identifiers:ansi".freeze, "identifiers:artsy".freeze, "identifiers:artukart".freeze, "identifiers:artukaw".freeze, "identifiers:balat".freeze, "identifiers:bbcth".freeze, "identifiers:bdusc".freeze, "identifiers:belvku".freeze, "identifiers:belvwrk".freeze, "identifiers:benezit".freeze, "identifiers:bfi".freeze, "identifiers:bigenc".freeze, "identifiers:bnfcg".freeze, "identifiers:bpn".freeze, "identifiers:cana".freeze, "identifiers:cantic".freeze, "identifiers:cbwpid".freeze, "identifiers:cerl".freeze, "identifiers:cgndb".freeze, "identifiers:clara".freeze, "identifiers:cnbksy".freeze, "identifiers:csfdcz".freeze, "identifiers:danacode".freeze, "identifiers:datoses".freeze, "identifiers:discogs".freeze, "identifiers:dkfilm".freeze, "identifiers:doi".freeze, "identifiers:dpb".freeze, "identifiers:ean".freeze, "identifiers:eidr".freeze, "identifiers:emlo".freeze, "identifiers:fast".freeze, "identifiers:fidecp".freeze, "identifiers:filmaff".freeze, "identifiers:filmport".freeze, "identifiers:findagr".freeze, "identifiers:fisa".freeze, "identifiers:freebase".freeze, "identifiers:gec".freeze, "identifiers:geogndb".freeze, "identifiers:geonames".freeze, "identifiers:gettyart".freeze, "identifiers:gettyobj".freeze, "identifiers:gettytgn".freeze, "identifiers:gettyulan".freeze, "identifiers:gnd".freeze, "identifiers:gnis".freeze, "identifiers:goodra".freeze, "identifiers:gtaa".freeze, "identifiers:gtin-14".freeze, "identifiers:hdl".freeze, "identifiers:iaafa".freeze, "identifiers:ibdb".freeze, "identifiers:idref".freeze, "identifiers:imdb".freeze, "identifiers:isan".freeze, "identifiers:isbn".freeze, "identifiers:isbn-a".freeze, "identifiers:isbnre".freeze, "identifiers:isbnsbn".freeze, "identifiers:isfdbau".freeze, "identifiers:isfdbaw".freeze, "identifiers:isfdbma".freeze, "identifiers:isfdbpu".freeze, "identifiers:isil".freeze, "identifiers:ismn".freeze, "identifiers:isni".freeze, "identifiers:iso".freeze, "identifiers:isrc".freeze, "identifiers:issn".freeze, "identifiers:issn-l".freeze, "identifiers:issue-number".freeze, "identifiers:istc".freeze, "identifiers:iswc".freeze, "identifiers:itar".freeze, "identifiers:kda".freeze, "identifiers:kdw".freeze, "identifiers:kinopo".freeze, "identifiers:lattes".freeze, "identifiers:lccn".freeze, "identifiers:lcmd".freeze, "identifiers:lei".freeze, "identifiers:libaus".freeze, "identifiers:local".freeze, "identifiers:matrix-number".freeze, "identifiers:mocofo".freeze, "identifiers:moma".freeze, "identifiers:morana".freeze, "identifiers:moviemetf".freeze, "identifiers:moviemetr".freeze, "identifiers:munzing".freeze, "identifiers:muscl".freeze, "identifiers:music-plate".freeze, "identifiers:music-publisher".freeze, "identifiers:musicb".freeze, "identifiers:natgazfid".freeze, "identifiers:nga".freeze, "identifiers:ngva".freeze, "identifiers:ngvw".freeze, "identifiers:nipo".freeze, "identifiers:nndb".freeze, "identifiers:npg".freeze, "identifiers:odnb".freeze, "identifiers:ofdb".freeze, "identifiers:onix".freeze, "identifiers:opensm".freeze, "identifiers:orcid".freeze, "identifiers:oxforddnb".freeze, "identifiers:permid".freeze, "identifiers:picnypl".freeze, "identifiers:pnta".freeze, "identifiers:porthu".freeze, "identifiers:prabook".freeze, "identifiers:rbmsbt".freeze, "identifiers:rbmsgt".freeze, "identifiers:rbmspe".freeze, "identifiers:rbmsppe".freeze, "identifiers:rbmspt".freeze, "identifiers:rbmsrd".freeze, "identifiers:rbmste".freeze, "identifiers:rid".freeze, "identifiers:rkda".freeze, "identifiers:saam".freeze, "identifiers:scholaru".freeze, "identifiers:scope".freeze, "identifiers:scopus".freeze, "identifiers:sici".freeze, "identifiers:snac".freeze, "identifiers:spotify".freeze, "identifiers:sprfbsb".freeze, "identifiers:sprfbsk".freeze, "identifiers:sprfcbb".freeze, "identifiers:sprfcfb".freeze, "identifiers:sprfhoc".freeze, "identifiers:sprfoly".freeze, "identifiers:sprfpfb".freeze, "identifiers:stock-number".freeze, "identifiers:strn".freeze, "identifiers:svfilm".freeze, "identifiers:tatearid".freeze, "identifiers:theatr".freeze, "identifiers:trove".freeze, "identifiers:upc".freeze, "identifiers:uri".freeze, "identifiers:urn".freeze, "identifiers:vd16".freeze, "identifiers:vd17".freeze, "identifiers:vd18".freeze, "identifiers:vgmdb".freeze, "identifiers:viaf".freeze, "identifiers:videorecording-identifier".freeze, "identifiers:wikidata".freeze, "identifiers:wndla".freeze, "identifiers:xgamea".freeze],
16
16
  label: "Standard Identifiers Scheme".freeze,
17
17
  "mads:adminMetadata": term(
@@ -11,38 +11,186 @@ module RDF::Vocab
11
11
 
12
12
  # Ontology definition
13
13
  ontology :"http://www.w3.org/ns/json-ld#",
14
- comment: %(This is a vocabulary document and is used to achieve certain features of the JSON-LD language.).freeze,
15
- label: "The JSON-LD Vocabulary".freeze,
14
+ "dc:date": "2018-11-29".freeze,
15
+ "dc:description": "This is a vocabulary document and is used to achieve certain features of the JSON-LD language.".freeze,
16
+ "dc:title": "The JSON-LD Vocabulary".freeze,
17
+ "owl:versionInfo": "https://github.com/w3c/json-ld-wg/commit/e5fac0a01a0cda11628ede074574b60167ccec7f".freeze,
18
+ "rdfs:seeAlso": "http://www.w3.org/TR/json-ld11".freeze,
16
19
  type: "owl:Ontology".freeze
17
20
 
21
+ # Class definitions
22
+ term :Context,
23
+ comment: %(Defines term definitions and other aspects of a JSON-LD `Context`.).freeze,
24
+ isDefinedBy: "jsonld:".freeze,
25
+ label: "Context".freeze,
26
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
27
+ type: "rdfs:Class".freeze
28
+ term :PrefixDefinition,
29
+ comment: %(A string \([simple term definition]\(http://www.w3.org/TR/json-ld11/#dfn-simple-term-definitions\)\), expanding to an absolute IRI.).freeze,
30
+ isDefinedBy: "jsonld:".freeze,
31
+ label: "Prefix Definition".freeze,
32
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definitions".freeze,
33
+ type: "rdfs:Class".freeze
34
+ term :TermDefinition,
35
+ comment: %(A [term definition]\(http://www.w3.org/TR/json-ld11/#dfn-term-definitions\) is an entry in a [context]\(#Context\), where the key defines a term which may be used within a dictionary as a key, type, or elsewhere that a string is interpreted as a vocabulary item. Its value is an [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\).).freeze,
36
+ isDefinedBy: "jsonld:".freeze,
37
+ label: "Term Definition".freeze,
38
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-term-definitions".freeze,
39
+ type: "rdfs:Class".freeze
40
+
18
41
  # Property definitions
42
+ property :base,
43
+ comment: %(If the [context definition]\(https://www.w3.org/TR/json-ld11/#dfn-context-definition\) has an `@base` key, its value MUST be an _absolute IRI_, a _relative IRI_, or `null`.).freeze,
44
+ domainIncludes: "jsonld:Context".freeze,
45
+ isDefinedBy: "jsonld:".freeze,
46
+ label: "base".freeze,
47
+ rangeIncludes: "xsd:anyUri".freeze,
48
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
49
+ type: "rdf:Property".freeze
50
+ property :container,
51
+ comment: %(The associated `@container` value in an [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\)..).freeze,
52
+ domainIncludes: "jsonld:TermDefinition".freeze,
53
+ isDefinedBy: "jsonld:".freeze,
54
+ label: "container".freeze,
55
+ rangeIncludes: "jsonld:ContainerType".freeze,
56
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
57
+ type: "rdf:Property".freeze
19
58
  property :context,
20
- comment: %(This link relation is used to reference a JSON-LD context from a JSON document so that it can be interpreted as JSON-LD.).freeze,
21
- isDefinedBy: "http://www.w3.org/ns/json-ld".freeze,
22
- label: "JSON-LD context".freeze,
23
- "rdfs:seeAlso": "http://www.w3.org/TR/json-ld-syntax/#referencing-contexts-from-json-documents".freeze,
59
+ comment: %(As an IRI, this link relation is used to reference a JSON-LD context from a JSON document so that it can be interpreted as JSON-LD. As a Context, defines an inline `context definition`.).freeze,
60
+ isDefinedBy: "jsonld:".freeze,
61
+ label: "context".freeze,
62
+ rangeIncludes: ["jsonld:Context".freeze, "xsd:anyUri".freeze],
63
+ "rdfs:seeAlso": "http://www.w3.org/TR/json-ld11/#interpreting-json-as-json-ld".freeze,
64
+ type: "rdf:Property".freeze
65
+ property :definition,
66
+ comment: %(Term definition\(s\) associated with this context.).freeze,
67
+ domainIncludes: "jsonld:Context".freeze,
68
+ isDefinedBy: "jsonld:".freeze,
69
+ label: "definition".freeze,
70
+ rangeIncludes: ["jsonld:PrefixDefinition".freeze, "jsonld:TermDefinition".freeze],
71
+ type: "rdf:Property".freeze
72
+ property :id,
73
+ comment: %(The `@id` mapping of a [term definition]\(#TermDefinition\).
74
+
75
+
76
+
77
+ If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
78
+ domainIncludes: ["jsonld:PrefixDefinition".freeze, "jsonld:TermDefinition".freeze],
79
+ isDefinedBy: "jsonld:".freeze,
80
+ label: "id".freeze,
81
+ rangeIncludes: "xsd:anyUri".freeze,
82
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
83
+ type: "rdf:Property".freeze
84
+ property :language,
85
+ comment: %(The default language is set in the context using the @language key whose value MUST be a string representing a [BCP47] language code or null.).freeze,
86
+ domainIncludes: ["jsonld:Context".freeze, "jsonld:TermDefinition".freeze],
87
+ isDefinedBy: "jsonld:".freeze,
88
+ label: "language".freeze,
89
+ rangeIncludes: "xsd:string".freeze,
90
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#default-language".freeze,
91
+ type: ["http://www.w3.org/ns/ContainerType".freeze, "rdf:Property".freeze]
92
+ property :prefix,
93
+ comment: %(With the value `true`, allows this term to be used to construct a compact IRI when compacting.).freeze,
94
+ domainIncludes: "jsonld:TermDefinition".freeze,
95
+ isDefinedBy: "jsonld:".freeze,
96
+ label: "prefix".freeze,
97
+ rangeIncludes: "xsd:boolean".freeze,
98
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
99
+ type: "rdf:Property".freeze
100
+ property :reverse,
101
+ comment: %(The `@reverse` mapping of an [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\).).freeze,
102
+ domainIncludes: "jsonld:TermDefinition".freeze,
103
+ isDefinedBy: "jsonld:".freeze,
104
+ label: "reverse".freeze,
105
+ rangeIncludes: "xsd:anyUri".freeze,
106
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#reverse-properties".freeze,
107
+ type: "rdf:Property".freeze
108
+ property :term,
109
+ comment: %(The term associated with a [term definition]\(#TermDefinition\).).freeze,
110
+ domainIncludes: ["jsonld:PrefixDefinition".freeze, "jsonld:TermDefinition".freeze],
111
+ isDefinedBy: "jsonld:".freeze,
112
+ label: "term".freeze,
113
+ rangeIncludes: "xsd:string".freeze,
114
+ type: "rdf:Property".freeze
115
+ property :type,
116
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@type` keyword, its value MUST be an _absolute IRI_, a _compact IRI_, a _term_, `null`, or one of the keywords `@id` or `@vocab`.).freeze,
117
+ domainIncludes: "jsonld:TermDefinition".freeze,
118
+ isDefinedBy: "jsonld:".freeze,
119
+ label: "type".freeze,
120
+ rangeIncludes: ["xsd:anyUri".freeze, "xsd:string".freeze],
121
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
122
+ type: "rdf:Property".freeze
123
+ property :version,
124
+ comment: %(The [processing mode]\(https://www.w3.org/TR/json-ld11/#dfn-processing-mode\) defines how a JSON-LD document is processed. By default, all documents are assumed to be conformant with [JSON-LD 1.0]\(http://www.w3.org/TR/json-ld-syntax\). By defining a different version using the `@version` member in a [context]\(#Context\), or via explicit API option, other processing modes can be accessed. This specification defines extensions for the `json-ld-1.1` processing mode.).freeze,
125
+ domainIncludes: "jsonld:Context".freeze,
126
+ isDefinedBy: "jsonld:".freeze,
127
+ label: "version".freeze,
128
+ rangeIncludes: "xsd:decimal".freeze,
129
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#dfn-processing-mode".freeze,
130
+ type: "rdf:Property".freeze
131
+ property :vocab,
132
+ comment: %(Used to expand properties and values in `@type` with a common prefix IRI.).freeze,
133
+ domainIncludes: "jsonld:Context".freeze,
134
+ isDefinedBy: "jsonld:".freeze,
135
+ label: "vocab".freeze,
136
+ rangeIncludes: "xsd:anyUri".freeze,
137
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#default-vocabulary".freeze,
24
138
  type: "rdf:Property".freeze
25
139
 
26
140
  # Extra definitions
27
141
  term :compacted,
28
142
  comment: %(This profile IRI is used to request or specify compacted JSON-LD document form.).freeze,
29
- isDefinedBy: "http://www.w3.org/ns/json-ld".freeze,
30
- label: "Compacted JSON-LD document form".freeze,
31
- "rdfs:seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations".freeze
32
- term :"compacted-flattened",
33
- comment: %(This profile IRI is used to request or specify compacted, flattened JSON-LD document form.).freeze,
34
- isDefinedBy: "http://www.w3.org/ns/json-ld".freeze,
35
- label: "Compacted, flattened JSON-LD document form".freeze,
36
- "rdfs:seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations".freeze
143
+ isDefinedBy: "jsonld:".freeze,
144
+ label: "compacted".freeze,
145
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
146
+ type: "owl:NamedIndividual".freeze
37
147
  term :expanded,
38
- comment: %(This profile IRI is used to request or specify expanded JSON-LD document form.).freeze,
39
- isDefinedBy: "http://www.w3.org/ns/json-ld".freeze,
40
- label: "Expanded JSON-LD document form".freeze,
41
- "rdfs:seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations".freeze
42
- term :"expanded-flattened",
43
- comment: %(This profile IRI is used to request or specify expanded, flattened JSON-LD document form.).freeze,
44
- isDefinedBy: "http://www.w3.org/ns/json-ld".freeze,
45
- label: "Expanded, flattened JSON-LD document form".freeze,
46
- "rdfs:seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations".freeze
148
+ comment: %(This profile URI is used to request or specify expanded JSON-LD document form.).freeze,
149
+ isDefinedBy: "jsonld:".freeze,
150
+ label: "expanded".freeze,
151
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
152
+ type: "owl:NamedIndividual".freeze
153
+ term :flattened,
154
+ comment: %(This profile URI is used to request or specify flattened JSON-LD document form.).freeze,
155
+ isDefinedBy: "jsonld:".freeze,
156
+ label: "flattened".freeze,
157
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#iana-considerations".freeze,
158
+ type: "owl:NamedIndividual".freeze
159
+ term :graphContainerType,
160
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
161
+ isDefinedBy: "jsonld:".freeze,
162
+ label: "@graph".freeze,
163
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
164
+ type: "http://www.w3.org/ns/ContainerType".freeze
165
+ term :idContainerType,
166
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
167
+ isDefinedBy: "jsonld:".freeze,
168
+ label: "@id".freeze,
169
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
170
+ type: "http://www.w3.org/ns/ContainerType".freeze
171
+ term :indexContainerType,
172
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
173
+ isDefinedBy: "jsonld:".freeze,
174
+ label: "@index".freeze,
175
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
176
+ type: "http://www.w3.org/ns/ContainerType".freeze
177
+ term :listContainerType,
178
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
179
+ isDefinedBy: "jsonld:".freeze,
180
+ label: "@list".freeze,
181
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
182
+ type: "http://www.w3.org/ns/ContainerType".freeze
183
+ term :setContainerType,
184
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
185
+ isDefinedBy: "jsonld:".freeze,
186
+ label: "@set".freeze,
187
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
188
+ type: "http://www.w3.org/ns/ContainerType".freeze
189
+ term :typeContainerType,
190
+ comment: %(If the [expanded term definition]\(https://www.w3.org/TR/json-ld11/#dfn-expanded-term-definitions\) contains the `@container` keyword, its value MUST be either `@list`, `@set`, `@language`, `@index`, `@id`, `@graph`, `@type`, or be `null` or an _array_ containing exactly any one of those keywords.).freeze,
191
+ isDefinedBy: "jsonld:".freeze,
192
+ label: "@type".freeze,
193
+ "rdfs:seeAlso": "https://www.w3.org/TR/json-ld11/#context-definitions".freeze,
194
+ type: "http://www.w3.org/ns/ContainerType".freeze
47
195
  end
48
196
  end
@@ -9,113 +9,115 @@ module RDF::Vocab
9
9
  # end
10
10
  class MADS < RDF::StrictVocabulary("http://www.loc.gov/mads/rdf/v1#")
11
11
 
12
+ # Ontology definition
13
+ ontology :"http://www.loc.gov/mads/rdf/v1#",
14
+ comment: %(This document describes the MADS/RDF \(Metadata Authority Description Schema in RDF\) vocabulary, a data model for authority and vocabulary data used within the library and information science \(LIS\) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology.
15
+
16
+
17
+ MADS/RDF is a knowledge organization system \(KOS\) designed for use with controlled values for names \(personal, corporate, geographic, etc.\), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS.
18
+
19
+
20
+ Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging \(MARC\) Authorities format in RDF for use in semantic applications and Linked Data projects.
21
+
22
+
23
+ MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority.
24
+
25
+
26
+ Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic.
27
+
28
+
29
+ The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. ).freeze,
30
+ "dc:modified": "2015-10-29T12:01:03.065-05:00".freeze,
31
+ label: "MADS/RDF (Metadata Authority Description Schema in RDF)".freeze,
32
+ "owl:ontologyIRI": "mads:".freeze,
33
+ "owl:priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-2-0".freeze,
34
+ "owl:versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-3-0".freeze,
35
+ "owl:versionInfo": "1.3.0".freeze,
36
+ type: "owl:Ontology".freeze
37
+
12
38
  # Class definitions
13
39
  term :Address,
14
40
  label: "Address".freeze,
15
41
  type: "owl:Class".freeze
16
42
  term :Affiliation,
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,
43
+ comment: %(A resource that describes an individual's affiliation with an organization or group, such as the nature of the affiliation and the active dates.).freeze,
20
44
  label: "Affiliation".freeze,
21
45
  type: "owl:Class".freeze
22
46
  term :Area,
23
- comment: %(Describes a resource whose
24
- label is a non-jurisdictional geographic entity.).freeze,
47
+ comment: %(Describes a resource whose label is a non-jurisdictional geographic entity.).freeze,
25
48
  label: "Area Type".freeze,
26
49
  subClassOf: "mads:Geographic".freeze,
27
50
  type: "owl:Class".freeze
28
51
  term :Authority,
29
- comment: %(A concept with a controlled
30
- label.).freeze,
52
+ comment: %(A concept with a controlled label.).freeze,
31
53
  label: "Authority".freeze,
32
54
  "owl:disjointWith": ["mads:DeprecatedAuthority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze, "mads:Variant".freeze],
33
55
  subClassOf: ["owl:Thing".freeze, "skos:Concept".freeze],
34
56
  type: "owl:Class".freeze
35
57
  term :City,
36
- comment: %(Describes a resource whose
37
- label is an inhabited place incorporated as a city, town, etc.).freeze,
58
+ comment: %(Describes a resource whose label is an inhabited place incorporated as a city, town, etc.).freeze,
38
59
  label: "City Type".freeze,
39
60
  subClassOf: "mads:Geographic".freeze,
40
61
  type: "owl:Class".freeze
41
62
  term :CitySection,
42
- comment: %(Describes a resource whose
43
- label is a smaller unit within a populated place, e.g., a neighborhood, park, or
44
- street.).freeze,
63
+ comment: %(Describes a resource whose label is a smaller unit within a populated place, e.g., a neighborhood, park, or street.).freeze,
45
64
  label: "City Section Type".freeze,
46
65
  subClassOf: "mads:Geographic".freeze,
47
66
  type: "owl:Class".freeze
48
67
  term :ComplexSubject,
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,
68
+ comment: %(The label of a madsrdf:ComplexSubject is the concatenation of labels from two or more madsrdf:SimpleType descriptions, except that the combination of madsrdf:SimpleType labels for the madsrdf:ComplexSubject does not meet the conditions to be the label of a madsrdf:NameTitle resource or madsrdf:HierarchicalGeographic resource.).freeze,
54
69
  label: "Complex Subject Type".freeze,
55
70
  subClassOf: "mads:ComplexType".freeze,
56
71
  type: "owl:Class".freeze
57
72
  term :ComplexType,
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,
73
+ comment: %(madsrdf:ComplexType is a resource whose label is the concatenation of labels from two or more Authority descriptions or two or more Variant descriptions or some combination of Authority and Variant descriptions, each of a madsrdf:SimpleType.).freeze,
62
74
  equivalentClass: term(
63
75
  cardinality: "1".freeze,
64
76
  onProperty: "mads:componentList".freeze,
65
77
  type: "owl:Restriction".freeze
66
78
  ),
67
79
  label: "Complex Type".freeze,
68
- "owl:disjointUnionOf": list("mads:HierarchicalGeographic".freeze, "mads:ComplexSubject".freeze, "mads:NameTitle".freeze),
80
+ "owl:disjointUnionOf": list("_:g70336885636160".freeze, "_:g70336885649440".freeze, "_:g70336885685640".freeze),
69
81
  "owl:disjointWith": "mads:SimpleType".freeze,
70
82
  subClassOf: "mads:MADSType".freeze,
71
83
  type: "owl:Class".freeze
72
84
  term :ConferenceName,
73
- comment: %(Describes a resource whose
74
- label represents a conference name.).freeze,
85
+ comment: %(Describes a resource whose label represents a conference name.).freeze,
75
86
  label: "Conference Name Type".freeze,
76
87
  subClassOf: "mads:Name".freeze,
77
88
  type: "owl:Class".freeze
78
89
  term :Continent,
79
- comment: %(Describes a resource whose
80
- label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North
81
- America, South America, Australia, and Antarctica.).freeze,
90
+ comment: %(Describes a resource whose label is one of seven large landmasses on Earth. These are: Asia, Africa, Europe, North America, South America, Australia, and Antarctica.).freeze,
82
91
  label: "Continent Type".freeze,
83
92
  subClassOf: "mads:Geographic".freeze,
84
93
  type: "owl:Class".freeze
85
94
  term :CorporateName,
86
- comment: %(Describes a resource whose
87
- label is the name of a corporate entity, which may include political or ecclesiastical
88
- entities.).freeze,
95
+ comment: %(Describes a resource whose label is the name of a corporate entity, which may include political or ecclesiastical entities.).freeze,
89
96
  label: "Corporate Name Type".freeze,
90
97
  subClassOf: "mads:Name".freeze,
91
98
  type: "owl:Class".freeze
92
99
  term :Country,
93
- comment: %(Describes a resource whose
94
- label is a country, i.e. a political entity considered a country. ).freeze,
100
+ comment: %(Describes a resource whose label is a country, i.e. a political entity considered a country. ).freeze,
95
101
  label: "Country Type".freeze,
96
102
  subClassOf: "mads:Geographic".freeze,
97
103
  type: "owl:Class".freeze
98
104
  term :County,
99
- comment: %(Describes a resource whose
100
- label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g.
101
- England.).freeze,
105
+ comment: %(Describes a resource whose label is the largest local administrative unit, e.g. Warwickshire, in a country, e.g. England.).freeze,
102
106
  label: "County Type".freeze,
103
107
  subClassOf: "mads:Geographic".freeze,
104
108
  type: "owl:Class".freeze
105
109
  term :DateNameElement,
106
- label: "Date Name\n Element".freeze,
110
+ label: "Date Name Element".freeze,
107
111
  subClassOf: "mads:NameElement".freeze,
108
112
  type: "owl:Class".freeze
109
113
  term :DeprecatedAuthority,
110
- comment: %(A former
111
- Authority.).freeze,
112
- label: "Deprecated\n Authority".freeze,
114
+ comment: %(A former Authority.).freeze,
115
+ label: "Deprecated Authority".freeze,
113
116
  "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
114
117
  subClassOf: "owl:Thing".freeze,
115
118
  type: "owl:Class".freeze
116
119
  term :Element,
117
- comment: %(madsrdf:Element types
118
- describe the various parts of labels.).freeze,
120
+ comment: %(madsrdf:Element types describe the various parts of labels.).freeze,
119
121
  equivalentClass: term(
120
122
  cardinality: "1".freeze,
121
123
  onProperty: "mads:elementValue".freeze,
@@ -124,20 +126,17 @@ module RDF::Vocab
124
126
  label: "Element".freeze,
125
127
  type: "owl:Class".freeze
126
128
  term :ExtraterrestrialArea,
127
- comment: %(Describes a resource whose
128
- label is any extraterrestrial entity or space, including a solar system, a galaxy, a star
129
- system, and a planet, including a geographic feature of an individual planet.).freeze,
129
+ comment: %(Describes a resource whose label is any extraterrestrial entity or space, including a solar system, a galaxy, a star system, and a planet, including a geographic feature of an individual planet.).freeze,
130
130
  label: "Extraterrestrial Area Type".freeze,
131
131
  subClassOf: "mads:Geographic".freeze,
132
132
  type: "owl:Class".freeze
133
133
  term :FamilyName,
134
- comment: %(Describes a resource whose
135
- label represents a family name.).freeze,
134
+ comment: %(Describes a resource whose label represents a family name.).freeze,
136
135
  label: "Family Name Type".freeze,
137
136
  subClassOf: "mads:Name".freeze,
138
137
  type: "owl:Class".freeze
139
138
  term :FamilyNameElement,
140
- label: "Family Name\n Element".freeze,
139
+ label: "Family Name Element".freeze,
141
140
  subClassOf: "mads:NameElement".freeze,
142
141
  type: "owl:Class".freeze
143
142
  term :FullNameElement,
@@ -145,16 +144,7 @@ module RDF::Vocab
145
144
  subClassOf: "mads:NameElement".freeze,
146
145
  type: "owl:Class".freeze
147
146
  term :GenreForm,
148
- comment: %(Describes a resource whose label is a genre or form term. Genre
149
- terms for textual materials designate specific kinds of materials distinguished by the style
150
- or technique of their intellectual contents; for example, biographies, catechisms, essays,
151
- hymns, or reviews. Form terms designate historically and functionally specific kinds of
152
- materials as distinguished by an examination of their physical character, characteristics of
153
- their intellectual content, or the order of information within them; for example, daybooks,
154
- diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the
155
- context of graphic materials, genre headings denote categories of material distinguished by
156
- vantage point, intended purpose, characteristics of the creator, publication status, or method
157
- of representation.).freeze,
147
+ comment: %(Describes a resource whose label is a genre or form term. Genre terms for textual materials designate specific kinds of materials distinguished by the style or technique of their intellectual contents; for example, biographies, catechisms, essays, hymns, or reviews. Form terms designate historically and functionally specific kinds of materials as distinguished by an examination of their physical character, characteristics of their intellectual content, or the order of information within them; for example, daybooks, diaries, directories, journals, memoranda, questionnaires, syllabi, or time sheets. In the context of graphic materials, genre headings denote categories of material distinguished by vantage point, intended purpose, characteristics of the creator, publication status, or method of representation.).freeze,
158
148
  label: "Genre/Form Type".freeze,
159
149
  subClassOf: "mads:SimpleType".freeze,
160
150
  type: "owl:Class".freeze
@@ -163,9 +153,7 @@ module RDF::Vocab
163
153
  subClassOf: "mads:Element".freeze,
164
154
  type: "owl:Class".freeze
165
155
  term :Geographic,
166
- comment: %(Describes a resource whose label represents a geographic place or
167
- feature, especially when a more precise geographic determination \(City, Country, Region, etc.\)
168
- cannot be made.).freeze,
156
+ comment: %(Describes a resource whose label represents a geographic place or feature, especially when a more precise geographic determination \(City, Country, Region, etc.\) cannot be made.).freeze,
169
157
  label: "Geographic Authority".freeze,
170
158
  subClassOf: "mads:SimpleType".freeze,
171
159
  type: "owl:Class".freeze
@@ -174,35 +162,25 @@ module RDF::Vocab
174
162
  subClassOf: "mads:Element".freeze,
175
163
  type: "owl:Class".freeze
176
164
  term :GivenNameElement,
177
- label: "Given Name\n Element".freeze,
165
+ label: "Given Name Element".freeze,
178
166
  subClassOf: "mads:NameElement".freeze,
179
167
  type: "owl:Class".freeze
180
168
  term :HierarchicalGeographic,
181
- comment: %(A madsrdf:HierarchicalGeographic indicates that its label is the
182
- concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the
183
- madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State,
184
- madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the
185
- madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship
186
- between them.).freeze,
169
+ comment: %(A madsrdf:HierarchicalGeographic indicates that its label is the concatenation of labels from a sequence of madsrdf:Geographic types taken from one of the madsrdf:Geographic sub-classes such as madsrdf:City, madsrdf:Country, madsrdf:State, madsrdf:Region, madsrdf:Area, etc. The madsrdf:Geographic resources that constitute the madsrdf:HierarchicalGeographic should have a broader to narrower hierarchical relationship between them.).freeze,
187
170
  label: "Hierarchical Geographic Type".freeze,
188
171
  subClassOf: "mads:ComplexType".freeze,
189
172
  type: "owl:Class".freeze
190
173
  term :Identifier,
191
- comment: %(A madsrdf:Identifier
192
- resource describes an identifier by associating the identifier value with its type. To be used
193
- to record identifiers for a resource in the absence of URIs.).freeze,
174
+ comment: %(A madsrdf:Identifier resource describes an identifier by associating the identifier value with its type. To be used to record identifiers for a resource in the absence of URIs.).freeze,
194
175
  label: "Other Identifier".freeze,
195
176
  type: "owl:Class".freeze
196
177
  term :Island,
197
- comment: %(Describes a resource whose
198
- label is a tract of land surrounded by water and smaller than a continent but is not itself a
199
- separate country. ).freeze,
178
+ comment: %(Describes a resource whose label is a tract of land surrounded by water and smaller than a continent but is not itself a separate country. ).freeze,
200
179
  label: "Island Type".freeze,
201
180
  subClassOf: "mads:Geographic".freeze,
202
181
  type: "owl:Class".freeze
203
182
  term :Language,
204
- comment: %(Describes a resource whose label represents a
205
- language.).freeze,
183
+ comment: %(Describes a resource whose label represents a language.).freeze,
206
184
  equivalentClass: "dc:LinguisticSystem".freeze,
207
185
  label: "Language Type".freeze,
208
186
  subClassOf: "mads:SimpleType".freeze,
@@ -212,21 +190,13 @@ module RDF::Vocab
212
190
  subClassOf: "mads:Element".freeze,
213
191
  type: "owl:Class".freeze
214
192
  term :MADSCollection,
215
- comment: %(A madsrdf:Collection is an
216
- organizational unit, members of which will have some form of intellectually unifying theme but
217
- not to the extent that it defines an independent knowledge organization system. It aggregates
218
- madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.).freeze,
193
+ comment: %(A madsrdf:Collection is an organizational unit, members of which will have some form of intellectually unifying theme but not to the extent that it defines an independent knowledge organization system. It aggregates madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.).freeze,
219
194
  label: "MADS Collection".freeze,
220
195
  "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSScheme".freeze, "mads:Variant".freeze],
221
196
  subClassOf: "skos:Collection".freeze,
222
197
  type: "owl:Class".freeze
223
198
  term :MADSScheme,
224
- comment: %(MADS Scheme is an organizational unit that describes a knowledge
225
- organization system. It aggregates madsrdf:Authority descriptions and/or
226
- madsrdf:MADSCollection resources included in the knowledge organization system. Including a
227
- madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a
228
- madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that
229
- madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.).freeze,
199
+ comment: %(MADS Scheme is an organizational unit that describes a knowledge organization system. It aggregates madsrdf:Authority descriptions and/or madsrdf:MADSCollection resources included in the knowledge organization system. Including a madsrdf:MADSCollection within a madsrdf:MADSScheme should be done with care; when a madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.).freeze,
230
200
  label: "MADS Scheme".freeze,
231
201
  "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:Variant".freeze],
232
202
  subClassOf: "skos:ConceptScheme".freeze,
@@ -236,13 +206,11 @@ module RDF::Vocab
236
206
  "owl:disjointWith": ["mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
237
207
  type: "owl:Class".freeze
238
208
  term :MainTitleElement,
239
- label: "Main Title\n Element".freeze,
209
+ label: "Main Title Element".freeze,
240
210
  subClassOf: "mads:TitleElement".freeze,
241
211
  type: "owl:Class".freeze
242
212
  term :Name,
243
- comment: %(Describes a resource whose label represents a name, especially when
244
- a more precise Name type \(madsrdf:ConferenceName, masdrdf:FamilyName, etc.\) cannot be
245
- identified.).freeze,
213
+ comment: %(Describes a resource whose label represents a name, especially when a more precise Name type \(madsrdf:ConferenceName, masdrdf:FamilyName, etc.\) cannot be identified.).freeze,
246
214
  label: "Name Type".freeze,
247
215
  subClassOf: "mads:SimpleType".freeze,
248
216
  type: "owl:Class".freeze
@@ -251,10 +219,7 @@ module RDF::Vocab
251
219
  subClassOf: "mads:Element".freeze,
252
220
  type: "owl:Class".freeze
253
221
  term :NameTitle,
254
- comment: %(The label of a madsrdf:NameTitle resource is the concatenation of a
255
- label of a madsrdf:Name description and the label of a madsrdf:Title description. Both
256
- description types \(madsrdf:Name and madsrdf:Title\) are of madsrdf:SimpleType
257
- types.).freeze,
222
+ comment: %(The label of a madsrdf:NameTitle resource is the concatenation of a label of a madsrdf:Name description and the label of a madsrdf:Title description. Both description types \(madsrdf:Name and madsrdf:Title\) are of madsrdf:SimpleType types.).freeze,
258
223
  label: "Name/Title Type".freeze,
259
224
  subClassOf: "mads:ComplexType".freeze,
260
225
  type: "owl:Class".freeze
@@ -263,61 +228,49 @@ module RDF::Vocab
263
228
  subClassOf: "mads:TitleElement".freeze,
264
229
  type: "owl:Class".freeze
265
230
  term :Occupation,
266
- comment: %(Describes a resource whose
267
- label represents an occcupation.).freeze,
231
+ comment: %(Describes a resource whose label represents an occcupation.).freeze,
268
232
  label: "Occupation Type".freeze,
269
233
  subClassOf: "mads:SimpleType".freeze,
270
234
  type: "owl:Class".freeze
271
235
  term :PartNameElement,
272
- label: "Part Name\n Element".freeze,
236
+ label: "Part Name Element".freeze,
273
237
  subClassOf: "mads:TitleElement".freeze,
274
238
  type: "owl:Class".freeze
275
239
  term :PartNumberElement,
276
- label: "Part Number\n Element".freeze,
240
+ label: "Part Number Element".freeze,
277
241
  subClassOf: "mads:TitleElement".freeze,
278
242
  type: "owl:Class".freeze
279
243
  term :PersonalName,
280
- comment: %(Describes a resource whose
281
- label represents a personal name.).freeze,
244
+ comment: %(Describes a resource whose label represents a personal name.).freeze,
282
245
  label: "Personal Name Type".freeze,
283
246
  subClassOf: "mads:Name".freeze,
284
247
  type: "owl:Class".freeze
285
248
  term :Province,
286
- comment: %(Describes a resource whose
287
- label is a first order political division, e.g. Ontario, within a country, e.g. Canada. ).freeze,
249
+ comment: %(Describes a resource whose label is a first order political division, e.g. Ontario, within a country, e.g. Canada. ).freeze,
288
250
  label: "Province Type".freeze,
289
251
  subClassOf: "mads:Geographic".freeze,
290
252
  type: "owl:Class".freeze
291
253
  term :RWO,
292
- comment: %(A madsrdf:RWO is an
293
- abstract entity and identifies a Real World Object \(RWO\) identified by the label of a
294
- madsrdf:Authority or madsrdf:DeprecatedAuthority.).freeze,
295
- label: "Real World\n Object".freeze,
254
+ comment: %(A madsrdf:RWO is an abstract entity and identifies a Real World Object \(RWO\) identified by the label of a madsrdf:Authority or madsrdf:DeprecatedAuthority.).freeze,
255
+ label: "Real World Object".freeze,
296
256
  subClassOf: "owl:Thing".freeze,
297
257
  type: "owl:Class".freeze
298
258
  term :Region,
299
- comment: %(Describes a resource whose
300
- label is an area that has the status of a jurisdiction, usually incorporating more than one
301
- first level jurisdiction. ).freeze,
259
+ comment: %(Describes a resource whose label is an area that has the status of a jurisdiction, usually incorporating more than one first level jurisdiction. ).freeze,
302
260
  label: "Region Type".freeze,
303
261
  subClassOf: "mads:Geographic".freeze,
304
262
  type: "owl:Class".freeze
305
263
  term :SimpleType,
306
- comment: %(madsrdf:SimpleType is a resource with a label constituting a single
307
- word or phrase.).freeze,
264
+ comment: %(madsrdf:SimpleType is a resource with a label constituting a single word or phrase.).freeze,
308
265
  label: "Simple Type".freeze,
309
266
  subClassOf: "mads:MADSType".freeze,
310
267
  type: "owl:Class".freeze
311
268
  term :Source,
312
- comment: %(A resource that represents
313
- the source of information about another resource. madsrdf:Source is a type of
314
- citation.).freeze,
269
+ comment: %(A resource that represents the source of information about another resource. madsrdf:Source is a type of citation.).freeze,
315
270
  label: "Source".freeze,
316
271
  type: "owl:Class".freeze
317
272
  term :State,
318
- comment: %(Describes a resource whose
319
- label is a first order political division, e.g. Montana, within a country, e.g.
320
- U.S.).freeze,
273
+ comment: %(Describes a resource whose label is a first order political division, e.g. Montana, within a country, e.g. U.S.).freeze,
321
274
  label: "State Type".freeze,
322
275
  subClassOf: "mads:Geographic".freeze,
323
276
  type: "owl:Class".freeze
@@ -326,8 +279,7 @@ module RDF::Vocab
326
279
  subClassOf: "mads:TitleElement".freeze,
327
280
  type: "owl:Class".freeze
328
281
  term :Temporal,
329
- comment: %(Describes a resource whose
330
- label represents a time-based notion.).freeze,
282
+ comment: %(Describes a resource whose label represents a time-based notion.).freeze,
331
283
  label: "Temporal Type".freeze,
332
284
  subClassOf: "mads:SimpleType".freeze,
333
285
  type: "owl:Class".freeze
@@ -336,19 +288,16 @@ module RDF::Vocab
336
288
  subClassOf: "mads:Element".freeze,
337
289
  type: "owl:Class".freeze
338
290
  term :TermsOfAddressNameElement,
339
- label: "Terms of Address\n Element".freeze,
291
+ label: "Terms of Address Element".freeze,
340
292
  subClassOf: "mads:NameElement".freeze,
341
293
  type: "owl:Class".freeze
342
294
  term :Territory,
343
- comment: %(Describes a resource whose
344
- label is a geographical area belonging to or under the jurisdiction of a governmental
345
- authority. ).freeze,
295
+ comment: %(Describes a resource whose label is a geographical area belonging to or under the jurisdiction of a governmental authority. ).freeze,
346
296
  label: "Territory Type".freeze,
347
297
  subClassOf: "mads:Geographic".freeze,
348
298
  type: "owl:Class".freeze
349
299
  term :Title,
350
- comment: %(Describes a resource whose
351
- label represents a title.).freeze,
300
+ comment: %(Describes a resource whose label represents a title.).freeze,
352
301
  label: "Title Type".freeze,
353
302
  subClassOf: "mads:SimpleType".freeze,
354
303
  type: "owl:Class".freeze
@@ -357,8 +306,7 @@ module RDF::Vocab
357
306
  subClassOf: "mads:Element".freeze,
358
307
  type: "owl:Class".freeze
359
308
  term :Topic,
360
- comment: %(Describes a resource whose
361
- label represents a topic.).freeze,
309
+ comment: %(Describes a resource whose label represents a topic.).freeze,
362
310
  label: "Topic Type".freeze,
363
311
  subClassOf: "mads:SimpleType".freeze,
364
312
  type: "owl:Class".freeze
@@ -367,8 +315,7 @@ module RDF::Vocab
367
315
  subClassOf: "mads:Element".freeze,
368
316
  type: "owl:Class".freeze
369
317
  term :Variant,
370
- comment: %(A resource whose label is the alternate form of an Authority or
371
- Deprecated Authority.).freeze,
318
+ comment: %(A resource whose label is the alternate form of an Authority or Deprecated Authority.).freeze,
372
319
  label: "Variant".freeze,
373
320
  "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
374
321
  subClassOf: ["owl:Thing".freeze, "skosxl:Label".freeze],
@@ -376,648 +323,549 @@ module RDF::Vocab
376
323
 
377
324
  # Property definitions
378
325
  property :activityEndDate,
379
- comment: %(Latest date in a period of activity.
380
- ).freeze,
326
+ comment: %(Latest date in a period of activity. ).freeze,
381
327
  domain: "mads:RWO".freeze,
382
328
  label: "Activity End".freeze,
383
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
329
+ type: "owl:DatatypeProperty".freeze
384
330
  property :activityStartDate,
385
- comment: %(Earliest date in a period of activity.
386
- ).freeze,
331
+ comment: %(Earliest date in a period of activity. ).freeze,
387
332
  domain: "mads:RWO".freeze,
388
333
  label: "Activity Start".freeze,
389
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
334
+ type: "owl:DatatypeProperty".freeze
390
335
  property :adminMetadata,
391
- comment: %(This relates an Authority or Variant to its administrative metadata,
392
- which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class
393
- from the RecordInfo ontology is recommended.).freeze,
336
+ comment: %(This relates an Authority or Variant to its administrative metadata, which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.).freeze,
394
337
  domain: term(
395
338
  type: "owl:Class".freeze,
396
- unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze, "mads:Variant".freeze)
339
+ unionOf: list("_:g70336893764740".freeze, "_:g70336893885960".freeze, "_:g70336893935180".freeze)
397
340
  ),
398
341
  label: "Administrative Metadata".freeze,
399
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
342
+ type: "owl:ObjectProperty".freeze
400
343
  property :affiliationEnd,
401
- comment: %(The date an individual
402
- ceased to be affiliated with an organization.).freeze,
344
+ comment: %(The date an individual ceased to be affiliated with an organization.).freeze,
403
345
  domain: "mads:Affiliation".freeze,
404
- label: "Affiliation\n Ended".freeze,
346
+ label: "Affiliation Ended".freeze,
405
347
  range: "xsd:date".freeze,
406
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
348
+ type: "owl:DatatypeProperty".freeze
407
349
  property :affiliationStart,
408
- comment: %(The date an individual
409
- established an affiliation with an organization.).freeze,
350
+ comment: %(The date an individual established an affiliation with an organization.).freeze,
410
351
  domain: "mads:Affiliation".freeze,
411
- label: "Affiliation\n Started".freeze,
352
+ label: "Affiliation Started".freeze,
412
353
  range: "xsd:date".freeze,
413
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
354
+ type: "owl:DatatypeProperty".freeze
414
355
  property :associatedLanguage,
415
- comment: %(Language that a person,
416
- organization, or family uses for publication, communication, etc., or in which a work is
417
- expressed. ).freeze,
356
+ comment: %(Language that a person, organization, or family uses for publication, communication, etc., or in which a work is expressed. ).freeze,
418
357
  domain: "mads:RWO".freeze,
419
- label: "Associated\n Language".freeze,
358
+ label: "Associated Language".freeze,
420
359
  range: "mads:Language".freeze,
421
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
360
+ type: "owl:ObjectProperty".freeze
422
361
  property :associatedLocale,
423
- comment: %(A town, city, province,
424
- state, and/or country associated with persons, corporate bodies, families, works, and
425
- expressions.).freeze,
362
+ comment: %(A town, city, province, state, and/or country associated with persons, corporate bodies, families, works, and expressions.).freeze,
426
363
  domain: "mads:RWO".freeze,
427
364
  label: "Associated Locale".freeze,
428
365
  range: "mads:Geographic".freeze,
429
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
366
+ type: "owl:ObjectProperty".freeze
430
367
  property :authoritativeLabel,
431
- comment: %(A lexical string representing a controlled, curated label for the
432
- Authority.).freeze,
368
+ comment: %(A lexical string representing a controlled, curated label for the Authority.).freeze,
433
369
  domain: "mads:Authority".freeze,
434
370
  label: "Authoritative Label".freeze,
435
371
  subPropertyOf: ["rdfs:label".freeze, "skos:prefLabel".freeze],
436
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
372
+ type: "owl:AnnotationProperty".freeze
437
373
  property :birthDate,
438
- comment: %(The year a person was born.
439
- Date of birth may also include the month and day of the person’s birth. \(RDA
440
- 9.3.2.1\)).freeze,
374
+ comment: %(The year a person was born. Date of birth may also include the month and day of the person’s birth. \(RDA 9.3.2.1\)).freeze,
441
375
  domain: "mads:RWO".freeze,
442
376
  label: "Birth Date".freeze,
443
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
377
+ type: "owl:DatatypeProperty".freeze
444
378
  property :birthPlace,
445
- comment: %(The town, city, province,
446
- state, and/or country in which a person was born.).freeze,
379
+ comment: %(The town, city, province, state, and/or country in which a person was born.).freeze,
447
380
  domain: "mads:RWO".freeze,
448
381
  label: "Place of Birth".freeze,
449
382
  range: "mads:Geographic".freeze,
450
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
383
+ type: "owl:ObjectProperty".freeze
451
384
  property :changeNote,
452
- comment: %(A note detailing a modification to an Authority or
453
- Variant.).freeze,
385
+ comment: %(A note detailing a modification to an Authority or Variant.).freeze,
454
386
  equivalentProperty: "skos:changeNote".freeze,
455
387
  label: "Change Note".freeze,
456
388
  subPropertyOf: "mads:note".freeze,
457
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
389
+ type: "owl:AnnotationProperty".freeze
458
390
  property :citationNote,
459
- comment: %(A note about how the madsrdf:Source relates to the resource about
460
- which the madsrdf:Source is the information source.).freeze,
391
+ comment: %(A note about how the madsrdf:Source relates to the resource about which the madsrdf:Source is the information source.).freeze,
461
392
  domain: "mads:Source".freeze,
462
393
  label: "Citation Note".freeze,
463
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
394
+ type: "owl:AnnotationProperty".freeze
464
395
  property :citationSource,
465
396
  comment: %(The cited resource.).freeze,
466
397
  domain: "mads:Source".freeze,
467
398
  label: "Citation Source".freeze,
468
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
399
+ type: "owl:AnnotationProperty".freeze
469
400
  property :citationStatus,
470
- comment: %(Should use a standard term - such as 'found' or 'not found' - to
471
- indicate whether the cited resource yielded information about the resource related to the
472
- madsrdf:Source.).freeze,
401
+ comment: %(Should use a standard term - such as 'found' or 'not found' - to indicate whether the cited resource yielded information about the resource related to the madsrdf:Source.).freeze,
473
402
  domain: "mads:Source".freeze,
474
403
  label: "Citation Status".freeze,
475
404
  range: "xsd:string".freeze,
476
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
405
+ type: "owl:DatatypeProperty".freeze
477
406
  property :city,
478
407
  comment: %(The city component of an address.).freeze,
479
408
  domain: "mads:Address".freeze,
480
409
  label: "City".freeze,
481
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
410
+ type: "owl:AnnotationProperty".freeze
482
411
  property :classification,
483
- comment: %(The classification code associated with a
484
- madsrdf:Authority.).freeze,
412
+ comment: %(The classification code associated with a madsrdf:Authority.).freeze,
485
413
  domain: "mads:Authority".freeze,
486
414
  label: "Classification".freeze,
487
415
  subPropertyOf: "skos:semanticRelation".freeze,
488
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
416
+ type: "owl:AnnotationProperty".freeze
489
417
  property :code,
490
- comment: %(A code is a string of
491
- characters associated with a the authoritative or deprecated label. It may record an
492
- historical notation once used to uniquely identify a concept.).freeze,
418
+ comment: %(A code is a string of characters associated with a the authoritative or deprecated label. It may record an historical notation once used to uniquely identify a concept.).freeze,
493
419
  domain: term(
494
420
  type: "owl:Class".freeze,
495
- unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze)
421
+ unionOf: list("_:g70336885160560".freeze, "_:g70336885192580".freeze)
496
422
  ),
497
423
  label: "Code".freeze,
498
424
  subPropertyOf: "skos:notation".freeze,
499
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
425
+ type: "owl:DatatypeProperty".freeze
500
426
  property :componentList,
501
- comment: %(madsrdf:componentList
502
- organizes the madsrdf:SimpleType resources whose labels are represented in the label of the
503
- associated madsrdf:ComplexType resource.).freeze,
427
+ comment: %(madsrdf:componentList organizes the madsrdf:SimpleType resources whose labels are represented in the label of the associated madsrdf:ComplexType resource.).freeze,
504
428
  domain: "mads:ComplexType".freeze,
505
429
  label: "Component List".freeze,
506
430
  range: term(
507
431
  type: "owl:Class".freeze,
508
- unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
432
+ unionOf: list("_:g70336885734800".freeze, "_:g70336885750020".freeze)
509
433
  ),
510
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
434
+ type: "owl:ObjectProperty".freeze
511
435
  property :country,
512
- comment: %(Country associated with an
513
- address.).freeze,
436
+ comment: %(Country associated with an address.).freeze,
514
437
  domain: "mads:Address".freeze,
515
438
  label: "Country".freeze,
516
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
439
+ type: "owl:AnnotationProperty".freeze
517
440
  property :creationDateEnd,
518
441
  comment: %(Ending date of the date range for which the beginning date is recorded in madsrdf:creationDateStart.).freeze,
519
- label: "".freeze,
520
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
442
+ label: "Work end".freeze,
443
+ type: "owl:DatatypeProperty".freeze
521
444
  property :creationDateStart,
522
445
  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,
523
446
  label: "Work begun".freeze,
524
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
447
+ type: "owl:DatatypeProperty".freeze
525
448
  property :deathDate,
526
- comment: %(The year a person died.
527
- Date of death may also include the month and day of the person’s death. \(RDA
528
- 9.3.3.1\)).freeze,
449
+ comment: %(The year a person died. Date of death may also include the month and day of the person’s death. \(RDA 9.3.3.1\)).freeze,
529
450
  domain: "mads:RWO".freeze,
530
451
  label: "Death Date".freeze,
531
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
452
+ type: "owl:DatatypeProperty".freeze
532
453
  property :deathPlace,
533
- comment: %(The town, city, province,
534
- state, and/or country in which a person died.).freeze,
454
+ comment: %(The town, city, province, state, and/or country in which a person died.).freeze,
535
455
  domain: "mads:RWO".freeze,
536
456
  label: "Place of Death".freeze,
537
457
  range: "mads:Geographic".freeze,
538
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
458
+ type: "owl:ObjectProperty".freeze
539
459
  property :definitionNote,
540
- comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority,
541
- or Variant description.).freeze,
460
+ comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority, or Variant description.).freeze,
542
461
  equivalentProperty: "skos:definition".freeze,
543
462
  label: "Definition Note".freeze,
544
463
  subPropertyOf: "mads:note".freeze,
545
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
464
+ type: "owl:AnnotationProperty".freeze
546
465
  property :deletionNote,
547
- comment: %(A note pertaining to the
548
- deletion of a resource.).freeze,
466
+ comment: %(A note pertaining to the deletion of a resource.).freeze,
549
467
  label: "Deletion Note".freeze,
550
468
  subPropertyOf: "mads:changeNote".freeze,
551
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
469
+ type: "owl:AnnotationProperty".freeze
552
470
  property :deprecatedLabel,
553
- comment: %(A label once considered
554
- authoritative \(controlled and curated\) but which is no longer.).freeze,
471
+ comment: %(A label once considered authoritative \(controlled and curated\) but which is no longer.).freeze,
555
472
  domain: "mads:DeprecatedAuthority".freeze,
556
473
  label: "Deprecated Label".freeze,
557
474
  subPropertyOf: ["rdfs:label".freeze, "skos:hiddenLabel".freeze],
558
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
475
+ type: "owl:AnnotationProperty".freeze
559
476
  property :editorialNote,
560
- comment: %(A note pertaining to the
561
- management of the label associated with the resource.).freeze,
477
+ comment: %(A note pertaining to the management of the label associated with the resource.).freeze,
562
478
  equivalentProperty: "skos:editorialNote".freeze,
563
479
  label: "Editorial Note".freeze,
564
480
  subPropertyOf: "mads:note".freeze,
565
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
481
+ type: "owl:AnnotationProperty".freeze
566
482
  property :elementList,
567
- comment: %(The madsrdf:elementList property is used to organize the various
568
- parts of labels.).freeze,
483
+ comment: %(The madsrdf:elementList property is used to organize the various parts of labels.).freeze,
569
484
  label: "Element List".freeze,
570
485
  range: term(
571
486
  type: "owl:Class".freeze,
572
- unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
487
+ unionOf: list("_:g70336876415460".freeze, "_:g70336876434620".freeze)
573
488
  ),
574
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
489
+ type: "owl:ObjectProperty".freeze
575
490
  property :elementValue,
576
491
  domain: "mads:Element".freeze,
577
492
  label: "Element Value".freeze,
578
493
  range: "xsd:string".freeze,
579
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
494
+ type: "owl:DatatypeProperty".freeze
580
495
  property :email,
581
496
  domain: "mads:Affiliation".freeze,
582
497
  label: "Email".freeze,
583
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
498
+ type: "owl:DatatypeProperty".freeze
584
499
  property :entityDescriptor,
585
- comment: %(Any attribute that serves
586
- to characterize a person, family or corporate body or that may be needed for differentiation
587
- from other persons. families or corporate bodies and for which separate content designation is
588
- not already defined.Or ).freeze,
500
+ comment: %(Any attribute that serves to characterize a person, family or corporate body or that may be needed for differentiation from other persons. families or corporate bodies and for which separate content designation is not already defined.Or ).freeze,
589
501
  domain: "mads:RWO".freeze,
590
- label: "Entity\n Descriptor".freeze,
591
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
502
+ label: "Entity Descriptor".freeze,
503
+ type: "owl:DatatypeProperty".freeze
592
504
  property :establishDate,
593
- comment: %(The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment.
594
- ).freeze,
505
+ comment: %(The year a corporate body was established. Date of establishment may also include the month and day of the corporate body’s establishment. ).freeze,
595
506
  domain: "mads:RWO".freeze,
596
507
  label: "Established".freeze,
597
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
508
+ type: "owl:DatatypeProperty".freeze
598
509
  property :exampleNote,
599
- comment: %(A example of how the
600
- resource might be used.).freeze,
510
+ comment: %(A example of how the resource might be used.).freeze,
601
511
  equivalentProperty: "skos:example".freeze,
602
512
  label: "Example Note".freeze,
603
513
  subPropertyOf: "mads:note".freeze,
604
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
514
+ type: "owl:AnnotationProperty".freeze
605
515
  property :extendedAddress,
606
- comment: %(The second address line, if
607
- needed.).freeze,
516
+ comment: %(The second address line, if needed.).freeze,
608
517
  domain: "mads:Address".freeze,
609
518
  label: "Extended Address".freeze,
610
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
519
+ type: "owl:DatatypeProperty".freeze
611
520
  property :extension,
612
521
  label: "Extension".freeze,
613
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
522
+ type: "owl:ObjectProperty".freeze
614
523
  property :fax,
615
524
  comment: %(Fax number).freeze,
616
525
  domain: "mads:Affiliation".freeze,
617
526
  label: "Fax".freeze,
618
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
527
+ type: "owl:DatatypeProperty".freeze
619
528
  property :fieldOfActivity,
620
- comment: %(The field of activity
621
- associated with an individual.).freeze,
529
+ comment: %(The field of activity associated with an individual.).freeze,
622
530
  domain: "mads:RWO".freeze,
623
- label: "Field of\n Activity".freeze,
624
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
531
+ label: "Field of Activity".freeze,
532
+ type: "owl:ObjectProperty".freeze
625
533
  property :fullerName,
626
- comment: %(Full form of name needed to
627
- distinguish a person from another person with the same preferred name.).freeze,
534
+ comment: %(Full form of name needed to distinguish a person from another person with the same preferred name.).freeze,
628
535
  label: "Fuller Name".freeze,
629
536
  range: "mads:PersonalName".freeze,
630
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
537
+ type: "owl:ObjectProperty".freeze
631
538
  property :gender,
632
- comment: %(The gender with which a
633
- person identifies. ).freeze,
539
+ comment: %(The gender with which a person identifies. ).freeze,
634
540
  domain: "mads:RWO".freeze,
635
541
  label: "Gender".freeze,
636
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
542
+ type: "owl:DatatypeProperty".freeze
637
543
  property :hasAbbreviationVariant,
638
- label: "Has Abbreviation\n Variant".freeze,
544
+ label: "Has Abbreviation Variant".freeze,
639
545
  subPropertyOf: "mads:hasVariant".freeze,
640
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
546
+ type: "owl:ObjectProperty".freeze
641
547
  property :hasAcronymVariant,
642
- label: "Has Acronym\n Variant".freeze,
548
+ label: "Has Acronym Variant".freeze,
643
549
  subPropertyOf: "mads:hasVariant".freeze,
644
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
550
+ type: "owl:ObjectProperty".freeze
645
551
  property :hasAffiliation,
646
- comment: %(Property to associate an
647
- individual, such as a foaf:Agent, to a group or organization with which an individual is or
648
- has been affiliated.).freeze,
552
+ comment: %(Property to associate an individual, such as a foaf:Agent, to a group or organization with which an individual is or has been affiliated.).freeze,
649
553
  domain: "mads:RWO".freeze,
650
554
  label: "Has Affiliation".freeze,
651
555
  range: "mads:Affiliation".freeze,
652
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
556
+ type: "owl:ObjectProperty".freeze
653
557
  property :hasAffiliationAddress,
654
- comment: %(The address of the group or
655
- organization with which an individual is associated.).freeze,
558
+ comment: %(The address of the group or organization with which an individual is associated.).freeze,
656
559
  domain: "mads:Affiliation".freeze,
657
- label: "Has Affiliation\n Address".freeze,
560
+ label: "Has Affiliation Address".freeze,
658
561
  range: "mads:Address".freeze,
659
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
562
+ type: "owl:ObjectProperty".freeze
660
563
  property :hasBroaderAuthority,
661
564
  inverseOf: "mads:hasNarrowerAuthority".freeze,
662
- label: "Has Broader\n Authority".freeze,
565
+ label: "Has Broader Authority".freeze,
663
566
  subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:broader".freeze],
664
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
567
+ type: "owl:ObjectProperty".freeze
665
568
  property :hasBroaderExternalAuthority,
666
- comment: %(Creates a direct
667
- relationship between an Authority and a more broadly defined Authority from a different MADS
668
- Scheme.).freeze,
669
- label: "Has Broader External\n Authority".freeze,
569
+ comment: %(Creates a direct relationship between an Authority and a more broadly defined Authority from a different MADS Scheme.).freeze,
570
+ label: "Has Broader External Authority".freeze,
670
571
  subPropertyOf: ["mads:hasBroaderAuthority".freeze, "skos:broadMatch".freeze],
671
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
572
+ type: "owl:ObjectProperty".freeze
672
573
  property :hasChararacteristic,
673
- comment: %(A term that specifies a characteristic that differentiates a work or expression from another one.
674
- ).freeze,
574
+ comment: %(A term that specifies a characteristic that differentiates a work or expression from another one. ).freeze,
675
575
  label: "Other characteristic".freeze,
676
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
576
+ type: "owl:ObjectProperty".freeze
677
577
  property :hasCloseExternalAuthority,
678
- comment: %(Records a relationship
679
- between an Authority and one that is closely related from a different MADS
680
- Scheme.).freeze,
681
- label: "Has Close External\n Authority".freeze,
578
+ comment: %(Records a relationship between an Authority and one that is closely related from a different MADS Scheme.).freeze,
579
+ label: "Has Close External Authority".freeze,
682
580
  subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:closeMatch".freeze],
683
- type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
581
+ type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze]
684
582
  property :hasCorporateParentAuthority,
685
- comment: %(Establishes a relationship
686
- between a CorporateName Authority and one of the same that is more broadly
687
- defined.).freeze,
583
+ comment: %(Establishes a relationship between a CorporateName Authority and one of the same that is more broadly defined.).freeze,
688
584
  domain: "mads:CorporateName".freeze,
689
- label: "Has Parent\n Organization".freeze,
585
+ label: "Has Parent Organization".freeze,
690
586
  range: "mads:CorporateName".freeze,
691
587
  subPropertyOf: "mads:hasRelatedAuthority".freeze,
692
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
588
+ type: "owl:ObjectProperty".freeze
693
589
  property :hasCorporateSubsidiaryAuthority,
694
- comment: %(Establishes a relationship
695
- between a CorporateName Authority and one of the same that is more narrowly
696
- defined.).freeze,
590
+ comment: %(Establishes a relationship between a CorporateName Authority and one of the same that is more narrowly defined.).freeze,
697
591
  domain: "mads:CorporateName".freeze,
698
592
  inverseOf: "mads:hasCorporateParentAuthority".freeze,
699
- label: "Is Parent Organization\n Of".freeze,
593
+ label: "Is Parent Organization Of".freeze,
700
594
  range: "mads:CorporateName".freeze,
701
595
  subPropertyOf: "mads:hasRelatedAuthority".freeze,
702
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
596
+ type: "owl:ObjectProperty".freeze
703
597
  property :hasEarlierEstablishedForm,
704
- comment: %(Used to reference a resource that was an earlier form. This is
705
- Related type='earlier' in MADS XML.).freeze,
598
+ comment: %(Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.).freeze,
706
599
  inverseOf: "mads:hasLaterEstablishedForm".freeze,
707
- label: "Has Earlier Established\n Form".freeze,
600
+ label: "Has Earlier Established Form".freeze,
708
601
  subPropertyOf: "mads:see".freeze,
709
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
602
+ type: "owl:ObjectProperty".freeze
710
603
  property :hasExactExternalAuthority,
711
- comment: %(Records a relationship
712
- between an Authority and one to which it matches exactly but from a different MADS
713
- Scheme.).freeze,
714
- label: "Has Exact External\n Authority".freeze,
604
+ comment: %(Records a relationship between an Authority and one to which it matches exactly but from a different MADS Scheme.).freeze,
605
+ label: "Has Exact External Authority".freeze,
715
606
  subPropertyOf: ["mads:hasCloseExternalAuthority".freeze, "skos:exactMatch".freeze],
716
- type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
607
+ type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "owl:TransitiveProperty".freeze]
717
608
  property :hasExpansionVariant,
718
- label: "Has Expansion\n Variant".freeze,
609
+ label: "Has Expansion Variant".freeze,
719
610
  subPropertyOf: "mads:hasVariant".freeze,
720
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
611
+ type: "owl:ObjectProperty".freeze
721
612
  property :hasHiddenVariant,
722
- comment: %(Use for variants that are searchable, but not necessarily for
723
- display.).freeze,
613
+ comment: %(Use for variants that are searchable, but not necessarily for display.).freeze,
724
614
  domain: "mads:Authority".freeze,
725
615
  label: "Has Hidden Variant".freeze,
726
616
  range: "mads:Variant".freeze,
727
617
  subPropertyOf: "skosxl:hiddenLabel".freeze,
728
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
618
+ type: "owl:ObjectProperty".freeze
729
619
  property :hasIdentifier,
730
- comment: %(Associates a resource with
731
- a madsrdf:Identifier.).freeze,
620
+ comment: %(Associates a resource with a madsrdf:Identifier.).freeze,
732
621
  label: "Has Identifier".freeze,
733
622
  range: "mads:Identifier".freeze,
734
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
623
+ type: "owl:ObjectProperty".freeze
735
624
  property :hasLaterEstablishedForm,
736
- comment: %(Use to reference the later form of a resource. This is Related
737
- type='later' in MADS XML.).freeze,
625
+ comment: %(Use to reference the later form of a resource. This is Related type='later' in MADS XML.).freeze,
738
626
  inverseOf: "mads:hasEarlierEstablishedForm".freeze,
739
- label: "Has Later Established\n Form".freeze,
627
+ label: "Has Later Established Form".freeze,
740
628
  subPropertyOf: "mads:see".freeze,
741
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
629
+ type: "owl:ObjectProperty".freeze
742
630
  property :hasMADSCollectionMember,
743
- comment: %(Associates an Authority or other Collection with a
744
- madsrdf:MADSCollection.).freeze,
631
+ comment: %(Associates an Authority or other Collection with a madsrdf:MADSCollection.).freeze,
745
632
  domain: "mads:MADSCollection".freeze,
746
633
  inverseOf: "mads:isMemberOfMADSCollection".freeze,
747
634
  label: "Has MADSCollection Member".freeze,
748
635
  range: term(
749
636
  type: "owl:Class".freeze,
750
- unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
637
+ unionOf: list("_:g70336876481620".freeze, "_:g70336876499780".freeze)
751
638
  ),
752
639
  subPropertyOf: "skos:member".freeze,
753
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
640
+ type: "owl:ObjectProperty".freeze
754
641
  property :hasMADSSchemeMember,
755
- comment: %(Associates an Authority or Collection with a
756
- madsrdf:MADSScheme.).freeze,
642
+ comment: %(Associates an Authority or Collection with a madsrdf:MADSScheme.).freeze,
757
643
  domain: "mads:MADSScheme".freeze,
758
644
  inverseOf: "mads:isMemberOfMADSScheme".freeze,
759
- label: "Has MADS Scheme\n Member".freeze,
645
+ label: "Has MADS Scheme Member".freeze,
760
646
  range: term(
761
647
  type: "owl:Class".freeze,
762
- unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
648
+ unionOf: list("_:g70336893883860".freeze, "_:g70336893929780".freeze)
763
649
  ),
764
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
650
+ type: "owl:ObjectProperty".freeze
765
651
  property :hasNarrowerAuthority,
766
- comment: %(Creates a direct
767
- relationship between an Authority and one that is more narrowly defined.).freeze,
652
+ comment: %(Creates a direct relationship between an Authority and one that is more narrowly defined.).freeze,
768
653
  inverseOf: "mads:hasBroaderAuthority".freeze,
769
- label: "Has Narrower\n Authority".freeze,
654
+ label: "Has Narrower Authority".freeze,
770
655
  subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:narrower".freeze],
771
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
656
+ type: "owl:ObjectProperty".freeze
772
657
  property :hasNarrowerExternalAuthority,
773
- comment: %(Creates a direct
774
- relationship between an Authority and a more narrowly defined Authority from a different MADS
775
- Scheme.).freeze,
776
- label: "Has Narrower External\n Authority".freeze,
658
+ comment: %(Creates a direct relationship between an Authority and a more narrowly defined Authority from a different MADS Scheme.).freeze,
659
+ label: "Has Narrower External Authority".freeze,
777
660
  subPropertyOf: ["mads:hasNarrowerAuthority".freeze, "skos:narrowMatch".freeze],
778
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
661
+ type: "owl:ObjectProperty".freeze
779
662
  property :hasReciprocalAuthority,
780
- comment: %(Establishes a relationship between two Authority resources. It is
781
- reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS
782
- XML.).freeze,
783
- label: "Has Reciprocal\n Authority".freeze,
663
+ comment: %(Establishes a relationship between two Authority resources. It is reciprocal, so the relationship must be shared. This is Related type='equivalent' in MADS XML.).freeze,
664
+ label: "Has Reciprocal Authority".freeze,
784
665
  subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:related".freeze],
785
- type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
666
+ type: "owl:SymmetricProperty".freeze
786
667
  property :hasReciprocalExternalAuthority,
787
- comment: %(Establishes a relationship
788
- between an Authority and one from a different MADS Scheme. It is reciprocal, so the
789
- relationship must be shared.).freeze,
790
- label: "Has Reciprocal External\n Authority".freeze,
668
+ comment: %(Establishes a relationship between an Authority and one from a different MADS Scheme. It is reciprocal, so the relationship must be shared.).freeze,
669
+ label: "Has Reciprocal External Authority".freeze,
791
670
  subPropertyOf: ["mads:hasReciprocalAuthority".freeze, "skos:relatedMatch".freeze],
792
- type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
671
+ type: "owl:SymmetricProperty".freeze
793
672
  property :hasRelatedAuthority,
794
- comment: %(Unless the relationship can be more specifically identified, use
795
- 'hasRelatedAuthority.').freeze,
673
+ comment: %(Unless the relationship can be more specifically identified, use 'hasRelatedAuthority.').freeze,
796
674
  domain: "mads:Authority".freeze,
797
675
  label: "Has Related Authority".freeze,
798
676
  range: "mads:Authority".freeze,
799
677
  subPropertyOf: "skos:semanticRelation".freeze,
800
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
678
+ type: "owl:ObjectProperty".freeze
801
679
  property :hasSource,
802
680
  comment: %(Associates a resource description with its Source.).freeze,
803
681
  label: "Has Source".freeze,
804
682
  range: "mads:Source".freeze,
805
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
683
+ type: "owl:ObjectProperty".freeze
806
684
  property :hasTopMemberOfMADSScheme,
807
- comment: %(Identifies an Authority
808
- that is at the top of the hierarchy of authorities within the MADS Scheme.).freeze,
685
+ comment: %(Identifies an Authority that is at the top of the hierarchy of authorities within the MADS Scheme.).freeze,
809
686
  domain: "mads:MADSScheme".freeze,
810
- label: "Has Top Member of MADS\n Scheme".freeze,
687
+ label: "Has Top Member of MADS Scheme".freeze,
811
688
  range: "mads:Authority".freeze,
812
689
  subPropertyOf: ["mads:hasMADSSchemeMember".freeze, "skos:hasTopConcept".freeze],
813
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
690
+ type: "owl:ObjectProperty".freeze
814
691
  property :hasTranslationVariant,
815
- comment: %(A Variant whose label
816
- represents a translation of that of the authoritative label.).freeze,
817
- label: "Has Translation\n Variant".freeze,
692
+ comment: %(A Variant whose label represents a translation of that of the authoritative label.).freeze,
693
+ label: "Has Translation Variant".freeze,
818
694
  subPropertyOf: "mads:hasVariant".freeze,
819
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
695
+ type: "owl:ObjectProperty".freeze
820
696
  property :hasVariant,
821
- comment: %(Associates a Variant with an Authority or Deprecrated Authority.
822
- Unless the variant type can be more specifically identified, use 'hasVariant.').freeze,
697
+ comment: %(Associates a Variant with an Authority or Deprecrated Authority. Unless the variant type can be more specifically identified, use 'hasVariant.').freeze,
823
698
  domain: "mads:Authority".freeze,
824
699
  label: "Has Variant".freeze,
825
700
  range: "mads:Variant".freeze,
826
701
  subPropertyOf: "skosxl:altLabel".freeze,
827
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
702
+ type: "owl:ObjectProperty".freeze
828
703
  property :hiddenLabel,
829
- comment: %(A label entered for
830
- discovery purposes but not shown.).freeze,
704
+ comment: %(A label entered for discovery purposes but not shown.).freeze,
831
705
  domain: "mads:Variant".freeze,
832
706
  label: "Hidden Label".freeze,
833
707
  subPropertyOf: "skosxl:literalForm".freeze,
834
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
708
+ type: "owl:DatatypeProperty".freeze
835
709
  property :historyNote,
836
- comment: %(A note pertaining to the
837
- history of the resource.).freeze,
710
+ comment: %(A note pertaining to the history of the resource.).freeze,
838
711
  equivalentProperty: "skos:historyNote".freeze,
839
712
  label: "History Note".freeze,
840
713
  subPropertyOf: "mads:note".freeze,
841
714
  type: "owl:AnnotationProperty".freeze
842
715
  property :honoraryTitle,
843
- comment: %(Designation indicative of
844
- royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of
845
- religious vocation.).freeze,
716
+ comment: %(Designation indicative of royalty, nobility, or ecclesiastical rank or office, or a term of address for a person of religious vocation.).freeze,
846
717
  domain: "mads:RWO".freeze,
847
718
  label: "Honorary Title".freeze,
848
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
719
+ type: "owl:DatatypeProperty".freeze
849
720
  property :hours,
850
721
  domain: "mads:Affiliation".freeze,
851
722
  label: "Hours".freeze,
852
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
723
+ type: "owl:DatatypeProperty".freeze
853
724
  property :idScheme,
854
- comment: %(The scheme associated with
855
- the identifier. For example, "LCCN" would be used when the Identifier Value \(madsrdf:idValue\)
856
- is a LC Control Number.).freeze,
725
+ comment: %(The scheme associated with the identifier. For example, "LCCN" would be used when the Identifier Value \(madsrdf:idValue\) is a LC Control Number.).freeze,
857
726
  domain: "mads:Identifier".freeze,
858
- label: "Identifier\n Scheme".freeze,
859
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
727
+ label: "Identifier Scheme".freeze,
728
+ type: "owl:AnnotationProperty".freeze
860
729
  property :idValue,
861
- comment: %(The value of the identifier
862
- conforming to the Identifier Scheme syntax.).freeze,
730
+ comment: %(The value of the identifier conforming to the Identifier Scheme syntax.).freeze,
863
731
  domain: "mads:Identifier".freeze,
864
732
  label: "Identifier Value".freeze,
865
733
  range: "xsd:string".freeze,
866
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
734
+ type: "owl:DatatypeProperty".freeze
867
735
  property :identifiesRWO,
868
- comment: %(Associates a
869
- madsrdf:Authority with the Real World Object that is the subject of the authority's
870
- label.).freeze,
736
+ comment: %(Associates a madsrdf:Authority with the Real World Object that is the subject of the authority's label.).freeze,
871
737
  domain: "mads:Authority".freeze,
872
738
  inverseOf: "mads:isIdentifiedByAuthority".freeze,
873
739
  label: "Identifies RWO".freeze,
874
740
  range: "mads:RWO".freeze,
875
741
  subPropertyOf: "foaf:focus".freeze,
876
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
742
+ type: "owl:ObjectProperty".freeze
877
743
  property :isIdentifiedByAuthority,
878
- comment: %(Associates a Real World
879
- Object with its Authority description.).freeze,
744
+ comment: %(Associates a Real World Object with its Authority description.).freeze,
880
745
  domain: "mads:RWO".freeze,
881
746
  inverseOf: "mads:identifiesRWO".freeze,
882
- label: "Is Identified By\n Authority".freeze,
747
+ label: "Is Identified By Authority".freeze,
883
748
  range: "mads:Authority".freeze,
884
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
749
+ type: "owl:ObjectProperty".freeze
885
750
  property :isMemberOfMADSCollection,
886
- comment: %(Associates a Collection with a madsrdf:Authority or another
887
- madsrdf:MADSCollection.).freeze,
751
+ comment: %(Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.).freeze,
888
752
  domain: term(
889
753
  type: "owl:Class".freeze,
890
- unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
754
+ unionOf: list("_:g70336886878760".freeze, "_:g70336886896580".freeze)
891
755
  ),
892
756
  inverseOf: "mads:hasMADSCollectionMember".freeze,
893
757
  label: "Is Member Of MADSCollection".freeze,
894
758
  range: "mads:MADSCollection".freeze,
895
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
759
+ type: "owl:ObjectProperty".freeze
896
760
  property :isMemberOfMADSScheme,
897
761
  domain: term(
898
762
  type: "owl:Class".freeze,
899
- unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
763
+ unionOf: list("_:g70336872225400".freeze, "_:g70336872219500".freeze)
900
764
  ),
901
765
  inverseOf: "mads:hasMADSSchemeMember".freeze,
902
- label: "Is Member of MADS\n Scheme".freeze,
766
+ label: "Is Member of MADS Scheme".freeze,
903
767
  range: "mads:MADSScheme".freeze,
904
768
  subPropertyOf: "skos:inScheme".freeze,
905
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
769
+ type: "owl:ObjectProperty".freeze
906
770
  property :isTopMemberOfMADSScheme,
907
- comment: %(Identifies a MADS Scheme in
908
- which the Authority is at the top of the hierarchy.).freeze,
771
+ comment: %(Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.).freeze,
909
772
  domain: term(
910
773
  type: "owl:Class".freeze,
911
- unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
774
+ unionOf: list("_:g70336876206260".freeze, "_:g70336876200540".freeze)
912
775
  ),
913
776
  inverseOf: "mads:hasTopMemberOfMADSScheme".freeze,
914
- label: "Is Top Member of MADS\n Scheme".freeze,
777
+ label: "Is Top Member of MADS Scheme".freeze,
915
778
  range: "mads:MADSScheme".freeze,
916
779
  subPropertyOf: ["mads:isMemberOfMADSScheme".freeze, "skos:topConceptOf".freeze],
917
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
780
+ type: "owl:ObjectProperty".freeze
918
781
  property :natureOfAffiliation,
919
- comment: %(Records the individual's
920
- role or position in the organization with which the individual is affiliated. A "job title"
921
- might be appropriate.).freeze,
782
+ comment: %(Records the individual's role or position in the organization with which the individual is affiliated. A "job title" might be appropriate.).freeze,
922
783
  domain: "mads:Affiliation".freeze,
923
- label: "Nature of\n Affiliation".freeze,
924
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
784
+ label: "Nature of Affiliation".freeze,
785
+ type: "owl:AnnotationProperty".freeze
925
786
  property :note,
926
- comment: %(A note about the
927
- resource.).freeze,
787
+ comment: %(A note about the resource.).freeze,
928
788
  equivalentProperty: "skos:note".freeze,
929
789
  label: "Note".freeze,
930
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
790
+ type: "owl:AnnotationProperty".freeze
931
791
  property :occupation,
932
- comment: %(A profession or occupation
933
- in which the person works or has worked.).freeze,
792
+ comment: %(A profession or occupation in which the person works or has worked.).freeze,
934
793
  domain: "mads:RWO".freeze,
935
794
  label: "Occupation".freeze,
936
795
  range: "mads:Occupation".freeze,
937
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
796
+ type: "owl:ObjectProperty".freeze
938
797
  property :organization,
939
- comment: %(The group or organization
940
- with which an individual is associated.).freeze,
798
+ comment: %(The group or organization with which an individual is associated.).freeze,
941
799
  domain: "mads:Affiliation".freeze,
942
- label: "Organization or\n Group".freeze,
943
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
800
+ label: "Organization or Group".freeze,
801
+ type: "owl:AnnotationProperty".freeze
944
802
  property :phone,
945
803
  domain: "mads:Affiliation".freeze,
946
804
  label: "Phone".freeze,
947
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
805
+ type: "owl:DatatypeProperty".freeze
948
806
  property :postcode,
949
807
  domain: "mads:Address".freeze,
950
- label: "Post Code / Zip\n Code".freeze,
951
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
808
+ label: "Post Code / Zip Code".freeze,
809
+ type: "owl:DatatypeProperty".freeze
952
810
  property :prominentFamilyMember,
953
- comment: %(A well-known individual who
954
- is a member of the family.).freeze,
811
+ comment: %(A well-known individual who is a member of the family.).freeze,
955
812
  domain: "mads:RWO".freeze,
956
- label: "Prominent Family\n Member".freeze,
957
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
813
+ label: "Prominent Family Member".freeze,
814
+ type: "owl:DatatypeProperty".freeze
958
815
  property :scopeNote,
959
816
  equivalentProperty: "skos:scopeNote".freeze,
960
817
  label: "Scope Note".freeze,
961
818
  subPropertyOf: "mads:note".freeze,
962
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
819
+ type: "owl:AnnotationProperty".freeze
963
820
  property :see,
964
- comment: %(Denotes a relationship
965
- between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be
966
- reciprocated and there is no certainty that the related resource will further illuminate the
967
- original resource.).freeze,
821
+ comment: %(Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource.).freeze,
968
822
  domain: term(
969
823
  type: "owl:Class".freeze,
970
- unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze)
824
+ unionOf: list("_:g70336886808980".freeze, "_:g70336886848620".freeze)
971
825
  ),
972
826
  label: "See Also".freeze,
973
827
  range: term(
974
828
  type: "owl:Class".freeze,
975
- unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze)
829
+ unionOf: list("_:g70336886927080".freeze, "_:g70336886944620".freeze)
976
830
  ),
977
831
  subPropertyOf: "rdfs:seeAlso".freeze,
978
832
  type: "owl:ObjectProperty".freeze
979
833
  property :state,
980
- comment: %(The state associated with
981
- an address.).freeze,
834
+ comment: %(The state associated with an address.).freeze,
982
835
  domain: "mads:Address".freeze,
983
836
  label: "State".freeze,
984
- type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
837
+ type: "owl:AnnotationProperty".freeze
985
838
  property :streetAddress,
986
- comment: %(First line of address. For
987
- second line, use madsrdf:extendedAddress.).freeze,
839
+ comment: %(First line of address. For second line, use madsrdf:extendedAddress.).freeze,
988
840
  domain: "mads:Address".freeze,
989
841
  label: "Street Address".freeze,
990
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
842
+ type: "owl:DatatypeProperty".freeze
991
843
  property :terminateDate,
992
- comment: %(The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination.
993
- ).freeze,
844
+ comment: %(The year a corporate body was terminated. Date of termination may also include the month and day of the corporate body’s termination. ).freeze,
994
845
  domain: "mads:RWO".freeze,
995
846
  label: "Terminated".freeze,
996
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
847
+ type: "owl:DatatypePropertyy".freeze
997
848
  property :useFor,
998
- comment: %("Use [This Resource] For."
999
- Traditional "USE FOR" reference.).freeze,
849
+ comment: %("Use [This Resource] For." Traditional "USE FOR" reference.).freeze,
1000
850
  inverseOf: "mads:useInstead".freeze,
1001
851
  label: "Use For".freeze,
1002
852
  subPropertyOf: "mads:see".freeze,
1003
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
853
+ type: "owl:ObjectProperty".freeze
1004
854
  property :useInstead,
1005
- comment: %("Use [This Other Resource]
1006
- Instead." Traditional "USE" reference.).freeze,
855
+ comment: %("Use [This Other Resource] Instead." Traditional "USE" reference.).freeze,
1007
856
  label: "Use Instead".freeze,
1008
857
  subPropertyOf: "mads:see".freeze,
1009
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
858
+ type: "owl:ObjectProperty".freeze
1010
859
  property :variantLabel,
1011
- comment: %(The lexical, variant form
1012
- of an authoritative label.).freeze,
860
+ comment: %(The lexical, variant form of an authoritative label.).freeze,
1013
861
  domain: "mads:Variant".freeze,
1014
862
  label: "Variant Label".freeze,
1015
863
  subPropertyOf: "skosxl:literalForm".freeze,
1016
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
864
+ type: "owl:DatatypeProperty".freeze
1017
865
  property :workOrigin,
1018
866
  comment: %(The country or other territorial jurisdiction from which a work originated.).freeze,
1019
867
  label: "Work locale".freeze,
1020
868
  range: "mads:Geographic".freeze,
1021
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
869
+ type: "owl:ObjectProperty".freeze
1022
870
  end
1023
871
  end