rdf-vocab 3.1.2 → 3.1.4

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: ae4d3b568e99eb40d526eb761c26cc0a6be7b8f249c7071e4d9ffdddb7d430c3
4
- data.tar.gz: f2b3890369826e2995e91db074671f5e3d989404f0802d24cfbf403bce06b4f5
3
+ metadata.gz: 74e89680d964bf7c4e205c34317c6e9305513db24b4eabb359c10301137538ee
4
+ data.tar.gz: a5aa63b8af5f3ef4f0938b822bde4670d94ce839b2321258213411b4d0abb804
5
5
  SHA512:
6
- metadata.gz: ca35e0ba82f08cf59854d019c6a438d426e68ea1432b3cd2b0065f6de7ed0c66470396efcab64f7abf4a4aef58b0a5fecb88a3ef024119522b5edf19e8e8e723
7
- data.tar.gz: b45f40aa82e6219402124554d1eabc2737805b867bcb22bcfdede0ac9658ea47696c024e9b6c9bc702bd53ad10f67bffb71a42c0ed1a609e87b9cbcfe89176f1
6
+ metadata.gz: b33bb57932106df8b329c28fb2f3e2916313659e5e0e1a3cb34db4324e4ef2010098d5f2921361948580970b8818b0702de5c6e9ec685784b762ed12b5412957
7
+ data.tar.gz: d5ed442b5739c731eb09fe29612235497de0806e3e409fe32bfa4c0ec30407630668874fee948fdc6efe32668208358f9288e6c9c45f8e37e3f1d6156789e77c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.2
1
+ 3.1.4
data/lib/rdf/vocab.rb CHANGED
@@ -87,6 +87,10 @@ module RDF
87
87
  alt_source: "http://rs.tdwg.org/dwc/rdf/dwcterms.rdf",
88
88
  strict: false,
89
89
  },
90
+ earl: {
91
+ uri: "http://www.w3.org/ns/earl#",
92
+ source: "http://www.w3.org/ns/earl",
93
+ },
90
94
  ebucore: {
91
95
  uri: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#",
92
96
  source: "https://www.ebu.ch/metadata/ontologies/ebucore/ebucore.rdf",
@@ -128,7 +132,8 @@ module RDF
128
132
  fcrepo4: {
129
133
  uri: "http://fedora.info/definitions/v4/repository#",
130
134
  class_name: "Fcrepo4",
131
- source: "http://fedora.info/definitions/v4/2015/07/24/repository"
135
+ source: "http://fedora.info/definitions/v4/2015/07/24/repository",
136
+ skip: true # Not returning triples
132
137
  },
133
138
  foaf: {uri: "http://xmlns.com/foaf/0.1/"},
134
139
  geo: {uri: "http://www.w3.org/2003/01/geo/wgs84_pos#"},
@@ -242,7 +247,7 @@ module RDF
242
247
  uri: "http://www.loc.gov/mods/rdf/v1#",
243
248
  source: "http://www.loc.gov/standards/mods/modsrdf/v1/modsrdf.owl"
244
249
  },
245
- nfo: {uri: 'http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#'},
250
+ nfo: {uri: 'http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#', skip: true},
246
251
  oa: {uri: "http://www.w3.org/ns/oa#"},
247
252
  og: {uri: "http://ogp.me/ns#", strict: false},
248
253
  ogc: {uri: "http://ogp.me/ns/class#", source: "http://ogp.me/ns", strict: false},
@@ -254,7 +259,11 @@ module RDF
254
259
  source: "https://raw.githubusercontent.com/duraspace/pcdm/master/models.rdf"
255
260
  },
256
261
  pplan: {uri: "http://purl.org/net/p-plan#"},
257
- premis: {uri: "http://www.loc.gov/premis/rdf/v1#", source: "http://www.loc.gov/premis/rdf/v1.rdf"},
262
+ premis: {
263
+ uri: "http://www.loc.gov/premis/rdf/v1#",
264
+ source: "http://www.loc.gov/premis/rdf/v1.rdf",
265
+ skip: true # Not returning triples
266
+ },
258
267
  premis_event_type: {
259
268
  uri: "http://id.loc.gov/vocabulary/preservation/eventType/",
260
269
  source: "http://id.loc.gov/vocabulary/preservation/eventType",
@@ -0,0 +1,190 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/earl#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/ns/earl#>
8
+ # class EARL < RDF::StrictVocabulary
9
+ # end
10
+ class EARL < RDF::StrictVocabulary("http://www.w3.org/ns/earl#")
11
+
12
+ # Ontology definition
13
+ ontology :"http://www.w3.org/ns/earl#",
14
+ comment: %(Formal schema of the Evaluation and Report Language \(EARL\) 1.0).freeze,
15
+ "http://www.w3.org/2002/07/owlversionInfo": "Editor's Working Draft 10 June 2009".freeze,
16
+ isDefinedBy: "http://www.w3.org/TR/EARL10/".freeze,
17
+ label: "Evaluation and Report Language (EARL) 1.0 Schema".freeze,
18
+ "rdfs:seeAlso": ["http://www.w3.org/TR/Content-in-RDF/".freeze, "http://www.w3.org/TR/HTTP-in-RDF/".freeze, "http://www.w3.org/TR/Pointers-in-RDF/".freeze, "http://www.w3.org/WAI/intro/earl".freeze],
19
+ type: "http://www.w3.org/2002/07/owlOntology".freeze
20
+
21
+ # Class definitions
22
+ term :Assertion,
23
+ comment: %(a statement that embodies the results of a test).freeze,
24
+ label: "Assertion".freeze,
25
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
26
+ term :Assertor,
27
+ comment: %(an entity such as a person, a software tool, an organization, or any other grouping that carries out a test collectively).freeze,
28
+ label: "Assertor".freeze,
29
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
30
+ term :CannotTell,
31
+ comment: %(the class of outcomes to denote an undetermined outcome).freeze,
32
+ label: "Undetermined".freeze,
33
+ subClassOf: "earl:OutcomeValue".freeze,
34
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
35
+ term :Fail,
36
+ comment: %(the class of outcomes to denote failing a test).freeze,
37
+ label: "Fail".freeze,
38
+ subClassOf: "earl:OutcomeValue".freeze,
39
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
40
+ term :NotApplicable,
41
+ comment: %(the class of outcomes to denote the test is not applicable).freeze,
42
+ label: "Not applicable".freeze,
43
+ subClassOf: "earl:OutcomeValue".freeze,
44
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
45
+ term :NotTested,
46
+ comment: %(the class of outcomes to denote the test has not been carried out).freeze,
47
+ label: "Not tested".freeze,
48
+ subClassOf: "earl:OutcomeValue".freeze,
49
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
50
+ term :OutcomeValue,
51
+ comment: %(a discrete value that describes a resulting condition from carrying out the test).freeze,
52
+ label: "Outcome Value".freeze,
53
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
54
+ term :Pass,
55
+ comment: %(the class of outcomes to denote passing a test).freeze,
56
+ label: "Pass".freeze,
57
+ subClassOf: "earl:OutcomeValue".freeze,
58
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
59
+ term :Software,
60
+ comment: %(any piece of software such as an authoring tool, browser, or evaluation tool).freeze,
61
+ label: "Software".freeze,
62
+ subClassOf: "doap:Project".freeze,
63
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
64
+ term :TestCase,
65
+ comment: %(an atomic test, usually one that is a partial test for a requirement).freeze,
66
+ label: "Test Case".freeze,
67
+ subClassOf: "earl:TestCriterion".freeze,
68
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
69
+ term :TestCriterion,
70
+ comment: %(a testable statement, usually one that can be passed or failed).freeze,
71
+ label: "Test Criterion".freeze,
72
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
73
+ term :TestMode,
74
+ comment: %(describes how a test was carried out).freeze,
75
+ label: "Test Mode".freeze,
76
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
77
+ term :TestRequirement,
78
+ comment: %(a higher-level requirement that is tested by executing one or more sub-tests).freeze,
79
+ label: "Test Requirement".freeze,
80
+ subClassOf: "earl:TestCriterion".freeze,
81
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
82
+ term :TestResult,
83
+ comment: %(the actual result of performing the test).freeze,
84
+ label: "Test Result".freeze,
85
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
86
+ term :TestSubject,
87
+ comment: %(the class of things that have been tested against some test criterion).freeze,
88
+ label: "Test Subject".freeze,
89
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
90
+
91
+ # Property definitions
92
+ property :assertedBy,
93
+ comment: %(assertor of an assertion).freeze,
94
+ domain: "earl:Assertion".freeze,
95
+ label: "Asserted By".freeze,
96
+ range: "earl:Assertor".freeze,
97
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
98
+ property :info,
99
+ comment: %(additional warnings or error messages in a human-readable form).freeze,
100
+ domain: "earl:TestResult".freeze,
101
+ label: "Info".freeze,
102
+ range: "rdfs:Literal".freeze,
103
+ type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
104
+ property :mainAssertor,
105
+ comment: %(assertor that is primarily responsible for performing the test).freeze,
106
+ domain: "earl:Assertor".freeze,
107
+ label: "Main Assertor".freeze,
108
+ range: "earl:Assertor".freeze,
109
+ subPropertyOf: "http://xmlns.com/foaf/spec/#term_member".freeze,
110
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
111
+ property :mode,
112
+ comment: %(mode in which the test was performed).freeze,
113
+ domain: "earl:Assertion".freeze,
114
+ label: "Mode".freeze,
115
+ range: "earl:TestMode".freeze,
116
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
117
+ property :outcome,
118
+ comment: %(outcome of performing the test).freeze,
119
+ domain: "earl:TestResult".freeze,
120
+ label: "Outcome".freeze,
121
+ range: "earl:OutcomeValue".freeze,
122
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
123
+ property :pointer,
124
+ comment: %(location within a test subject that are most relevant to a test result).freeze,
125
+ domain: "http://www.w3.org/ns/TestResult".freeze,
126
+ label: "Pointer".freeze,
127
+ range: "ptr:Pointer".freeze,
128
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
129
+ property :result,
130
+ comment: %(result of an assertion).freeze,
131
+ domain: "earl:Assertion".freeze,
132
+ label: "Result".freeze,
133
+ range: "earl:TestResult".freeze,
134
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
135
+ property :subject,
136
+ comment: %(test subject of an assertion).freeze,
137
+ domain: "earl:Assertion".freeze,
138
+ label: "Subject".freeze,
139
+ range: "earl:TestSubject".freeze,
140
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
141
+ property :test,
142
+ comment: %(test criterion of an assertion).freeze,
143
+ domain: "earl:Assertion".freeze,
144
+ label: "Test".freeze,
145
+ range: "earl:TestCriterion".freeze,
146
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
147
+
148
+ # Extra definitions
149
+ term :automatic,
150
+ "dc:description": "where the test was carried out automatically by the software tool and without any human intervention".freeze,
151
+ "dc:title": "Automatic".freeze,
152
+ type: "earl:TestMode".freeze
153
+ term :cantTell,
154
+ "dc:description": "it is unclear if the subject passed or failed the test".freeze,
155
+ "dc:title": "Cannot tell".freeze,
156
+ type: "earl:CannotTell".freeze
157
+ term :failed,
158
+ "dc:description": "the subject failed the test".freeze,
159
+ "dc:title": "Failed".freeze,
160
+ type: "earl:Fail".freeze
161
+ term :inapplicable,
162
+ "dc:description": "the test is not applicable to the subject".freeze,
163
+ "dc:title": "Inapplicable".freeze,
164
+ type: "earl:NotApplicable".freeze
165
+ term :manual,
166
+ "dc:description": "where the test was carried out by human evaluators".freeze,
167
+ "dc:title": "Manual".freeze,
168
+ type: "earl:TestMode".freeze
169
+ term :passed,
170
+ "dc:description": "the subject passed the test".freeze,
171
+ "dc:title": "Passed".freeze,
172
+ type: "earl:Pass".freeze
173
+ term :semiAuto,
174
+ "dc:description": "where the test was partially carried out by software tools, but where human input or judgment was still required to decide or help decide the outcome of the test".freeze,
175
+ "dc:title": "Semi-Automatic".freeze,
176
+ type: "earl:TestMode".freeze
177
+ term :undisclosed,
178
+ "dc:description": "where the exact testing process is undisclosed".freeze,
179
+ "dc:title": "Undisclosed".freeze,
180
+ type: "earl:TestMode".freeze
181
+ term :unknownMode,
182
+ "dc:description": "where the testing process is unknown or undetermined".freeze,
183
+ "dc:title": "Unknown".freeze,
184
+ type: "earl:TestMode".freeze
185
+ term :untested,
186
+ "dc:description": "the test has not been carried out".freeze,
187
+ "dc:title": "Untested".freeze,
188
+ type: "earl:NotTested".freeze
189
+ end
190
+ end
@@ -30,9 +30,9 @@ module RDF::Vocab
30
30
  "dc:modified": "2019-01-04T17:01:03.065-05:00".freeze,
31
31
  label: "MADS/RDF (Metadata Authority Description Schema in RDF)".freeze,
32
32
  "owl:ontologyIRI": "mads:".freeze,
33
- "owl:priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-0".freeze,
34
- "owl:versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-3-1".freeze,
35
- "owl:versionInfo": "1.3.1".freeze,
33
+ "owl:priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-1".freeze,
34
+ "owl:versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-4-0".freeze,
35
+ "owl:versionInfo": "1.4.0".freeze,
36
36
  type: "owl:Ontology".freeze
37
37
 
38
38
  # Class definitions
@@ -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("_:g70196556549360".freeze, "_:g70196556569000".freeze, "_:g70196556563900".freeze)
339
+ unionOf: list("_:g70091716318520".freeze, "_:g70091716332600".freeze, "_:g70091794584860".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("_:g70196426469140".freeze, "_:g70196426482940".freeze)
421
+ unionOf: list("_:g70091717845900".freeze, "_:g70091717865180".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("_:g70196426898260".freeze, "_:g70196426915760".freeze)
432
+ unionOf: list("_:g70091718079820".freeze, "_:g70091718098380".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("_:g70196557222280".freeze, "_:g70196557241860".freeze)
487
+ unionOf: list("_:g70091312121580".freeze, "_:g70091717685740".freeze)
488
488
  ),
489
489
  type: "owl:ObjectProperty".freeze
490
490
  property :elementValue,
@@ -594,6 +594,11 @@ module RDF::Vocab
594
594
  range: "mads:CorporateName".freeze,
595
595
  subPropertyOf: "mads:hasRelatedAuthority".freeze,
596
596
  type: "owl:ObjectProperty".freeze
597
+ property :hasDemonym,
598
+ comment: %(Establishes a relationship between an Authority that represents the demonym - Japanese or Greek, for example - and an Authority that represents the Geographic place - Japan or Greece, respectively - associated with the demonym.).freeze,
599
+ inverseOf: "mads:isDemonymFor".freeze,
600
+ label: "Has Demonym".freeze,
601
+ type: "owl:ObjectProperty".freeze
597
602
  property :hasEarlierEstablishedForm,
598
603
  comment: %(Used to reference a resource that was an earlier form. This is Related type='earlier' in MADS XML.).freeze,
599
604
  inverseOf: "mads:hasLaterEstablishedForm".freeze,
@@ -634,7 +639,7 @@ module RDF::Vocab
634
639
  label: "Has MADSCollection Member".freeze,
635
640
  range: term(
636
641
  type: "owl:Class".freeze,
637
- unionOf: list("_:g70196426163180".freeze, "_:g70196560251380".freeze)
642
+ unionOf: list("_:g70091717636060".freeze, "_:g70091717654620".freeze)
638
643
  ),
639
644
  subPropertyOf: "skos:member".freeze,
640
645
  type: "owl:ObjectProperty".freeze
@@ -645,7 +650,7 @@ module RDF::Vocab
645
650
  label: "Has MADS Scheme Member".freeze,
646
651
  range: term(
647
652
  type: "owl:Class".freeze,
648
- unionOf: list("_:g70196426811380".freeze, "_:g70196426842540".freeze)
653
+ unionOf: list("_:g70091312136880".freeze, "_:g70091717684180".freeze)
649
654
  ),
650
655
  type: "owl:ObjectProperty".freeze
651
656
  property :hasNarrowerAuthority,
@@ -740,6 +745,11 @@ module RDF::Vocab
740
745
  range: "mads:RWO".freeze,
741
746
  subPropertyOf: "foaf:focus".freeze,
742
747
  type: "owl:ObjectProperty".freeze
748
+ property :isDemonymFor,
749
+ comment: %(Establishes a relationship between an Authority that represents a Geographic place - Japan or Greece, for example - and an Authority that represents the demonym - Japanese or Greek, respectively - associated with the place.).freeze,
750
+ inverseOf: "mads:hasDemonym".freeze,
751
+ label: "Is Demonym For".freeze,
752
+ type: "owl:ObjectProperty".freeze
743
753
  property :isIdentifiedByAuthority,
744
754
  comment: %(Associates a Real World Object with its Authority description.).freeze,
745
755
  domain: "mads:RWO".freeze,
@@ -751,7 +761,7 @@ module RDF::Vocab
751
761
  comment: %(Associates a Collection with a madsrdf:Authority or another madsrdf:MADSCollection.).freeze,
752
762
  domain: term(
753
763
  type: "owl:Class".freeze,
754
- unionOf: list("_:g70196555975320".freeze, "_:g70196556007720".freeze)
764
+ unionOf: list("_:g70091312142140".freeze, "_:g70091717689040".freeze)
755
765
  ),
756
766
  inverseOf: "mads:hasMADSCollectionMember".freeze,
757
767
  label: "Is Member Of MADSCollection".freeze,
@@ -760,7 +770,7 @@ module RDF::Vocab
760
770
  property :isMemberOfMADSScheme,
761
771
  domain: term(
762
772
  type: "owl:Class".freeze,
763
- unionOf: list("_:g70196426450620".freeze, "_:g70196426488680".freeze)
773
+ unionOf: list("_:g70091717831100".freeze, "_:g70091717849500".freeze)
764
774
  ),
765
775
  inverseOf: "mads:hasMADSSchemeMember".freeze,
766
776
  label: "Is Member of MADS Scheme".freeze,
@@ -771,7 +781,7 @@ module RDF::Vocab
771
781
  comment: %(Identifies a MADS Scheme in which the Authority is at the top of the hierarchy.).freeze,
772
782
  domain: term(
773
783
  type: "owl:Class".freeze,
774
- unionOf: list("_:g70196426911160".freeze, "_:g70196426947400".freeze)
784
+ unionOf: list("_:g70091718058260".freeze, "_:g70091718076240".freeze)
775
785
  ),
776
786
  inverseOf: "mads:hasTopMemberOfMADSScheme".freeze,
777
787
  label: "Is Top Member of MADS Scheme".freeze,
@@ -821,12 +831,12 @@ module RDF::Vocab
821
831
  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
832
  domain: term(
823
833
  type: "owl:Class".freeze,
824
- unionOf: list("_:g70196557240720".freeze, "_:g70196557234280".freeze)
834
+ unionOf: list("_:g70091716696020".freeze, "_:g70091716714260".freeze)
825
835
  ),
826
836
  label: "See Also".freeze,
827
837
  range: term(
828
838
  type: "owl:Class".freeze,
829
- unionOf: list("_:g70196557302440".freeze, "_:g70196557320800".freeze)
839
+ unionOf: list("_:g70091716803840".freeze, "_:g70091716797920".freeze)
830
840
  ),
831
841
  subPropertyOf: "rdfs:seeAlso".freeze,
832
842
  type: "owl:ObjectProperty".freeze
@@ -17,7 +17,7 @@ case of a single file published after Zip compression, the convention of appendi
17
17
  label: "3DModel".freeze,
18
18
  "schema:category": "issue-2140".freeze,
19
19
  "schema:isPartOf": "http://pending.schema.org".freeze,
20
- subClassOf: "schema:CreativeWork".freeze,
20
+ subClassOf: "schema:MediaObject".freeze,
21
21
  type: "rdfs:Class".freeze
22
22
  term :AMRadioChannel,
23
23
  comment: %(A radio channel that uses AM.).freeze,
@@ -685,6 +685,16 @@ Commonly used values:<br/><br/>
685
685
  label: "BuyAction".freeze,
686
686
  subClassOf: "schema:TradeAction".freeze,
687
687
  type: "rdfs:Class".freeze
688
+ term :CDCPMDRecord,
689
+ comment: %(A CDCPMDRecord is a data structure representing a record in a CDC tabular data format
690
+ used for hospital data reporting. See <a href="/docs/cdc-covid.html">documentation</a> for details, and the linked CDC materials for authoritative
691
+ definitions used as the source here.).freeze,
692
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
693
+ label: "CDCPMDRecord".freeze,
694
+ "schema:category": "issue-2521".freeze,
695
+ "schema:isPartOf": "http://pending.schema.org".freeze,
696
+ subClassOf: "schema:StructuredValue".freeze,
697
+ type: "rdfs:Class".freeze
688
698
  term :CableOrSatelliteService,
689
699
  comment: %(A service which provides access to media programming like TV or radio. Access may be via cable or satellite.).freeze,
690
700
  label: "CableOrSatelliteService".freeze,
@@ -1108,6 +1118,17 @@ Related actions:<br/><br/>
1108
1118
  "schema:isPartOf": "http://bib.schema.org".freeze,
1109
1119
  subClassOf: "schema:VisualArtwork".freeze,
1110
1120
  type: "rdfs:Class".freeze
1121
+ term :CovidTestingFacility,
1122
+ comment: %(A CovidTestingFacility is a <a class="localLink" href="http://schema.org/MedicalClinic">MedicalClinic</a> where testing for the COVID-19 Coronavirus
1123
+ disease is available. If the facility is being made available from an established <a class="localLink" href="http://schema.org/Pharmacy">Pharmacy</a>, <a class="localLink" href="http://schema.org/Hotel">Hotel</a>, or other
1124
+ non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information
1125
+ about that place e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.).freeze,
1126
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
1127
+ label: "CovidTestingFacility".freeze,
1128
+ "schema:category": "issue-2490".freeze,
1129
+ "schema:isPartOf": "http://pending.schema.org".freeze,
1130
+ subClassOf: "schema:MedicalClinic".freeze,
1131
+ type: "rdfs:Class".freeze
1111
1132
  term :CreateAction,
1112
1133
  comment: %(The act of deliberately creating/producing/generating/building a result out of the agent.).freeze,
1113
1134
  label: "CreateAction".freeze,
@@ -1663,6 +1684,14 @@ endorsement rating is particularly useful in the absence of numeric scales as it
1663
1684
  label: "Event".freeze,
1664
1685
  subClassOf: "schema:Thing".freeze,
1665
1686
  type: "rdfs:Class".freeze
1687
+ term :EventAttendanceModeEnumeration,
1688
+ comment: %(An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.).freeze,
1689
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
1690
+ label: "EventAttendanceModeEnumeration".freeze,
1691
+ "schema:category": "issue-1842".freeze,
1692
+ "schema:isPartOf": "http://pending.schema.org".freeze,
1693
+ subClassOf: "schema:Enumeration".freeze,
1694
+ type: "rdfs:Class".freeze
1666
1695
  term :EventReservation,
1667
1696
  comment: %(A reservation for an event like a concert, sporting event, or lecture.<br/><br/>
1668
1697
 
@@ -2051,7 +2080,7 @@ The amount of a <a class="localLink" href="http://schema.org/Grant">Grant</a> is
2051
2080
  type: "rdfs:Class".freeze
2052
2081
  term :HealthAspectEnumeration,
2053
2082
  comment: %(HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using <a class="localLink" href="http://schema.org/hasHealthAspect">hasHealthAspect</a> and <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>.).freeze,
2054
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2083
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
2055
2084
  label: "HealthAspectEnumeration".freeze,
2056
2085
  "schema:category": "issue-2374".freeze,
2057
2086
  "schema:isPartOf": "http://pending.schema.org".freeze,
@@ -2620,11 +2649,29 @@ Note: This type is for information about actual reservations, e.g. in confirmati
2620
2649
  label: "MediaGallery".freeze,
2621
2650
  subClassOf: "schema:CollectionPage".freeze,
2622
2651
  type: "rdfs:Class".freeze
2652
+ term :MediaManipulationRatingEnumeration,
2653
+ comment: %(\(editorial work in progress, this definition is incomplete and unreviewed\) MediaManipulationRatingEnumeration classifies a number of ways in which a media item \(video, image, audio\) can be manipulated, taking into account the context within which they are published or presented.).freeze,
2654
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2655
+ label: "MediaManipulationRatingEnumeration".freeze,
2656
+ "schema:category": "issue-2450".freeze,
2657
+ "schema:isPartOf": "http://pending.schema.org".freeze,
2658
+ subClassOf: "schema:Enumeration".freeze,
2659
+ type: "rdfs:Class".freeze
2623
2660
  term :MediaObject,
2624
2661
  comment: %(A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song \(MusicRecording\) may have a music video \(VideoObject\), and a high and low bandwidth audio stream \(2 AudioObject's\).).freeze,
2625
2662
  label: "MediaObject".freeze,
2626
2663
  subClassOf: "schema:CreativeWork".freeze,
2627
2664
  type: "rdfs:Class".freeze
2665
+ term :MediaReview,
2666
+ comment: %(\(editorial work in progress, this definition is incomplete and unreviewed\)
2667
+ A <a class="localLink" href="http://schema.org/MediaReview">MediaReview</a> is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.
2668
+ For more general reviews of media in the broader sense, use <a class="localLink" href="http://schema.org/UserReview">UserReview</a>, <a class="localLink" href="http://schema.org/CriticReview">CriticReview</a> or other <a class="localLink" href="http://schema.org/Review">Review</a> types.).freeze,
2669
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2670
+ label: "MediaReview".freeze,
2671
+ "schema:category": "issue-2450".freeze,
2672
+ "schema:isPartOf": "http://pending.schema.org".freeze,
2673
+ subClassOf: "schema:Review".freeze,
2674
+ type: "rdfs:Class".freeze
2628
2675
  term :MediaSubscription,
2629
2676
  comment: %(A subscription which allows a user to access media including audio, video, books, etc.).freeze,
2630
2677
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
@@ -3294,6 +3341,14 @@ For <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GTIN</a>-related
3294
3341
  label: "OfferItemCondition".freeze,
3295
3342
  subClassOf: "schema:Enumeration".freeze,
3296
3343
  type: "rdfs:Class".freeze
3344
+ term :OfferShippingDetails,
3345
+ comment: %(OfferShippingDetails - indicates the kinds of shipping options might be available for an online shopping offer.).freeze,
3346
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
3347
+ label: "OfferShippingDetails".freeze,
3348
+ "schema:category": "issue-2506".freeze,
3349
+ "schema:isPartOf": "http://pending.schema.org".freeze,
3350
+ subClassOf: "schema:Intangible".freeze,
3351
+ type: "rdfs:Class".freeze
3297
3352
  term :OfficeEquipmentStore,
3298
3353
  comment: %(An office equipment store.).freeze,
3299
3354
  label: "OfficeEquipmentStore".freeze,
@@ -4298,6 +4353,14 @@ Related actions:<br/><br/>
4298
4353
  label: "School".freeze,
4299
4354
  subClassOf: "schema:EducationalOrganization".freeze,
4300
4355
  type: "rdfs:Class".freeze
4356
+ term :SchoolDistrict,
4357
+ comment: %(A School District is an administrative area for the administration of schools.).freeze,
4358
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2500".freeze,
4359
+ label: "SchoolDistrict".freeze,
4360
+ "schema:category": "issue-2500".freeze,
4361
+ "schema:isPartOf": "http://pending.schema.org".freeze,
4362
+ subClassOf: "schema:AdministrativeArea".freeze,
4363
+ type: "rdfs:Class".freeze
4301
4364
  term :ScreeningEvent,
4302
4365
  comment: %(A screening of a movie or other video.).freeze,
4303
4366
  label: "ScreeningEvent".freeze,
@@ -4456,6 +4519,47 @@ Related actions:<br/><br/>
4456
4519
  "schema:category": "issue-1389".freeze,
4457
4520
  subClassOf: "schema:Intangible".freeze,
4458
4521
  type: "rdfs:Class".freeze
4522
+ term :SpecialAnnouncement,
4523
+ comment: %(A SpecialAnnouncement combines a simple date-stamped textual information update
4524
+ with contextualized Web links and other structured data. It represents an information update made by a
4525
+ locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,
4526
+ local government.<br/><br/>
4527
+
4528
+ For work in progress guidelines on Coronavirus-related markup see <a href="https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#">this doc</a>.<br/><br/>
4529
+
4530
+ The motivating scenario for SpecialAnnouncement is the <a href="https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic">Coronavirus pandemic</a>, and the initial vocabulary is oriented to this urgent situation. Schema.org
4531
+ expect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our
4532
+ usual <a href="https://github.com/schemaorg/schemaorg/issues/2490">Github entry</a>, feedback comments can also be provided in <a href="https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#">this document</a>.<br/><br/>
4533
+
4534
+ While this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like <a href="https://en.wikipedia.org/wiki/Common_Alerting_Protocol">CAP</a>, although there may be overlaps. The intent is to cover
4535
+ the kinds of everyday practical information being posted to existing websites during an emergency situation.<br/><br/>
4536
+
4537
+ Several kinds of information can be provided:<br/><br/>
4538
+
4539
+ We encourage the provision of "name", "text", "datePosted", "expires" \(if appropriate\), "category" and
4540
+ "url" as a simple baseline. It is important to provide a value for "category" where possible, most ideally as a well known
4541
+ URL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be "https://en.wikipedia.org/w/index.php?title=2019-20_coronavirus_pandemic" or "https://www.wikidata.org/wiki/Q81068910".<br/><br/>
4542
+
4543
+ For many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a <a class="localLink" href="http://schema.org/WebContent">WebContent</a> type, and provide the url as a property of that, alongside at least a simple "<a class="localLink" href="http://schema.org/text">text</a>" summary of the page. It is
4544
+ unlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.<br/><br/>
4545
+
4546
+ We expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, <a class="localLink" href="http://schema.org/openingHours">openingHours</a>, <a class="localLink" href="http://schema.org/Event">Event</a>, <a class="localLink" href="http://schema.org/FAQPage">FAQPage</a> etc. By linking to those pages from a <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> you can help make it clearer that the events are related to the situation \(e.g. Coronavirus\) indicated by the <a class="localLink" href="http://schema.org/category">category</a> property of the <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a>.<br/><br/>
4547
+
4548
+ Many <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a>s will relate to particular regions and to identifiable local organizations. Use <a class="localLink" href="http://schema.org/spatialCoverage">spatialCoverage</a> for the region, and <a class="localLink" href="http://schema.org/announcementLocation">announcementLocation</a> to indicate specific <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a>es and <a class="localLink" href="http://schema.org/CivicStructures">CivicStructures</a>. If the announcement affects both a particular region and a specific location \(for example, a library closure that serves an entire region\), use both <a class="localLink" href="http://schema.org/spatialCoverage">spatialCoverage</a> and <a class="localLink" href="http://schema.org/announcementLocation">announcementLocation</a>.<br/><br/>
4549
+
4550
+ The <a class="localLink" href="http://schema.org/about">about</a> property can be used to indicate entities that are the focus of the announcement. We now recommend using <a class="localLink" href="http://schema.org/about">about</a> only
4551
+ for representing non-location entities \(e.g. a <a class="localLink" href="http://schema.org/Course">Course</a> or a <a class="localLink" href="http://schema.org/RadioStation">RadioStation</a>\). For places, use <a class="localLink" href="http://schema.org/announcementLocation">announcementLocation</a> and <a class="localLink" href="http://schema.org/spatialCoverage">spatialCoverage</a>. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too.<br/><br/>
4552
+
4553
+ The basic content of <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> is similar to that of an <a href="https://en.wikipedia.org/wiki/RSS">RSS</a> or <a href="https://en.wikipedia.org/wiki/Atom_\(Web_standard\)">Atom</a> feed. For publishers without such feeds, basic feed-like information can be shared by posting
4554
+ <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed
4555
+ with the <a class="localLink" href="http://schema.org/webFeed">webFeed</a> property. This can be a simple URL, or an inline <a class="localLink" href="http://schema.org/DataFeed">DataFeed</a> object, with <a class="localLink" href="http://schema.org/encodingFormat">encodingFormat</a> providing
4556
+ media type information e.g. "application/rss+xml" or "application/atom+xml".).freeze,
4557
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
4558
+ label: "SpecialAnnouncement".freeze,
4559
+ "schema:category": "issue-2490".freeze,
4560
+ "schema:isPartOf": "http://pending.schema.org".freeze,
4561
+ subClassOf: "schema:CreativeWork".freeze,
4562
+ type: "rdfs:Class".freeze
4459
4563
  term :Specialty,
4460
4564
  comment: %(Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.).freeze,
4461
4565
  label: "Specialty".freeze,
@@ -5001,6 +5105,14 @@ Related actions:<br/><br/>
5001
5105
  label: "ViewAction".freeze,
5002
5106
  subClassOf: "schema:ConsumeAction".freeze,
5003
5107
  type: "rdfs:Class".freeze
5108
+ term :VirtualLocation,
5109
+ comment: %(An online or virtual location for attending events. For example, one may attend an online seminar or educational event. While a virtual location may be used as the location of an event, virtual locations should not be confused with physical locations in the real world.).freeze,
5110
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
5111
+ label: "VirtualLocation".freeze,
5112
+ "schema:category": "issue-1842".freeze,
5113
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5114
+ subClassOf: "schema:Intangible".freeze,
5115
+ type: "rdfs:Class".freeze
5004
5116
  term :Virus,
5005
5117
  comment: %(Pathogenic virus that causes viral infection.).freeze,
5006
5118
  label: "Virus".freeze,
@@ -5350,6 +5462,16 @@ Typical unit code\(s\): SEC for seconds<br/><br/>
5350
5462
  label: "accountablePerson".freeze,
5351
5463
  rangeIncludes: "schema:Person".freeze,
5352
5464
  type: "rdf:Property".freeze
5465
+ property :acquireLicensePage,
5466
+ comment: %(Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.).freeze,
5467
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2454".freeze,
5468
+ domainIncludes: "schema:CreativeWork".freeze,
5469
+ label: "acquireLicensePage".freeze,
5470
+ rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
5471
+ "schema:category": "issue-2454".freeze,
5472
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5473
+ subPropertyOf: "schema:usageInfo".freeze,
5474
+ type: "rdf:Property".freeze
5353
5475
  property :acquiredFrom,
5354
5476
  comment: %(The organization or person from which the product was acquired.).freeze,
5355
5477
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
@@ -5365,13 +5487,6 @@ Typical unit code\(s\): SEC for seconds<br/><br/>
5365
5487
  rangeIncludes: "schema:Text".freeze,
5366
5488
  "schema:isPartOf": "http://auto.schema.org".freeze,
5367
5489
  type: "rdf:Property".freeze
5368
- property :action,
5369
- comment: %(Obsolete term for <a class="localLink" href="http://schema.org/muscleAction">muscleAction</a>. Not to be confused with <a class="localLink" href="http://schema.org/potentialAction">potentialAction</a>.).freeze,
5370
- domainIncludes: "schema:Muscle".freeze,
5371
- label: "action".freeze,
5372
- rangeIncludes: "schema:Text".freeze,
5373
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
5374
- type: "rdf:Property".freeze
5375
5490
  property :actionAccessibilityRequirement,
5376
5491
  comment: %(A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.).freeze,
5377
5492
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
@@ -5656,7 +5771,7 @@ Note: Publishers should be aware that applications designed to use specific sche
5656
5771
  property :amenityFeature,
5657
5772
  comment: %(An amenity feature \(e.g. a characteristic or service\) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.).freeze,
5658
5773
  "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
5659
- domainIncludes: ["schema:Accommodation".freeze, "schema:LodgingBusiness".freeze, "schema:Place".freeze],
5774
+ domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze, "schema:LodgingBusiness".freeze, "schema:Place".freeze],
5660
5775
  label: "amenityFeature".freeze,
5661
5776
  rangeIncludes: "schema:LocationFeatureSpecification".freeze,
5662
5777
  type: "rdf:Property".freeze
@@ -5675,6 +5790,16 @@ Note: Publishers should be aware that applications designed to use specific sche
5675
5790
  label: "amountOfThisGood".freeze,
5676
5791
  rangeIncludes: "schema:Number".freeze,
5677
5792
  type: "rdf:Property".freeze
5793
+ property :announcementLocation,
5794
+ comment: %(Indicates a specific <a class="localLink" href="http://schema.org/CivicStructure">CivicStructure</a> or <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. For a larger geographic region like a quarantine of an entire region, use <a class="localLink" href="http://schema.org/spatialCoverage">spatialCoverage</a>.).freeze,
5795
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2514".freeze,
5796
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
5797
+ label: "announcementLocation".freeze,
5798
+ rangeIncludes: ["schema:CivicStructure".freeze, "schema:LocalBusiness".freeze],
5799
+ "schema:category": "issue-2514".freeze,
5800
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5801
+ subPropertyOf: "schema:spatialCoverage".freeze,
5802
+ type: "rdf:Property".freeze
5678
5803
  property :annualPercentageRate,
5679
5804
  comment: %(The annual rate that is charged for borrowing \(or made by investing\), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction.).freeze,
5680
5805
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
@@ -6121,13 +6246,6 @@ Note: Publishers should be aware that applications designed to use specific sche
6121
6246
  rangeIncludes: ["schema:Person".freeze, "schema:SportsTeam".freeze],
6122
6247
  subPropertyOf: "schema:competitor".freeze,
6123
6248
  type: "rdf:Property".freeze
6124
- property :background,
6125
- comment: %(Descriptive information establishing a historical perspective on the supplement. May include the rationale for the name, the population where the supplement first came to prominence, etc.).freeze,
6126
- domainIncludes: "schema:DietarySupplement".freeze,
6127
- label: "background".freeze,
6128
- rangeIncludes: "schema:Text".freeze,
6129
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
6130
- type: "rdf:Property".freeze
6131
6249
  property :backstory,
6132
6250
  comment: %(For an <a class="localLink" href="http://schema.org/Article">Article</a>, typically a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a>, the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.).freeze,
6133
6251
  "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
@@ -6606,19 +6724,12 @@ Note: You can use <a class="localLink" href="http://schema.org/minValue">minValu
6606
6724
  type: "rdf:Property".freeze
6607
6725
  property :category,
6608
6726
  comment: %(A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.).freeze,
6609
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
6610
- domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Invoice".freeze, "schema:Offer".freeze, "schema:PhysicalActivity".freeze, "schema:Product".freeze, "schema:Recommendation".freeze, "schema:Service".freeze],
6727
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1741".freeze, "https://github.com/schemaorg/schemaorg/issues/2490".freeze],
6728
+ domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Invoice".freeze, "schema:Offer".freeze, "schema:PhysicalActivity".freeze, "schema:Product".freeze, "schema:Recommendation".freeze, "schema:Service".freeze, "schema:SpecialAnnouncement".freeze, "schema:URL".freeze],
6611
6729
  label: "category".freeze,
6612
6730
  rangeIncludes: ["schema:PhysicalActivityCategory".freeze, "schema:Text".freeze, "schema:Thing".freeze],
6613
6731
  "schema:category": "issue-1741".freeze,
6614
6732
  type: "rdf:Property".freeze
6615
- property :cause,
6616
- comment: %(Specifying a cause of something in general. e.g in medicine , one of the causative agent\(s\) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence.).freeze,
6617
- domainIncludes: ["schema:MedicalCondition".freeze, "schema:MedicalSignOrSymptom".freeze],
6618
- label: "cause".freeze,
6619
- rangeIncludes: "schema:MedicalCause".freeze,
6620
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
6621
- type: "rdf:Property".freeze
6622
6733
  property :causeOf,
6623
6734
  comment: %(The condition, complication, symptom, sign, etc. caused.).freeze,
6624
6735
  domainIncludes: "schema:MedicalCause".freeze,
@@ -7075,13 +7186,6 @@ For example "Available by appointment from the Reading Room" or "Accessible only
7075
7186
  "schema:isPartOf": "http://pending.schema.org".freeze,
7076
7187
  subPropertyOf: "schema:publishingPrinciples".freeze,
7077
7188
  type: "rdf:Property".freeze
7078
- property :cost,
7079
- comment: %(Cost per unit of the drug, as reported by the source being tagged.).freeze,
7080
- domainIncludes: "schema:Drug".freeze,
7081
- label: "cost".freeze,
7082
- rangeIncludes: "schema:DrugCost".freeze,
7083
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
7084
- type: "rdf:Property".freeze
7085
7189
  property :costCategory,
7086
7190
  comment: %(The category of cost, such as wholesale, retail, reimbursement cap, etc.).freeze,
7087
7191
  domainIncludes: "schema:DrugCost".freeze,
@@ -7247,6 +7351,132 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7247
7351
  label: "customer".freeze,
7248
7352
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
7249
7353
  type: "rdf:Property".freeze
7354
+ property :cvdCollectionDate,
7355
+ comment: %(collectiondate - Date for which patient counts are reported.).freeze,
7356
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7357
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7358
+ label: "cvdCollectionDate".freeze,
7359
+ rangeIncludes: ["schema:DateTime".freeze, "schema:Text".freeze],
7360
+ "schema:category": "issue-2521".freeze,
7361
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7362
+ type: "rdf:Property".freeze
7363
+ property :cvdNumBeds,
7364
+ comment: %(numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow \(surge\) beds used for inpatients.).freeze,
7365
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7366
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7367
+ label: "cvdNumBeds".freeze,
7368
+ rangeIncludes: "schema:Number".freeze,
7369
+ "schema:category": "issue-2521".freeze,
7370
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7371
+ type: "rdf:Property".freeze
7372
+ property :cvdNumBedsOcc,
7373
+ comment: %(numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied.).freeze,
7374
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7375
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7376
+ label: "cvdNumBedsOcc".freeze,
7377
+ rangeIncludes: "schema:Number".freeze,
7378
+ "schema:category": "issue-2521".freeze,
7379
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7380
+ type: "rdf:Property".freeze
7381
+ property :cvdNumC19Died,
7382
+ comment: %(numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location.).freeze,
7383
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7384
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7385
+ label: "cvdNumC19Died".freeze,
7386
+ rangeIncludes: "schema:Number".freeze,
7387
+ "schema:category": "issue-2521".freeze,
7388
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7389
+ type: "rdf:Property".freeze
7390
+ property :cvdNumC19HOPats,
7391
+ comment: %(numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization.).freeze,
7392
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7393
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7394
+ label: "cvdNumC19HOPats".freeze,
7395
+ rangeIncludes: "schema:Number".freeze,
7396
+ "schema:category": "issue-2521".freeze,
7397
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7398
+ type: "rdf:Property".freeze
7399
+ property :cvdNumC19HospPats,
7400
+ comment: %(numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19.).freeze,
7401
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7402
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7403
+ label: "cvdNumC19HospPats".freeze,
7404
+ rangeIncludes: "schema:Number".freeze,
7405
+ "schema:category": "issue-2521".freeze,
7406
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7407
+ type: "rdf:Property".freeze
7408
+ property :cvdNumC19MechVentPats,
7409
+ comment: %(numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator.).freeze,
7410
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7411
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7412
+ label: "cvdNumC19MechVentPats".freeze,
7413
+ rangeIncludes: "schema:Number".freeze,
7414
+ "schema:category": "issue-2521".freeze,
7415
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7416
+ type: "rdf:Property".freeze
7417
+ property :cvdNumC19OFMechVentPats,
7418
+ comment: %(numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator.).freeze,
7419
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7420
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7421
+ label: "cvdNumC19OFMechVentPats".freeze,
7422
+ rangeIncludes: "schema:Number".freeze,
7423
+ "schema:category": "issue-2521".freeze,
7424
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7425
+ type: "rdf:Property".freeze
7426
+ property :cvdNumC19OverflowPats,
7427
+ comment: %(numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed.).freeze,
7428
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7429
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7430
+ label: "cvdNumC19OverflowPats".freeze,
7431
+ rangeIncludes: "schema:Number".freeze,
7432
+ "schema:category": "issue-2521".freeze,
7433
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7434
+ type: "rdf:Property".freeze
7435
+ property :cvdNumICUBeds,
7436
+ comment: %(numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit \(ICU\) beds.).freeze,
7437
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7438
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7439
+ label: "cvdNumICUBeds".freeze,
7440
+ rangeIncludes: "schema:Number".freeze,
7441
+ "schema:category": "issue-2521".freeze,
7442
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7443
+ type: "rdf:Property".freeze
7444
+ property :cvdNumICUBedsOcc,
7445
+ comment: %(numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied.).freeze,
7446
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7447
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7448
+ label: "cvdNumICUBedsOcc".freeze,
7449
+ rangeIncludes: "schema:Number".freeze,
7450
+ "schema:category": "issue-2521".freeze,
7451
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7452
+ type: "rdf:Property".freeze
7453
+ property :cvdNumTotBeds,
7454
+ comment: %(numtotbeds - ALL HOSPITAL BEDS: Total number of all Inpatient and outpatient beds, including all staffed,ICU, licensed, and overflow \(surge\) beds used for inpatients or outpatients.).freeze,
7455
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7456
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7457
+ label: "cvdNumTotBeds".freeze,
7458
+ rangeIncludes: "schema:Number".freeze,
7459
+ "schema:category": "issue-2521".freeze,
7460
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7461
+ type: "rdf:Property".freeze
7462
+ property :cvdNumVent,
7463
+ comment: %(numvent - MECHANICAL VENTILATORS: Total number of ventilators available.).freeze,
7464
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7465
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7466
+ label: "cvdNumVent".freeze,
7467
+ rangeIncludes: "schema:Number".freeze,
7468
+ "schema:category": "issue-2521".freeze,
7469
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7470
+ type: "rdf:Property".freeze
7471
+ property :cvdNumVentUse,
7472
+ comment: %(numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use.).freeze,
7473
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
7474
+ domainIncludes: "schema:CDCPMDRecord".freeze,
7475
+ label: "cvdNumVentUse".freeze,
7476
+ rangeIncludes: "schema:Number".freeze,
7477
+ "schema:category": "issue-2521".freeze,
7478
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7479
+ type: "rdf:Property".freeze
7250
7480
  property :dataFeedElement,
7251
7481
  comment: %(An item within in a data feed. Data feeds may have many elements.).freeze,
7252
7482
  domainIncludes: "schema:DataFeed".freeze,
@@ -7293,9 +7523,11 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7293
7523
  type: "rdf:Property".freeze
7294
7524
  property :datePosted,
7295
7525
  comment: %(Publication date of an online listing.).freeze,
7296
- domainIncludes: ["schema:JobPosting".freeze, "schema:RealEstateListing".freeze],
7526
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/2490".freeze, "https://github.com/schemaorg/schemaorg/issues/2521".freeze],
7527
+ domainIncludes: ["schema:CDCPMDRecord".freeze, "schema:JobPosting".freeze, "schema:RealEstateListing".freeze, "schema:SpecialAnnouncement".freeze],
7297
7528
  label: "datePosted".freeze,
7298
- rangeIncludes: "schema:Date".freeze,
7529
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7530
+ "schema:category": ["issue-2490".freeze, "issue-2521".freeze],
7299
7531
  type: "rdf:Property".freeze
7300
7532
  property :datePublished,
7301
7533
  comment: %(Date of first broadcast/publication.).freeze,
@@ -7552,6 +7784,26 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7552
7784
  label: "discussionUrl".freeze,
7553
7785
  rangeIncludes: "schema:URL".freeze,
7554
7786
  type: "rdf:Property".freeze
7787
+ property :diseasePreventionInfo,
7788
+ comment: %(Information about disease prevention.).freeze,
7789
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
7790
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
7791
+ label: "diseasePreventionInfo".freeze,
7792
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
7793
+ "schema:category": "issue-2490".freeze,
7794
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7795
+ type: "rdf:Property".freeze
7796
+ property :diseaseSpreadStatistics,
7797
+ comment: %(Statistical information about the spread of a disease, either as <a class="localLink" href="http://schema.org/WebContent">WebContent</a>, or
7798
+ described directly as a <a class="localLink" href="http://schema.org/Dataset">Dataset</a>, or the specific <a class="localLink" href="http://schema.org/Observation">Observation</a>s in the dataset. When a <a class="localLink" href="http://schema.org/WebContent">WebContent</a> URL is
7799
+ provided, the page indicated might also contain more such markup.).freeze,
7800
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
7801
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
7802
+ label: "diseaseSpreadStatistics".freeze,
7803
+ rangeIncludes: ["schema:Dataset".freeze, "schema:Observation".freeze, "schema:URL".freeze, "schema:WebContent".freeze],
7804
+ "schema:category": "issue-2490".freeze,
7805
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7806
+ type: "rdf:Property".freeze
7555
7807
  property :dissolutionDate,
7556
7808
  comment: %(The date that this organization was dissolved.).freeze,
7557
7809
  domainIncludes: "schema:Organization".freeze,
@@ -7974,9 +8226,11 @@ Unregistered or niche encoding and file formats can be indicated instead via the
7974
8226
  type: "rdf:Property".freeze
7975
8227
  property :endDate,
7976
8228
  comment: %(The end date and time of the item \(in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>\).).freeze,
7977
- domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze],
8229
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
8230
+ domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze, "schema:Schedule".freeze],
7978
8231
  label: "endDate".freeze,
7979
8232
  rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
8233
+ "schema:category": "issue-2486".freeze,
7980
8234
  type: "rdf:Property".freeze
7981
8235
  property :endOffset,
7982
8236
  comment: %(The end time of the clip expressed as the number of seconds from the beginning of the work.).freeze,
@@ -8135,6 +8389,15 @@ Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic
8135
8389
  label: "event".freeze,
8136
8390
  rangeIncludes: "schema:Event".freeze,
8137
8391
  type: "rdf:Property".freeze
8392
+ property :eventAttendanceMode,
8393
+ comment: %(The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.).freeze,
8394
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
8395
+ domainIncludes: "schema:Event".freeze,
8396
+ label: "eventAttendanceMode".freeze,
8397
+ rangeIncludes: "schema:EventAttendanceModeEnumeration".freeze,
8398
+ "schema:category": "issue-1842".freeze,
8399
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8400
+ type: "rdf:Property".freeze
8138
8401
  property :eventSchedule,
8139
8402
  comment: %(Associates an <a class="localLink" href="http://schema.org/Event">Event</a> with a <a class="localLink" href="http://schema.org/Schedule">Schedule</a>. There are circumstances where it is preferable to share a schedule for a series of
8140
8403
  repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly
@@ -8407,7 +8670,7 @@ Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic
8407
8670
  comment: %(The size of the accommodation, e.g. in square meter or squarefoot.
8408
8671
  Typical unit code\(s\): MTK for square meter, FTK for square foot, or YDK for square yard).freeze,
8409
8672
  "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
8410
- domainIncludes: "schema:Accommodation".freeze,
8673
+ domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
8411
8674
  label: "floorSize".freeze,
8412
8675
  rangeIncludes: "schema:QuantitativeValue".freeze,
8413
8676
  type: "rdf:Property".freeze
@@ -8543,13 +8806,6 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8543
8806
  label: "fuelType".freeze,
8544
8807
  rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
8545
8808
  type: "rdf:Property".freeze
8546
- property :function,
8547
- comment: %(Function of the anatomical structure.).freeze,
8548
- domainIncludes: "schema:AnatomicalStructure".freeze,
8549
- label: "function".freeze,
8550
- rangeIncludes: "schema:Text".freeze,
8551
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
8552
- type: "rdf:Property".freeze
8553
8809
  property :functionalClass,
8554
8810
  comment: %(The degree of mobility the joint allows.).freeze,
8555
8811
  domainIncludes: "schema:Joint".freeze,
@@ -8710,6 +8966,15 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8710
8966
  label: "geographicArea".freeze,
8711
8967
  rangeIncludes: "schema:AdministrativeArea".freeze,
8712
8968
  type: "rdf:Property".freeze
8969
+ property :gettingTestedInfo,
8970
+ comment: %(Information about getting tested \(for a <a class="localLink" href="http://schema.org/MedicalCondition">MedicalCondition</a>\), e.g. in the context of a pandemic.).freeze,
8971
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
8972
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
8973
+ label: "gettingTestedInfo".freeze,
8974
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
8975
+ "schema:category": "issue-2490".freeze,
8976
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8977
+ type: "rdf:Property".freeze
8713
8978
  property :givenName,
8714
8979
  comment: %(Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.).freeze,
8715
8980
  domainIncludes: "schema:Person".freeze,
@@ -8871,6 +9136,15 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8871
9136
  label: "hasDigitalDocumentPermission".freeze,
8872
9137
  rangeIncludes: "schema:DigitalDocumentPermission".freeze,
8873
9138
  type: "rdf:Property".freeze
9139
+ property :hasDriveThroughService,
9140
+ comment: %(Indicates whether some facility \(e.g. <a class="localLink" href="http://schema.org/FoodEstablishment">FoodEstablishment</a>, <a class="localLink" href="http://schema.org/CovidTestingFacility">CovidTestingFacility</a>\) offers a service that can be used by driving through in a car. In the case of <a class="localLink" href="http://schema.org/CovidTestingFacility">CovidTestingFacility</a> such facilities could potentially help with social distancing from other potentially-infected users.).freeze,
9141
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
9142
+ domainIncludes: "schema:Place".freeze,
9143
+ label: "hasDriveThroughService".freeze,
9144
+ rangeIncludes: "schema:Boolean".freeze,
9145
+ "schema:category": "issue-2490".freeze,
9146
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9147
+ type: "rdf:Property".freeze
8874
9148
  property :hasHealthAspect,
8875
9149
  comment: %(Indicates the aspect or aspects specifically addressed in some <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.).freeze,
8876
9150
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
@@ -9073,6 +9347,15 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
9073
9347
  "schema:category": "issue-1062".freeze,
9074
9348
  "schema:isPartOf": "http://pending.schema.org".freeze,
9075
9349
  type: "rdf:Property".freeze
9350
+ property :healthcareReportingData,
9351
+ comment: %(Indicates data describing a hospital, e.g. a CDC <a class="localLink" href="http://schema.org/CDCPMDRecord">CDCPMDRecord</a> or as some kind of <a class="localLink" href="http://schema.org/Dataset">Dataset</a>.).freeze,
9352
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
9353
+ domainIncludes: "schema:Hospital".freeze,
9354
+ label: "healthcareReportingData".freeze,
9355
+ rangeIncludes: ["schema:CDCPMDRecord".freeze, "schema:Dataset".freeze],
9356
+ "schema:category": "issue-2521".freeze,
9357
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9358
+ type: "rdf:Property".freeze
9076
9359
  property :height,
9077
9360
  comment: %(The height of the item.).freeze,
9078
9361
  domainIncludes: ["schema:MediaObject".freeze, "schema:Person".freeze, "schema:Product".freeze, "schema:VisualArtwork".freeze],
@@ -9372,13 +9655,6 @@ Usage guidelines:<br/><br/>
9372
9655
  rangeIncludes: "schema:MedicalEntity".freeze,
9373
9656
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
9374
9657
  type: "rdf:Property".freeze
9375
- property :indication,
9376
- comment: %(A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication.).freeze,
9377
- domainIncludes: ["schema:MedicalDevice".freeze, "schema:MedicalProcedure".freeze, "schema:TherapeuticProcedure".freeze],
9378
- label: "indication".freeze,
9379
- rangeIncludes: "schema:MedicalIndication".freeze,
9380
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
9381
- type: "rdf:Property".freeze
9382
9658
  property :industry,
9383
9659
  comment: %(The industry associated with the job position.).freeze,
9384
9660
  domainIncludes: "schema:JobPosting".freeze,
@@ -10179,7 +10455,7 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
10179
10455
  comment: %(The location of for example where the event is happening, an organization is located, or where an action takes place.).freeze,
10180
10456
  domainIncludes: ["schema:Action".freeze, "schema:Event".freeze, "schema:Organization".freeze],
10181
10457
  label: "location".freeze,
10182
- rangeIncludes: ["schema:Place".freeze, "schema:PostalAddress".freeze, "schema:Text".freeze],
10458
+ rangeIncludes: ["schema:Place".freeze, "schema:PostalAddress".freeze, "schema:Text".freeze, "schema:VirtualLocation".freeze],
10183
10459
  type: "rdf:Property".freeze
10184
10460
  property :locationCreated,
10185
10461
  comment: %(The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.).freeze,
@@ -10382,6 +10658,24 @@ Usage guidelines:<br/><br/>
10382
10658
  rangeIncludes: "schema:MaximumDoseSchedule".freeze,
10383
10659
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
10384
10660
  type: "rdf:Property".freeze
10661
+ property :maximumPhysicalAttendeeCapacity,
10662
+ comment: %(The maximum physical attendee capacity of an <a class="localLink" href="http://schema.org/Event">Event</a> whose <a class="localLink" href="http://schema.org/eventAttendanceMode">eventAttendanceMode</a> is <a class="localLink" href="http://schema.org/OfflineEventAttendanceMode">OfflineEventAttendanceMode</a> \(or the offline aspects, in the case of a <a class="localLink" href="http://schema.org/MixedEventAttendanceMode">MixedEventAttendanceMode</a>\).).freeze,
10663
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
10664
+ domainIncludes: "schema:Event".freeze,
10665
+ label: "maximumPhysicalAttendeeCapacity".freeze,
10666
+ rangeIncludes: "schema:Integer".freeze,
10667
+ "schema:category": "issue-1842".freeze,
10668
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10669
+ type: "rdf:Property".freeze
10670
+ property :maximumVirtualAttendeeCapacity,
10671
+ comment: %(The maximum physical attendee capacity of an <a class="localLink" href="http://schema.org/Event">Event</a> whose <a class="localLink" href="http://schema.org/eventAttendanceMode">eventAttendanceMode</a> is <a class="localLink" href="http://schema.org/OnlineEventAttendanceMode">OnlineEventAttendanceMode</a> \(or the online aspects, in the case of a <a class="localLink" href="http://schema.org/MixedEventAttendanceMode">MixedEventAttendanceMode</a>\).).freeze,
10672
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
10673
+ domainIncludes: "schema:Event".freeze,
10674
+ label: "maximumVirtualAttendeeCapacity".freeze,
10675
+ rangeIncludes: "schema:Integer".freeze,
10676
+ "schema:category": "issue-1842".freeze,
10677
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10678
+ type: "rdf:Property".freeze
10385
10679
  property :mealService,
10386
10680
  comment: %(Description of the meals that will be provided or available for purchase.).freeze,
10387
10681
  domainIncludes: "schema:Flight".freeze,
@@ -10429,6 +10723,15 @@ If there are several <a class="localLink" href="http://schema.org/variableMeasur
10429
10723
  rangeIncludes: "schema:Text".freeze,
10430
10724
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
10431
10725
  type: "rdf:Property".freeze
10726
+ property :mediaAuthenticityCategory,
10727
+ comment: %(Indicates a MediaManipulationRatingEnumeration classification of a media object \(in the context of how it was published or shared\).).freeze,
10728
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
10729
+ domainIncludes: "schema:MediaReview".freeze,
10730
+ label: "mediaAuthenticityCategory".freeze,
10731
+ rangeIncludes: "schema:MediaManipulationRatingEnumeration".freeze,
10732
+ "schema:category": "issue-2450".freeze,
10733
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10734
+ type: "rdf:Property".freeze
10432
10735
  property :median,
10433
10736
  comment: %(The median value.).freeze,
10434
10737
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
@@ -10737,6 +11040,15 @@ Typical unit code\(s\): KMT for kilometers, SMI for statute miles).freeze,
10737
11040
  label: "netWorth".freeze,
10738
11041
  rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:PriceSpecification".freeze],
10739
11042
  type: "rdf:Property".freeze
11043
+ property :newsUpdatesAndGuidelines,
11044
+ comment: %(Indicates a page with news updates and guidelines. This could often be \(but is not required to be\) the main page containing <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> markup on a site.).freeze,
11045
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
11046
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
11047
+ label: "newsUpdatesAndGuidelines".freeze,
11048
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
11049
+ "schema:category": "issue-2490".freeze,
11050
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11051
+ type: "rdf:Property".freeze
10740
11052
  property :nextItem,
10741
11053
  comment: %(A link to the ListItem that follows the current one.).freeze,
10742
11054
  domainIncludes: "schema:ListItem".freeze,
@@ -10854,6 +11166,15 @@ Typical unit code\(s\): C62).freeze,
10854
11166
  "schema:category": "issue-2373".freeze,
10855
11167
  "schema:isPartOf": "http://pending.schema.org".freeze,
10856
11168
  type: "rdf:Property".freeze
11169
+ property :numberOfBedrooms,
11170
+ comment: %(The total integer number of bedrooms in a some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> or <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a>.).freeze,
11171
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
11172
+ domainIncludes: ["schema:Accommodation".freeze, "schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze],
11173
+ label: "numberOfBedrooms".freeze,
11174
+ rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
11175
+ "schema:category": "issue-2373".freeze,
11176
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11177
+ type: "rdf:Property".freeze
10857
11178
  property :numberOfBeds,
10858
11179
  comment: %(The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.).freeze,
10859
11180
  "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
@@ -11024,11 +11345,12 @@ Typical unit code\(s\): C62 for person).freeze,
11024
11345
  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/>
11025
11346
 
11026
11347
  Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.).freeze,
11027
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze, "https://github.com/schemaorg/schemaorg/issues/2289".freeze],
11028
- domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze, "schema:WorkBasedProgram".freeze],
11348
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze, "https://github.com/schemaorg/schemaorg/issues/2289".freeze, "https://github.com/schemaorg/schemaorg/issues/2460".freeze],
11349
+ domainIncludes: ["schema:EducationalOccupationalProgram".freeze, "schema:JobPosting".freeze, "schema:Occupation".freeze, "schema:WorkBasedProgram".freeze],
11029
11350
  label: "occupationalCategory".freeze,
11030
11351
  rangeIncludes: ["schema:CategoryCode".freeze, "schema:Text".freeze],
11031
- "schema:category": ["issue-1698".freeze, "issue-2192".freeze, "issue-2289".freeze],
11352
+ "schema:category": ["issue-1698".freeze, "issue-2192".freeze, "issue-2289".freeze, "issue-2460".freeze],
11353
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11032
11354
  type: "rdf:Property".freeze
11033
11355
  property :occupationalCredentialAwarded,
11034
11356
  comment: %(A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.).freeze,
@@ -11174,13 +11496,6 @@ Note: for historical reasons, any textual label and formal code provided as a li
11174
11496
  label: "organizer".freeze,
11175
11497
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
11176
11498
  type: "rdf:Property".freeze
11177
- property :origin,
11178
- comment: %(The place or point where a muscle arises.).freeze,
11179
- domainIncludes: "schema:Muscle".freeze,
11180
- label: "origin".freeze,
11181
- rangeIncludes: "schema:AnatomicalStructure".freeze,
11182
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11183
- type: "rdf:Property".freeze
11184
11499
  property :originAddress,
11185
11500
  comment: %(Shipper's address.).freeze,
11186
11501
  domainIncludes: "schema:ParcelDelivery".freeze,
@@ -11194,13 +11509,6 @@ Note: for historical reasons, any textual label and formal code provided as a li
11194
11509
  rangeIncludes: "schema:Vessel".freeze,
11195
11510
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11196
11511
  type: "rdf:Property".freeze
11197
- property :outcome,
11198
- comment: %(Expected or actual outcomes of the study.).freeze,
11199
- domainIncludes: ["schema:MedicalProcedure".freeze, "schema:MedicalStudy".freeze],
11200
- label: "outcome".freeze,
11201
- rangeIncludes: ["schema:MedicalEntity".freeze, "schema:Text".freeze],
11202
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11203
- type: "rdf:Property".freeze
11204
11512
  property :overdosage,
11205
11513
  comment: %(Any information related to overdose on a drug, including signs or symptoms, treatments, contact information for emergency response.).freeze,
11206
11514
  domainIncludes: "schema:Drug".freeze,
@@ -11208,13 +11516,6 @@ Note: for historical reasons, any textual label and formal code provided as a li
11208
11516
  rangeIncludes: "schema:Text".freeze,
11209
11517
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11210
11518
  type: "rdf:Property".freeze
11211
- property :overview,
11212
- comment: %(Descriptive information establishing the overarching theory/philosophy of the plan. May include the rationale for the name, the population where the plan first came to prominence, etc.).freeze,
11213
- domainIncludes: "schema:Diet".freeze,
11214
- label: "overview".freeze,
11215
- rangeIncludes: "schema:Text".freeze,
11216
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11217
- type: "rdf:Property".freeze
11218
11519
  property :ownedFrom,
11219
11520
  comment: %(The date and time of obtaining the product.).freeze,
11220
11521
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
@@ -11545,17 +11846,10 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
11545
11846
  property :petsAllowed,
11546
11847
  comment: %(Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.).freeze,
11547
11848
  "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
11548
- domainIncludes: ["schema:Accommodation".freeze, "schema:LodgingBusiness".freeze],
11849
+ domainIncludes: ["schema:Accommodation".freeze, "schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze, "schema:LodgingBusiness".freeze],
11549
11850
  label: "petsAllowed".freeze,
11550
11851
  rangeIncludes: ["schema:Boolean".freeze, "schema:Text".freeze],
11551
11852
  type: "rdf:Property".freeze
11552
- property :phase,
11553
- comment: %(The phase of the clinical trial.).freeze,
11554
- domainIncludes: "schema:MedicalTrial".freeze,
11555
- label: "phase".freeze,
11556
- rangeIncludes: "schema:Text".freeze,
11557
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11558
- type: "rdf:Property".freeze
11559
11853
  property :phoneticText,
11560
11854
  comment: %(Representation of a text <a class="localLink" href="http://schema.org/textValue">textValue</a> using the specified <a class="localLink" href="http://schema.org/speechToTextMarkup">speechToTextMarkup</a>. For example the city name of Houston in IPA: /ˈhjuːstən/.).freeze,
11561
11855
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
@@ -11631,13 +11925,6 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
11631
11925
  label: "polygon".freeze,
11632
11926
  rangeIncludes: "schema:Text".freeze,
11633
11927
  type: "rdf:Property".freeze
11634
- property :population,
11635
- comment: %(Any characteristics of the population used in the study, e.g. 'males under 65'.).freeze,
11636
- domainIncludes: "schema:MedicalStudy".freeze,
11637
- label: "population".freeze,
11638
- rangeIncludes: "schema:Text".freeze,
11639
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11640
- type: "rdf:Property".freeze
11641
11928
  property :populationType,
11642
11929
  comment: %(Indicates the populationType common to all members of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
11643
11930
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
@@ -11965,6 +12252,15 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
11965
12252
  "schema:category": "issue-2289".freeze,
11966
12253
  "schema:isPartOf": "http://pending.schema.org".freeze,
11967
12254
  type: "rdf:Property".freeze
12255
+ property :programType,
12256
+ comment: %(The type of educational or occupational program. For example, classroom, internship, alternance, etc..).freeze,
12257
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2460".freeze,
12258
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
12259
+ label: "programType".freeze,
12260
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
12261
+ "schema:category": "issue-2460".freeze,
12262
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12263
+ type: "rdf:Property".freeze
11968
12264
  property :programmingLanguage,
11969
12265
  comment: %(The computer programming language.).freeze,
11970
12266
  domainIncludes: "schema:SoftwareSourceCode".freeze,
@@ -12032,6 +12328,15 @@ Standards bodies should promote a standard prefix for the identifiers of propert
12032
12328
  label: "publicAccess".freeze,
12033
12329
  rangeIncludes: "schema:Boolean".freeze,
12034
12330
  type: "rdf:Property".freeze
12331
+ property :publicTransportClosuresInfo,
12332
+ comment: %(Information about public transport closures.).freeze,
12333
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
12334
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
12335
+ label: "publicTransportClosuresInfo".freeze,
12336
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
12337
+ "schema:category": "issue-2490".freeze,
12338
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12339
+ type: "rdf:Property".freeze
12035
12340
  property :publication,
12036
12341
  comment: %(A publication event associated with the item.).freeze,
12037
12342
  domainIncludes: "schema:CreativeWork".freeze,
@@ -12087,13 +12392,6 @@ While such policies are most typically expressed in natural language, sometimes
12087
12392
  label: "purchaseDate".freeze,
12088
12393
  rangeIncludes: "schema:Date".freeze,
12089
12394
  type: "rdf:Property".freeze
12090
- property :purpose,
12091
- comment: %(A goal towards an action is taken. Can be concrete or abstract.).freeze,
12092
- domainIncludes: ["schema:AllocateAction".freeze, "schema:MedicalDevice".freeze, "schema:PayAction".freeze],
12093
- label: "purpose".freeze,
12094
- rangeIncludes: ["schema:MedicalDevicePurpose".freeze, "schema:Thing".freeze],
12095
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
12096
- type: "rdf:Property".freeze
12097
12395
  property :qualifications,
12098
12396
  comment: %(Specific qualifications required for this role or Occupation.).freeze,
12099
12397
  "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/1779".freeze],
@@ -12103,6 +12401,15 @@ While such policies are most typically expressed in natural language, sometimes
12103
12401
  "schema:category": ["issue-1698".freeze, "issue-1779".freeze],
12104
12402
  "schema:isPartOf": "http://pending.schema.org".freeze,
12105
12403
  type: "rdf:Property".freeze
12404
+ property :quarantineGuidelines,
12405
+ comment: %(Guidelines about quarantine rules, e.g. in the context of a pandemic.).freeze,
12406
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
12407
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
12408
+ label: "quarantineGuidelines".freeze,
12409
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
12410
+ "schema:category": "issue-2490".freeze,
12411
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12412
+ type: "rdf:Property".freeze
12106
12413
  property :query,
12107
12414
  comment: %(A sub property of instrument. The query used on this action.).freeze,
12108
12415
  domainIncludes: "schema:SearchAction".freeze,
@@ -12810,6 +13117,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
12810
13117
  label: "schemaVersion".freeze,
12811
13118
  rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
12812
13119
  type: "rdf:Property".freeze
13120
+ property :schoolClosuresInfo,
13121
+ comment: %(Information about school closures.).freeze,
13122
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
13123
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
13124
+ label: "schoolClosuresInfo".freeze,
13125
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
13126
+ "schema:category": "issue-2490".freeze,
13127
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13128
+ type: "rdf:Property".freeze
12813
13129
  property :screenCount,
12814
13130
  comment: %(The number of screens in the movie theater.).freeze,
12815
13131
  domainIncludes: "schema:MovieTheater".freeze,
@@ -13066,6 +13382,15 @@ Typical unit code\(s\): C62 for persons).freeze,
13066
13382
  label: "sharedContent".freeze,
13067
13383
  rangeIncludes: "schema:CreativeWork".freeze,
13068
13384
  type: "rdf:Property".freeze
13385
+ property :shippingDestination,
13386
+ comment: %(shippingDestination indicates the target region for an online shipping destination.).freeze,
13387
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
13388
+ domainIncludes: "schema:OfferShippingDetails".freeze,
13389
+ label: "shippingDestination".freeze,
13390
+ rangeIncludes: "schema:AdministrativeArea".freeze,
13391
+ "schema:category": "issue-2506".freeze,
13392
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13393
+ type: "rdf:Property".freeze
13069
13394
  property :sibling,
13070
13395
  comment: %(A sibling of the person.).freeze,
13071
13396
  domainIncludes: "schema:Person".freeze,
@@ -13172,13 +13497,6 @@ Typical unit code\(s\): C62 for persons).freeze,
13172
13497
  label: "softwareVersion".freeze,
13173
13498
  rangeIncludes: "schema:Text".freeze,
13174
13499
  type: "rdf:Property".freeze
13175
- property :source,
13176
- comment: %(The anatomical or organ system that the artery originates from.).freeze,
13177
- domainIncludes: "schema:Artery".freeze,
13178
- label: "source".freeze,
13179
- rangeIncludes: "schema:AnatomicalStructure".freeze,
13180
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
13181
- type: "rdf:Property".freeze
13182
13500
  property :sourceOrganization,
13183
13501
  comment: %(The Organization on whose behalf the creator was working.).freeze,
13184
13502
  domainIncludes: "schema:CreativeWork".freeze,
@@ -13345,9 +13663,11 @@ Typical unit code\(s\): KMH for km/h, HM for mile per hour \(0.447 04 m/s\), KNT
13345
13663
  type: "rdf:Property".freeze
13346
13664
  property :startDate,
13347
13665
  comment: %(The start date and time of the item \(in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>\).).freeze,
13348
- domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze],
13666
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
13667
+ domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze, "schema:Schedule".freeze],
13349
13668
  label: "startDate".freeze,
13350
13669
  rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
13670
+ "schema:category": "issue-2486".freeze,
13351
13671
  type: "rdf:Property".freeze
13352
13672
  property :startOffset,
13353
13673
  comment: %(The start time of the clip expressed as the number of seconds from the beginning of the work.).freeze,
@@ -13543,13 +13863,6 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
13543
13863
  "schema:category": "issue-2110".freeze,
13544
13864
  "schema:isPartOf": "http://pending.schema.org".freeze,
13545
13865
  type: "rdf:Property".freeze
13546
- property :subtype,
13547
- comment: %(A more specific type of the condition, where applicable, for example 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for Diabetes.).freeze,
13548
- domainIncludes: "schema:MedicalCondition".freeze,
13549
- label: "subtype".freeze,
13550
- rangeIncludes: "schema:Text".freeze,
13551
- "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
13552
- type: "rdf:Property".freeze
13553
13866
  property :successorOf,
13554
13867
  comment: %(A pointer from a newer variant of a product to its previous, often discontinued predecessor.).freeze,
13555
13868
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
@@ -13930,6 +14243,15 @@ Usage guidelines:<br/><br/>
13930
14243
  label: "totalTime".freeze,
13931
14244
  rangeIncludes: "schema:Duration".freeze,
13932
14245
  type: "rdf:Property".freeze
14246
+ property :tourBookingPage,
14247
+ comment: %(A page providing information on how to book a tour of some <a class="localLink" href="http://schema.org/Place">Place</a>, such as an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a> or <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> in a real estate setting, as well as other kinds of tours as appropriate.).freeze,
14248
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
14249
+ domainIncludes: ["schema:Accommodation".freeze, "schema:ApartmentComplex".freeze, "schema:Place".freeze],
14250
+ label: "tourBookingPage".freeze,
14251
+ rangeIncludes: "schema:URL".freeze,
14252
+ "schema:category": "issue-2373".freeze,
14253
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14254
+ type: "rdf:Property".freeze
13933
14255
  property :touristType,
13934
14256
  comment: %(Attraction suitable for type\(s\) of tourist. eg. Children, visitors from a particular country, etc.).freeze,
13935
14257
  "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
@@ -13997,11 +14319,11 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
13997
14319
  type: "rdf:Property".freeze
13998
14320
  property :trainingSalary,
13999
14321
  comment: %(The estimated salary earned while in the program.).freeze,
14000
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
14001
- domainIncludes: "schema:WorkBasedProgram".freeze,
14322
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/2289".freeze, "https://github.com/schemaorg/schemaorg/issues/2460".freeze],
14323
+ domainIncludes: ["schema:EducationalOccupationalProgram".freeze, "schema:WorkBasedProgram".freeze],
14002
14324
  label: "trainingSalary".freeze,
14003
14325
  rangeIncludes: "schema:MonetaryAmountDistribution".freeze,
14004
- "schema:category": "issue-2289".freeze,
14326
+ "schema:category": ["issue-2289".freeze, "issue-2460".freeze],
14005
14327
  "schema:isPartOf": "http://pending.schema.org".freeze,
14006
14328
  type: "rdf:Property".freeze
14007
14329
  property :transFatContent,
@@ -14037,6 +14359,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
14037
14359
  rangeIncludes: "schema:Text".freeze,
14038
14360
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
14039
14361
  type: "rdf:Property".freeze
14362
+ property :travelBans,
14363
+ comment: %(Information about travel bans, e.g. in the context of a pandemic.).freeze,
14364
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
14365
+ domainIncludes: "schema:SpecialAnnouncement".freeze,
14366
+ label: "travelBans".freeze,
14367
+ rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
14368
+ "schema:category": "issue-2490".freeze,
14369
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14370
+ type: "rdf:Property".freeze
14040
14371
  property :trialDesign,
14041
14372
  comment: %(Specifics about the trial design \(enumerated\).).freeze,
14042
14373
  domainIncludes: "schema:MedicalTrial".freeze,
@@ -14147,6 +14478,17 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
14147
14478
  label: "urlTemplate".freeze,
14148
14479
  rangeIncludes: "schema:Text".freeze,
14149
14480
  type: "rdf:Property".freeze
14481
+ property :usageInfo,
14482
+ comment: %(The schema.org <a class="localLink" href="http://schema.org/usageInfo">usageInfo</a> property indicates further information about a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.<br/><br/>
14483
+
14484
+ This property can be used alongside the license property which indicates license\(s\) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.).freeze,
14485
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2454".freeze,
14486
+ domainIncludes: "schema:CreativeWork".freeze,
14487
+ label: "usageInfo".freeze,
14488
+ rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
14489
+ "schema:category": "issue-2454".freeze,
14490
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14491
+ type: "rdf:Property".freeze
14150
14492
  property :usedToDiagnose,
14151
14493
  comment: %(A condition the test is used to diagnose.).freeze,
14152
14494
  domainIncludes: "schema:MedicalTest".freeze,
@@ -14463,11 +14805,11 @@ Typical unit code\(s\): C62 for persons.).freeze,
14463
14805
  rangeIncludes: "schema:DateTime".freeze,
14464
14806
  type: "rdf:Property".freeze
14465
14807
  property :webFeed,
14466
- comment: %(The URL for the feed associated with the podcast series. This is usually RSS or Atom.).freeze,
14808
+ comment: %(The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.).freeze,
14467
14809
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
14468
- domainIncludes: "schema:PodcastSeries".freeze,
14810
+ domainIncludes: ["schema:PodcastSeries".freeze, "schema:SpecialAnnouncement".freeze],
14469
14811
  label: "webFeed".freeze,
14470
- rangeIncludes: "schema:URL".freeze,
14812
+ rangeIncludes: ["schema:DataFeed".freeze, "schema:URL".freeze],
14471
14813
  "schema:category": "issue-373".freeze,
14472
14814
  "schema:isPartOf": "http://pending.schema.org".freeze,
14473
14815
  type: "rdf:Property".freeze
@@ -14678,6 +15020,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14678
15020
  comment: %(Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.).freeze,
14679
15021
  label: "AudiobookFormat".freeze,
14680
15022
  type: "schema:BookFormatType".freeze
15023
+ term :AuthenticContent,
15024
+ comment: %(AuthenticMediaObject: An unaltered image that is presented in an accurate way.).freeze,
15025
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
15026
+ label: "AuthenticContent".freeze,
15027
+ "schema:category": "issue-2450".freeze,
15028
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15029
+ type: "schema:MediaManipulationRatingEnumeration".freeze
14681
15030
  term :AuthoritativeLegalValue,
14682
15031
  comment: %(Indicates that the publisher gives some special status to the publication of the document. \("The Queens Printer" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications\). Something "Authoritative" is considered to be also <a class="localLink" href="http://schema.org/OfficialLegalValue">OfficialLegalValue</a>".).freeze,
14683
15032
  "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
@@ -14919,6 +15268,10 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14919
15268
  comment: %(The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date\(s\).).freeze,
14920
15269
  label: "EventCancelled".freeze,
14921
15270
  type: "schema:EventStatusType".freeze
15271
+ term :EventMovedOnline,
15272
+ comment: %(Indicates that the event was changed to allow online participation. See <a class="localLink" href="http://schema.org/eventAttendanceMode">eventAttendanceMode</a> for specifics of whether it is now fully or partially online.).freeze,
15273
+ label: "EventMovedOnline".freeze,
15274
+ type: "schema:EventStatusType".freeze
14922
15275
  term :EventPostponed,
14923
15276
  comment: %(The event has been postponed and no new date has been set. The event's previousStartDate should be set.).freeze,
14924
15277
  label: "EventPostponed".freeze,
@@ -15272,6 +15625,20 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
15272
15625
  "schema:category": "issue-2374".freeze,
15273
15626
  "schema:isPartOf": "http://pending.schema.org".freeze,
15274
15627
  type: "schema:HealthAspectEnumeration".freeze
15628
+ term :MissingContext,
15629
+ comment: %(MissingContext: ...).freeze,
15630
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
15631
+ label: "MissingContext".freeze,
15632
+ "schema:category": "issue-2450".freeze,
15633
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15634
+ type: "schema:MediaManipulationRatingEnumeration".freeze
15635
+ term :MixedEventAttendanceMode,
15636
+ comment: %(MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.).freeze,
15637
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
15638
+ label: "MixedEventAttendanceMode".freeze,
15639
+ "schema:category": "issue-1842".freeze,
15640
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15641
+ type: "schema:EventAttendanceModeEnumeration".freeze
15275
15642
  term :MixtapeAlbum,
15276
15643
  comment: %(MixtapeAlbum.).freeze,
15277
15644
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
@@ -15378,6 +15745,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
15378
15745
  "schema:category": "issue-1156".freeze,
15379
15746
  "schema:isPartOf": "http://pending.schema.org".freeze,
15380
15747
  type: "schema:LegalValueLevel".freeze
15748
+ term :OfflineEventAttendanceMode,
15749
+ comment: %(OfflineEventAttendanceMode - an event that is primarily conducted offline.).freeze,
15750
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
15751
+ label: "OfflineEventAttendanceMode".freeze,
15752
+ "schema:category": "issue-1842".freeze,
15753
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15754
+ type: "schema:EventAttendanceModeEnumeration".freeze
15381
15755
  term :OfflinePermanently,
15382
15756
  comment: %(Game server status: OfflinePermanently. Server is offline and not available.).freeze,
15383
15757
  label: "OfflinePermanently".freeze,
@@ -15400,6 +15774,13 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
15400
15774
  comment: %(Game server status: Online. Server is available.).freeze,
15401
15775
  label: "Online".freeze,
15402
15776
  type: "schema:GameServerStatus".freeze
15777
+ term :OnlineEventAttendanceMode,
15778
+ comment: %(OnlineEventAttendanceMode - an event that is primarily conducted online.).freeze,
15779
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
15780
+ label: "OnlineEventAttendanceMode".freeze,
15781
+ "schema:category": "issue-1842".freeze,
15782
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15783
+ type: "schema:EventAttendanceModeEnumeration".freeze
15403
15784
  term :OnlineFull,
15404
15785
  comment: %(Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.).freeze,
15405
15786
  label: "OnlineFull".freeze,