rdf-vocab 3.0.6 → 3.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6932c4f8a2eae7b146352a8935a6eca670079487d0edb7f35fd23dc92af0057e
4
- data.tar.gz: 1cf9746df4580298a7b66b83442f1a9fb58b7508ed7b6187e3b2ccb271563fd8
3
+ metadata.gz: 7f5fa5f21f4f1fb64fae63e6c59336df6e3400bcfd778f7fd143b382172e682b
4
+ data.tar.gz: a443c6f8da5b24335443eeeb8e0d66a4a92ed550932b3154d5dd093a215fd553
5
5
  SHA512:
6
- metadata.gz: b7f32c1e0a41783ab4a621d33bb555a32ff6d9dfb706380339b30887889a658c424b77093c99d7ba8bfd513ec302b767927a478f10dfc8a9cd23607b07963072
7
- data.tar.gz: 30e260e52f4471a2d27becdc0aec5292b5d8f052fa3d46f0f9439b40cd305739eb556c49d64d6a4706b3fd778af415c3d30439200b6426473bc128453d8cfa71
6
+ metadata.gz: a66344e0457a749c090fad3cc3e42def86ff4f8c0f7527afb93e4c6ef0f974e251e3c1677173a82ddbfb83170cd7c448ce03fe712700179c7c595fb2cb51438e
7
+ data.tar.gz: cbf73669eaa2c26301b0987a9d614c531c72be6bdb8fd675cf11ee30d6b069e05ffa1abc77b2b7c83f095442155d6ea3022cb39317ccb305e1f8363f676c1c82
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.6
1
+ 3.0.7
data/lib/rdf/vocab.rb CHANGED
@@ -314,18 +314,7 @@ module RDF
314
314
  wot: {uri: "http://xmlns.com/wot/0.1/", source: "http://xmlns.com/wot/0.1/index.rdf"},
315
315
  xkos: {
316
316
  uri: "http://rdf-vocabulary.ddialliance.org/xkos#",
317
- source: "http://rdf-vocabulary.ddialliance.org/xkos.ttl",
318
- patch: %{
319
- @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
320
- @prefix xkos: <http://rdf-vocabulary.ddialliance.org/xkos#> .
321
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
322
- DeleteExisting {
323
- xkos:compares rdfs:range xkos:ConceptScheme .
324
- } .
325
- AddNew {
326
- xkos:compares rdfs:range skos:ConceptScheme .
327
- } .
328
- }
317
+ source: "https://raw.githubusercontent.com/linked-statistics/xkos/master/xkos.ttl"
329
318
  },
330
319
  xhtml: {uri: "http://www.w3.org/1999/xhtml#", strict: false},
331
320
  xhv: {uri: "http://www.w3.org/1999/xhtml/vocab#", strict: false},
@@ -132,6 +132,14 @@ module RDF::Vocab
132
132
  subPropertyOf: "rdfs:comment".freeze,
133
133
  type: "rdf:Property".freeze,
134
134
  "vs:term_status": "testing".freeze
135
+ property :expectsHeader,
136
+ comment: %(Specification of the header expected by the operation.).freeze,
137
+ domain: "hydra:Operation".freeze,
138
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
139
+ label: "expects header".freeze,
140
+ range: "xsd:string".freeze,
141
+ type: "rdf:Property".freeze,
142
+ "vs:term_status": "testing".freeze
135
143
  property :freetextQuery,
136
144
  comment: %(A property representing a freetext query.).freeze,
137
145
  domain: "hydra:Resource".freeze,
@@ -208,6 +216,14 @@ module RDF::Vocab
208
216
  range: "xsd:boolean".freeze,
209
217
  type: "rdf:Property".freeze,
210
218
  "vs:term_status": "testing".freeze
219
+ property :returnsHeader,
220
+ comment: %(Name of the header returned by the operation.).freeze,
221
+ domain: "hydra:Operation".freeze,
222
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
223
+ label: "returns header".freeze,
224
+ range: "xsd:string".freeze,
225
+ type: "rdf:Property".freeze,
226
+ "vs:term_status": "testing".freeze
211
227
  property :statusCode,
212
228
  comment: %(The HTTP status code).freeze,
213
229
  domain: "hydra:Status".freeze,
@@ -77,7 +77,7 @@ module RDF::Vocab
77
77
  type: "owl:Restriction".freeze
78
78
  ),
79
79
  label: "Complex Type".freeze,
80
- "owl:disjointUnionOf": list("_:g70336885636160".freeze, "_:g70336885649440".freeze, "_:g70336885685640".freeze),
80
+ "owl:disjointUnionOf": list("_:g70135081213160".freeze, "_:g70135081207440".freeze, "_:g70135081240940".freeze),
81
81
  "owl:disjointWith": "mads:SimpleType".freeze,
82
82
  subClassOf: "mads:MADSType".freeze,
83
83
  type: "owl:Class".freeze
@@ -336,7 +336,7 @@ module RDF::Vocab
336
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,
337
337
  domain: term(
338
338
  type: "owl:Class".freeze,
339
- unionOf: list("_:g70336893764740".freeze, "_:g70336893885960".freeze, "_:g70336893935180".freeze)
339
+ unionOf: list("_:g70134681459740".freeze, "_:g70134681454580".freeze, "_:g70134681496920".freeze)
340
340
  ),
341
341
  label: "Administrative Metadata".freeze,
342
342
  type: "owl:ObjectProperty".freeze
@@ -418,7 +418,7 @@ module RDF::Vocab
418
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,
419
419
  domain: term(
420
420
  type: "owl:Class".freeze,
421
- unionOf: list("_:g70336885160560".freeze, "_:g70336885192580".freeze)
421
+ unionOf: list("_:g70135084825840".freeze, "_:g70135084905340".freeze)
422
422
  ),
423
423
  label: "Code".freeze,
424
424
  subPropertyOf: "skos:notation".freeze,
@@ -429,7 +429,7 @@ module RDF::Vocab
429
429
  label: "Component List".freeze,
430
430
  range: term(
431
431
  type: "owl:Class".freeze,
432
- unionOf: list("_:g70336885734800".freeze, "_:g70336885750020".freeze)
432
+ unionOf: list("_:g70135081091620".freeze, "_:g70135081212100".freeze)
433
433
  ),
434
434
  type: "owl:ObjectProperty".freeze
435
435
  property :country,
@@ -484,7 +484,7 @@ module RDF::Vocab
484
484
  label: "Element List".freeze,
485
485
  range: term(
486
486
  type: "owl:Class".freeze,
487
- unionOf: list("_:g70336876415460".freeze, "_:g70336876434620".freeze)
487
+ unionOf: list("_:g70135085180980".freeze, "_:g70135085364440".freeze)
488
488
  ),
489
489
  type: "owl:ObjectProperty".freeze
490
490
  property :elementValue,
@@ -634,7 +634,7 @@ module RDF::Vocab
634
634
  label: "Has MADSCollection Member".freeze,
635
635
  range: term(
636
636
  type: "owl:Class".freeze,
637
- unionOf: list("_:g70336876481620".freeze, "_:g70336876499780".freeze)
637
+ unionOf: list("_:g70134946400140".freeze, "_:g70134946418280".freeze)
638
638
  ),
639
639
  subPropertyOf: "skos:member".freeze,
640
640
  type: "owl:ObjectProperty".freeze
@@ -645,7 +645,7 @@ module RDF::Vocab
645
645
  label: "Has MADS Scheme Member".freeze,
646
646
  range: term(
647
647
  type: "owl:Class".freeze,
648
- unionOf: list("_:g70336893883860".freeze, "_:g70336893929780".freeze)
648
+ unionOf: list("_:g70134542773040".freeze, "_:g70134542807840".freeze)
649
649
  ),
650
650
  type: "owl:ObjectProperty".freeze
651
651
  property :hasNarrowerAuthority,
@@ -751,7 +751,7 @@ module RDF::Vocab
751
751
  comment: %(Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.).freeze,
752
752
  domain: term(
753
753
  type: "owl:Class".freeze,
754
- unionOf: list("_:g70336886878760".freeze, "_:g70336886896580".freeze)
754
+ unionOf: list("_:g70134946547260".freeze, "_:g70134946584400".freeze)
755
755
  ),
756
756
  inverseOf: "mads:hasMADSCollectionMember".freeze,
757
757
  label: "Is Member Of MADSCollection".freeze,
@@ -760,7 +760,7 @@ module RDF::Vocab
760
760
  property :isMemberOfMADSScheme,
761
761
  domain: term(
762
762
  type: "owl:Class".freeze,
763
- unionOf: list("_:g70336872225400".freeze, "_:g70336872219500".freeze)
763
+ unionOf: list("_:g70135081482080".freeze, "_:g70135081495560".freeze)
764
764
  ),
765
765
  inverseOf: "mads:hasMADSSchemeMember".freeze,
766
766
  label: "Is Member of MADS Scheme".freeze,
@@ -771,7 +771,7 @@ module RDF::Vocab
771
771
  comment: %(Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.).freeze,
772
772
  domain: term(
773
773
  type: "owl:Class".freeze,
774
- unionOf: list("_:g70336876206260".freeze, "_:g70336876200540".freeze)
774
+ unionOf: list("_:g70135081288860".freeze, "_:g70135081321600".freeze)
775
775
  ),
776
776
  inverseOf: "mads:hasTopMemberOfMADSScheme".freeze,
777
777
  label: "Is Top Member of MADS Scheme".freeze,
@@ -821,12 +821,12 @@ module RDF::Vocab
821
821
  comment: %(Denotes a relationship between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be reciprocated and there is no certainty that the related resource will further illuminate the original resource.).freeze,
822
822
  domain: term(
823
823
  type: "owl:Class".freeze,
824
- unionOf: list("_:g70336886808980".freeze, "_:g70336886848620".freeze)
824
+ unionOf: list("_:g70135080520440".freeze, "_:g70135080605000".freeze)
825
825
  ),
826
826
  label: "See Also".freeze,
827
827
  range: term(
828
828
  type: "owl:Class".freeze,
829
- unionOf: list("_:g70336886927080".freeze, "_:g70336886944620".freeze)
829
+ unionOf: list("_:g70135081046220".freeze, "_:g70135081094580".freeze)
830
830
  ),
831
831
  subPropertyOf: "rdfs:seeAlso".freeze,
832
832
  type: "owl:ObjectProperty".freeze
@@ -20,7 +20,7 @@ module RDF::Vocab
20
20
  "dc11:identifier": "CNE".freeze,
21
21
  "dc:creator": "rightsstatements:irswg".freeze,
22
22
  "dc:description": "This Rights Statement indicates that the organization that has published the Item has not evaluated the copyright and related rights status of the Item.".freeze,
23
- "dc:modified": "2018-10-27".freeze,
23
+ "dc:modified": "2019-04-18".freeze,
24
24
  definition: %(The copyright and related rights status of this Item has not been evaluated.
25
25
 
26
26
  Please refer to the organization that has made the Item available for more information.
@@ -39,7 +39,7 @@ module RDF::Vocab
39
39
  "dc11:identifier": "InC-EDU".freeze,
40
40
  "dc:creator": "rightsstatements:irswg".freeze,
41
41
  "dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement is in copyright but that educational use is allowed without the need to obtain additional permission.".freeze,
42
- "dc:modified": "2018-10-27".freeze,
42
+ "dc:modified": "2019-04-18".freeze,
43
43
  definition: %(This Item is protected by copyright and/or related rights.
44
44
 
45
45
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. In addition, no permission is required from the rights-holder\(s\) for educational uses.
@@ -58,7 +58,7 @@ module RDF::Vocab
58
58
  "dc11:identifier": "InC-NC".freeze,
59
59
  "dc:creator": "rightsstatements:irswg".freeze,
60
60
  "dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement is in copyright but that non-commercial use is allowed without the need to obtain additional permission.".freeze,
61
- "dc:modified": "2018-10-27".freeze,
61
+ "dc:modified": "2019-04-18".freeze,
62
62
  definition: %(This Item is protected by copyright and/or related rights.
63
63
 
64
64
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. In addition, no permission is required from the rights-holder\(s\) for non-commercial uses.
@@ -77,7 +77,7 @@ module RDF::Vocab
77
77
  "dc11:identifier": "InC-OW-EU".freeze,
78
78
  "dc:creator": "rightsstatements:irswg".freeze,
79
79
  "dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement has been identified as an ‘Orphan Work’ under the terms of the EU Orphan Works Directive.".freeze,
80
- "dc:modified": "2018-10-27".freeze,
80
+ "dc:modified": "2010-04-18".freeze,
81
81
  definition: %(This Item has been identified as an orphan work in the country of first publication and in line with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of orphan works.
82
82
 
83
83
  For this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located even though a diligent search for the rights-holder\(s\) has been conducted. The results of the diligent search are available in the EU Orphan Works Database.
@@ -96,7 +96,7 @@ module RDF::Vocab
96
96
  "dc11:identifier": "InC-RUU".freeze,
97
97
  "dc:creator": "rightsstatements:irswg".freeze,
98
98
  "dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement has been identified as in copyright, but its rights-holder(s) either cannot be identified or cannot be located.".freeze,
99
- "dc:modified": "2018-10-27".freeze,
99
+ "dc:modified": "2019-04-18".freeze,
100
100
  definition: %(This Item is protected by copyright and/or related rights. However, for this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located.
101
101
 
102
102
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
@@ -112,7 +112,7 @@ module RDF::Vocab
112
112
  "dc11:identifier": "InC".freeze,
113
113
  "dc:creator": "rightsstatements:irswg".freeze,
114
114
  "dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement is in copyright.".freeze,
115
- "dc:modified": "2018-10-27".freeze,
115
+ "dc:modified": "2019-04-18".freeze,
116
116
  definition: %(This Item is protected by copyright and/or related rights.
117
117
 
118
118
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.
@@ -131,7 +131,7 @@ module RDF::Vocab
131
131
  "dc11:identifier": "NKC".freeze,
132
132
  "dc:creator": "rightsstatements:irswg".freeze,
133
133
  "dc:description": "This Rights Statement indicates that the organization that has published the Item believes that no copyright or related rights are known to exist for the Item, but that a conclusive determination could not be made.".freeze,
134
- "dc:modified": "2018-10-27".freeze,
134
+ "dc:modified": "2019-04-18".freeze,
135
135
  definition: %(The organization that has made the Item available reasonably believes that the Item is not restricted by copyright or related rights, but a conclusive determination could not be made.
136
136
 
137
137
  Please refer to the organization that has made the Item available for more information.
@@ -149,7 +149,7 @@ module RDF::Vocab
149
149
  "dc11:identifier": "NoC-CR".freeze,
150
150
  "dc:creator": "rightsstatements:irswg".freeze,
151
151
  "dc:description": "This Rights Statement indicates that the underlying Work is in the Public Domain, but the organization that has published the Item is contractually required to restrict certain forms of use by third parties.".freeze,
152
- "dc:modified": "2018-10-27".freeze,
152
+ "dc:modified": "2019-04-18".freeze,
153
153
  definition: %(Use of this Item is not restricted by copyright and/or related rights.
154
154
 
155
155
  As part of the acquisition or digitization of this Work, the organization that has made the Item available is contractually required to limit the use of this Item. Limitations may include, but are not limited to, privacy issues, cultural protections, digitization agreements or donor agreements.
@@ -168,7 +168,7 @@ module RDF::Vocab
168
168
  "dc11:identifier": "NoC-NC".freeze,
169
169
  "dc:creator": "rightsstatements:irswg".freeze,
170
170
  "dc:description": "This Rights Statement indicates that the underlying Work is in the Public Domain, but the organization that has published the Item is contractually required to allow only non-commercial use by third parties.".freeze,
171
- "dc:modified": "2018-10-27".freeze,
171
+ "dc:modified": "2019-04-18".freeze,
172
172
  definition: %(This Work has been digitized in a public-private partnership. As part of this partnership, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties.
173
173
 
174
174
  You can, without permission, copy, modify, distribute, display, or perform the Item, for non-commercial uses. For any other permissible uses, please review the terms and conditions of the organization that has made the Item available.).freeze,
@@ -184,7 +184,7 @@ module RDF::Vocab
184
184
  "dc11:identifier": "NoC-OKLR".freeze,
185
185
  "dc:creator": "rightsstatements:irswg".freeze,
186
186
  "dc:description": "This Rights Statement indicates that the underlying Work is in the Public Domain, but that there are known restrictions imposed by laws other than copyright and/or related rights on the use of the Item by third parties.".freeze,
187
- "dc:modified": "2018-10-27".freeze,
187
+ "dc:modified": "2019-04-18".freeze,
188
188
  definition: %(Use of this Item is not restricted by copyright and/or related rights.
189
189
 
190
190
  In one or more jurisdictions, laws other than copyright are known to impose restrictions on the use of this Item.
@@ -202,7 +202,7 @@ module RDF::Vocab
202
202
  "dc11:identifier": "NoC-US".freeze,
203
203
  "dc:creator": "rightsstatements:irswg".freeze,
204
204
  "dc:description": "This Rights Statement indicates that the Item is in the Public Domain under the laws of the United States, but that a determination was not made as to its copyright status under the copyright laws of other countries.".freeze,
205
- "dc:modified": "2018-10-27".freeze,
205
+ "dc:modified": "2019-04-18".freeze,
206
206
  definition: %(The organization that has made the Item available believes that the Item is in the Public Domain under the laws of the United States, but a determination was not made as to its copyright status under the copyright laws of other countries. The Item may not be in the Public Domain under the laws of other countries.
207
207
 
208
208
  Please refer to the organization that has made the Item available for more information.).freeze,
@@ -217,14 +217,14 @@ module RDF::Vocab
217
217
  "dc11:identifier": "UND".freeze,
218
218
  "dc:creator": "rightsstatements:irswg".freeze,
219
219
  "dc:description": "This Rights Statement indicates that the organization that has made the Item available has reviewed the copyright and related rights status of the Item, but was unable to determine the copyright status of the Item.".freeze,
220
- "dc:modified": "2018-10-27".freeze,
220
+ "dc:modified": "2019-04-18".freeze,
221
221
  definition: %(The copyright and related rights status of this Item has been reviewed by the organization that has made the Item available, but the organization was unable to make a conclusive determination as to the copyright status of the Item.
222
222
 
223
223
  Please refer to the organization that has made the Item available for more information.
224
224
 
225
225
  You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
226
226
  inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
227
- notation: %(CNE).freeze,
227
+ notation: %(UND).freeze,
228
228
  note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
229
229
  "owl:versionInfo": "1.0".freeze,
230
230
  prefLabel: "Copyright Undetermined".freeze,
@@ -3699,7 +3699,7 @@ Always use specific schema.org properties when a\) they exist and b\) you can po
3699
3699
  term :PublicationIssue,
3700
3700
  comment: %(A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.<br/><br/>
3701
3701
 
3702
- <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
3702
+ See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
3703
3703
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
3704
3704
  equivalentClass: "bibo:Issue".freeze,
3705
3705
  label: "PublicationIssue".freeze,
@@ -3708,9 +3708,7 @@ Always use specific schema.org properties when a\) they exist and b\) you can po
3708
3708
  term :PublicationVolume,
3709
3709
  comment: %(A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/>
3710
3710
 
3711
- <pre><code> &lt;br/&gt;&lt;br/&gt;See also &lt;a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html"&gt;blog post&lt;/a&gt;.
3712
- </code></pre>
3713
- ).freeze,
3711
+ See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
3714
3712
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
3715
3713
  label: "PublicationVolume".freeze,
3716
3714
  subClassOf: "schema:CreativeWork".freeze,
@@ -4347,6 +4345,12 @@ Related actions:<br/><br/>
4347
4345
  label: "StructuredValue".freeze,
4348
4346
  subClassOf: "schema:Intangible".freeze,
4349
4347
  type: "rdfs:Class".freeze
4348
+ term :StupidType,
4349
+ comment: %(A StupidType for testing.).freeze,
4350
+ label: "StupidType".freeze,
4351
+ "schema:isPartOf": "http://attic.schema.org".freeze,
4352
+ subClassOf: "schema:Thing".freeze,
4353
+ type: "rdfs:Class".freeze
4350
4354
  term :SubscribeAction,
4351
4355
  comment: %(The act of forming a personal connection with someone/something \(object\) unidirectionally/asymmetrically to get updates pushed to.<br/><br/>
4352
4356
 
@@ -5268,13 +5272,13 @@ Note: Publishers should be aware that applications designed to use specific sche
5268
5272
  rangeIncludes: ["schema:Country".freeze, "schema:Text".freeze],
5269
5273
  type: "rdf:Property".freeze
5270
5274
  property :addressLocality,
5271
- comment: %(The locality. For example, Mountain View.).freeze,
5275
+ comment: %(The locality in which the street address is, and which is in the region. For example, Mountain View.).freeze,
5272
5276
  domainIncludes: "schema:PostalAddress".freeze,
5273
5277
  label: "addressLocality".freeze,
5274
5278
  rangeIncludes: "schema:Text".freeze,
5275
5279
  type: "rdf:Property".freeze
5276
5280
  property :addressRegion,
5277
- comment: %(The region. For example, CA.).freeze,
5281
+ comment: %(The region in which the locality is, and which is in the country. For example, California or another appropriate first-level <a href="https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country">Administrative division</a>).freeze,
5278
5282
  domainIncludes: "schema:PostalAddress".freeze,
5279
5283
  label: "addressRegion".freeze,
5280
5284
  rangeIncludes: "schema:Text".freeze,
@@ -7786,7 +7790,7 @@ Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic
7786
7790
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
7787
7791
  domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
7788
7792
  label: "estimatedSalary".freeze,
7789
- rangeIncludes: "schema:MonetaryAmountDistribution".freeze,
7793
+ rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:MonetaryAmountDistribution".freeze, "schema:Number".freeze],
7790
7794
  "schema:category": "issue-1698".freeze,
7791
7795
  type: "rdf:Property".freeze
7792
7796
  property :estimatesRiskOf,
@@ -9138,7 +9142,7 @@ See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRe
9138
9142
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
9139
9143
  type: "rdf:Property".freeze
9140
9144
  property :isBasedOn,
9141
- comment: %(A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.).freeze,
9145
+ comment: %(A resource from which this work is derived or from which it is a modification or adaption.).freeze,
9142
9146
  domainIncludes: "schema:CreativeWork".freeze,
9143
9147
  label: "isBasedOn".freeze,
9144
9148
  rangeIncludes: ["schema:CreativeWork".freeze, "schema:Product".freeze, "schema:URL".freeze],
@@ -9357,9 +9361,12 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
9357
9361
  type: "rdf:Property".freeze
9358
9362
  property :jobTitle,
9359
9363
  comment: %(The job title of the person \(for example, Financial Manager\).).freeze,
9364
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2192".freeze,
9360
9365
  domainIncludes: "schema:Person".freeze,
9361
9366
  label: "jobTitle".freeze,
9362
- rangeIncludes: "schema:Text".freeze,
9367
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
9368
+ "schema:category": "issue-2192".freeze,
9369
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9363
9370
  type: "rdf:Property".freeze
9364
9371
  property :keywords,
9365
9372
  comment: %(Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.).freeze,
@@ -10419,12 +10426,14 @@ Typical unit code\(s\): C62 for person).freeze,
10419
10426
  "schema:category": "issue-1698".freeze,
10420
10427
  type: "rdf:Property".freeze
10421
10428
  property :occupationalCategory,
10422
- comment: %(Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.).freeze,
10423
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
10429
+ comment: %(A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
10430
+
10431
+ Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.).freeze,
10432
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze],
10424
10433
  domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
10425
10434
  label: "occupationalCategory".freeze,
10426
- rangeIncludes: "schema:Text".freeze,
10427
- "schema:category": "issue-1698".freeze,
10435
+ rangeIncludes: ["schema:CategoryCode".freeze, "schema:Text".freeze],
10436
+ "schema:category": ["issue-1698".freeze, "issue-2192".freeze],
10428
10437
  type: "rdf:Property".freeze
10429
10438
  property :offerCount,
10430
10439
  comment: %(The number of offers for the product.).freeze,
@@ -12702,6 +12711,13 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
12702
12711
  rangeIncludes: "schema:MedicalEntity".freeze,
12703
12712
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
12704
12713
  type: "rdf:Property".freeze
12714
+ property :stupidProperty,
12715
+ comment: %(This is a StupidProperty! - for testing only).freeze,
12716
+ domainIncludes: ["schema:StupidType".freeze, "schema:Vehicle".freeze],
12717
+ label: "stupidProperty".freeze,
12718
+ rangeIncludes: "schema:QuantitativeValue".freeze,
12719
+ "schema:isPartOf": "http://attic.schema.org".freeze,
12720
+ type: "rdf:Property".freeze
12705
12721
  property :subEvent,
12706
12722
  comment: %(An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.).freeze,
12707
12723
  domainIncludes: "schema:Event".freeze,
@@ -13440,6 +13456,13 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
13440
13456
  "schema:category": "issue-1083".freeze,
13441
13457
  "schema:isPartOf": "http://pending.schema.org".freeze,
13442
13458
  type: "rdf:Property".freeze
13459
+ property :variablesMeasured,
13460
+ comment: %(Originally named <a class="localLink" href="http://schema.org/variablesMeasured">variablesMeasured</a>, The <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> property can indicate \(repeated as necessary\) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.).freeze,
13461
+ domainIncludes: "schema:Dataset".freeze,
13462
+ label: "variablesMeasured".freeze,
13463
+ rangeIncludes: ["schema:PropertyValue".freeze, "schema:Text".freeze],
13464
+ "schema:isPartOf": "http://attic.schema.org".freeze,
13465
+ type: "rdf:Property".freeze
13443
13466
  property :variantCover,
13444
13467
  comment: %(A description of the variant cover
13445
13468
  for the issue, if the issue is a variant printing. For example, "Bryan Hitch
@@ -64,7 +64,6 @@ module RDF::Vocab
64
64
  domain: "skos:ConceptScheme".freeze,
65
65
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
66
66
  label: "belongs to".freeze,
67
- range: "skos:Concept".freeze,
68
67
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
69
68
  property :caseLaw,
70
69
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
@@ -105,6 +104,7 @@ module RDF::Vocab
105
104
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
106
105
  property :covers,
107
106
  domain: term(
107
+ type: "owl:Class".freeze,
108
108
  unionOf: list("skos:ConceptScheme".freeze, "xkos:ClassificationLevel".freeze)
109
109
  ),
110
110
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
@@ -144,16 +144,19 @@ module RDF::Vocab
144
144
  range: "skos:ConceptScheme".freeze,
145
145
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
146
146
  property :generalizes,
147
+ equivalentProperty: "http://purl.org/iso25964/skos-thes#narrowerGeneric".freeze,
147
148
  inverseOf: "xkos:specializes".freeze,
148
149
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
149
150
  label: "generalizes".freeze,
150
151
  subPropertyOf: "skos:narrower".freeze,
151
152
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
152
153
  property :hasPart,
154
+ equivalentProperty: "http://purl.org/iso25964/skos-thes#narrowerPartitive".freeze,
155
+ exactMatch: "dc:hasPart".freeze,
153
156
  inverseOf: "xkos:isPartOf".freeze,
154
157
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
155
158
  label: "has part".freeze,
156
- subPropertyOf: ["dc:hasPart".freeze, "skos:narrower".freeze],
159
+ subPropertyOf: "skos:narrower".freeze,
157
160
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
158
161
  property :inclusionNote,
159
162
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
@@ -161,10 +164,12 @@ module RDF::Vocab
161
164
  subPropertyOf: "skos:scopeNote".freeze,
162
165
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
163
166
  property :isPartOf,
167
+ equivalentProperty: "http://purl.org/iso25964/skos-thes#broaderPartitive".freeze,
168
+ exactMatch: "dc:isPartOf".freeze,
164
169
  inverseOf: "xkos:hasPart".freeze,
165
170
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
166
171
  label: "is a part of".freeze,
167
- subPropertyOf: ["dc:isPartOf".freeze, "skos:broader".freeze],
172
+ subPropertyOf: "skos:broader".freeze,
168
173
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
169
174
  property :levels,
170
175
  domain: "skos:ConceptScheme".freeze,
@@ -209,6 +214,7 @@ module RDF::Vocab
209
214
  range: "skos:Concept".freeze,
210
215
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
211
216
  property :plainText,
217
+ comment: %(This property is expected to store plain text literals, without HTML or XML markup.).freeze,
212
218
  domain: "xkos:ExplanatoryNote".freeze,
213
219
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
214
220
  label: "plain text".freeze,
@@ -238,6 +244,7 @@ module RDF::Vocab
238
244
  range: "skos:Concept".freeze,
239
245
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
240
246
  property :specializes,
247
+ equivalentProperty: "http://purl.org/iso25964/skos-thes#broaderGeneric".freeze,
241
248
  inverseOf: "xkos:generalizes".freeze,
242
249
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
243
250
  label: "specializes".freeze,
@@ -250,9 +257,10 @@ module RDF::Vocab
250
257
  subPropertyOf: "xkos:sequential".freeze,
251
258
  type: ["owl:TransitiveProperty".freeze, "rdf:Property".freeze]
252
259
  property :supersedes,
260
+ exactMatch: "dc:replaces".freeze,
253
261
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/xkos".freeze,
254
262
  label: "supersedes".freeze,
255
- subPropertyOf: ["dc:replaces".freeze, "xkos:follows".freeze],
263
+ subPropertyOf: "xkos:follows".freeze,
256
264
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
257
265
  property :targetConcept,
258
266
  domain: "xkos:ConceptAssociation".freeze,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-05-01 00:00:00.000000000 Z
13
+ date: 2019-06-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf