rdf-vocab 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,153 +18,122 @@ module RDF::Vocab
18
18
  # Property definitions
19
19
  property :contributor,
20
20
  comment: %(An entity responsible for making contributions to the resource.).freeze,
21
- "dc:description": "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.".freeze,
22
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#contributor-006".freeze,
21
+ "dc:description": "The guidelines for using names of persons or organizations as creators also apply to contributors. Typically, the name of a Contributor should be used to indicate the entity.".freeze,
23
22
  "dc:issued": "1999-07-02".freeze,
24
- "dc:modified": "2008-01-14".freeze,
25
23
  isDefinedBy: "dc11:".freeze,
26
24
  label: "Contributor".freeze,
27
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
25
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/contributor\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
28
26
  type: "rdf:Property".freeze
29
27
  property :coverage,
30
- comment: %(The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.).freeze,
31
- "dc:description": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.".freeze,
32
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#coverage-006".freeze,
28
+ comment: %(The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.).freeze,
29
+ "dc:description": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges.".freeze,
33
30
  "dc:issued": "1999-07-02".freeze,
34
- "dc:modified": "2008-01-14".freeze,
35
31
  isDefinedBy: "dc11:".freeze,
36
32
  label: "Coverage".freeze,
37
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
33
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/coverage\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
38
34
  type: "rdf:Property".freeze
39
35
  property :creator,
40
36
  comment: %(An entity primarily responsible for making the resource.).freeze,
41
37
  "dc:description": "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.".freeze,
42
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#creator-006".freeze,
43
38
  "dc:issued": "1999-07-02".freeze,
44
- "dc:modified": "2008-01-14".freeze,
45
39
  isDefinedBy: "dc11:".freeze,
46
40
  label: "Creator".freeze,
47
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
41
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
48
42
  type: "rdf:Property".freeze
49
43
  property :date,
50
44
  comment: %(A point or period of time associated with an event in the lifecycle of the resource.).freeze,
51
- "dc:description": "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].".freeze,
52
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#date-006".freeze,
45
+ "dc:description": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing.".freeze,
53
46
  "dc:issued": "1999-07-02".freeze,
54
- "dc:modified": "2008-01-14".freeze,
55
47
  isDefinedBy: "dc11:".freeze,
56
48
  label: "Date".freeze,
57
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
49
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/date\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
58
50
  type: "rdf:Property".freeze
59
51
  property :description,
60
52
  comment: %(An account of the resource.).freeze,
61
53
  "dc:description": "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.".freeze,
62
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#description-006".freeze,
63
54
  "dc:issued": "1999-07-02".freeze,
64
- "dc:modified": "2008-01-14".freeze,
65
55
  isDefinedBy: "dc11:".freeze,
66
56
  label: "Description".freeze,
67
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
57
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
68
58
  type: "rdf:Property".freeze
69
59
  property :format,
70
60
  comment: %(The file format, physical medium, or dimensions of the resource.).freeze,
71
- "dc:description": "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].".freeze,
72
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#format-007".freeze,
61
+ "dc:description": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)].".freeze,
73
62
  "dc:issued": "1999-07-02".freeze,
74
- "dc:modified": "2008-01-14".freeze,
75
63
  isDefinedBy: "dc11:".freeze,
76
64
  label: "Format".freeze,
77
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
65
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/format\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
78
66
  type: "rdf:Property".freeze
79
67
  property :identifier,
80
68
  comment: %(An unambiguous reference to the resource within a given context.).freeze,
81
- "dc:description": "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. ".freeze,
82
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#identifier-006".freeze,
69
+ "dc:description": "Recommended practice is to identify the resource by means of a string conforming to an identification system.".freeze,
83
70
  "dc:issued": "1999-07-02".freeze,
84
- "dc:modified": "2008-01-14".freeze,
85
71
  isDefinedBy: "dc11:".freeze,
86
72
  label: "Identifier".freeze,
87
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
73
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/identifier\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
88
74
  type: "rdf:Property".freeze
89
75
  property :language,
90
76
  comment: %(A language of the resource.).freeze,
91
- "dc:description": "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].".freeze,
92
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#language-007".freeze,
77
+ "dc:description": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.".freeze,
93
78
  "dc:issued": "1999-07-02".freeze,
94
- "dc:modified": "2008-01-14".freeze,
95
79
  isDefinedBy: "dc11:".freeze,
96
80
  label: "Language".freeze,
97
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
98
- "rdfs:seeAlso": "http://www.ietf.org/rfc/rfc4646.txt".freeze,
81
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/language\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
99
82
  type: "rdf:Property".freeze
100
83
  property :publisher,
101
84
  comment: %(An entity responsible for making the resource available.).freeze,
102
85
  "dc:description": "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.".freeze,
103
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#publisher-006".freeze,
104
86
  "dc:issued": "1999-07-02".freeze,
105
- "dc:modified": "2008-01-14".freeze,
106
87
  isDefinedBy: "dc11:".freeze,
107
88
  label: "Publisher".freeze,
108
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
89
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/publisher\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
109
90
  type: "rdf:Property".freeze
110
91
  property :relation,
111
92
  comment: %(A related resource.).freeze,
112
- "dc:description": "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. ".freeze,
113
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#relation-006".freeze,
93
+ "dc:description": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided.".freeze,
114
94
  "dc:issued": "1999-07-02".freeze,
115
- "dc:modified": "2008-01-14".freeze,
116
95
  isDefinedBy: "dc11:".freeze,
117
96
  label: "Relation".freeze,
118
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
97
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/relation\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
119
98
  type: "rdf:Property".freeze
120
99
  property :rights,
121
100
  comment: %(Information about rights held in and over the resource.).freeze,
122
101
  "dc:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
123
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#rights-006".freeze,
124
102
  "dc:issued": "1999-07-02".freeze,
125
- "dc:modified": "2008-01-14".freeze,
126
103
  isDefinedBy: "dc11:".freeze,
127
104
  label: "Rights".freeze,
128
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
105
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
129
106
  type: "rdf:Property".freeze
130
107
  property :source,
131
108
  comment: %(A related resource from which the described resource is derived.).freeze,
132
109
  "dc:description": "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.".freeze,
133
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#source-006".freeze,
134
110
  "dc:issued": "1999-07-02".freeze,
135
- "dc:modified": "2008-01-14".freeze,
136
111
  isDefinedBy: "dc11:".freeze,
137
112
  label: "Source".freeze,
138
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
113
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/source\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
139
114
  type: "rdf:Property".freeze
140
115
  property :subject,
141
116
  comment: %(The topic of the resource.).freeze,
142
- "dc:description": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.".freeze,
143
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#subject-007".freeze,
117
+ "dc:description": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.".freeze,
144
118
  "dc:issued": "1999-07-02".freeze,
145
- "dc:modified": "2012-06-14".freeze,
146
119
  isDefinedBy: "dc11:".freeze,
147
120
  label: "Subject".freeze,
148
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
121
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/subject\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
149
122
  type: "rdf:Property".freeze
150
123
  property :title,
151
124
  comment: %(A name given to the resource.).freeze,
152
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#title-006".freeze,
153
125
  "dc:issued": "1999-07-02".freeze,
154
- "dc:modified": "2008-01-14".freeze,
155
126
  isDefinedBy: "dc11:".freeze,
156
127
  label: "Title".freeze,
157
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
128
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/title\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
158
129
  type: "rdf:Property".freeze
159
130
  property :type,
160
131
  comment: %(The nature or genre of the resource.).freeze,
161
- "dc:description": "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.".freeze,
162
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#type-006".freeze,
132
+ "dc:description": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.".freeze,
163
133
  "dc:issued": "1999-07-02".freeze,
164
- "dc:modified": "2008-01-14".freeze,
165
134
  isDefinedBy: "dc11:".freeze,
166
135
  label: "Type".freeze,
167
- note: %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
136
+ note: %(A [second property]\(/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/type\) with the same name as this property has been declared in the [dcterms: namespace]\(http://purl.org/dc/terms/\). See the Introduction to the document [DCMI Metadata Terms]\(/specifications/dublin-core/dcmi-terms/\) for an explanation.).freeze,
168
137
  type: "rdf:Property".freeze
169
138
  end
170
139
  end
@@ -19,9 +19,7 @@ module RDF::Vocab
19
19
  term :Collection,
20
20
  comment: %(An aggregation of resources.).freeze,
21
21
  "dc:description": "A collection is described as a group; its parts may also be separately described.".freeze,
22
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Collection-003".freeze,
23
22
  "dc:issued": "2000-07-11".freeze,
24
- "dc:modified": "2008-01-14".freeze,
25
23
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
26
24
  isDefinedBy: "dcmitype:".freeze,
27
25
  label: "Collection".freeze,
@@ -29,9 +27,7 @@ module RDF::Vocab
29
27
  term :Dataset,
30
28
  comment: %(Data encoded in a defined structure.).freeze,
31
29
  "dc:description": "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.".freeze,
32
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Dataset-003".freeze,
33
30
  "dc:issued": "2000-07-11".freeze,
34
- "dc:modified": "2008-01-14".freeze,
35
31
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
36
32
  isDefinedBy: "dcmitype:".freeze,
37
33
  label: "Dataset".freeze,
@@ -39,9 +35,7 @@ module RDF::Vocab
39
35
  term :Event,
40
36
  comment: %(A non-persistent, time-based occurrence.).freeze,
41
37
  "dc:description": "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.".freeze,
42
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Event-003".freeze,
43
38
  "dc:issued": "2000-07-11".freeze,
44
- "dc:modified": "2008-01-14".freeze,
45
39
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
46
40
  isDefinedBy: "dcmitype:".freeze,
47
41
  label: "Event".freeze,
@@ -49,9 +43,7 @@ module RDF::Vocab
49
43
  term :Image,
50
44
  comment: %(A visual representation other than text.).freeze,
51
45
  "dc:description": "Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations.".freeze,
52
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Image-004".freeze,
53
46
  "dc:issued": "2000-07-11".freeze,
54
- "dc:modified": "2008-01-14".freeze,
55
47
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
56
48
  isDefinedBy: "dcmitype:".freeze,
57
49
  label: "Image".freeze,
@@ -59,9 +51,7 @@ module RDF::Vocab
59
51
  term :InteractiveResource,
60
52
  comment: %(A resource requiring interaction from the user to be understood, executed, or experienced.).freeze,
61
53
  "dc:description": "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.".freeze,
62
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#InteractiveResource-003".freeze,
63
54
  "dc:issued": "2000-07-11".freeze,
64
- "dc:modified": "2008-01-14".freeze,
65
55
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
66
56
  isDefinedBy: "dcmitype:".freeze,
67
57
  label: "Interactive Resource".freeze,
@@ -69,9 +59,7 @@ module RDF::Vocab
69
59
  term :MovingImage,
70
60
  comment: %(A series of visual representations imparting an impression of motion when shown in succession.).freeze,
71
61
  "dc:description": "Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.".freeze,
72
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#MovingImage-003".freeze,
73
62
  "dc:issued": "2003-11-18".freeze,
74
- "dc:modified": "2008-01-14".freeze,
75
63
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
76
64
  isDefinedBy: "dcmitype:".freeze,
77
65
  label: "Moving Image".freeze,
@@ -80,9 +68,7 @@ module RDF::Vocab
80
68
  term :PhysicalObject,
81
69
  comment: %(An inanimate, three-dimensional object or substance.).freeze,
82
70
  "dc:description": "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.".freeze,
83
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#PhysicalObject-003".freeze,
84
71
  "dc:issued": "2002-07-13".freeze,
85
- "dc:modified": "2008-01-14".freeze,
86
72
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
87
73
  isDefinedBy: "dcmitype:".freeze,
88
74
  label: "Physical Object".freeze,
@@ -90,9 +76,7 @@ module RDF::Vocab
90
76
  term :Service,
91
77
  comment: %(A system that provides one or more functions.).freeze,
92
78
  "dc:description": "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.".freeze,
93
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Service-003".freeze,
94
79
  "dc:issued": "2000-07-11".freeze,
95
- "dc:modified": "2008-01-14".freeze,
96
80
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
97
81
  isDefinedBy: "dcmitype:".freeze,
98
82
  label: "Service".freeze,
@@ -100,9 +84,7 @@ module RDF::Vocab
100
84
  term :Software,
101
85
  comment: %(A computer program in source or compiled form.).freeze,
102
86
  "dc:description": "Examples include a C source file, MS-Windows .exe executable, or Perl script.".freeze,
103
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Software-003".freeze,
104
87
  "dc:issued": "2000-07-11".freeze,
105
- "dc:modified": "2008-01-14".freeze,
106
88
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
107
89
  isDefinedBy: "dcmitype:".freeze,
108
90
  label: "Software".freeze,
@@ -110,9 +92,7 @@ module RDF::Vocab
110
92
  term :Sound,
111
93
  comment: %(A resource primarily intended to be heard.).freeze,
112
94
  "dc:description": "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.".freeze,
113
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Sound-003".freeze,
114
95
  "dc:issued": "2000-07-11".freeze,
115
- "dc:modified": "2008-01-14".freeze,
116
96
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
117
97
  isDefinedBy: "dcmitype:".freeze,
118
98
  label: "Sound".freeze,
@@ -120,9 +100,7 @@ module RDF::Vocab
120
100
  term :StillImage,
121
101
  comment: %(A static visual representation.).freeze,
122
102
  "dc:description": "Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.".freeze,
123
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#StillImage-003".freeze,
124
103
  "dc:issued": "2003-11-18".freeze,
125
- "dc:modified": "2008-01-14".freeze,
126
104
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
127
105
  isDefinedBy: "dcmitype:".freeze,
128
106
  label: "Still Image".freeze,
@@ -131,9 +109,7 @@ module RDF::Vocab
131
109
  term :Text,
132
110
  comment: %(A resource consisting primarily of words for reading.).freeze,
133
111
  "dc:description": "Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.".freeze,
134
- "dc:hasVersion": "http://dublincore.org/usage/terms/history/#Text-003".freeze,
135
112
  "dc:issued": "2000-07-11".freeze,
136
- "dc:modified": "2008-01-14".freeze,
137
113
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
138
114
  isDefinedBy: "dcmitype:".freeze,
139
115
  label: "Text".freeze,
@@ -16,16 +16,15 @@ module RDF
16
16
  # @return [Enumerator]
17
17
  alias_method :_orig_each, :each
18
18
  def each(&block)
19
- # This is needed since all vocabulary classes are defined using
20
- # Ruby's autoloading facility, meaning that `@@subclasses` will be
21
- # empty until each subclass has been touched or require'd.
22
- RDF::Vocab::VOCABS.each do |n, params|
23
- begin
24
- require "rdf/vocab/#{n}"
25
- rescue LoadError
26
- # Transient error
27
- warn "Failed to load #{n}"
28
- end
19
+ if self.equal?(Vocabulary)
20
+ # This is needed since all vocabulary classes are defined using
21
+ # Ruby's autoloading facility, meaning that `@@subclasses` will be
22
+ # empty until each subclass has been touched or require'd.
23
+ RDF::Vocab::VOCABS.each do |n, params|
24
+ clsname = params.fetch(:class_name, n.to_s.upcase).to_sym
25
+ RDF::Vocab.const_get(clsname) # Forces class to load
26
+ end unless @classes_loaded
27
+ @classes_loaded = true
29
28
  end
30
29
  _orig_each(&block)
31
30
  end
@@ -125,7 +125,7 @@ module RDF::Vocab
125
125
  # Property definitions
126
126
  property :description,
127
127
  comment: %(A description.).freeze,
128
- domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze],
128
+ domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze],
129
129
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
130
130
  label: "description".freeze,
131
131
  range: "xsd:string".freeze,
@@ -243,7 +243,7 @@ module RDF::Vocab
243
243
  "vs:term_status": "testing".freeze
244
244
  property :title,
245
245
  comment: %(A title, often used along with a description.).freeze,
246
- domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze],
246
+ domainIncludes: ["hydra:ApiDocumentation".freeze, "hydra:Class".freeze, "hydra:Link".freeze, "hydra:Operation".freeze, "hydra:Status".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze],
247
247
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
248
248
  label: "title".freeze,
249
249
  range: "xsd:string".freeze,
@@ -438,7 +438,7 @@ module RDF::Vocab
438
438
  "vs:term_status": "testing".freeze
439
439
  term :supportedOperation,
440
440
  comment: %(An operation supported by instances of the specific Hydra class or the target of the Hydra link).freeze,
441
- domainIncludes: ["hydra:Class".freeze, "hydra:Link".freeze],
441
+ domainIncludes: ["hydra:Class".freeze, "hydra:Link".freeze, "hydra:TemplatedLink".freeze],
442
442
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
443
443
  label: "supported operation".freeze,
444
444
  range: "hydra:Operation".freeze,
@@ -118,7 +118,9 @@ See also <a href="http://blog.schema.org/2014/04/announcing-schemaorg-actions.ht
118
118
  subClassOf: "schema:Article".freeze,
119
119
  type: "rdfs:Class".freeze
120
120
  term :AggregateOffer,
121
- comment: %(When a single product is associated with multiple offers \(for example, the same pair of shoes is offered by different merchants\), then AggregateOffer can be used.).freeze,
121
+ comment: %(When a single product is associated with multiple offers \(for example, the same pair of shoes is offered by different merchants\), then AggregateOffer can be used.<br/><br/>
122
+
123
+ Note: AggregateOffers are normally expected to associate multiple offers that all share the same defined <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.).freeze,
122
124
  label: "AggregateOffer".freeze,
123
125
  subClassOf: "schema:Offer".freeze,
124
126
  type: "rdfs:Class".freeze
@@ -1801,6 +1803,14 @@ Note: This type is for information about actual reservations, e.g. in confirmati
1801
1803
  label: "Float".freeze,
1802
1804
  subClassOf: "schema:Number".freeze,
1803
1805
  type: "rdfs:Class".freeze
1806
+ term :FloorPlan,
1807
+ comment: %(A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information \(room counts, sizes, layout diagrams\) and offers for rental or sale. In typical use, some <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> has an <a class="localLink" href="http://schema.org/accommodationFloorPlan">accommodationFloorPlan</a> which is a <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a>. A FloorPlan is always in the context of a particular place, either a larger <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> or a single <a class="localLink" href="http://schema.org/Apartment">Apartment</a>. The visual/spatial aspects of a floor plan \(i.e. room layout, <a href="https://en.wikipedia.org/wiki/Floor_plan">see wikipedia</a>\) can be indicated using <a class="localLink" href="http://schema.org/image">image</a>.).freeze,
1808
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
1809
+ label: "FloorPlan".freeze,
1810
+ "schema:category": "issue-2373".freeze,
1811
+ "schema:isPartOf": "http://pending.schema.org".freeze,
1812
+ subClassOf: "schema:Intangible".freeze,
1813
+ type: "rdfs:Class".freeze
1804
1814
  term :Florist,
1805
1815
  comment: %(A florist.).freeze,
1806
1816
  label: "Florist".freeze,
@@ -2011,6 +2021,14 @@ The amount of a <a class="localLink" href="http://schema.org/Grant">Grant</a> is
2011
2021
  label: "GroceryStore".freeze,
2012
2022
  subClassOf: "schema:Store".freeze,
2013
2023
  type: "rdfs:Class".freeze
2024
+ term :Guide,
2025
+ comment: %(<a class="localLink" href="http://schema.org/Guide">Guide</a> is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may represent a Buying Guide and detail aspects of products or services for a user to consider. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may represent a Product Guide and recommend specific products or services. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may represent a Ranked List and recommend specific products or services with ranking.).freeze,
2026
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2405".freeze,
2027
+ label: "Guide".freeze,
2028
+ "schema:category": "issue-2405".freeze,
2029
+ "schema:isPartOf": "http://pending.schema.org".freeze,
2030
+ subClassOf: "schema:CreativeWork".freeze,
2031
+ type: "rdfs:Class".freeze
2014
2032
  term :HVACBusiness,
2015
2033
  comment: %(A business that provide Heating, Ventilation and Air Conditioning services.).freeze,
2016
2034
  label: "HVACBusiness".freeze,
@@ -2205,7 +2223,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2205
2223
  term :ImageGallery,
2206
2224
  comment: %(Web page type: Image gallery page.).freeze,
2207
2225
  label: "ImageGallery".freeze,
2208
- subClassOf: "schema:CollectionPage".freeze,
2226
+ subClassOf: "schema:MediaGallery".freeze,
2209
2227
  type: "rdfs:Class".freeze
2210
2228
  term :ImageObject,
2211
2229
  comment: %(An image file.).freeze,
@@ -2597,6 +2615,11 @@ Note: This type is for information about actual reservations, e.g. in confirmati
2597
2615
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
2598
2616
  subClassOf: "schema:DoseSchedule".freeze,
2599
2617
  type: "rdfs:Class".freeze
2618
+ term :MediaGallery,
2619
+ comment: %(Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.).freeze,
2620
+ label: "MediaGallery".freeze,
2621
+ subClassOf: "schema:CollectionPage".freeze,
2622
+ type: "rdfs:Class".freeze
2600
2623
  term :MediaObject,
2601
2624
  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,
2602
2625
  label: "MediaObject".freeze,
@@ -2891,6 +2914,22 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
2891
2914
  label: "MenuSection".freeze,
2892
2915
  subClassOf: "schema:CreativeWork".freeze,
2893
2916
  type: "rdfs:Class".freeze
2917
+ term :MerchantReturnEnumeration,
2918
+ comment: %(MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.).freeze,
2919
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2920
+ label: "MerchantReturnEnumeration".freeze,
2921
+ "schema:category": "issue-2288".freeze,
2922
+ "schema:isPartOf": "http://pending.schema.org".freeze,
2923
+ subClassOf: "schema:Enumeration".freeze,
2924
+ type: "rdfs:Class".freeze
2925
+ term :MerchantReturnPolicy,
2926
+ comment: %(A MerchantReturnPolicy provides information about product return policies associated with an <a class="localLink" href="http://schema.org/Organization">Organization</a> or <a class="localLink" href="http://schema.org/Product">Product</a>.).freeze,
2927
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2928
+ label: "MerchantReturnPolicy".freeze,
2929
+ "schema:category": "issue-2288".freeze,
2930
+ "schema:isPartOf": "http://pending.schema.org".freeze,
2931
+ subClassOf: "schema:Intangible".freeze,
2932
+ type: "rdfs:Class".freeze
2894
2933
  term :Message,
2895
2934
  comment: %(A single message from a sender to one or more organizations or people.).freeze,
2896
2935
  label: "Message".freeze,
@@ -3218,6 +3257,8 @@ See also <a class="localLink" href="http://schema.org/StatisticalPopulation">Sta
3218
3257
  term :Offer,
3219
3258
  comment: %(An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.<br/><br/>
3220
3259
 
3260
+ Note: As the <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> property, which identifies the form of offer \(e.g. sell, lease, repair, dispose\), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.<br/><br/>
3261
+
3221
3262
  For <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GTIN</a>-related fields, see <a href="http://www.gs1.org/barcodes/support/check_digit_calculator">Check Digit calculator</a> and <a href="http://www.gs1us.org/resources/standards/gtin-validation-guide">validation guide</a> from <a href="http://www.gs1.org/">GS1</a>.).freeze,
3222
3263
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
3223
3264
  label: "Offer".freeze,
@@ -3700,7 +3741,8 @@ Related actions:<br/><br/>
3700
3741
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3701
3742
  label: "ProductReturnEnumeration".freeze,
3702
3743
  "schema:category": "issue-2288".freeze,
3703
- "schema:isPartOf": "http://pending.schema.org".freeze,
3744
+ "schema:isPartOf": "http://attic.schema.org".freeze,
3745
+ "schema:supersededBy": "schema:MerchantReturnEnumeration".freeze,
3704
3746
  subClassOf: "schema:Enumeration".freeze,
3705
3747
  type: "rdfs:Class".freeze
3706
3748
  term :ProductReturnPolicy,
@@ -3708,7 +3750,8 @@ Related actions:<br/><br/>
3708
3750
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3709
3751
  label: "ProductReturnPolicy".freeze,
3710
3752
  "schema:category": "issue-2288".freeze,
3711
- "schema:isPartOf": "http://pending.schema.org".freeze,
3753
+ "schema:isPartOf": "http://attic.schema.org".freeze,
3754
+ "schema:supersededBy": "schema:MerchantReturnPolicy".freeze,
3712
3755
  subClassOf: "schema:Intangible".freeze,
3713
3756
  type: "rdfs:Class".freeze
3714
3757
  term :ProfessionalService,
@@ -3739,6 +3782,14 @@ Use properties from <a class="localLink" href="http://schema.org/Organization">O
3739
3782
  "schema:isPartOf": "http://pending.schema.org".freeze,
3740
3783
  subClassOf: "schema:Organization".freeze,
3741
3784
  type: "rdfs:Class".freeze
3785
+ term :PronounceableText,
3786
+ comment: %(Data type: PronounceableText.).freeze,
3787
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
3788
+ label: "PronounceableText".freeze,
3789
+ "schema:category": "issue-2108".freeze,
3790
+ "schema:isPartOf": "http://pending.schema.org".freeze,
3791
+ subClassOf: "schema:Text".freeze,
3792
+ type: "rdfs:Class".freeze
3742
3793
  term :Property,
3743
3794
  comment: %(A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.).freeze,
3744
3795
  equivalentClass: "rdf:Property".freeze,
@@ -3950,6 +4001,14 @@ Related actions:<br/><br/>
3950
4001
  label: "Recipe".freeze,
3951
4002
  subClassOf: "schema:HowTo".freeze,
3952
4003
  type: "rdfs:Class".freeze
4004
+ term :Recommendation,
4005
+ comment: %(<a class="localLink" href="http://schema.org/Recommendation">Recommendation</a> is a type of <a class="localLink" href="http://schema.org/Review">Review</a> that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may list multiple recommendations for different categories. For example, in a <a class="localLink" href="http://schema.org/Guide">Guide</a> about which TVs to buy, the author may have several <a class="localLink" href="http://schema.org/Recommendation">Recommendation</a>s.).freeze,
4006
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2405".freeze,
4007
+ label: "Recommendation".freeze,
4008
+ "schema:category": "issue-2405".freeze,
4009
+ "schema:isPartOf": "http://pending.schema.org".freeze,
4010
+ subClassOf: "schema:Review".freeze,
4011
+ type: "rdfs:Class".freeze
3953
4012
  term :RecommendedDoseSchedule,
3954
4013
  comment: %(A recommended dosing schedule for a drug or supplement as prescribed or recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity.).freeze,
3955
4014
  label: "RecommendedDoseSchedule".freeze,
@@ -4208,7 +4267,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
4208
4267
  subClassOf: "schema:Article".freeze,
4209
4268
  type: "rdfs:Class".freeze
4210
4269
  term :Schedule,
4211
- comment: %(A schedule defines a repeating time period used to describe a regularly occurring <a class="localLink" href="http://schema.org/Event">Event</a>. At a minimum a schedule will specify <a class="localLink" href="http://schema.org/repeatFrequency">repeatFrequency</a> which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.
4270
+ comment: %(A schedule defines a repeating time period used to describe a regularly occurring <a class="localLink" href="http://schema.org/Event">Event</a>. At a minimum a schedule will specify <a class="localLink" href="http://schema.org/repeatFrequency">repeatFrequency</a> which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.
4212
4271
  This includes identifying the day\(s\) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also
4213
4272
  have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.).freeze,
4214
4273
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
@@ -4914,7 +4973,7 @@ Related actions:<br/><br/>
4914
4973
  term :VideoGallery,
4915
4974
  comment: %(Web page type: Video gallery page.).freeze,
4916
4975
  label: "VideoGallery".freeze,
4917
- subClassOf: "schema:CollectionPage".freeze,
4976
+ subClassOf: "schema:MediaGallery".freeze,
4918
4977
  type: "rdfs:Class".freeze
4919
4978
  term :VideoGame,
4920
4979
  comment: %(A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.).freeze,
@@ -5251,6 +5310,15 @@ Typical unit code\(s\): SEC for seconds<br/><br/>
5251
5310
  "schema:isPartOf": "http://pending.schema.org".freeze,
5252
5311
  subPropertyOf: "schema:category".freeze,
5253
5312
  type: "rdf:Property".freeze
5313
+ property :accommodationFloorPlan,
5314
+ comment: %(A floorplan of some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>.).freeze,
5315
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
5316
+ domainIncludes: ["schema:Accommodation".freeze, "schema:Residence".freeze],
5317
+ label: "accommodationFloorPlan".freeze,
5318
+ rangeIncludes: "schema:FloorPlan".freeze,
5319
+ "schema:category": "issue-2373".freeze,
5320
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5321
+ type: "rdf:Property".freeze
5254
5322
  property :accountId,
5255
5323
  comment: %(The identifier for the account the payment will be applied to.).freeze,
5256
5324
  domainIncludes: "schema:Invoice".freeze,
@@ -5666,6 +5734,33 @@ Note: Publishers should be aware that applications designed to use specific sche
5666
5734
  label: "applicationCategory".freeze,
5667
5735
  rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
5668
5736
  type: "rdf:Property".freeze
5737
+ property :applicationContact,
5738
+ comment: %(Contact details for further information relevant to this job posting.).freeze,
5739
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2396".freeze,
5740
+ domainIncludes: "schema:JobPosting".freeze,
5741
+ label: "applicationContact".freeze,
5742
+ rangeIncludes: "schema:ContactPoint".freeze,
5743
+ "schema:category": "issue-2396".freeze,
5744
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5745
+ type: "rdf:Property".freeze
5746
+ property :applicationDeadline,
5747
+ comment: %(The date at which the program stops collecting applications for the next enrollment cycle.).freeze,
5748
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
5749
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
5750
+ label: "applicationDeadline".freeze,
5751
+ rangeIncludes: "schema:Date".freeze,
5752
+ "schema:category": "issue-2419".freeze,
5753
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5754
+ type: "rdf:Property".freeze
5755
+ property :applicationStartDate,
5756
+ comment: %(The date at which the program begins collecting applications for the next enrollment cycle.).freeze,
5757
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
5758
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
5759
+ label: "applicationStartDate".freeze,
5760
+ rangeIncludes: "schema:Date".freeze,
5761
+ "schema:category": "issue-2419".freeze,
5762
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5763
+ type: "rdf:Property".freeze
5669
5764
  property :applicationSubCategory,
5670
5765
  comment: %(Subcategory of the application, e.g. 'Arcade Game'.).freeze,
5671
5766
  domainIncludes: "schema:SoftwareApplication".freeze,
@@ -5891,9 +5986,11 @@ Note: Publishers should be aware that applications designed to use specific sche
5891
5986
  type: "rdf:Property".freeze
5892
5987
  property :audio,
5893
5988
  comment: %(An embedded audio object.).freeze,
5989
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2420".freeze,
5894
5990
  domainIncludes: "schema:CreativeWork".freeze,
5895
5991
  label: "audio".freeze,
5896
- rangeIncludes: ["schema:AudioObject".freeze, "schema:Clip".freeze],
5992
+ rangeIncludes: ["schema:AudioObject".freeze, "schema:Clip".freeze, "schema:MusicRecording".freeze],
5993
+ "schema:category": "issue-2420".freeze,
5897
5994
  type: "rdf:Property".freeze
5898
5995
  property :authenticator,
5899
5996
  comment: %(The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media.).freeze,
@@ -6399,11 +6496,11 @@ For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047
6399
6496
  rangeIncludes: ["schema:MusicGroup".freeze, "schema:Person".freeze],
6400
6497
  type: "rdf:Property".freeze
6401
6498
  property :byDay,
6402
- comment: %(Defines the day\(s\) of the week on which a recurring <a class="localLink" href="http://schema.org/Event">Event</a> takes place).freeze,
6499
+ comment: %(Defines the day\(s\) of the week on which a recurring <a class="localLink" href="http://schema.org/Event">Event</a> takes place. May be specified using either <a class="localLink" href="http://schema.org/DayOfWeek">DayOfWeek</a>, or alternatively <a class="localLink" href="http://schema.org/Text">Text</a> conforming to iCal's syntax for byDay recurrence rules).freeze,
6403
6500
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
6404
6501
  domainIncludes: "schema:Schedule".freeze,
6405
6502
  label: "byDay".freeze,
6406
- rangeIncludes: "schema:DayOfWeek".freeze,
6503
+ rangeIncludes: ["schema:DayOfWeek".freeze, "schema:Text".freeze],
6407
6504
  "schema:category": "issue-1457".freeze,
6408
6505
  "schema:isPartOf": "http://pending.schema.org".freeze,
6409
6506
  type: "rdf:Property".freeze
@@ -6510,7 +6607,7 @@ Note: You can use <a class="localLink" href="http://schema.org/minValue">minValu
6510
6607
  property :category,
6511
6608
  comment: %(A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.).freeze,
6512
6609
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
6513
- domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Invoice".freeze, "schema:Offer".freeze, "schema:PhysicalActivity".freeze, "schema:Product".freeze, "schema:Service".freeze],
6610
+ domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Invoice".freeze, "schema:Offer".freeze, "schema:PhysicalActivity".freeze, "schema:Product".freeze, "schema:Recommendation".freeze, "schema:Service".freeze],
6514
6611
  label: "category".freeze,
6515
6612
  rangeIncludes: ["schema:PhysicalActivityCategory".freeze, "schema:Text".freeze, "schema:Thing".freeze],
6516
6613
  "schema:category": "issue-1741".freeze,
@@ -7195,8 +7292,8 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7195
7292
  rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7196
7293
  type: "rdf:Property".freeze
7197
7294
  property :datePosted,
7198
- comment: %(Publication date for the job posting.).freeze,
7199
- domainIncludes: "schema:JobPosting".freeze,
7295
+ comment: %(Publication date of an online listing.).freeze,
7296
+ domainIncludes: ["schema:JobPosting".freeze, "schema:RealEstateListing".freeze],
7200
7297
  label: "datePosted".freeze,
7201
7298
  rangeIncludes: "schema:Date".freeze,
7202
7299
  type: "rdf:Property".freeze
@@ -7204,7 +7301,7 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7204
7301
  comment: %(Date of first broadcast/publication.).freeze,
7205
7302
  domainIncludes: "schema:CreativeWork".freeze,
7206
7303
  label: "datePublished".freeze,
7207
- rangeIncludes: "schema:Date".freeze,
7304
+ rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7208
7305
  type: "rdf:Property".freeze
7209
7306
  property :dateRead,
7210
7307
  comment: %(The date/time at which the message has been read by the recipient if a single recipient exists.).freeze,
@@ -7244,7 +7341,7 @@ Dateline summaries are oriented more towards human readers than towards automate
7244
7341
  property :dayOfWeek,
7245
7342
  comment: %(The day of the week for which these opening hours are valid.).freeze,
7246
7343
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
7247
- domainIncludes: "schema:OpeningHoursSpecification".freeze,
7344
+ domainIncludes: ["schema:EducationalOccupationalProgram".freeze, "schema:OpeningHoursSpecification".freeze],
7248
7345
  label: "dayOfWeek".freeze,
7249
7346
  rangeIncludes: "schema:DayOfWeek".freeze,
7250
7347
  type: "rdf:Property".freeze
@@ -7643,11 +7740,11 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7643
7740
  type: "rdf:Property".freeze
7644
7741
  property :duration,
7645
7742
  comment: %(The duration of the item \(movie, audio recording, event, etc.\) in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.).freeze,
7646
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
7647
- domainIncludes: ["schema:Audiobook".freeze, "schema:Event".freeze, "schema:MediaObject".freeze, "schema:Movie".freeze, "schema:MusicRecording".freeze, "schema:MusicRelease".freeze, "schema:QuantitativeValueDistribution".freeze],
7743
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1457".freeze, "https://github.com/schemaorg/schemaorg/issues/1698".freeze],
7744
+ domainIncludes: ["schema:Audiobook".freeze, "schema:Event".freeze, "schema:MediaObject".freeze, "schema:Movie".freeze, "schema:MusicRecording".freeze, "schema:MusicRelease".freeze, "schema:QuantitativeValueDistribution".freeze, "schema:Schedule".freeze],
7648
7745
  label: "duration".freeze,
7649
7746
  rangeIncludes: "schema:Duration".freeze,
7650
- "schema:category": "issue-1698".freeze,
7747
+ "schema:category": ["issue-1457".freeze, "issue-1698".freeze],
7651
7748
  type: "rdf:Property".freeze
7652
7749
  property :durationOfWarranty,
7653
7750
  comment: %(The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.).freeze,
@@ -7715,6 +7812,15 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7715
7812
  "schema:category": "issue-1779".freeze,
7716
7813
  "schema:isPartOf": "http://pending.schema.org".freeze,
7717
7814
  type: "rdf:Property".freeze
7815
+ property :educationalProgramMode,
7816
+ comment: %(Similar to courseMode, The medium or means of delivery of the program as a whole. The value may either be a text label \(e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time"\) or a URL reference to a term from a controlled vocabulary \(e.g. https://ceds.ed.gov/element/001311#Asynchronous \).).freeze,
7817
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
7818
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
7819
+ label: "educationalProgramMode".freeze,
7820
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
7821
+ "schema:category": "issue-2419".freeze,
7822
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7823
+ type: "rdf:Property".freeze
7718
7824
  property :educationalRole,
7719
7825
  comment: %(An educationalRole of an EducationalAudience.).freeze,
7720
7826
  domainIncludes: "schema:EducationalAudience".freeze,
@@ -7805,6 +7911,15 @@ See also <a class="localLink" href="http://schema.org/ineligibleRegion">ineligib
7805
7911
  rangeIncludes: "schema:Person".freeze,
7806
7912
  "schema:supersededBy": "schema:employee".freeze,
7807
7913
  type: "rdf:Property".freeze
7914
+ property :employerOverview,
7915
+ comment: %(A description of the employer, career opportunities and work environment for this position.).freeze,
7916
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2396".freeze,
7917
+ domainIncludes: "schema:JobPosting".freeze,
7918
+ label: "employerOverview".freeze,
7919
+ rangeIncludes: "schema:Text".freeze,
7920
+ "schema:category": "issue-2396".freeze,
7921
+ "schema:isPartOf": "http://pending.schema.org".freeze,
7922
+ type: "rdf:Property".freeze
7808
7923
  property :employmentType,
7809
7924
  comment: %(Type of employment \(e.g. full-time, part-time, contract, temporary, seasonal, internship\).).freeze,
7810
7925
  domainIncludes: "schema:JobPosting".freeze,
@@ -7859,7 +7974,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
7859
7974
  type: "rdf:Property".freeze
7860
7975
  property :endDate,
7861
7976
  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,
7862
- domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:Event".freeze, "schema:Role".freeze],
7977
+ domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze],
7863
7978
  label: "endDate".freeze,
7864
7979
  rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
7865
7980
  type: "rdf:Property".freeze
@@ -8025,12 +8140,12 @@ Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic
8025
8140
  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
8026
8141
  gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An <a class="localLink" href="http://schema.org/Event">Event</a> that
8027
8142
  is associated with a <a class="localLink" href="http://schema.org/Schedule">Schedule</a> using this property should not have <a class="localLink" href="http://schema.org/startDate">startDate</a> or <a class="localLink" href="http://schema.org/endDate">endDate</a> properties. These are instead defined within the associated
8028
- <a class="localLink" href="http://schema.org/Schedule">Schedule</a>, this avoids any ambiguity for clients using the data. The propery might have repeated values to specify different schedules, e.g. for different months
8143
+ <a class="localLink" href="http://schema.org/Schedule">Schedule</a>, this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months
8029
8144
  or seasons.).freeze,
8030
8145
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
8031
- domainIncludes: "schema:Schedule".freeze,
8146
+ domainIncludes: "schema:Event".freeze,
8032
8147
  label: "eventSchedule".freeze,
8033
- rangeIncludes: "schema:Duration".freeze,
8148
+ rangeIncludes: "schema:Schedule".freeze,
8034
8149
  "schema:category": "issue-1457".freeze,
8035
8150
  "schema:isPartOf": "http://pending.schema.org".freeze,
8036
8151
  type: "rdf:Property".freeze
@@ -8230,6 +8345,15 @@ Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic
8230
8345
  label: "fileSize".freeze,
8231
8346
  rangeIncludes: "schema:Text".freeze,
8232
8347
  type: "rdf:Property".freeze
8348
+ property :financialAidEligible,
8349
+ comment: %(A financial aid type or program which students may use to pay for tuition or fees associated with the program.).freeze,
8350
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2418".freeze,
8351
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
8352
+ label: "financialAidEligible".freeze,
8353
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
8354
+ "schema:category": "issue-2418".freeze,
8355
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8356
+ type: "rdf:Property".freeze
8233
8357
  property :firstAppearance,
8234
8358
  comment: %(Indicates the first known occurence of a <a class="localLink" href="http://schema.org/Claim">Claim</a> in some <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.).freeze,
8235
8359
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
@@ -8780,6 +8904,15 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8780
8904
  label: "hasMenuSection".freeze,
8781
8905
  rangeIncludes: "schema:MenuSection".freeze,
8782
8906
  type: "rdf:Property".freeze
8907
+ property :hasMerchantReturnPolicy,
8908
+ comment: %(Indicates a MerchantReturnPolicy that may be applicable.).freeze,
8909
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
8910
+ domainIncludes: ["schema:Organization".freeze, "schema:Product".freeze],
8911
+ label: "hasMerchantReturnPolicy".freeze,
8912
+ rangeIncludes: "schema:MerchantReturnPolicy".freeze,
8913
+ "schema:category": "issue-2288".freeze,
8914
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8915
+ type: "rdf:Property".freeze
8783
8916
  property :hasOccupation,
8784
8917
  comment: %(The Person's occupation. For past professions, use Role for expressing dates.).freeze,
8785
8918
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
@@ -8816,7 +8949,8 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8816
8949
  label: "hasProductReturnPolicy".freeze,
8817
8950
  rangeIncludes: "schema:ProductReturnPolicy".freeze,
8818
8951
  "schema:category": "issue-2288".freeze,
8819
- "schema:isPartOf": "http://pending.schema.org".freeze,
8952
+ "schema:isPartOf": "http://attic.schema.org".freeze,
8953
+ "schema:supersededBy": "schema:hasMerchantReturnPolicy".freeze,
8820
8954
  type: "rdf:Property".freeze
8821
8955
  property :headline,
8822
8956
  comment: %(Headline of the article.).freeze,
@@ -9119,9 +9253,11 @@ Usage guidelines:<br/><br/>
9119
9253
  type: "rdf:Property".freeze
9120
9254
  property :inLanguage,
9121
9255
  comment: %(The language of the content or performance or used in an action. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/availableLanguage">availableLanguage</a>.).freeze,
9122
- domainIncludes: ["schema:CommunicateAction".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:LinkRole".freeze, "schema:WriteAction".freeze],
9256
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2382".freeze,
9257
+ domainIncludes: ["schema:BroadcastService".freeze, "schema:CommunicateAction".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:LinkRole".freeze, "schema:PronounceableText".freeze, "schema:WriteAction".freeze],
9123
9258
  label: "inLanguage".freeze,
9124
9259
  rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
9260
+ "schema:category": "issue-2382".freeze,
9125
9261
  type: "rdf:Property".freeze
9126
9262
  property :inPlaylist,
9127
9263
  comment: %(The playlist to which this recording belongs.).freeze,
@@ -9132,7 +9268,7 @@ Usage guidelines:<br/><br/>
9132
9268
  property :inStoreReturnsOffered,
9133
9269
  comment: %(Are in-store returns offered?).freeze,
9134
9270
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
9135
- domainIncludes: "schema:ProductReturnPolicy".freeze,
9271
+ domainIncludes: "schema:MerchantReturnPolicy".freeze,
9136
9272
  label: "inStoreReturnsOffered".freeze,
9137
9273
  rangeIncludes: "schema:Boolean".freeze,
9138
9274
  "schema:category": "issue-2288".freeze,
@@ -9247,7 +9383,7 @@ Usage guidelines:<br/><br/>
9247
9383
  comment: %(The industry associated with the job position.).freeze,
9248
9384
  domainIncludes: "schema:JobPosting".freeze,
9249
9385
  label: "industry".freeze,
9250
- rangeIncludes: "schema:Text".freeze,
9386
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
9251
9387
  type: "rdf:Property".freeze
9252
9388
  property :ineligibleRegion,
9253
9389
  comment: %(The ISO 3166-1 \(ISO 3166-1 alpha-2\) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region\(s\) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.<br/><br/>
@@ -9342,9 +9478,11 @@ See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRe
9342
9478
  type: "rdf:Property".freeze
9343
9479
  property :interactionStatistic,
9344
9480
  comment: %(The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.).freeze,
9345
- domainIncludes: "schema:CreativeWork".freeze,
9481
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2421".freeze,
9482
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:Organization".freeze, "schema:Person".freeze],
9346
9483
  label: "interactionStatistic".freeze,
9347
9484
  rangeIncludes: "schema:InteractionCounter".freeze,
9485
+ "schema:category": "issue-2421".freeze,
9348
9486
  type: "rdf:Property".freeze
9349
9487
  property :interactionType,
9350
9488
  comment: %(The Action representing the type of interaction. For up votes, +1s, etc. use <a class="localLink" href="http://schema.org/LikeAction">LikeAction</a>. For down votes use <a class="localLink" href="http://schema.org/DislikeAction">DislikeAction</a>. Otherwise, use the most specific Action.).freeze,
@@ -9450,9 +9588,18 @@ See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRe
9450
9588
  comment: %(Indicates an item or CreativeWork that this item, or CreativeWork \(in some sense\), is part of.).freeze,
9451
9589
  domainIncludes: "schema:CreativeWork".freeze,
9452
9590
  label: "isPartOf".freeze,
9453
- rangeIncludes: "schema:CreativeWork".freeze,
9591
+ rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
9454
9592
  "schema:inverseOf": "schema:hasPart".freeze,
9455
9593
  type: "rdf:Property".freeze
9594
+ property :isPlanForApartment,
9595
+ comment: %(Indicates some accommodation that this floor plan describes.).freeze,
9596
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
9597
+ domainIncludes: "schema:FloorPlan".freeze,
9598
+ label: "isPlanForApartment".freeze,
9599
+ rangeIncludes: "schema:Accommodation".freeze,
9600
+ "schema:category": "issue-2373".freeze,
9601
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9602
+ type: "rdf:Property".freeze
9456
9603
  property :isProprietary,
9457
9604
  comment: %(True if this item's name is a proprietary/brand name \(vs. generic name\).).freeze,
9458
9605
  domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze],
@@ -9467,6 +9614,15 @@ See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRe
9467
9614
  label: "isRelatedTo".freeze,
9468
9615
  rangeIncludes: ["schema:Product".freeze, "schema:Service".freeze],
9469
9616
  type: "rdf:Property".freeze
9617
+ property :isResizable,
9618
+ comment: %(Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality.).freeze,
9619
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2394".freeze,
9620
+ domainIncludes: "schema:3DModel".freeze,
9621
+ label: "isResizable".freeze,
9622
+ rangeIncludes: "schema:Boolean".freeze,
9623
+ "schema:category": "issue-2394".freeze,
9624
+ "schema:isPartOf": "http://pending.schema.org".freeze,
9625
+ type: "rdf:Property".freeze
9470
9626
  property :isSimilarTo,
9471
9627
  comment: %(A pointer to another, functionally similar product \(or multiple products\).).freeze,
9472
9628
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
@@ -9579,10 +9735,11 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
9579
9735
  subPropertyOf: "schema:location".freeze,
9580
9736
  type: "rdf:Property".freeze
9581
9737
  property :itemOffered,
9582
- comment: %(The item being offered.).freeze,
9738
+ comment: %(An item being offered \(or demanded\). The transactional nature of the offer or demand is documented using <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a>, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.).freeze,
9583
9739
  domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
9584
9740
  label: "itemOffered".freeze,
9585
- rangeIncludes: ["schema:Product".freeze, "schema:Service".freeze],
9741
+ rangeIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:MenuItem".freeze, "schema:Product".freeze, "schema:Service".freeze, "schema:Trip".freeze],
9742
+ "schema:inverseOf": "schema:offers".freeze,
9586
9743
  type: "rdf:Property".freeze
9587
9744
  property :itemReviewed,
9588
9745
  comment: %(The item that is being reviewed/rated.).freeze,
@@ -9733,7 +9890,7 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
9733
9890
  property :leaseLength,
9734
9891
  comment: %(Length of the lease for some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, either particular to some <a class="localLink" href="http://schema.org/Offer">Offer</a> or in some cases intrinsic to the property.).freeze,
9735
9892
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
9736
- domainIncludes: ["schema:Accommodation".freeze, "schema:RealEstateListing".freeze],
9893
+ domainIncludes: ["schema:Accommodation".freeze, "schema:Offer".freeze, "schema:RealEstateListing".freeze],
9737
9894
  label: "leaseLength".freeze,
9738
9895
  rangeIncludes: ["schema:Duration".freeze, "schema:QuantitativeValue".freeze],
9739
9896
  "schema:category": "issue-2373".freeze,
@@ -10112,6 +10269,15 @@ Usage guidelines:<br/><br/>
10112
10269
  rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
10113
10270
  "schema:inverseOf": "schema:mainEntity".freeze,
10114
10271
  type: "rdf:Property".freeze
10272
+ property :maintainer,
10273
+ comment: %(A maintainer of a <a class="localLink" href="http://schema.org/Dataset">Dataset</a>, software package \(<a class="localLink" href="http://schema.org/SoftwareApplication">SoftwareApplication</a>\), or other <a class="localLink" href="http://schema.org/Project">Project</a>. A maintainer is a <a class="localLink" href="http://schema.org/Person">Person</a> or <a class="localLink" href="http://schema.org/Organization">Organization</a> that manages contributions to, and/or publication of, some \(typically complex\) artifact. It is common for distributions of software and data to be based on "upstream" sources. When <a class="localLink" href="http://schema.org/maintainer">maintainer</a> is applied to a specific version of something e.g. a particular version or packaging of a <a class="localLink" href="http://schema.org/Dataset">Dataset</a>, it is always possible that the upstream source has a different maintainer. The <a class="localLink" href="http://schema.org/isBasedOn">isBasedOn</a> property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.).freeze,
10274
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2311".freeze,
10275
+ domainIncludes: "schema:CreativeWork".freeze,
10276
+ label: "maintainer".freeze,
10277
+ rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
10278
+ "schema:category": "issue-2311".freeze,
10279
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10280
+ type: "rdf:Property".freeze
10115
10281
  property :makesOffer,
10116
10282
  comment: %(A pointer to products or services offered by the organization or person.).freeze,
10117
10283
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
@@ -10200,6 +10366,15 @@ Usage guidelines:<br/><br/>
10200
10366
  label: "maximumAttendeeCapacity".freeze,
10201
10367
  rangeIncludes: "schema:Integer".freeze,
10202
10368
  type: "rdf:Property".freeze
10369
+ property :maximumEnrollment,
10370
+ comment: %(The maximum number of students who may be enrolled in the program.).freeze,
10371
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
10372
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
10373
+ label: "maximumEnrollment".freeze,
10374
+ rangeIncludes: "schema:Integer".freeze,
10375
+ "schema:category": "issue-2419".freeze,
10376
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10377
+ type: "rdf:Property".freeze
10203
10378
  property :maximumIntake,
10204
10379
  comment: %(Recommended intake of this supplement for a given population as defined by a specific recommending authority.).freeze,
10205
10380
  domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze, "schema:DrugStrength".freeze, "schema:Substance".freeze],
@@ -10354,6 +10529,24 @@ If there are several <a class="localLink" href="http://schema.org/variableMeasur
10354
10529
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
10355
10530
  "schema:supersededBy": "schema:seller".freeze,
10356
10531
  type: "rdf:Property".freeze
10532
+ property :merchantReturnDays,
10533
+ comment: %(The merchantReturnDays property indicates the number of days \(from purchase\) within which relevant merchant return policy is applicable.).freeze,
10534
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
10535
+ domainIncludes: "schema:MerchantReturnPolicy".freeze,
10536
+ label: "merchantReturnDays".freeze,
10537
+ rangeIncludes: "schema:Integer".freeze,
10538
+ "schema:category": "issue-2288".freeze,
10539
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10540
+ type: "rdf:Property".freeze
10541
+ property :merchantReturnLink,
10542
+ comment: %(Indicates a Web page or service by URL, for product return.).freeze,
10543
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
10544
+ domainIncludes: "schema:MerchantReturnPolicy".freeze,
10545
+ label: "merchantReturnLink".freeze,
10546
+ rangeIncludes: "schema:URL".freeze,
10547
+ "schema:category": "issue-2288".freeze,
10548
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10549
+ type: "rdf:Property".freeze
10357
10550
  property :messageAttachment,
10358
10551
  comment: %(A CreativeWork attached to the message.).freeze,
10359
10552
  domainIncludes: "schema:Message".freeze,
@@ -10618,6 +10811,15 @@ Typical unit code\(s\): KMT for kilometers, SMI for statute miles).freeze,
10618
10811
  label: "numTracks".freeze,
10619
10812
  rangeIncludes: "schema:Integer".freeze,
10620
10813
  type: "rdf:Property".freeze
10814
+ property :numberOfAccommodationUnits,
10815
+ comment: %(Indicates the total \(available plus unavailable\) number of accommodation units in an <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>, or the number of accommodation units for a specific <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a> \(within its specific <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>\). See also <a class="localLink" href="http://schema.org/numberOfAvailableAccommodationUnits">numberOfAvailableAccommodationUnits</a>.).freeze,
10816
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
10817
+ domainIncludes: ["schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze],
10818
+ label: "numberOfAccommodationUnits".freeze,
10819
+ rangeIncludes: "schema:QuantitativeValue".freeze,
10820
+ "schema:category": "issue-2373".freeze,
10821
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10822
+ type: "rdf:Property".freeze
10621
10823
  property :numberOfAirbags,
10622
10824
  comment: %(The number or type of airbags in the vehicle.).freeze,
10623
10825
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
@@ -10625,6 +10827,15 @@ Typical unit code\(s\): KMT for kilometers, SMI for statute miles).freeze,
10625
10827
  label: "numberOfAirbags".freeze,
10626
10828
  rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
10627
10829
  type: "rdf:Property".freeze
10830
+ property :numberOfAvailableAccommodationUnits,
10831
+ comment: %(Indicates the number of available accommodation units in an <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>, or the number of accommodation units for a specific <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a> \(within its specific <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>\). See also <a class="localLink" href="http://schema.org/numberOfAccommodationUnits">numberOfAccommodationUnits</a>.).freeze,
10832
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
10833
+ domainIncludes: ["schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze],
10834
+ label: "numberOfAvailableAccommodationUnits".freeze,
10835
+ rangeIncludes: "schema:QuantitativeValue".freeze,
10836
+ "schema:category": "issue-2373".freeze,
10837
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10838
+ type: "rdf:Property".freeze
10628
10839
  property :numberOfAxles,
10629
10840
  comment: %(The number of axles.<br/><br/>
10630
10841
 
@@ -10637,7 +10848,7 @@ Typical unit code\(s\): C62).freeze,
10637
10848
  property :numberOfBathroomsTotal,
10638
10849
  comment: %(The total integer number of bathrooms in a some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, following real estate conventions as <a href="https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field">documented in RESO</a>: "The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.". See also <a class="localLink" href="http://schema.org/numberOfRooms">numberOfRooms</a>.).freeze,
10639
10850
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
10640
- domainIncludes: "schema:Accommodation".freeze,
10851
+ domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
10641
10852
  label: "numberOfBathroomsTotal".freeze,
10642
10853
  rangeIncludes: "schema:Integer".freeze,
10643
10854
  "schema:category": "issue-2373".freeze,
@@ -10650,6 +10861,15 @@ Typical unit code\(s\): C62).freeze,
10650
10861
  label: "numberOfBeds".freeze,
10651
10862
  rangeIncludes: "schema:Number".freeze,
10652
10863
  type: "rdf:Property".freeze
10864
+ property :numberOfCredits,
10865
+ comment: %(The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.).freeze,
10866
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
10867
+ domainIncludes: ["schema:Course".freeze, "schema:EducationalOccupationalProgram".freeze],
10868
+ label: "numberOfCredits".freeze,
10869
+ rangeIncludes: ["schema:Integer".freeze, "schema:StructuredValue".freeze],
10870
+ "schema:category": "issue-2419".freeze,
10871
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10872
+ type: "rdf:Property".freeze
10653
10873
  property :numberOfDoors,
10654
10874
  comment: %(The number of doors.<br/><br/>
10655
10875
 
@@ -10683,7 +10903,7 @@ Typical unit code\(s\): C62).freeze,
10683
10903
  property :numberOfFullBathrooms,
10684
10904
  comment: %(Number of full bathrooms - The total number of full and ¾ bathrooms in an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field">BathroomsFull field in RESO</a>.).freeze,
10685
10905
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
10686
- domainIncludes: "schema:Accommodation".freeze,
10906
+ domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
10687
10907
  label: "numberOfFullBathrooms".freeze,
10688
10908
  rangeIncludes: "schema:Number".freeze,
10689
10909
  "schema:category": "issue-2373".freeze,
@@ -10710,6 +10930,15 @@ Typical unit code\(s\): C62).freeze,
10710
10930
  label: "numberOfPages".freeze,
10711
10931
  rangeIncludes: "schema:Integer".freeze,
10712
10932
  type: "rdf:Property".freeze
10933
+ property :numberOfPartialBathrooms,
10934
+ comment: %(Number of partial bathrooms - The total number of half and ¼ bathrooms in an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field">BathroomsPartial field in RESO</a>.).freeze,
10935
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
10936
+ domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
10937
+ label: "numberOfPartialBathrooms".freeze,
10938
+ rangeIncludes: "schema:Number".freeze,
10939
+ "schema:category": "issue-2373".freeze,
10940
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10941
+ type: "rdf:Property".freeze
10713
10942
  property :numberOfPlayers,
10714
10943
  comment: %(Indicate how many people can play this game \(minimum, maximum, or range\).).freeze,
10715
10944
  domainIncludes: ["schema:Game".freeze, "schema:VideoGameSeries".freeze],
@@ -10729,7 +10958,7 @@ Typical unit code\(s\): C62).freeze,
10729
10958
  comment: %(The number of rooms \(excluding bathrooms and closets\) of the accommodation or lodging business.
10730
10959
  Typical unit code\(s\): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.).freeze,
10731
10960
  "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
10732
- domainIncludes: ["schema:Accommodation".freeze, "schema:Apartment".freeze, "schema:House".freeze, "schema:LodgingBusiness".freeze, "schema:SingleFamilyResidence".freeze, "schema:Suite".freeze],
10961
+ domainIncludes: ["schema:Accommodation".freeze, "schema:Apartment".freeze, "schema:FloorPlan".freeze, "schema:House".freeze, "schema:LodgingBusiness".freeze, "schema:SingleFamilyResidence".freeze, "schema:Suite".freeze],
10733
10962
  label: "numberOfRooms".freeze,
10734
10963
  rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
10735
10964
  type: "rdf:Property".freeze
@@ -10824,12 +11053,13 @@ Note: for historical reasons, any textual label and formal code provided as a li
10824
11053
  "schema:inverseOf": "schema:makesOffer".freeze,
10825
11054
  type: "rdf:Property".freeze
10826
11055
  property :offers,
10827
- comment: %(An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.).freeze,
11056
+ comment: %(An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a <a class="localLink" href="http://schema.org/Demand">Demand</a>. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.).freeze,
10828
11057
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
10829
11058
  domainIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:MenuItem".freeze, "schema:Product".freeze, "schema:Service".freeze, "schema:Trip".freeze],
10830
11059
  label: "offers".freeze,
10831
- rangeIncludes: "schema:Offer".freeze,
11060
+ rangeIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
10832
11061
  "schema:category": "issue-2289".freeze,
11062
+ "schema:inverseOf": "schema:itemOffered".freeze,
10833
11063
  type: "rdf:Property".freeze
10834
11064
  property :offersPrescriptionByMail,
10835
11065
  comment: %(Whether prescriptions can be delivered by mail.).freeze,
@@ -11326,6 +11556,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
11326
11556
  rangeIncludes: "schema:Text".freeze,
11327
11557
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11328
11558
  type: "rdf:Property".freeze
11559
+ property :phoneticText,
11560
+ 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
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
11562
+ domainIncludes: "schema:PronounceableText".freeze,
11563
+ label: "phoneticText".freeze,
11564
+ rangeIncludes: "schema:Text".freeze,
11565
+ "schema:category": "issue-2108".freeze,
11566
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11567
+ type: "rdf:Property".freeze
11329
11568
  property :photo,
11330
11569
  comment: %(A photograph of this place.).freeze,
11331
11570
  domainIncludes: "schema:Place".freeze,
@@ -11340,6 +11579,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
11340
11579
  rangeIncludes: ["schema:ImageObject".freeze, "schema:Photograph".freeze],
11341
11580
  "schema:supersededBy": "schema:photo".freeze,
11342
11581
  type: "rdf:Property".freeze
11582
+ property :physicalRequirement,
11583
+ comment: %(A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.).freeze,
11584
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
11585
+ domainIncludes: "schema:JobPosting".freeze,
11586
+ label: "physicalRequirement".freeze,
11587
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
11588
+ "schema:category": "issue-2384".freeze,
11589
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11590
+ type: "rdf:Property".freeze
11343
11591
  property :physiologicalBenefits,
11344
11592
  comment: %(Specific physiologic benefits associated to the plan.).freeze,
11345
11593
  domainIncludes: "schema:Diet".freeze,
@@ -11658,7 +11906,8 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
11658
11906
  label: "productReturnDays".freeze,
11659
11907
  rangeIncludes: "schema:Integer".freeze,
11660
11908
  "schema:category": "issue-2288".freeze,
11661
- "schema:isPartOf": "http://pending.schema.org".freeze,
11909
+ "schema:isPartOf": "http://attic.schema.org".freeze,
11910
+ "schema:supersededBy": "schema:merchantReturnDays".freeze,
11662
11911
  type: "rdf:Property".freeze
11663
11912
  property :productReturnLink,
11664
11913
  comment: %(Indicates a Web page or service by URL, for product return.).freeze,
@@ -11667,7 +11916,8 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
11667
11916
  label: "productReturnLink".freeze,
11668
11917
  rangeIncludes: "schema:URL".freeze,
11669
11918
  "schema:category": "issue-2288".freeze,
11670
- "schema:isPartOf": "http://pending.schema.org".freeze,
11919
+ "schema:isPartOf": "http://attic.schema.org".freeze,
11920
+ "schema:supersededBy": "schema:merchantReturnLink".freeze,
11671
11921
  type: "rdf:Property".freeze
11672
11922
  property :productSupported,
11673
11923
  comment: %(The product or service this support contact point is related to \(such as product support for a particular product line\). This can be a specific product or product line \(e.g. "iPhone"\) or a general category of products or services \(e.g. "smartphones"\).).freeze,
@@ -12070,7 +12320,7 @@ Usage guidelines:<br/><br/>
12070
12320
  property :refundType,
12071
12321
  comment: %(A refundType, from an enumerated list.).freeze,
12072
12322
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12073
- domainIncludes: "schema:ProductReturnPolicy".freeze,
12323
+ domainIncludes: "schema:MerchantReturnPolicy".freeze,
12074
12324
  label: "refundType".freeze,
12075
12325
  rangeIncludes: "schema:RefundTypeEnumeration".freeze,
12076
12326
  "schema:category": "issue-2288".freeze,
@@ -12358,9 +12608,9 @@ Usage guidelines:<br/><br/>
12358
12608
  subPropertyOf: "schema:result".freeze,
12359
12609
  type: "rdf:Property".freeze
12360
12610
  property :returnFees,
12361
- comment: %(Indicates \(via enumerated options\) the return fees policy for a ProductReturnPolicy).freeze,
12611
+ comment: %(Indicates \(via enumerated options\) the return fees policy for a MerchantReturnPolicy).freeze,
12362
12612
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12363
- domainIncludes: "schema:ProductReturnPolicy".freeze,
12613
+ domainIncludes: "schema:MerchantReturnPolicy".freeze,
12364
12614
  label: "returnFees".freeze,
12365
12615
  rangeIncludes: "schema:ReturnFeesEnumeration".freeze,
12366
12616
  "schema:category": "issue-2288".freeze,
@@ -12369,9 +12619,9 @@ Usage guidelines:<br/><br/>
12369
12619
  property :returnPolicyCategory,
12370
12620
  comment: %(A returnPolicyCategory expresses at most one of several enumerated kinds of return.).freeze,
12371
12621
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12372
- domainIncludes: "schema:ProductReturnPolicy".freeze,
12622
+ domainIncludes: "schema:MerchantReturnPolicy".freeze,
12373
12623
  label: "returnPolicyCategory".freeze,
12374
- rangeIncludes: "schema:ProductReturnEnumeration".freeze,
12624
+ rangeIncludes: "schema:MerchantReturnEnumeration".freeze,
12375
12625
  "schema:category": "issue-2288".freeze,
12376
12626
  "schema:isPartOf": "http://pending.schema.org".freeze,
12377
12627
  type: "rdf:Property".freeze
@@ -12384,7 +12634,7 @@ Usage guidelines:<br/><br/>
12384
12634
  property :reviewAspect,
12385
12635
  comment: %(This Review or Rating is relevant to this part or facet of the itemReviewed.).freeze,
12386
12636
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1689".freeze,
12387
- domainIncludes: ["schema:Rating".freeze, "schema:Review".freeze],
12637
+ domainIncludes: ["schema:Guide".freeze, "schema:Rating".freeze, "schema:Review".freeze],
12388
12638
  label: "reviewAspect".freeze,
12389
12639
  rangeIncludes: "schema:Text".freeze,
12390
12640
  "schema:category": "issue-1689".freeze,
@@ -12533,6 +12783,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
12533
12783
  label: "saturatedFatContent".freeze,
12534
12784
  rangeIncludes: "schema:Mass".freeze,
12535
12785
  type: "rdf:Property".freeze
12786
+ property :scheduleTimezone,
12787
+ comment: %(Indicates the timezone for which the time\(s\) indicated in the <a class="localLink" href="http://schema.org/Schedule">Schedule</a> are given. The value provided should be among those listed in the IANA Time Zone Database.).freeze,
12788
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
12789
+ domainIncludes: "schema:Schedule".freeze,
12790
+ label: "scheduleTimezone".freeze,
12791
+ rangeIncludes: "schema:Text".freeze,
12792
+ "schema:category": "issue-1457".freeze,
12793
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12794
+ type: "rdf:Property".freeze
12536
12795
  property :scheduledPaymentDate,
12537
12796
  comment: %(The date the invoice is scheduled to be paid.).freeze,
12538
12797
  domainIncludes: "schema:Invoice".freeze,
@@ -12595,7 +12854,7 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
12595
12854
  comment: %(A season in a media series.).freeze,
12596
12855
  domainIncludes: ["schema:RadioSeries".freeze, "schema:TVSeries".freeze, "schema:VideoGameSeries".freeze],
12597
12856
  label: "season".freeze,
12598
- rangeIncludes: "schema:CreativeWorkSeason".freeze,
12857
+ rangeIncludes: ["schema:CreativeWorkSeason".freeze, "schema:URL".freeze],
12599
12858
  "schema:supersededBy": "schema:containsSeason".freeze,
12600
12859
  subPropertyOf: "schema:hasPart".freeze,
12601
12860
  type: "rdf:Property".freeze
@@ -12654,6 +12913,15 @@ Typical unit code\(s\): C62 for persons).freeze,
12654
12913
  rangeIncludes: "schema:MedicalTherapy".freeze,
12655
12914
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
12656
12915
  type: "rdf:Property".freeze
12916
+ property :securityClearanceRequirement,
12917
+ comment: %(A description of any security clearance requirements of the job.).freeze,
12918
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
12919
+ domainIncludes: "schema:JobPosting".freeze,
12920
+ label: "securityClearanceRequirement".freeze,
12921
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
12922
+ "schema:category": "issue-2384".freeze,
12923
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12924
+ type: "rdf:Property".freeze
12657
12925
  property :securityScreening,
12658
12926
  comment: %(The type of security screening the passenger is subject to.).freeze,
12659
12927
  domainIncludes: "schema:FlightReservation".freeze,
@@ -12681,6 +12949,15 @@ Typical unit code\(s\): C62 for persons).freeze,
12681
12949
  rangeIncludes: ["schema:Audience".freeze, "schema:Organization".freeze, "schema:Person".freeze],
12682
12950
  subPropertyOf: "schema:participant".freeze,
12683
12951
  type: "rdf:Property".freeze
12952
+ property :sensoryRequirement,
12953
+ comment: %(A description of any sensory requirements and levels necessary to function on the job, including hearing and vision. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.).freeze,
12954
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
12955
+ domainIncludes: "schema:JobPosting".freeze,
12956
+ label: "sensoryRequirement".freeze,
12957
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
12958
+ "schema:category": "issue-2384".freeze,
12959
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12960
+ type: "rdf:Property".freeze
12684
12961
  property :sensoryUnit,
12685
12962
  comment: %(The neurological pathway extension that inputs and sends information to the brain or spinal cord.).freeze,
12686
12963
  domainIncludes: "schema:Nerve".freeze,
@@ -12972,6 +13249,15 @@ Use this to explicitly override general opening hours brought in scope by <a cla
12972
13249
  label: "specialty".freeze,
12973
13250
  rangeIncludes: "schema:Specialty".freeze,
12974
13251
  type: "rdf:Property".freeze
13252
+ property :speechToTextMarkup,
13253
+ comment: %(Form of markup used. eg. <a href="https://www.w3.org/TR/speech-synthesis11">SSML</a> or <a href="https://www.wikidata.org/wiki/Property:P898">IPA</a>.).freeze,
13254
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
13255
+ domainIncludes: "schema:PronounceableText".freeze,
13256
+ label: "speechToTextMarkup".freeze,
13257
+ rangeIncludes: "schema:Text".freeze,
13258
+ "schema:category": "issue-2108".freeze,
13259
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13260
+ type: "rdf:Property".freeze
12975
13261
  property :speed,
12976
13262
  comment: %(The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range \(indicated by <a class="localLink" href="http://schema.org/maxValue">maxValue</a> should be the maximum speed achievable under regular conditions.<br/><br/>
12977
13263
 
@@ -13002,9 +13288,12 @@ Typical unit code\(s\): KMH for km/h, HM for mile per hour \(0.447 04 m/s\), KNT
13002
13288
  type: "rdf:Property".freeze
13003
13289
  property :sport,
13004
13290
  comment: %(A type of sport \(e.g. Baseball\).).freeze,
13005
- domainIncludes: "schema:SportsOrganization".freeze,
13291
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/1951".freeze,
13292
+ domainIncludes: ["schema:SportsEvent".freeze, "schema:SportsOrganization".freeze],
13006
13293
  label: "sport".freeze,
13007
13294
  rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
13295
+ "schema:category": "issue-1951".freeze,
13296
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13008
13297
  type: "rdf:Property".freeze
13009
13298
  property :sportsActivityLocation,
13010
13299
  comment: %(A sub property of location. The sports activity location where this action occurred.).freeze,
@@ -13056,7 +13345,7 @@ Typical unit code\(s\): KMH for km/h, HM for mile per hour \(0.447 04 m/s\), KNT
13056
13345
  type: "rdf:Property".freeze
13057
13346
  property :startDate,
13058
13347
  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,
13059
- domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:Event".freeze, "schema:Role".freeze],
13348
+ domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze],
13060
13349
  label: "startDate".freeze,
13061
13350
  rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
13062
13351
  type: "rdf:Property".freeze
@@ -13437,6 +13726,15 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
13437
13726
  "schema:category": "issue-894".freeze,
13438
13727
  "schema:isPartOf": "http://pending.schema.org".freeze,
13439
13728
  type: "rdf:Property".freeze
13729
+ property :termDuration,
13730
+ comment: %(The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.).freeze,
13731
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
13732
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
13733
+ label: "termDuration".freeze,
13734
+ rangeIncludes: "schema:Duration".freeze,
13735
+ "schema:category": "issue-2419".freeze,
13736
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13737
+ type: "rdf:Property".freeze
13440
13738
  property :termsOfService,
13441
13739
  comment: %(Human-readable terms of service documentation.).freeze,
13442
13740
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
@@ -13446,12 +13744,30 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
13446
13744
  "schema:category": "issue-1423".freeze,
13447
13745
  "schema:isPartOf": "http://pending.schema.org".freeze,
13448
13746
  type: "rdf:Property".freeze
13747
+ property :termsPerYear,
13748
+ comment: %(The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.).freeze,
13749
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
13750
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
13751
+ label: "termsPerYear".freeze,
13752
+ rangeIncludes: "schema:Number".freeze,
13753
+ "schema:category": "issue-2419".freeze,
13754
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13755
+ type: "rdf:Property".freeze
13449
13756
  property :text,
13450
13757
  comment: %(The textual content of this CreativeWork.).freeze,
13451
13758
  domainIncludes: "schema:CreativeWork".freeze,
13452
13759
  label: "text".freeze,
13453
13760
  rangeIncludes: "schema:Text".freeze,
13454
13761
  type: "rdf:Property".freeze
13762
+ property :textValue,
13763
+ comment: %(Text value being annotated.).freeze,
13764
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
13765
+ domainIncludes: "schema:PronounceableText".freeze,
13766
+ label: "textValue".freeze,
13767
+ rangeIncludes: "schema:Text".freeze,
13768
+ "schema:category": "issue-2108".freeze,
13769
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13770
+ type: "rdf:Property".freeze
13455
13771
  property :thumbnail,
13456
13772
  comment: %(Thumbnail image for an image or video.).freeze,
13457
13773
  domainIncludes: ["schema:ImageObject".freeze, "schema:VideoObject".freeze],
@@ -13488,6 +13804,15 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
13488
13804
  label: "ticketedSeat".freeze,
13489
13805
  rangeIncludes: "schema:Seat".freeze,
13490
13806
  type: "rdf:Property".freeze
13807
+ property :timeOfDay,
13808
+ comment: %(The time of day the program normally runs. For example, "evenings".).freeze,
13809
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
13810
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
13811
+ label: "timeOfDay".freeze,
13812
+ rangeIncludes: "schema:Text".freeze,
13813
+ "schema:category": "issue-2419".freeze,
13814
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13815
+ type: "rdf:Property".freeze
13491
13816
  property :timeRequired,
13492
13817
  comment: %(Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.).freeze,
13493
13818
  domainIncludes: "schema:CreativeWork".freeze,
@@ -13746,6 +14071,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
13746
14071
  label: "typicalAgeRange".freeze,
13747
14072
  rangeIncludes: "schema:Text".freeze,
13748
14073
  type: "rdf:Property".freeze
14074
+ property :typicalCreditsPerTerm,
14075
+ comment: %(The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.).freeze,
14076
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
14077
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
14078
+ label: "typicalCreditsPerTerm".freeze,
14079
+ rangeIncludes: ["schema:Integer".freeze, "schema:StructuredValue".freeze],
14080
+ "schema:category": "issue-2419".freeze,
14081
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14082
+ type: "rdf:Property".freeze
13749
14083
  property :typicalTest,
13750
14084
  comment: %(A medical test typically performed given this condition.).freeze,
13751
14085
  domainIncludes: "schema:MedicalCondition".freeze,
@@ -14267,6 +14601,15 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14267
14601
  rangeIncludes: "schema:XPathType".freeze,
14268
14602
  "schema:category": "issue-1389".freeze,
14269
14603
  type: "rdf:Property".freeze
14604
+ property :yearBuilt,
14605
+ comment: %(The year an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a> was constructed. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/YearBuilt+Field">YearBuilt field in RESO</a>.).freeze,
14606
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
14607
+ domainIncludes: "schema:Accommodation".freeze,
14608
+ label: "yearBuilt".freeze,
14609
+ rangeIncludes: "schema:Number".freeze,
14610
+ "schema:category": "issue-2373".freeze,
14611
+ "schema:isPartOf": "http://pending.schema.org".freeze,
14612
+ type: "rdf:Property".freeze
14270
14613
  property :yearlyRevenue,
14271
14614
  comment: %(The size of the business in annual revenue.).freeze,
14272
14615
  domainIncludes: "schema:BusinessAudience".freeze,
@@ -14888,6 +15231,34 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
14888
15231
  label: "MedicalResearcher".freeze,
14889
15232
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
14890
15233
  type: "schema:MedicalAudience".freeze
15234
+ term :MerchantReturnFiniteReturnWindow,
15235
+ comment: %(MerchantReturnFiniteReturnWindow: there is a finite window for product returns.).freeze,
15236
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15237
+ label: "MerchantReturnFiniteReturnWindow".freeze,
15238
+ "schema:category": "issue-2288".freeze,
15239
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15240
+ type: "schema:MerchantReturnEnumeration".freeze
15241
+ term :MerchantReturnNotPermitted,
15242
+ comment: %(MerchantReturnNotPermitted: product returns are not permitted.).freeze,
15243
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15244
+ label: "MerchantReturnNotPermitted".freeze,
15245
+ "schema:category": "issue-2288".freeze,
15246
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15247
+ type: "schema:MerchantReturnEnumeration".freeze
15248
+ term :MerchantReturnUnlimitedWindow,
15249
+ comment: %(MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.).freeze,
15250
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15251
+ label: "MerchantReturnUnlimitedWindow".freeze,
15252
+ "schema:category": "issue-2288".freeze,
15253
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15254
+ type: "schema:MerchantReturnEnumeration".freeze
15255
+ term :MerchantReturnUnspecified,
15256
+ comment: %(MerchantReturnUnspecified: a product return policy is not specified here.).freeze,
15257
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15258
+ label: "MerchantReturnUnspecified".freeze,
15259
+ "schema:category": "issue-2288".freeze,
15260
+ "schema:isPartOf": "http://pending.schema.org".freeze,
15261
+ type: "schema:MerchantReturnEnumeration".freeze
14891
15262
  term :Midwifery,
14892
15263
  comment: %(A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period \(including care of the newborn\), besides sexual and reproductive health of women throughout their lives.).freeze,
14893
15264
  label: "Midwifery".freeze,
@@ -15206,7 +15577,7 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
15206
15577
  label: "PotentialActionStatus".freeze,
15207
15578
  type: "schema:ActionStatusType".freeze
15208
15579
  term :PreOrder,
15209
- comment: %(Indicates that the item is available for pre-order, but will be delivered when generally available.).freeze,
15580
+ comment: %(Indicates that the item is available for pre-order.).freeze,
15210
15581
  label: "PreOrder".freeze,
15211
15582
  type: "schema:ItemAvailability".freeze
15212
15583
  term :PreSale,
@@ -15236,28 +15607,32 @@ Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT
15236
15607
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15237
15608
  label: "ProductReturnFiniteReturnWindow".freeze,
15238
15609
  "schema:category": "issue-2288".freeze,
15239
- "schema:isPartOf": "http://pending.schema.org".freeze,
15610
+ "schema:isPartOf": "http://attic.schema.org".freeze,
15611
+ "schema:supersededBy": "schema:MerchantReturnFiniteReturnWindow".freeze,
15240
15612
  type: "schema:ProductReturnEnumeration".freeze
15241
15613
  term :ProductReturnNotPermitted,
15242
15614
  comment: %(ProductReturnNotPermitted: product returns are not permitted.).freeze,
15243
15615
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15244
15616
  label: "ProductReturnNotPermitted".freeze,
15245
15617
  "schema:category": "issue-2288".freeze,
15246
- "schema:isPartOf": "http://pending.schema.org".freeze,
15618
+ "schema:isPartOf": "http://attic.schema.org".freeze,
15619
+ "schema:supersededBy": "schema:MerchantReturnNotPermitted".freeze,
15247
15620
  type: "schema:ProductReturnEnumeration".freeze
15248
15621
  term :ProductReturnUnlimitedWindow,
15249
15622
  comment: %(ProductReturnUnlimitedWindow: there is an unlimited window for product returns.).freeze,
15250
15623
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15251
15624
  label: "ProductReturnUnlimitedWindow".freeze,
15252
15625
  "schema:category": "issue-2288".freeze,
15253
- "schema:isPartOf": "http://pending.schema.org".freeze,
15626
+ "schema:isPartOf": "http://attic.schema.org".freeze,
15627
+ "schema:supersededBy": "schema:MerchantReturnUnlimitedWindow".freeze,
15254
15628
  type: "schema:ProductReturnEnumeration".freeze
15255
15629
  term :ProductReturnUnspecified,
15256
15630
  comment: %(ProductReturnUnspecified: a product return policy is not specified here.).freeze,
15257
15631
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15258
15632
  label: "ProductReturnUnspecified".freeze,
15259
15633
  "schema:category": "issue-2288".freeze,
15260
- "schema:isPartOf": "http://pending.schema.org".freeze,
15634
+ "schema:isPartOf": "http://attic.schema.org".freeze,
15635
+ "schema:supersededBy": "schema:MerchantReturnUnspecified".freeze,
15261
15636
  type: "schema:ProductReturnEnumeration".freeze
15262
15637
  term :PrognosisHealthAspect,
15263
15638
  comment: %(Typical progression and happenings of life course of the topic.).freeze,