rdf-vocab 3.2.1 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ module RDF::Vocab
59
59
  subClassOf: "https://schema.org/Thing",
60
60
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
61
61
  term :ActionAccessSpecification,
62
- comment: "A set of requirements that a must be fulfilled in order to perform an Action.",
62
+ comment: "A set of requirements that must be fulfilled in order to perform an Action.",
63
63
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741",
64
64
  label: "ActionAccessSpecification",
65
65
  subClassOf: "https://schema.org/Intangible",
@@ -89,6 +89,13 @@ module RDF::Vocab
89
89
  label: "AdultEntertainment",
90
90
  subClassOf: "https://schema.org/EntertainmentBusiness",
91
91
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
92
+ term :AdultOrientedEnumeration,
93
+ comment: "Enumeration of considerations that make a product relevant or potentially restricted for adults only.",
94
+ "https://schema.org/isPartOf": "https://pending.schema.org",
95
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
96
+ label: "AdultOrientedEnumeration",
97
+ subClassOf: "https://schema.org/Enumeration",
98
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
92
99
  term :AdvertiserContentArticle,
93
100
  comment: "An [[Article]] that an external entity has paid to place or to produce to its specifications. Includes [advertorials](https://en.wikipedia.org/wiki/Advertorial), sponsored content, native advertising and other paid content.",
94
101
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -137,7 +144,7 @@ module RDF::Vocab
137
144
  "https://schema.org/isPartOf": "https://pending.schema.org",
138
145
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2646",
139
146
  label: "AmpStory",
140
- subClassOf: "https://schema.org/CreativeWork",
147
+ subClassOf: ["https://schema.org/CreativeWork", "https://schema.org/MediaObject"],
141
148
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
142
149
  term :AmusementPark,
143
150
  comment: "An amusement park.",
@@ -158,7 +165,7 @@ module RDF::Vocab
158
165
  subClassOf: "https://schema.org/MedicalEntity",
159
166
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
160
167
  term :AnatomicalSystem,
161
- comment: "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.",
168
+ comment: "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can include circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.",
162
169
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
163
170
  label: "AnatomicalSystem",
164
171
  subClassOf: "https://schema.org/MedicalEntity",
@@ -175,7 +182,7 @@ module RDF::Vocab
175
182
  subClassOf: "https://schema.org/Comment",
176
183
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
177
184
  term :Apartment,
178
- comment: "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Apartment\">http://en.wikipedia.org/wiki/Apartment</a>).",
185
+ comment: "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Apartment\">http://en.wikipedia.org/wiki/Apartment</a>).",
179
186
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
180
187
  label: "Apartment",
181
188
  subClassOf: "https://schema.org/Accommodation",
@@ -429,7 +436,7 @@ module RDF::Vocab
429
436
  subClassOf: "https://schema.org/Thing",
430
437
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
431
438
  term :Blog,
432
- comment: "A [blog](https://en.wikipedia.org/wiki/Blog), sometimes known as a \"weblog\". Note that the individual posts ([[BlogPosting]]s) in a [[Blog]] are often colloqually referred to by the same term.",
439
+ comment: "A [blog](https://en.wikipedia.org/wiki/Blog), sometimes known as a \"weblog\". Note that the individual posts ([[BlogPosting]]s) in a [[Blog]] are often colloquially referred to by the same term.",
433
440
  label: "Blog",
434
441
  subClassOf: "https://schema.org/CreativeWork",
435
442
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -540,7 +547,7 @@ module RDF::Vocab
540
547
  subClassOf: "https://schema.org/Intangible",
541
548
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
542
549
  term :BreadcrumbList,
543
- comment: "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\\n\\nThe [[position]] property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an [[itemListOrder]] of [[ItemListOrderAscending]] (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.\n ",
550
+ comment: "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\\n\\nThe [[position]] property is used to reconstruct the order of the items in a BreadcrumbList. The convention is that a breadcrumb list has an [[itemListOrder]] of [[ItemListOrderAscending]] (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.\n ",
544
551
  label: "BreadcrumbList",
545
552
  subClassOf: "https://schema.org/ItemList",
546
553
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -659,13 +666,13 @@ module RDF::Vocab
659
666
  subClassOf: "https://schema.org/FoodEstablishment",
660
667
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
661
668
  term :Campground,
662
- comment: "A camping site, campsite, or [[Campground]] is a place used for overnight stay in the outdoors, typically containing individual [[CampingPitch]] locations. \\n\\n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\\n\\n\n\nSee also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).\n",
669
+ comment: "A camping site, campsite, or [[Campground]] is a place used for overnight stay in the outdoors, typically containing individual [[CampingPitch]] locations. \\n\\n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (source: Wikipedia, see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\\n\\n\n\nSee also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).\n",
663
670
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
664
671
  label: "Campground",
665
672
  subClassOf: ["https://schema.org/CivicStructure", "https://schema.org/LodgingBusiness"],
666
673
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
667
674
  term :CampingPitch,
668
- comment: "A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\\n\\n\nIn British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.\n(Source: Wikipedia see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\\n\\n\nSee also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).\n",
675
+ comment: "A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\\n\\n\nIn British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.\n(Source: Wikipedia, see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite).)\\n\\n\nSee also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).\n",
669
676
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
670
677
  label: "CampingPitch",
671
678
  subClassOf: "https://schema.org/Accommodation",
@@ -734,12 +741,12 @@ module RDF::Vocab
734
741
  subClassOf: "https://schema.org/FindAction",
735
742
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
736
743
  term :CheckInAction,
737
- comment: "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\\n\\nRelated actions:\\n\\n* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence.",
744
+ comment: "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check-in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\\n\\nRelated actions:\\n\\n* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence.",
738
745
  label: "CheckInAction",
739
746
  subClassOf: "https://schema.org/CommunicateAction",
740
747
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
741
748
  term :CheckOutAction,
742
- comment: "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).\\n\\nRelated actions:\\n\\n* [[CheckInAction]]: The antonym of CheckOutAction.\\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.",
749
+ comment: "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check-in) or place (e.g. hotel).\\n\\nRelated actions:\\n\\n* [[CheckInAction]]: The antonym of CheckOutAction.\\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.",
743
750
  label: "CheckOutAction",
744
751
  subClassOf: "https://schema.org/CommunicateAction",
745
752
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -827,7 +834,7 @@ module RDF::Vocab
827
834
  subClassOf: "https://schema.org/CreativeWork",
828
835
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
829
836
  term :Collection,
830
- comment: "A collection of items e.g. creative works or products.",
837
+ comment: "A collection of items, e.g. creative works or products.",
831
838
  "https://schema.org/isPartOf": "https://bib.schema.org",
832
839
  label: "Collection",
833
840
  subClassOf: "https://schema.org/CreativeWork",
@@ -892,7 +899,7 @@ module RDF::Vocab
892
899
  subClassOf: "https://schema.org/InteractAction",
893
900
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
894
901
  term :CompleteDataFeed,
895
- comment: "A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed.\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving [RFC 5005](https://tools.ietf.org/html/rfc5005), For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.",
902
+ comment: "A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed.\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving [RFC 5005](https://tools.ietf.org/html/rfc5005), for example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.",
896
903
  "https://schema.org/isPartOf": "https://pending.schema.org",
897
904
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1397",
898
905
  label: "CompleteDataFeed",
@@ -990,7 +997,7 @@ module RDF::Vocab
990
997
  subClassOf: "https://schema.org/AdministrativeArea",
991
998
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
992
999
  term :Course,
993
- comment: "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
1000
+ comment: "A description of an educational course which may be offered as distinct instances which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
994
1001
  label: "Course",
995
1002
  subClassOf: ["https://schema.org/CreativeWork", "https://schema.org/LearningResource"],
996
1003
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -1011,7 +1018,7 @@ module RDF::Vocab
1011
1018
  subClassOf: "https://schema.org/VisualArtwork",
1012
1019
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1013
1020
  term :CovidTestingFacility,
1014
- comment: "A CovidTestingFacility is a [[MedicalClinic]] where testing for the COVID-19 Coronavirus\n disease is available. If the facility is being made available from an established [[Pharmacy]], [[Hotel]], or other\n non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information\n about that place e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.\n ",
1021
+ comment: "A CovidTestingFacility is a [[MedicalClinic]] where testing for the COVID-19 Coronavirus\n disease is available. If the facility is being made available from an established [[Pharmacy]], [[Hotel]], or other\n non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information\n about that place, e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.\n ",
1015
1022
  "https://schema.org/isPartOf": "https://pending.schema.org",
1016
1023
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2490",
1017
1024
  label: "CovidTestingFacility",
@@ -1029,12 +1036,12 @@ module RDF::Vocab
1029
1036
  subClassOf: "https://schema.org/Thing",
1030
1037
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1031
1038
  term :CreativeWorkSeason,
1032
- comment: "A media season e.g. tv, radio, video game etc.",
1039
+ comment: "A media season, e.g. TV, radio, video game etc.",
1033
1040
  label: "CreativeWorkSeason",
1034
1041
  subClassOf: "https://schema.org/CreativeWork",
1035
1042
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1036
1043
  term :CreativeWorkSeries,
1037
- comment: "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\\n\\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.\n\t ",
1044
+ comment: "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as TV, radio and games).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\\n\\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.\n\t ",
1038
1045
  label: "CreativeWorkSeries",
1039
1046
  subClassOf: ["https://schema.org/CreativeWork", "https://schema.org/Series"],
1040
1047
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -1093,7 +1100,7 @@ module RDF::Vocab
1093
1100
  subClassOf: "https://schema.org/CreativeWork",
1094
1101
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1095
1102
  term :DataDownload,
1096
- comment: "A dataset in downloadable form.",
1103
+ comment: "All or part of a [[Dataset]] in downloadable form. ",
1097
1104
  equivalentClass: "http://www.w3.org/ns/dcat#Distribution",
1098
1105
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass",
1099
1106
  label: "DataDownload",
@@ -1130,7 +1137,7 @@ module RDF::Vocab
1130
1137
  label: "DateTime",
1131
1138
  type: ["http://www.w3.org/2000/01/rdf-schema#Class", "https://schema.org/DataType"]
1132
1139
  term :DatedMoneySpecification,
1133
- comment: "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]] use of that type is recommended",
1140
+ comment: "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]], use of that type is recommended.",
1134
1141
  "https://schema.org/supersededBy": "https://schema.org/MonetaryAmount",
1135
1142
  label: "DatedMoneySpecification",
1136
1143
  subClassOf: "https://schema.org/StructuredValue",
@@ -1171,7 +1178,7 @@ module RDF::Vocab
1171
1178
  subClassOf: "https://schema.org/Intangible",
1172
1179
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1173
1180
  term :DefinedTermSet,
1174
- comment: "A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.",
1181
+ comment: "A set of defined terms, for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.",
1175
1182
  "https://schema.org/isPartOf": "https://pending.schema.org",
1176
1183
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/894",
1177
1184
  label: "DefinedTermSet",
@@ -1200,7 +1207,7 @@ module RDF::Vocab
1200
1207
  subClassOf: "https://schema.org/Enumeration",
1201
1208
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1202
1209
  term :DeliveryTimeSettings,
1203
- comment: "A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of a [[OfferShippingDetails]]. Several occurrences can be published, distinguished (and identified/referenced) by their different values for [[transitTimeLabel]].",
1210
+ comment: "A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of an [[OfferShippingDetails]]. Several occurrences can be published, distinguished (and identified/referenced) by their different values for [[transitTimeLabel]].",
1204
1211
  "https://schema.org/isPartOf": "https://pending.schema.org",
1205
1212
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
1206
1213
  label: "DeliveryTimeSettings",
@@ -1218,7 +1225,7 @@ module RDF::Vocab
1218
1225
  subClassOf: ["https://schema.org/LocalBusiness", "https://schema.org/MedicalBusiness", "https://schema.org/MedicalOrganization"],
1219
1226
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1220
1227
  term :DepartAction,
1221
- comment: "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.",
1228
+ comment: "The act of departing from a place. An agent departs from a fromLocation for a destination, optionally with participants.",
1222
1229
  label: "DepartAction",
1223
1230
  subClassOf: "https://schema.org/MoveAction",
1224
1231
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -1255,7 +1262,7 @@ module RDF::Vocab
1255
1262
  comment: "A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites.",
1256
1263
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
1257
1264
  label: "DietarySupplement",
1258
- subClassOf: "https://schema.org/Substance",
1265
+ subClassOf: ["https://schema.org/Product", "https://schema.org/Substance"],
1259
1266
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1260
1267
  term :DigitalDocument,
1261
1268
  comment: "An electronic file or document.",
@@ -1272,6 +1279,13 @@ module RDF::Vocab
1272
1279
  label: "DigitalDocumentPermissionType",
1273
1280
  subClassOf: "https://schema.org/Enumeration",
1274
1281
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1282
+ term :DigitalPlatformEnumeration,
1283
+ comment: "Enumerates some common technology platforms, for use with properties such as [[actionPlatform]]. It is not supposed to be comprehensive - when a suitable code is not enumerated here, textual or URL values can be used instead. These codes are at a fairly high level and do not deal with versioning and other nuance. Additional codes can be suggested [in github](https://github.com/schemaorg/schemaorg/issues/3057). ",
1284
+ "https://schema.org/isPartOf": "https://pending.schema.org",
1285
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
1286
+ label: "DigitalPlatformEnumeration",
1287
+ subClassOf: "https://schema.org/Enumeration",
1288
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
1275
1289
  term :DisagreeAction,
1276
1290
  comment: "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.",
1277
1291
  label: "DisagreeAction",
@@ -1343,11 +1357,11 @@ module RDF::Vocab
1343
1357
  subClassOf: "https://schema.org/QualitativeValue",
1344
1358
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1345
1359
  term :Drug,
1346
- comment: "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge make a clear difference between them.",
1360
+ comment: "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge makes a clear difference between them.",
1347
1361
  equivalentClass: "http://purl.bioontology.org/ontology/SNOMEDCT/410942007",
1348
1362
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
1349
1363
  label: "Drug",
1350
- subClassOf: "https://schema.org/Substance",
1364
+ subClassOf: ["https://schema.org/Product", "https://schema.org/Substance"],
1351
1365
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1352
1366
  term :DrugClass,
1353
1367
  comment: "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc.",
@@ -1497,7 +1511,7 @@ module RDF::Vocab
1497
1511
  subClassOf: "https://schema.org/LocalBusiness",
1498
1512
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1499
1513
  term :EndorseAction,
1500
- comment: "An agent approves/certifies/likes/supports/sanction an object.",
1514
+ comment: "An agent approves/certifies/likes/supports/sanctions an object.",
1501
1515
  label: "EndorseAction",
1502
1516
  subClassOf: "https://schema.org/ReactAction",
1503
1517
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -1725,7 +1739,7 @@ module RDF::Vocab
1725
1739
  subClassOf: "https://schema.org/Service",
1726
1740
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1727
1741
  term :FundingAgency,
1728
- comment: "A FundingAgency is an organization that implements one or more [[FundingScheme]]s and manages\n the granting process (via [[Grant]]s, typically [[MonetaryGrant]]s).\n A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.\n \nExamples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation...\n ",
1742
+ comment: "A FundingAgency is an organization that implements one or more [[FundingScheme]]s and manages\n the granting process (via [[Grant]]s, typically [[MonetaryGrant]]s).\n A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.\n \nExamples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation, ...\n ",
1729
1743
  "https://schema.org/isPartOf": "https://pending.schema.org",
1730
1744
  "https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/383", "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab"],
1731
1745
  label: "FundingAgency",
@@ -1753,6 +1767,13 @@ module RDF::Vocab
1753
1767
  label: "Game",
1754
1768
  subClassOf: "https://schema.org/CreativeWork",
1755
1769
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1770
+ term :GameAvailabilityEnumeration,
1771
+ comment: "For a [[VideoGame]], such as used with a [[PlayGameAction]], an enumeration of the kind of game availability offered. ",
1772
+ "https://schema.org/isPartOf": "https://pending.schema.org",
1773
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
1774
+ label: "GameAvailabilityEnumeration",
1775
+ subClassOf: "https://schema.org/Enumeration",
1776
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
1756
1777
  term :GamePlayMode,
1757
1778
  comment: "Indicates whether this game is multi-player, co-op or single-player.",
1758
1779
  label: "GamePlayMode",
@@ -1878,14 +1899,14 @@ module RDF::Vocab
1878
1899
  subClassOf: "https://schema.org/Store",
1879
1900
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1880
1901
  term :Guide,
1881
- comment: "[[Guide]] is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A [[Guide]] may represent a Buying Guide and detail aspects of products or services for a user to consider. A [[Guide]] may represent a Product Guide and recommend specific products or services. A [[Guide]] may represent a Ranked List and recommend specific products or services with ranking.",
1902
+ comment: "[[Guide]] is a page or article that recommends specific products or services, or aspects of a thing for a user to consider. A [[Guide]] may represent a Buying Guide and detail aspects of products or services for a user to consider. A [[Guide]] may represent a Product Guide and recommend specific products or services. A [[Guide]] may represent a Ranked List and recommend specific products or services with ranking.",
1882
1903
  "https://schema.org/isPartOf": "https://pending.schema.org",
1883
1904
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2405",
1884
1905
  label: "Guide",
1885
1906
  subClassOf: "https://schema.org/CreativeWork",
1886
1907
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1887
1908
  term :HVACBusiness,
1888
- comment: "A business that provide Heating, Ventilation and Air Conditioning services.",
1909
+ comment: "A business that provides Heating, Ventilation and Air Conditioning services.",
1889
1910
  label: "HVACBusiness",
1890
1911
  subClassOf: "https://schema.org/HomeAndConstructionBusiness",
1891
1912
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -1994,7 +2015,7 @@ module RDF::Vocab
1994
2015
  subClassOf: "https://schema.org/LodgingBusiness",
1995
2016
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
1996
2017
  term :Hotel,
1997
- comment: "A hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
2018
+ comment: "A hotel is an establishment that provides lodging paid on a short-term basis (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
1998
2019
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
1999
2020
  label: "Hotel",
2000
2021
  subClassOf: "https://schema.org/LodgingBusiness",
@@ -2006,7 +2027,7 @@ module RDF::Vocab
2006
2027
  subClassOf: "https://schema.org/Room",
2007
2028
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2008
2029
  term :House,
2009
- comment: "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/House\">http://en.wikipedia.org/wiki/House</a>).",
2030
+ comment: "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/House\">http://en.wikipedia.org/wiki/House</a>).",
2010
2031
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
2011
2032
  label: "House",
2012
2033
  subClassOf: "https://schema.org/Accommodation",
@@ -2027,7 +2048,7 @@ module RDF::Vocab
2027
2048
  subClassOf: ["https://schema.org/CreativeWork", "https://schema.org/ListItem"],
2028
2049
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2029
2050
  term :HowToItem,
2030
- comment: "An item used as either a tool or supply when performing the instructions for how to to achieve a result.",
2051
+ comment: "An item used as either a tool or supply when performing the instructions for how to achieve a result.",
2031
2052
  label: "HowToItem",
2032
2053
  subClassOf: "https://schema.org/ListItem",
2033
2054
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -2340,7 +2361,7 @@ module RDF::Vocab
2340
2361
  subClassOf: "https://schema.org/ReactAction",
2341
2362
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2342
2363
  term :LinkRole,
2343
- comment: "A Role that represents a Web link e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds.",
2364
+ comment: "A Role that represents a Web link, e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types, e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds.",
2344
2365
  "https://schema.org/isPartOf": "https://pending.schema.org",
2345
2366
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1045",
2346
2367
  label: "LinkRole",
@@ -2463,7 +2484,7 @@ module RDF::Vocab
2463
2484
  subClassOf: "https://schema.org/Enumeration",
2464
2485
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2465
2486
  term :MediaGallery,
2466
- comment: "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.",
2487
+ comment: "Web page type: Media gallery page. A mixed-media page that can contain media such as images, videos, and other multimedia.",
2467
2488
  label: "MediaGallery",
2468
2489
  subClassOf: "https://schema.org/CollectionPage",
2469
2490
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -2475,12 +2496,12 @@ module RDF::Vocab
2475
2496
  subClassOf: "https://schema.org/Enumeration",
2476
2497
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2477
2498
  term :MediaObject,
2478
- 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).",
2499
+ 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).",
2479
2500
  label: "MediaObject",
2480
2501
  subClassOf: "https://schema.org/CreativeWork",
2481
2502
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2482
2503
  term :MediaReview,
2483
- comment: "A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is\n a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working\n to combat misinformation, the specific structures for representing media objects, their versions and publication context, is still evolving. Similarly, best practices for the relationship between [[MediaReview]] and [[ClaimReview]] markup has not yet been finalized.",
2504
+ comment: "A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is\n a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working\n to combat misinformation, the specific structures for representing media objects, their versions and publication context, are still evolving. Similarly, best practices for the relationship between [[MediaReview]] and [[ClaimReview]] markup have not yet been finalized.",
2484
2505
  "https://schema.org/isPartOf": "https://pending.schema.org",
2485
2506
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450",
2486
2507
  label: "MediaReview",
@@ -2512,7 +2533,7 @@ module RDF::Vocab
2512
2533
  subClassOf: "https://schema.org/MedicalEnumeration",
2513
2534
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2514
2535
  term :MedicalBusiness,
2515
- comment: "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include differents business run by health professionals.",
2536
+ comment: "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include different businesses run by health professionals.",
2516
2537
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
2517
2538
  label: "MedicalBusiness",
2518
2539
  subClassOf: "https://schema.org/LocalBusiness",
@@ -2548,7 +2569,7 @@ module RDF::Vocab
2548
2569
  subClassOf: "https://schema.org/MedicalIntangible",
2549
2570
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2550
2571
  term :MedicalContraindication,
2551
- comment: "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but that these risks may be outweighed by other considerations or mitigated by other measures).",
2572
+ comment: "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but these risks may be outweighed by other considerations or mitigated by other measures).",
2552
2573
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
2553
2574
  label: "MedicalContraindication",
2554
2575
  subClassOf: "https://schema.org/MedicalEntity",
@@ -2735,7 +2756,7 @@ module RDF::Vocab
2735
2756
  subClassOf: "https://schema.org/TherapeuticProcedure",
2736
2757
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2737
2758
  term :MedicalTrial,
2738
- comment: "A medical trial is a type of medical study that uses scientific process used to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups.",
2759
+ comment: "A medical trial is a type of medical study that uses a scientific process to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups.",
2739
2760
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
2740
2761
  label: "MedicalTrial",
2741
2762
  subClassOf: "https://schema.org/MedicalStudy",
@@ -2760,7 +2781,7 @@ module RDF::Vocab
2760
2781
  subClassOf: "https://schema.org/MedicalEnumeration",
2761
2782
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2762
2783
  term :MeetingRoom,
2763
- comment: "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Conference_hall\">http://en.wikipedia.org/wiki/Conference_hall</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
2784
+ comment: "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Conference_hall\">http://en.wikipedia.org/wiki/Conference_hall</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
2764
2785
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
2765
2786
  label: "MeetingRoom",
2766
2787
  subClassOf: "https://schema.org/Room",
@@ -2860,7 +2881,7 @@ module RDF::Vocab
2860
2881
  subClassOf: "https://schema.org/TransferAction",
2861
2882
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2862
2883
  term :MortgageLoan,
2863
- comment: "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate).",
2884
+ comment: "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)",
2864
2885
  "https://schema.org/isPartOf": "https://pending.schema.org",
2865
2886
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO", "https://github.com/schemaorg/schemaorg/issues/1253"],
2866
2887
  label: "MortgageLoan",
@@ -2962,7 +2983,7 @@ module RDF::Vocab
2962
2983
  subClassOf: "https://schema.org/MusicPlaylist",
2963
2984
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2964
2985
  term :MusicAlbumProductionType,
2965
- comment: "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.",
2986
+ comment: "Classification of the album by its type of content: soundtrack, live album, studio album, etc.",
2966
2987
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
2967
2988
  label: "MusicAlbumProductionType",
2968
2989
  subClassOf: "https://schema.org/Enumeration",
@@ -3006,7 +3027,7 @@ module RDF::Vocab
3006
3027
  subClassOf: "https://schema.org/MusicPlaylist",
3007
3028
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3008
3029
  term :MusicReleaseFormatType,
3009
- comment: "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).",
3030
+ comment: "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.).",
3010
3031
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
3011
3032
  label: "MusicReleaseFormatType",
3012
3033
  subClassOf: "https://schema.org/Enumeration",
@@ -3092,7 +3113,7 @@ module RDF::Vocab
3092
3113
  subClassOf: "https://schema.org/DigitalDocument",
3093
3114
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3094
3115
  term :Number,
3095
- comment: "Data type: Number.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
3116
+ comment: "Data type: Number.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
3096
3117
  label: "Number",
3097
3118
  type: ["http://www.w3.org/2000/01/rdf-schema#Class", "https://schema.org/DataType"]
3098
3119
  term :NutritionInformation,
@@ -3162,7 +3183,7 @@ module RDF::Vocab
3162
3183
  subClassOf: "https://schema.org/Enumeration",
3163
3184
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3164
3185
  term :OfferShippingDetails,
3165
- comment: "OfferShippingDetails represents information about shipping destinations.\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:\n\nOne entity for Alaska/Hawaii. A different one for continental US.A different one for all France.\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.\n\nTwo entities that are identical but differ in rate and time:\n\ne.g. Cheaper and slower: $5 in 5-7days\nor Fast and expensive: $15 in 1-2 days.",
3186
+ comment: "OfferShippingDetails represents information about shipping destinations.\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:\n\nOne entity for Alaska/Hawaii. A different one for continental US. A different one for all France.\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.\n\nTwo entities that are identical but differ in rate and time:\n\nE.g. Cheaper and slower: $5 in 5-7 days\nor Fast and expensive: $15 in 1-2 days.",
3166
3187
  "https://schema.org/isPartOf": "https://pending.schema.org",
3167
3188
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
3168
3189
  label: "OfferShippingDetails",
@@ -3174,10 +3195,24 @@ module RDF::Vocab
3174
3195
  subClassOf: "https://schema.org/Store",
3175
3196
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3176
3197
  term :OnDemandEvent,
3177
- comment: "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.",
3198
+ comment: "A publication event, e.g. catch-up TV or radio podcast, during which a program is available on-demand.",
3178
3199
  label: "OnDemandEvent",
3179
3200
  subClassOf: "https://schema.org/PublicationEvent",
3180
3201
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3202
+ term :OnlineBusiness,
3203
+ comment: "A particular online business, either standalone or the online part of a broader organization. Examples include an eCommerce site, an online travel booking site, an online learning site, an online logistics and shipping provider, an online (virtual) doctor, etc.",
3204
+ "https://schema.org/isPartOf": "https://pending.schema.org",
3205
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3028",
3206
+ label: "OnlineBusiness",
3207
+ subClassOf: "https://schema.org/Organization",
3208
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
3209
+ term :OnlineStore,
3210
+ comment: "An eCommerce site.",
3211
+ "https://schema.org/isPartOf": "https://pending.schema.org",
3212
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3028",
3213
+ label: "OnlineStore",
3214
+ subClassOf: "https://schema.org/OnlineBusiness",
3215
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
3181
3216
  term :OpeningHoursSpecification,
3182
3217
  comment: "A structured value providing information about the opening hours of a place or a certain service inside a place.\\n\\n\nThe place is __open__ if the [[opens]] property is specified, and __closed__ otherwise.\\n\\nIf the value for the [[closes]] property is less than the value for the [[opens]] property then the hour range is assumed to span over the next day.\n ",
3183
3218
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass",
@@ -3357,7 +3392,7 @@ module RDF::Vocab
3357
3392
  subClassOf: "https://schema.org/Organization",
3358
3393
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3359
3394
  term :Periodical,
3360
- comment: "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
3395
+ comment: "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended to continue indefinitely, such as a magazine, scholarly journal, or newspaper.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
3361
3396
  equivalentClass: "http://purl.org/ontology/bibo/Periodical",
3362
3397
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex",
3363
3398
  label: "Periodical",
@@ -3447,10 +3482,17 @@ module RDF::Vocab
3447
3482
  subClassOf: "https://schema.org/CreativeWork",
3448
3483
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3449
3484
  term :PlayAction,
3450
- comment: "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\\n\\nRelated actions:\\n\\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.",
3485
+ comment: "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, competition or exercise.\\n\\nRelated actions:\\n\\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.",
3451
3486
  label: "PlayAction",
3452
3487
  subClassOf: "https://schema.org/Action",
3453
3488
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3489
+ term :PlayGameAction,
3490
+ comment: "The act of playing a video game.",
3491
+ "https://schema.org/isPartOf": "https://pending.schema.org",
3492
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
3493
+ label: "PlayGameAction",
3494
+ subClassOf: "https://schema.org/ConsumeAction",
3495
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
3454
3496
  term :Playground,
3455
3497
  comment: "A playground.",
3456
3498
  label: "Playground",
@@ -3503,7 +3545,7 @@ module RDF::Vocab
3503
3545
  subClassOf: "https://schema.org/ContactPoint",
3504
3546
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3505
3547
  term :PostalCodeRangeSpecification,
3506
- comment: "Indicates a range of postalcodes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.",
3548
+ comment: "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.",
3507
3549
  "https://schema.org/isPartOf": "https://pending.schema.org",
3508
3550
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
3509
3551
  label: "PostalCodeRangeSpecification",
@@ -3689,7 +3731,7 @@ module RDF::Vocab
3689
3731
  subClassOf: "https://schema.org/CivicStructure",
3690
3732
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3691
3733
  term :PublicationEvent,
3692
- comment: "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.",
3734
+ comment: "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type, e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.",
3693
3735
  label: "PublicationEvent",
3694
3736
  subClassOf: "https://schema.org/Event",
3695
3737
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3730,7 +3772,7 @@ module RDF::Vocab
3730
3772
  subClassOf: "https://schema.org/StructuredValue",
3731
3773
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3732
3774
  term :Quantity,
3733
- comment: "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.",
3775
+ comment: "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 kg' or '4 milligrams'.",
3734
3776
  label: "Quantity",
3735
3777
  subClassOf: "https://schema.org/Intangible",
3736
3778
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3835,7 +3877,7 @@ module RDF::Vocab
3835
3877
  subClassOf: "https://schema.org/WebPage",
3836
3878
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3837
3879
  term :ReceiveAction,
3838
- comment: "The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\\n\\nRelated actions:\\n\\n* [[SendAction]]: The reciprocal of ReceiveAction.\\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).",
3880
+ comment: "The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\\n\\nRelated actions:\\n\\n* [[SendAction]]: The reciprocal of ReceiveAction.\\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transferred (e.g. I can receive a package, but it does not mean the package is now mine).",
3839
3881
  label: "ReceiveAction",
3840
3882
  subClassOf: "https://schema.org/TransferAction",
3841
3883
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3870,7 +3912,7 @@ module RDF::Vocab
3870
3912
  subClassOf: "https://schema.org/Enumeration",
3871
3913
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3872
3914
  term :RegisterAction,
3873
- comment: "The act of registering to be a user of a service, product or web page.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, *not* a group/team of people.\\n* [FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.\\n* [[SubscribeAction]]: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.",
3915
+ comment: "The act of registering to be a user of a service, product or web page.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, *not* a group/team of people.\\n* [[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.\\n* [[SubscribeAction]]: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.",
3874
3916
  label: "RegisterAction",
3875
3917
  subClassOf: "https://schema.org/InteractAction",
3876
3918
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3902,7 +3944,7 @@ module RDF::Vocab
3902
3944
  subClassOf: "https://schema.org/UpdateAction",
3903
3945
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3904
3946
  term :ReplyAction,
3905
- comment: "The act of responding to a question/message asked/sent by the object. Related to [[AskAction]]\\n\\nRelated actions:\\n\\n* [[AskAction]]: Appears generally as an origin of a ReplyAction.",
3947
+ comment: "The act of responding to a question/message asked/sent by the object. Related to [[AskAction]].\\n\\nRelated actions:\\n\\n* [[AskAction]]: Appears generally as an origin of a ReplyAction.",
3906
3948
  label: "ReplyAction",
3907
3949
  subClassOf: "https://schema.org/CommunicateAction",
3908
3950
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3974,7 +4016,7 @@ module RDF::Vocab
3974
4016
  subClassOf: "https://schema.org/Place",
3975
4017
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3976
4018
  term :Resort,
3977
- comment: "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Resort\">http://en.wikipedia.org/wiki/Resort</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n ",
4019
+ comment: "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishments operated by a single company (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Resort\">http://en.wikipedia.org/wiki/Resort</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n ",
3978
4020
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
3979
4021
  label: "Resort",
3980
4022
  subClassOf: "https://schema.org/LodgingBusiness",
@@ -4053,7 +4095,7 @@ module RDF::Vocab
4053
4095
  subClassOf: "https://schema.org/HomeAndConstructionBusiness",
4054
4096
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4055
4097
  term :Room,
4056
- comment: "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Room\">http://en.wikipedia.org/wiki/Room</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
4098
+ comment: "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Room\">http://en.wikipedia.org/wiki/Room</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
4057
4099
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
4058
4100
  label: "Room",
4059
4101
  subClassOf: "https://schema.org/Accommodation",
@@ -4081,7 +4123,7 @@ module RDF::Vocab
4081
4123
  subClassOf: "https://schema.org/Article",
4082
4124
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4083
4125
  term :Schedule,
4084
- comment: "A schedule defines a repeating time period used to describe a regularly occurring [[Event]]. At a minimum a schedule will specify [[repeatFrequency]] which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.\n 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\n have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.",
4126
+ comment: "A schedule defines a repeating time period used to describe a regularly occurring [[Event]]. At a minimum a schedule will specify [[repeatFrequency]] which describes the interval between occurrences of the event. Additional information can be provided to specify the schedule more precisely.\n 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\n have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.",
4085
4127
  "https://schema.org/isPartOf": "https://pending.schema.org",
4086
4128
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1457",
4087
4129
  label: "Schedule",
@@ -4129,13 +4171,20 @@ module RDF::Vocab
4129
4171
  label: "SearchAction",
4130
4172
  subClassOf: "https://schema.org/Action",
4131
4173
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4174
+ term :SearchRescueOrganization,
4175
+ comment: "A Search and Rescue organization of some kind.",
4176
+ "https://schema.org/isPartOf": "https://pending.schema.org",
4177
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3052",
4178
+ label: "SearchRescueOrganization",
4179
+ subClassOf: "https://schema.org/Organization",
4180
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
4132
4181
  term :SearchResultsPage,
4133
4182
  comment: "Web page type: Search results page.",
4134
4183
  label: "SearchResultsPage",
4135
4184
  subClassOf: "https://schema.org/WebPage",
4136
4185
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4137
4186
  term :Season,
4138
- comment: "A media season e.g. tv, radio, video game etc.",
4187
+ comment: "A media season, e.g. TV, radio, video game etc.",
4139
4188
  "https://schema.org/supersededBy": "https://schema.org/CreativeWorkSeason",
4140
4189
  label: "Season",
4141
4190
  subClassOf: "https://schema.org/CreativeWork",
@@ -4163,7 +4212,7 @@ module RDF::Vocab
4163
4212
  subClassOf: "https://schema.org/TradeAction",
4164
4213
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4165
4214
  term :SendAction,
4166
- comment: "The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:\\n\\n* [[ReceiveAction]]: The reciprocal of SendAction.\\n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).",
4215
+ comment: "The act of physically/electronically dispatching an object for transfer from an origin to a destination. Related actions:\\n\\n* [[ReceiveAction]]: The reciprocal of SendAction.\\n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).",
4167
4216
  label: "SendAction",
4168
4217
  subClassOf: "https://schema.org/TransferAction",
4169
4218
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -4301,7 +4350,7 @@ module RDF::Vocab
4301
4350
  subClassOf: "https://schema.org/Intangible",
4302
4351
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4303
4352
  term :SpecialAnnouncement,
4304
- comment: "A SpecialAnnouncement combines a simple date-stamped textual information update\n with contextualized Web links and other structured data. It represents an information update made by a\n locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,\n local government.\n\nFor work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#).\n\nThe motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#).\n\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.\n\nSeveral kinds of information can be provided:\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple \"[[text]]\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]].\n\nMany [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructure]]s. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]].\n\nThe [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only\nfor representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too.\n\nThe basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting\n[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing\nmedia type information e.g. \"application/rss+xml\" or \"application/atom+xml\".\n",
4353
+ comment: "A SpecialAnnouncement combines a simple date-stamped textual information update\n with contextualized Web links and other structured data. It represents an information update made by a\n locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,\n local government.\n\nFor work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#).\n\nThe motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#).\n\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.\n\nSeveral kinds of information can be provided:\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple \"[[text]]\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]].\n\nMany [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructure]]s. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]].\n\nThe [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only\nfor representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of [[about]] for locations too.\n\nThe basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting\n[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing\nmedia type information, e.g. \"application/rss+xml\" or \"application/atom+xml\".\n",
4305
4354
  "https://schema.org/isPartOf": "https://pending.schema.org",
4306
4355
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2490",
4307
4356
  label: "SpecialAnnouncement",
@@ -4358,14 +4407,14 @@ module RDF::Vocab
4358
4407
  subClassOf: "https://schema.org/AdministrativeArea",
4359
4408
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4360
4409
  term :Statement,
4361
- comment: "A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about, can be indicated using mainEntity. For more formal claims (e.g. in Fact Checking), consider using [[Claim]] instead. Use the [[text]] property to capture the text of the statement.",
4410
+ comment: "A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about can be indicated using mainEntity. For more formal claims (e.g. in Fact Checking), consider using [[Claim]] instead. Use the [[text]] property to capture the text of the statement.",
4362
4411
  "https://schema.org/isPartOf": "https://pending.schema.org",
4363
4412
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2912",
4364
4413
  label: "Statement",
4365
4414
  subClassOf: "https://schema.org/CreativeWork",
4366
4415
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4367
4416
  term :StatisticalPopulation,
4368
- comment: "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property [[populationType]] is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a [[StatisticalPopulation]] representing all [[Person]]s with a [[homeLocation]] of East Podunk California, would be described by applying the appropriate [[homeLocation]] and [[populationType]] properties to a [[StatisticalPopulation]] item that stands for that set of people.\nThe properties [[numConstraints]] and [[constrainingProperty]] are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a [[populationType]] of [[Event]] or [[NewsArticle]] could be used. See also [[Observation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.\n ",
4417
+ comment: "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property [[populationType]] is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a [[StatisticalPopulation]] representing all [[Person]]s with a [[homeLocation]] of East Podunk California would be described by applying the appropriate [[homeLocation]] and [[populationType]] properties to a [[StatisticalPopulation]] item that stands for that set of people.\nThe properties [[numConstraints]] and [[constrainingProperty]] are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a [[populationType]] of [[Event]] or [[NewsArticle]] could be used. See also [[Observation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.\n ",
4369
4418
  "https://schema.org/isPartOf": "https://pending.schema.org",
4370
4419
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291",
4371
4420
  label: "StatisticalPopulation",
@@ -4417,7 +4466,7 @@ module RDF::Vocab
4417
4466
  subClassOf: "https://schema.org/CivicStructure",
4418
4467
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4419
4468
  term :Suite,
4420
- comment: "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Suite_(hotel)\">http://en.wikipedia.org/wiki/Suite_(hotel)</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
4469
+ comment: "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Suite_(hotel)\">http://en.wikipedia.org/wiki/Suite_(hotel)</a>).\n<br /><br />\nSee also the <a href=\"/docs/hotels.html\">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.\n",
4421
4470
  "https://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
4422
4471
  label: "Suite",
4423
4472
  subClassOf: "https://schema.org/Accommodation",
@@ -4471,7 +4520,7 @@ module RDF::Vocab
4471
4520
  subClassOf: "https://schema.org/WebPageElement",
4472
4521
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4473
4522
  term :TakeAction,
4474
- comment: "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\\n\\nRelated actions:\\n\\n* [[GiveAction]]: The reciprocal of TakeAction.\\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.",
4523
+ comment: "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\\n\\nRelated actions:\\n\\n* [[GiveAction]]: The reciprocal of TakeAction.\\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transferred.",
4475
4524
  label: "TakeAction",
4476
4525
  subClassOf: "https://schema.org/TransferAction",
4477
4526
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -4596,7 +4645,7 @@ module RDF::Vocab
4596
4645
  subClassOf: "https://schema.org/Place",
4597
4646
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4598
4647
  term :TouristDestination,
4599
- comment: "A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], Region or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below).",
4648
+ comment: "A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], Region or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below.)",
4600
4649
  "https://schema.org/isPartOf": "https://pending.schema.org",
4601
4650
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it", "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism", "https://github.com/schemaorg/schemaorg/issues/1810"],
4602
4651
  label: "TouristDestination",
@@ -4608,7 +4657,7 @@ module RDF::Vocab
4608
4657
  subClassOf: "https://schema.org/LocalBusiness",
4609
4658
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4610
4659
  term :TouristTrip,
4611
- comment: "A tourist trip. A created itinerary of visits to one or more places of interest ([[TouristAttraction]]/[[TouristDestination]]) often linked by a similar theme, geographic area, or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines tourism trip as the Trip taken by visitors.\n (See examples below).",
4660
+ comment: "A tourist trip. A created itinerary of visits to one or more places of interest ([[TouristAttraction]]/[[TouristDestination]]) often linked by a similar theme, geographic area, or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines tourism trip as the Trip taken by visitors.\n (See examples below.)",
4612
4661
  "https://schema.org/isPartOf": "https://pending.schema.org",
4613
4662
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it", "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism", "https://github.com/schemaorg/schemaorg/issues/1810"],
4614
4663
  label: "TouristTrip",
@@ -4650,7 +4699,7 @@ module RDF::Vocab
4650
4699
  subClassOf: "https://schema.org/Action",
4651
4700
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4652
4701
  term :TravelAction,
4653
- comment: "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.",
4702
+ comment: "The act of traveling from a fromLocation to a destination by a specified mode of transport, optionally with participants.",
4654
4703
  label: "TravelAction",
4655
4704
  subClassOf: "https://schema.org/MoveAction",
4656
4705
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -4697,7 +4746,7 @@ module RDF::Vocab
4697
4746
  subClassOf: "https://schema.org/NonprofitType",
4698
4747
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4699
4748
  term :UnRegisterAction,
4700
- comment: "The act of un-registering from a service.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: antonym of UnRegisterAction.\\n* [[LeaveAction]]: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.",
4749
+ comment: "The act of un-registering from a service.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: antonym of UnRegisterAction.\\n* [[LeaveAction]]: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you were previously registered, rather than leaving a team/group of people.",
4701
4750
  label: "UnRegisterAction",
4702
4751
  subClassOf: "https://schema.org/InteractAction",
4703
4752
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -4876,7 +4925,7 @@ module RDF::Vocab
4876
4925
  subClassOf: "https://schema.org/MedicalSign",
4877
4926
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4878
4927
  term :Volcano,
4879
- comment: "A volcano, like Fuji san.",
4928
+ comment: "A volcano, like Fujisan.",
4880
4929
  label: "Volcano",
4881
4930
  subClassOf: "https://schema.org/Landform",
4882
4931
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -4917,7 +4966,7 @@ module RDF::Vocab
4917
4966
  subClassOf: "https://schema.org/StructuredValue",
4918
4967
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4919
4968
  term :WarrantyScope,
4920
- comment: "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Labor-BringIn\\n* http://purl.org/goodrelations/v1#PartsAndLabor-BringIn\\n* http://purl.org/goodrelations/v1#PartsAndLabor-PickUp\n ",
4969
+ comment: "A range of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Labor-BringIn\\n* http://purl.org/goodrelations/v1#PartsAndLabor-BringIn\\n* http://purl.org/goodrelations/v1#PartsAndLabor-PickUp\n ",
4921
4970
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass",
4922
4971
  label: "WarrantyScope",
4923
4972
  subClassOf: "https://schema.org/Enumeration",
@@ -4971,7 +5020,7 @@ module RDF::Vocab
4971
5020
  subClassOf: "https://schema.org/SoftwareApplication",
4972
5021
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4973
5022
  term :WebContent,
4974
- comment: "WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]]).",
5023
+ comment: "WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts are not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]].)",
4975
5024
  "https://schema.org/isPartOf": "https://pending.schema.org",
4976
5025
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2358",
4977
5026
  label: "WebContent",
@@ -5103,39 +5152,39 @@ module RDF::Vocab
5103
5152
  label: "accessCode",
5104
5153
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5105
5154
  property :accessMode,
5106
- comment: "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.\n ",
5155
+ comment: "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).",
5107
5156
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
5108
5157
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5109
5158
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1100",
5110
5159
  label: "accessMode",
5111
5160
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5112
5161
  property :accessModeSufficient,
5113
- comment: "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.\n ",
5162
+ comment: "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).",
5114
5163
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
5115
5164
  "https://schema.org/rangeIncludes": "https://schema.org/ItemList",
5116
5165
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1100",
5117
5166
  label: "accessModeSufficient",
5118
5167
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5119
5168
  property :accessibilityAPI,
5120
- comment: "Indicates that the resource is compatible with the referenced accessibility API ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).",
5169
+ comment: "Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).",
5121
5170
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
5122
5171
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5123
5172
  label: "accessibilityAPI",
5124
5173
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5125
5174
  property :accessibilityControl,
5126
- comment: "Identifies input methods that are sufficient to fully control the described resource ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).",
5175
+ comment: "Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).",
5127
5176
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
5128
5177
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5129
5178
  label: "accessibilityControl",
5130
5179
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5131
5180
  property :accessibilityFeature,
5132
- comment: "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).",
5181
+ comment: "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).",
5133
5182
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
5134
5183
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5135
5184
  label: "accessibilityFeature",
5136
5185
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5137
5186
  property :accessibilityHazard,
5138
- comment: "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).",
5187
+ comment: "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).",
5139
5188
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
5140
5189
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5141
5190
  label: "accessibilityHazard",
@@ -5148,7 +5197,7 @@ module RDF::Vocab
5148
5197
  label: "accessibilitySummary",
5149
5198
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5150
5199
  property :accommodationCategory,
5151
- comment: "Category of an [[Accommodation]], following real estate conventions e.g. RESO (see [PropertySubType](https://ddwiki.reso.org/display/DDW17/PropertySubType+Field), and [PropertyType](https://ddwiki.reso.org/display/DDW17/PropertyType+Field) fields for suggested values).",
5200
+ comment: "Category of an [[Accommodation]], following real estate conventions, e.g. RESO (see [PropertySubType](https://ddwiki.reso.org/display/DDW17/PropertySubType+Field), and [PropertyType](https://ddwiki.reso.org/display/DDW17/PropertyType+Field) fields for suggested values).",
5152
5201
  "https://schema.org/domainIncludes": "https://schema.org/Accommodation",
5153
5202
  "https://schema.org/isPartOf": "https://pending.schema.org",
5154
5203
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
@@ -5218,7 +5267,7 @@ module RDF::Vocab
5218
5267
  label: "acrissCode",
5219
5268
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5220
5269
  property :actionAccessibilityRequirement,
5221
- comment: "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.",
5270
+ comment: "A set of requirements that must be fulfilled in order to perform an Action. If more than one value is specified, fulfilling one set of requirements will allow the Action to be performed.",
5222
5271
  "https://schema.org/domainIncludes": "https://schema.org/ConsumeAction",
5223
5272
  "https://schema.org/rangeIncludes": "https://schema.org/ActionAccessSpecification",
5224
5273
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741",
@@ -5240,7 +5289,7 @@ module RDF::Vocab
5240
5289
  property :actionPlatform,
5241
5290
  comment: "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.",
5242
5291
  "https://schema.org/domainIncludes": "https://schema.org/EntryPoint",
5243
- "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
5292
+ "https://schema.org/rangeIncludes": ["https://schema.org/DigitalPlatformEnumeration", "https://schema.org/Text", "https://schema.org/URL"],
5244
5293
  label: "actionPlatform",
5245
5294
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5246
5295
  property :actionStatus,
@@ -5280,13 +5329,13 @@ module RDF::Vocab
5280
5329
  label: "activityFrequency",
5281
5330
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5282
5331
  property :actor,
5283
- comment: "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
5332
+ comment: "An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
5284
5333
  "https://schema.org/domainIncludes": ["https://schema.org/Clip", "https://schema.org/CreativeWorkSeason", "https://schema.org/Episode", "https://schema.org/Event", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/PodcastSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGame", "https://schema.org/VideoGameSeries", "https://schema.org/VideoObject"],
5285
5334
  "https://schema.org/rangeIncludes": "https://schema.org/Person",
5286
5335
  label: "actor",
5287
5336
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5288
5337
  property :actors,
5289
- comment: "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
5338
+ comment: "An actor, e.g. in TV, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
5290
5339
  "https://schema.org/domainIncludes": ["https://schema.org/Clip", "https://schema.org/Episode", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGame", "https://schema.org/VideoGameSeries", "https://schema.org/VideoObject"],
5291
5340
  "https://schema.org/rangeIncludes": "https://schema.org/Person",
5292
5341
  "https://schema.org/supersededBy": "https://schema.org/actor",
@@ -5304,6 +5353,7 @@ module RDF::Vocab
5304
5353
  "https://schema.org/domainIncludes": "https://schema.org/Person",
5305
5354
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5306
5355
  label: "additionalName",
5356
+ subPropertyOf: "https://schema.org/alternateName",
5307
5357
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5308
5358
  property :additionalNumberOfGuests,
5309
5359
  comment: "If responding yes, the number of guests who will attend in addition to the invitee.",
@@ -5312,7 +5362,7 @@ module RDF::Vocab
5312
5362
  label: "additionalNumberOfGuests",
5313
5363
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5314
5364
  property :additionalProperty,
5315
- comment: "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
5365
+ comment: "A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
5316
5366
  "https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/Place", "https://schema.org/Product", "https://schema.org/QualitativeValue", "https://schema.org/QuantitativeValue"],
5317
5367
  "https://schema.org/rangeIncludes": "https://schema.org/PropertyValue",
5318
5368
  label: "additionalProperty",
@@ -5351,7 +5401,7 @@ module RDF::Vocab
5351
5401
  label: "addressLocality",
5352
5402
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5353
5403
  property :addressRegion,
5354
- comment: "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country) ",
5404
+ comment: "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country).",
5355
5405
  "https://schema.org/domainIncludes": ["https://schema.org/DefinedRegion", "https://schema.org/PostalAddress"],
5356
5406
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5357
5407
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
@@ -5372,7 +5422,7 @@ module RDF::Vocab
5372
5422
  label: "advanceBookingRequirement",
5373
5423
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5374
5424
  property :adverseOutcome,
5375
- comment: "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or is otherwise life-threatening or requires immediate medical attention), tag it as a seriouseAdverseOutcome instead.",
5425
+ comment: "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or otherwise life-threatening or requiring immediate medical attention), tag it as a seriousAdverseOutcome instead.",
5376
5426
  "https://schema.org/domainIncludes": ["https://schema.org/MedicalDevice", "https://schema.org/TherapeuticProcedure"],
5377
5427
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
5378
5428
  "https://schema.org/rangeIncludes": "https://schema.org/MedicalEntity",
@@ -5399,7 +5449,7 @@ module RDF::Vocab
5399
5449
  label: "afterMedia",
5400
5450
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5401
5451
  property :agent,
5402
- comment: "The direct performer or driver of the action (animate or inanimate). e.g. *John* wrote a book.",
5452
+ comment: "The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.",
5403
5453
  "https://schema.org/domainIncludes": "https://schema.org/Action",
5404
5454
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
5405
5455
  label: "agent",
@@ -5423,7 +5473,7 @@ module RDF::Vocab
5423
5473
  label: "album",
5424
5474
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5425
5475
  property :albumProductionType,
5426
- comment: "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.",
5476
+ comment: "Classification of the album by its type of content: soundtrack, live album, studio album, etc.",
5427
5477
  "https://schema.org/domainIncludes": "https://schema.org/MusicAlbum",
5428
5478
  "https://schema.org/rangeIncludes": "https://schema.org/MusicAlbumProductionType",
5429
5479
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
@@ -5563,7 +5613,7 @@ module RDF::Vocab
5563
5613
  label: "antagonist",
5564
5614
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5565
5615
  property :appearance,
5566
- comment: "Indicates an occurence of a [[Claim]] in some [[CreativeWork]].",
5616
+ comment: "Indicates an occurrence of a [[Claim]] in some [[CreativeWork]].",
5567
5617
  "https://schema.org/domainIncludes": "https://schema.org/Claim",
5568
5618
  "https://schema.org/isPartOf": "https://pending.schema.org",
5569
5619
  "https://schema.org/rangeIncludes": "https://schema.org/CreativeWork",
@@ -5571,6 +5621,14 @@ module RDF::Vocab
5571
5621
  label: "appearance",
5572
5622
  subPropertyOf: "https://schema.org/workExample",
5573
5623
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5624
+ property :applicableCountry,
5625
+ comment: "A country where a particular merchant return policy applies to, for example the two-letter ISO 3166-1 alpha-2 country code.",
5626
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
5627
+ "https://schema.org/isPartOf": "https://pending.schema.org",
5628
+ "https://schema.org/rangeIncludes": ["https://schema.org/Country", "https://schema.org/Text"],
5629
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3001",
5630
+ label: "applicableCountry",
5631
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5574
5632
  property :applicableLocation,
5575
5633
  comment: "The location in which the status applies.",
5576
5634
  "https://schema.org/domainIncludes": ["https://schema.org/DrugCost", "https://schema.org/DrugLegalStatus"],
@@ -5736,7 +5794,7 @@ module RDF::Vocab
5736
5794
  label: "artEdition",
5737
5795
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5738
5796
  property :artMedium,
5739
- comment: "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)",
5797
+ comment: "The material used. (E.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)",
5740
5798
  "https://schema.org/domainIncludes": "https://schema.org/VisualArtwork",
5741
5799
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
5742
5800
  label: "artMedium",
@@ -5780,6 +5838,15 @@ module RDF::Vocab
5780
5838
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
5781
5839
  label: "artworkSurface",
5782
5840
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5841
+ property :asin,
5842
+ comment: "An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).\n\nNote also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.\nASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too.",
5843
+ "https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/Offer", "https://schema.org/Product"],
5844
+ "https://schema.org/isPartOf": "https://pending.schema.org",
5845
+ "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
5846
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
5847
+ label: "asin",
5848
+ subPropertyOf: "https://schema.org/identifier",
5849
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5783
5850
  property :aspect,
5784
5851
  comment: "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc.",
5785
5852
  "https://schema.org/domainIncludes": "https://schema.org/MedicalWebPage",
@@ -5789,14 +5856,14 @@ module RDF::Vocab
5789
5856
  label: "aspect",
5790
5857
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5791
5858
  property :assembly,
5792
- comment: "Library file name e.g., mscorlib.dll, system.web.dll.",
5859
+ comment: "Library file name, e.g., mscorlib.dll, system.web.dll.",
5793
5860
  "https://schema.org/domainIncludes": "https://schema.org/APIReference",
5794
5861
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5795
5862
  "https://schema.org/supersededBy": "https://schema.org/executableLibraryName",
5796
5863
  label: "assembly",
5797
5864
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5798
5865
  property :assemblyVersion,
5799
- comment: "Associated product/technology version. e.g., .NET Framework 4.5.",
5866
+ comment: "Associated product/technology version. E.g., .NET Framework 4.5.",
5800
5867
  "https://schema.org/domainIncludes": "https://schema.org/APIReference",
5801
5868
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
5802
5869
  label: "assemblyVersion",
@@ -5975,7 +6042,7 @@ module RDF::Vocab
5975
6042
  label: "availableIn",
5976
6043
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
5977
6044
  property :availableLanguage,
5978
- comment: "A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]",
6045
+ comment: "A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]].",
5979
6046
  "https://schema.org/domainIncludes": ["https://schema.org/ContactPoint", "https://schema.org/LodgingBusiness", "https://schema.org/ServiceChannel", "https://schema.org/TouristAttraction"],
5980
6047
  "https://schema.org/rangeIncludes": ["https://schema.org/Language", "https://schema.org/Text"],
5981
6048
  label: "availableLanguage",
@@ -6288,7 +6355,7 @@ module RDF::Vocab
6288
6355
  label: "branchCode",
6289
6356
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6290
6357
  property :branchOf,
6291
- comment: "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)[[branch]].",
6358
+ comment: "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]].",
6292
6359
  "https://schema.org/domainIncludes": "https://schema.org/LocalBusiness",
6293
6360
  "https://schema.org/rangeIncludes": "https://schema.org/Organization",
6294
6361
  "https://schema.org/supersededBy": "https://schema.org/parentOrganization",
@@ -6332,7 +6399,7 @@ module RDF::Vocab
6332
6399
  label: "broadcastDisplayName",
6333
6400
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6334
6401
  property :broadcastFrequency,
6335
- comment: "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".",
6402
+ comment: "The frequency used for over-the-air broadcasts. Numeric values or simple ranges, e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".",
6336
6403
  "https://schema.org/domainIncludes": ["https://schema.org/BroadcastChannel", "https://schema.org/BroadcastService"],
6337
6404
  "https://schema.org/rangeIncludes": ["https://schema.org/BroadcastFrequencySpecification", "https://schema.org/Text"],
6338
6405
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1004",
@@ -6374,7 +6441,7 @@ module RDF::Vocab
6374
6441
  label: "broadcastSubChannel",
6375
6442
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6376
6443
  property :broadcastTimezone,
6377
- comment: "The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts",
6444
+ comment: "The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts.",
6378
6445
  "https://schema.org/domainIncludes": "https://schema.org/BroadcastService",
6379
6446
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
6380
6447
  label: "broadcastTimezone",
@@ -6548,7 +6615,7 @@ module RDF::Vocab
6548
6615
  property :category,
6549
6616
  comment: "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
6550
6617
  "https://schema.org/domainIncludes": ["https://schema.org/ActionAccessSpecification", "https://schema.org/Invoice", "https://schema.org/Offer", "https://schema.org/PhysicalActivity", "https://schema.org/Product", "https://schema.org/Recommendation", "https://schema.org/Service", "https://schema.org/SpecialAnnouncement"],
6551
- "https://schema.org/rangeIncludes": ["https://schema.org/PhysicalActivityCategory", "https://schema.org/Text", "https://schema.org/Thing", "https://schema.org/URL"],
6618
+ "https://schema.org/rangeIncludes": ["https://schema.org/CategoryCode", "https://schema.org/PhysicalActivityCategory", "https://schema.org/Text", "https://schema.org/Thing", "https://schema.org/URL"],
6552
6619
  "https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1741", "https://github.com/schemaorg/schemaorg/issues/2490"],
6553
6620
  label: "category",
6554
6621
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
@@ -6596,6 +6663,14 @@ module RDF::Vocab
6596
6663
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime", "https://schema.org/Time"],
6597
6664
  label: "checkinTime",
6598
6665
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6666
+ property :checkoutPageURLTemplate,
6667
+ comment: "A URL template (RFC 6570) for a checkout page for an offer. This approach allows merchants to specify a URL for online checkout of the offered product, by interpolating parameters such as the logged in user ID, product ID, quantity, discount code etc. Parameter naming and standardization are not specified here.",
6668
+ "https://schema.org/domainIncludes": "https://schema.org/Offer",
6669
+ "https://schema.org/isPartOf": "https://pending.schema.org",
6670
+ "https://schema.org/rangeIncludes": "https://schema.org/Text",
6671
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3135",
6672
+ label: "checkoutPageURLTemplate",
6673
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6599
6674
  property :checkoutTime,
6600
6675
  comment: "The latest someone may check out of a lodging establishment.",
6601
6676
  "https://schema.org/domainIncludes": ["https://schema.org/LodgingBusiness", "https://schema.org/LodgingReservation"],
@@ -6721,7 +6796,7 @@ module RDF::Vocab
6721
6796
  label: "code",
6722
6797
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6723
6798
  property :codeRepository,
6724
- comment: "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).",
6799
+ comment: "Link to the repository where the un-compiled, human readable code and related code is located (SVN, GitHub, CodePlex).",
6725
6800
  "https://schema.org/domainIncludes": "https://schema.org/SoftwareSourceCode",
6726
6801
  "https://schema.org/rangeIncludes": "https://schema.org/URL",
6727
6802
  label: "codeRepository",
@@ -6941,7 +7016,7 @@ module RDF::Vocab
6941
7016
  label: "contentLocation",
6942
7017
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6943
7018
  property :contentRating,
6944
- comment: "Official rating of a piece of content&#x2014;for example,'MPAA PG-13'.",
7019
+ comment: "Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'.",
6945
7020
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
6946
7021
  "https://schema.org/rangeIncludes": ["https://schema.org/Rating", "https://schema.org/Text"],
6947
7022
  label: "contentRating",
@@ -6955,7 +7030,7 @@ module RDF::Vocab
6955
7030
  label: "contentReferenceTime",
6956
7031
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
6957
7032
  property :contentSize,
6958
- comment: "File size in (mega/kilo) bytes.",
7033
+ comment: "File size in (mega/kilo)bytes.",
6959
7034
  "https://schema.org/domainIncludes": "https://schema.org/MediaObject",
6960
7035
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
6961
7036
  label: "contentSize",
@@ -7043,7 +7118,7 @@ module RDF::Vocab
7043
7118
  label: "costCategory",
7044
7119
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7045
7120
  property :costCurrency,
7046
- comment: "The currency (in 3-letter of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217. ",
7121
+ comment: "The currency (in 3-letter) of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217. ",
7047
7122
  "https://schema.org/domainIncludes": "https://schema.org/DrugCost",
7048
7123
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
7049
7124
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
@@ -7112,7 +7187,7 @@ module RDF::Vocab
7112
7187
  label: "courseCode",
7113
7188
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7114
7189
  property :courseMode,
7115
- comment: "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).",
7190
+ comment: "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous).",
7116
7191
  "https://schema.org/domainIncludes": "https://schema.org/CourseInstance",
7117
7192
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
7118
7193
  label: "courseMode",
@@ -7188,13 +7263,13 @@ module RDF::Vocab
7188
7263
  label: "cssSelector",
7189
7264
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7190
7265
  property :currenciesAccepted,
7191
- comment: "The currency accepted.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".",
7266
+ comment: "The currency accepted.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
7192
7267
  "https://schema.org/domainIncludes": "https://schema.org/LocalBusiness",
7193
7268
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
7194
7269
  label: "currenciesAccepted",
7195
7270
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7196
7271
  property :currency,
7197
- comment: "The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".",
7272
+ comment: "The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
7198
7273
  "https://schema.org/domainIncludes": ["https://schema.org/DatedMoneySpecification", "https://schema.org/ExchangeRateSpecification", "https://schema.org/LoanOrCredit", "https://schema.org/MonetaryAmount", "https://schema.org/MonetaryAmountDistribution"],
7199
7274
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
7200
7275
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1253",
@@ -7351,7 +7426,7 @@ module RDF::Vocab
7351
7426
  label: "cvdNumICUBedsOcc",
7352
7427
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7353
7428
  property :cvdNumTotBeds,
7354
- comment: "numtotbeds - ALL HOSPITAL BEDS: Total number of all Inpatient and outpatient beds, including all staffed,ICU, licensed, and overflow (surge) beds used for inpatients or outpatients.",
7429
+ comment: "numtotbeds - ALL HOSPITAL BEDS: Total number of all inpatient and outpatient beds, including all staffed, ICU, licensed, and overflow (surge) beds used for inpatients or outpatients.",
7355
7430
  "https://schema.org/domainIncludes": "https://schema.org/CDCPMDRecord",
7356
7431
  "https://schema.org/isPartOf": "https://pending.schema.org",
7357
7432
  "https://schema.org/rangeIncludes": "https://schema.org/Number",
@@ -7375,7 +7450,7 @@ module RDF::Vocab
7375
7450
  label: "cvdNumVentUse",
7376
7451
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7377
7452
  property :dataFeedElement,
7378
- comment: "An item within in a data feed. Data feeds may have many elements.",
7453
+ comment: "An item within a data feed. Data feeds may have many elements.",
7379
7454
  "https://schema.org/domainIncludes": "https://schema.org/DataFeed",
7380
7455
  "https://schema.org/rangeIncludes": ["https://schema.org/DataFeedItem", "https://schema.org/Text", "https://schema.org/Thing"],
7381
7456
  label: "dataFeedElement",
@@ -7457,7 +7532,7 @@ module RDF::Vocab
7457
7532
  label: "dateVehicleFirstRegistered",
7458
7533
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7459
7534
  property :dateline,
7460
- comment: "A [dateline](https://en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using [[locationCreated]] (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use [[contentLocation]].\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".\n ",
7535
+ comment: "A [dateline](https://en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using [[locationCreated]] (which represents where a work was created, e.g. where a news report was written). For location depicted or described in the content, use [[contentLocation]].\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".\n ",
7461
7536
  "https://schema.org/domainIncludes": "https://schema.org/NewsArticle",
7462
7537
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
7463
7538
  label: "dateline",
@@ -7585,7 +7660,7 @@ module RDF::Vocab
7585
7660
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7586
7661
  property :depth,
7587
7662
  comment: "The depth of the item.",
7588
- "https://schema.org/domainIncludes": ["https://schema.org/Product", "https://schema.org/VisualArtwork"],
7663
+ "https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
7589
7664
  "https://schema.org/rangeIncludes": ["https://schema.org/Distance", "https://schema.org/QuantitativeValue"],
7590
7665
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
7591
7666
  label: "depth",
@@ -7649,13 +7724,13 @@ module RDF::Vocab
7649
7724
  label: "directApply",
7650
7725
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7651
7726
  property :director,
7652
- comment: "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.",
7727
+ comment: "A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.",
7653
7728
  "https://schema.org/domainIncludes": ["https://schema.org/Clip", "https://schema.org/CreativeWorkSeason", "https://schema.org/Episode", "https://schema.org/Event", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGame", "https://schema.org/VideoGameSeries", "https://schema.org/VideoObject"],
7654
7729
  "https://schema.org/rangeIncludes": "https://schema.org/Person",
7655
7730
  label: "director",
7656
7731
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7657
7732
  property :directors,
7658
- comment: "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
7733
+ comment: "A director of e.g. TV, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
7659
7734
  "https://schema.org/domainIncludes": ["https://schema.org/Clip", "https://schema.org/Episode", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGame", "https://schema.org/VideoGameSeries", "https://schema.org/VideoObject"],
7660
7735
  "https://schema.org/rangeIncludes": "https://schema.org/Person",
7661
7736
  "https://schema.org/supersededBy": "https://schema.org/director",
@@ -7681,7 +7756,7 @@ module RDF::Vocab
7681
7756
  label: "discountCode",
7682
7757
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7683
7758
  property :discountCurrency,
7684
- comment: "The currency of the discount.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".",
7759
+ comment: "The currency of the discount.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
7685
7760
  "https://schema.org/domainIncludes": "https://schema.org/Order",
7686
7761
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
7687
7762
  label: "discountCurrency",
@@ -7734,7 +7809,7 @@ module RDF::Vocab
7734
7809
  label: "distinguishingSign",
7735
7810
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7736
7811
  property :distribution,
7737
- comment: "A downloadable form of this dataset, at a specific location, in a specific format.",
7812
+ comment: "A downloadable form of this dataset, at a specific location, in a specific format. This property can be repeated if different variations are available. There is no expectation that different downloadable distributions must contain exactly equivalent information (see also [DCAT](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution) on this point). Different distributions might include or exclude different subsets of the entire dataset, for example.",
7738
7813
  "https://schema.org/domainIncludes": "https://schema.org/Dataset",
7739
7814
  "https://schema.org/rangeIncludes": "https://schema.org/DataDownload",
7740
7815
  label: "distribution",
@@ -7932,7 +8007,7 @@ module RDF::Vocab
7932
8007
  label: "earlyPrepaymentPenalty",
7933
8008
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7934
8009
  property :editEIDR,
7935
- comment: "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" whose [[titleEIDR]] is \"10.5240/7EC7-228A-510A-053E-CBB8-J\", has several edits e.g. \"10.5240/1F2A-E1C5-680A-14C6-E76B-I\" and \"10.5240/8A35-3BEE-6497-5D12-9E4F-3\".\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
8010
+ comment: "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" whose [[titleEIDR]] is \"10.5240/7EC7-228A-510A-053E-CBB8-J\" has several edits, e.g. \"10.5240/1F2A-E1C5-680A-14C6-E76B-I\" and \"10.5240/8A35-3BEE-6497-5D12-9E4F-3\".\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
7936
8011
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
7937
8012
  "https://schema.org/isPartOf": "https://pending.schema.org",
7938
8013
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
@@ -7990,7 +8065,7 @@ module RDF::Vocab
7990
8065
  label: "educationalLevel",
7991
8066
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7992
8067
  property :educationalProgramMode,
7993
- 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 ).",
8068
+ 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 ).",
7994
8069
  "https://schema.org/domainIncludes": "https://schema.org/EducationalOccupationalProgram",
7995
8070
  "https://schema.org/isPartOf": "https://pending.schema.org",
7996
8071
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
@@ -8010,7 +8085,7 @@ module RDF::Vocab
8010
8085
  label: "educationalUse",
8011
8086
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8012
8087
  property :elevation,
8013
- comment: "The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT_OF_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.",
8088
+ comment: "The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT\\_OF\\_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.",
8014
8089
  "https://schema.org/domainIncludes": ["https://schema.org/GeoCoordinates", "https://schema.org/GeoShape"],
8015
8090
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
8016
8091
  label: "elevation",
@@ -8147,7 +8222,7 @@ module RDF::Vocab
8147
8222
  label: "encoding",
8148
8223
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8149
8224
  property :encodingFormat,
8150
- comment: "Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.",
8225
+ comment: "Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.\n\nIn cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.",
8151
8226
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/MediaObject"],
8152
8227
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
8153
8228
  label: "encodingFormat",
@@ -8181,7 +8256,7 @@ module RDF::Vocab
8181
8256
  label: "endOffset",
8182
8257
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8183
8258
  property :endTime,
8184
- comment: "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
8259
+ comment: "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
8185
8260
  "https://schema.org/domainIncludes": ["https://schema.org/Action", "https://schema.org/FoodEstablishmentReservation", "https://schema.org/InteractionCounter", "https://schema.org/MediaObject", "https://schema.org/Schedule"],
8186
8261
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime", "https://schema.org/Time"],
8187
8262
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493",
@@ -8226,7 +8301,7 @@ module RDF::Vocab
8226
8301
  label: "engineDisplacement",
8227
8302
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8228
8303
  property :enginePower,
8229
- comment: "The power of the vehicle's engine.\n Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)\\n\\n* Note 1: There are many different ways of measuring an engine's power. For an overview, see [http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes](http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes).\\n* Note 2: You can link to information about how the given value has been determined using the [[valueReference]] property.\\n* Note 3: You can use [[minValue]] and [[maxValue]] to indicate ranges.",
8304
+ comment: "The power of the vehicle's engine.\n Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)\\n\\n* Note 1: There are many different ways of measuring an engine's power. For an overview, see [http://en.wikipedia.org/wiki/Horsepower#Engine\\_power\\_test\\_codes](http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes).\\n* Note 2: You can link to information about how the given value has been determined using the [[valueReference]] property.\\n* Note 3: You can use [[minValue]] and [[maxValue]] to indicate ranges.",
8230
8305
  "https://schema.org/domainIncludes": "https://schema.org/EngineSpecification",
8231
8306
  "https://schema.org/isPartOf": "https://auto.schema.org",
8232
8307
  "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
@@ -8256,7 +8331,7 @@ module RDF::Vocab
8256
8331
  label: "epidemiology",
8257
8332
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8258
8333
  property :episode,
8259
- comment: "An episode of a tv, radio or game media within a series or season.",
8334
+ comment: "An episode of a TV, radio or game media within a series or season.",
8260
8335
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGameSeries"],
8261
8336
  "https://schema.org/rangeIncludes": "https://schema.org/Episode",
8262
8337
  label: "episode",
@@ -8397,7 +8472,7 @@ module RDF::Vocab
8397
8472
  label: "exchangeRateSpread",
8398
8473
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8399
8474
  property :executableLibraryName,
8400
- comment: "Library file name e.g., mscorlib.dll, system.web.dll.",
8475
+ comment: "Library file name, e.g., mscorlib.dll, system.web.dll.",
8401
8476
  "https://schema.org/domainIncludes": "https://schema.org/APIReference",
8402
8477
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
8403
8478
  label: "executableLibraryName",
@@ -8489,7 +8564,7 @@ module RDF::Vocab
8489
8564
  property :expires,
8490
8565
  comment: "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.",
8491
8566
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
8492
- "https://schema.org/rangeIncludes": "https://schema.org/Date",
8567
+ "https://schema.org/rangeIncludes": ["https://schema.org/Date", "https://schema.org/DateTime"],
8493
8568
  label: "expires",
8494
8569
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8495
8570
  property :expressedIn,
@@ -8538,7 +8613,7 @@ module RDF::Vocab
8538
8613
  label: "fiberContent",
8539
8614
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8540
8615
  property :fileFormat,
8541
- comment: "Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.",
8616
+ comment: "Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.",
8542
8617
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
8543
8618
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
8544
8619
  "https://schema.org/supersededBy": "https://schema.org/encodingFormat",
@@ -8559,7 +8634,7 @@ module RDF::Vocab
8559
8634
  label: "financialAidEligible",
8560
8635
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8561
8636
  property :firstAppearance,
8562
- comment: "Indicates the first known occurence of a [[Claim]] in some [[CreativeWork]].",
8637
+ comment: "Indicates the first known occurrence of a [[Claim]] in some [[CreativeWork]].",
8563
8638
  "https://schema.org/domainIncludes": "https://schema.org/Claim",
8564
8639
  "https://schema.org/isPartOf": "https://pending.schema.org",
8565
8640
  "https://schema.org/rangeIncludes": "https://schema.org/CreativeWork",
@@ -8684,7 +8759,7 @@ module RDF::Vocab
8684
8759
  label: "free",
8685
8760
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8686
8761
  property :freeShippingThreshold,
8687
- comment: "A monetary value above which (or equal to) the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]].",
8762
+ comment: "A monetary value above (or at) which the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]].",
8688
8763
  "https://schema.org/domainIncludes": "https://schema.org/ShippingRateSettings",
8689
8764
  "https://schema.org/isPartOf": "https://pending.schema.org",
8690
8765
  "https://schema.org/rangeIncludes": ["https://schema.org/DeliveryChargeSpecification", "https://schema.org/MonetaryAmount"],
@@ -8742,20 +8817,30 @@ module RDF::Vocab
8742
8817
  label: "functionalClass",
8743
8818
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8744
8819
  property :fundedItem,
8745
- comment: "Indicates an item funded or sponsored through a [[Grant]].",
8820
+ comment: "Indicates something directly or indirectly funded or sponsored through a [[Grant]]. See also [[ownershipFundingInfo]].",
8746
8821
  "https://schema.org/domainIncludes": "https://schema.org/Grant",
8822
+ "https://schema.org/inverseOf": "https://schema.org/funding",
8747
8823
  "https://schema.org/isPartOf": "https://pending.schema.org",
8748
- "https://schema.org/rangeIncludes": "https://schema.org/Thing",
8824
+ "https://schema.org/rangeIncludes": ["https://schema.org/BioChemEntity", "https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/MedicalEntity", "https://schema.org/Organization", "https://schema.org/Person", "https://schema.org/Product"],
8749
8825
  "https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1950", "https://github.com/schemaorg/schemaorg/issues/383", "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP"],
8750
8826
  label: "fundedItem",
8751
8827
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8752
8828
  property :funder,
8753
8829
  comment: "A person or organization that supports (sponsors) something through some kind of financial contribution.",
8754
- "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/MonetaryGrant", "https://schema.org/Organization", "https://schema.org/Person"],
8830
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/Grant", "https://schema.org/MonetaryGrant", "https://schema.org/Organization", "https://schema.org/Person"],
8755
8831
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
8756
8832
  label: "funder",
8757
8833
  subPropertyOf: "https://schema.org/sponsor",
8758
8834
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8835
+ property :funding,
8836
+ comment: "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].",
8837
+ "https://schema.org/domainIncludes": ["https://schema.org/BioChemEntity", "https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/MedicalEntity", "https://schema.org/Organization", "https://schema.org/Person", "https://schema.org/Product"],
8838
+ "https://schema.org/inverseOf": "https://schema.org/fundedItem",
8839
+ "https://schema.org/isPartOf": "https://pending.schema.org",
8840
+ "https://schema.org/rangeIncludes": "https://schema.org/Grant",
8841
+ "https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/383", "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP"],
8842
+ label: "funding",
8843
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8759
8844
  property :game,
8760
8845
  comment: "Video game which is played on this server.",
8761
8846
  "https://schema.org/domainIncludes": "https://schema.org/GameServer",
@@ -8763,6 +8848,20 @@ module RDF::Vocab
8763
8848
  "https://schema.org/rangeIncludes": "https://schema.org/VideoGame",
8764
8849
  label: "game",
8765
8850
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8851
+ property :gameAvailabilityType,
8852
+ comment: "Indicates the availability type of the game content associated with this action, such as whether it is a full version or a demo.",
8853
+ "https://schema.org/domainIncludes": "https://schema.org/PlayGameAction",
8854
+ "https://schema.org/isPartOf": "https://pending.schema.org",
8855
+ "https://schema.org/rangeIncludes": ["https://schema.org/GameAvailabilityEnumeration", "https://schema.org/Text"],
8856
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
8857
+ label: "gameAvailabilityType",
8858
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8859
+ property :gameEdition,
8860
+ comment: "The edition of a video game.",
8861
+ "https://schema.org/domainIncludes": "https://schema.org/VideoGame",
8862
+ "https://schema.org/rangeIncludes": "https://schema.org/Text",
8863
+ label: "gameEdition",
8864
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8766
8865
  property :gameItem,
8767
8866
  comment: "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.",
8768
8867
  "https://schema.org/domainIncludes": ["https://schema.org/Game", "https://schema.org/VideoGameSeries"],
@@ -8839,13 +8938,13 @@ module RDF::Vocab
8839
8938
  label: "geoCrosses",
8840
8939
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8841
8940
  property :geoDisjoint,
8842
- comment: "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM))",
8941
+ comment: "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: \"they have no point in common. They form a set of disconnected geometries.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)",
8843
8942
  "https://schema.org/domainIncludes": ["https://schema.org/GeospatialGeometry", "https://schema.org/Place"],
8844
8943
  "https://schema.org/rangeIncludes": ["https://schema.org/GeospatialGeometry", "https://schema.org/Place"],
8845
8944
  label: "geoDisjoint",
8846
8945
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8847
8946
  property :geoEquals,
8848
- comment: "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)",
8947
+ comment: "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship).",
8849
8948
  "https://schema.org/domainIncludes": ["https://schema.org/GeospatialGeometry", "https://schema.org/Place"],
8850
8949
  "https://schema.org/rangeIncludes": ["https://schema.org/GeospatialGeometry", "https://schema.org/Place"],
8851
8950
  label: "geoEquals",
@@ -8857,7 +8956,7 @@ module RDF::Vocab
8857
8956
  label: "geoIntersects",
8858
8957
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8859
8958
  property :geoMidpoint,
8860
- comment: "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.",
8959
+ comment: "Indicates the GeoCoordinates at the centre of a GeoShape, e.g. GeoCircle.",
8861
8960
  "https://schema.org/domainIncludes": "https://schema.org/GeoCircle",
8862
8961
  "https://schema.org/rangeIncludes": "https://schema.org/GeoCoordinates",
8863
8962
  label: "geoMidpoint",
@@ -8875,7 +8974,7 @@ module RDF::Vocab
8875
8974
  label: "geoRadius",
8876
8975
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8877
8976
  property :geoTouches,
8878
- comment: "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM) )",
8977
+ comment: "Represents spatial relations in which two geometries (or the places they represent) touch: \"they have at least one boundary point in common, but no interior points.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)",
8879
8978
  "https://schema.org/domainIncludes": ["https://schema.org/GeospatialGeometry", "https://schema.org/Place"],
8880
8979
  "https://schema.org/rangeIncludes": ["https://schema.org/GeospatialGeometry", "https://schema.org/Place"],
8881
8980
  label: "geoTouches",
@@ -8951,10 +9050,10 @@ module RDF::Vocab
8951
9050
  label: "greaterOrEqual",
8952
9051
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
8953
9052
  property :gtin,
8954
- comment: "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties. The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) express GTINs as URLs. A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged.\n ",
9053
+ comment: "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.\n\nThe GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) express GTINs as URLs (URIs, IRIs, etc.). Details including regular expression examples can be found in, Section 6 of the GS1 URI Syntax specification; see also [schema.org tracking issue](https://github.com/schemaorg/schemaorg/issues/3156#issuecomment-1209522809) for schema.org-specific discussion. A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.\n\nNote also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details.",
8955
9054
  "https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/Offer", "https://schema.org/Product"],
8956
9055
  "https://schema.org/isPartOf": "https://pending.schema.org",
8957
- "https://schema.org/rangeIncludes": "https://schema.org/Text",
9056
+ "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
8958
9057
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
8959
9058
  label: "gtin",
8960
9059
  subPropertyOf: "https://schema.org/identifier",
@@ -9019,6 +9118,14 @@ module RDF::Vocab
9019
9118
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
9020
9119
  label: "handlingTime",
9021
9120
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9121
+ property :hasAdultConsideration,
9122
+ comment: "Used to tag an item to be intended or suitable for consumption or use by adults only.",
9123
+ "https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/Product"],
9124
+ "https://schema.org/isPartOf": "https://pending.schema.org",
9125
+ "https://schema.org/rangeIncludes": "https://schema.org/AdultOrientedEnumeration",
9126
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
9127
+ label: "hasAdultConsideration",
9128
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9022
9129
  property :hasBioChemEntityPart,
9023
9130
  comment: "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. ",
9024
9131
  "http://purl.org/dc/terms/source": "http://www.bioschemas.org",
@@ -9029,7 +9136,7 @@ module RDF::Vocab
9029
9136
  label: "hasBioChemEntityPart",
9030
9137
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9031
9138
  property :hasBioPolymerSequence,
9032
- comment: "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.",
9139
+ comment: "A symbolic representation of a BioChemEntity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.",
9033
9140
  "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene",
9034
9141
  "https://schema.org/domainIncludes": ["https://schema.org/Gene", "https://schema.org/Protein"],
9035
9142
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -9252,7 +9359,7 @@ module RDF::Vocab
9252
9359
  label: "healthPlanCoinsuranceOption",
9253
9360
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9254
9361
  property :healthPlanCoinsuranceRate,
9255
- comment: "Whether The rate of coinsurance expressed as a number between 0.0 and 1.0.",
9362
+ comment: "The rate of coinsurance expressed as a number between 0.0 and 1.0.",
9256
9363
  "https://schema.org/domainIncludes": "https://schema.org/HealthPlanCostSharingSpecification",
9257
9364
  "https://schema.org/isPartOf": "https://pending.schema.org",
9258
9365
  "https://schema.org/rangeIncludes": "https://schema.org/Number",
@@ -9260,7 +9367,7 @@ module RDF::Vocab
9260
9367
  label: "healthPlanCoinsuranceRate",
9261
9368
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9262
9369
  property :healthPlanCopay,
9263
- comment: "Whether The copay amount.",
9370
+ comment: "The copay amount.",
9264
9371
  "https://schema.org/domainIncludes": "https://schema.org/HealthPlanCostSharingSpecification",
9265
9372
  "https://schema.org/isPartOf": "https://pending.schema.org",
9266
9373
  "https://schema.org/rangeIncludes": "https://schema.org/PriceSpecification",
@@ -9276,7 +9383,7 @@ module RDF::Vocab
9276
9383
  label: "healthPlanCopayOption",
9277
9384
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9278
9385
  property :healthPlanCostSharing,
9279
- comment: "Whether The costs to the patient for services under this network or formulary.",
9386
+ comment: "The costs to the patient for services under this network or formulary.",
9280
9387
  "https://schema.org/domainIncludes": ["https://schema.org/HealthPlanFormulary", "https://schema.org/HealthPlanNetwork"],
9281
9388
  "https://schema.org/isPartOf": "https://pending.schema.org",
9282
9389
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean",
@@ -9316,7 +9423,7 @@ module RDF::Vocab
9316
9423
  label: "healthPlanMarketingUrl",
9317
9424
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9318
9425
  property :healthPlanNetworkId,
9319
- comment: "Name or unique ID of network. (Networks are often reused across different insurance plans).",
9426
+ comment: "Name or unique ID of network. (Networks are often reused across different insurance plans.)",
9320
9427
  "https://schema.org/domainIncludes": ["https://schema.org/HealthPlanNetwork", "https://schema.org/MedicalOrganization"],
9321
9428
  "https://schema.org/isPartOf": "https://pending.schema.org",
9322
9429
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
@@ -9349,20 +9456,20 @@ module RDF::Vocab
9349
9456
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9350
9457
  property :height,
9351
9458
  comment: "The height of the item.",
9352
- "https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/Person", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
9459
+ "https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/OfferShippingDetails", "https://schema.org/Person", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
9353
9460
  "https://schema.org/rangeIncludes": ["https://schema.org/Distance", "https://schema.org/QuantitativeValue"],
9354
9461
  label: "height",
9355
9462
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9356
9463
  property :highPrice,
9357
- comment: "The highest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
9464
+ comment: "The highest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
9358
9465
  "https://schema.org/domainIncludes": "https://schema.org/AggregateOffer",
9359
9466
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
9360
9467
  label: "highPrice",
9361
9468
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9362
9469
  property :hiringOrganization,
9363
- comment: "Organization offering the job position.",
9470
+ comment: "Organization or Person offering the job position.",
9364
9471
  "https://schema.org/domainIncludes": "https://schema.org/JobPosting",
9365
- "https://schema.org/rangeIncludes": "https://schema.org/Organization",
9472
+ "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
9366
9473
  label: "hiringOrganization",
9367
9474
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9368
9475
  property :holdingArchive,
@@ -9395,7 +9502,7 @@ module RDF::Vocab
9395
9502
  label: "honorificPrefix",
9396
9503
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9397
9504
  property :honorificSuffix,
9398
- comment: "An honorific suffix following a Person's name such as M.D. /PhD/MSCSW.",
9505
+ comment: "An honorific suffix following a Person's name such as M.D./PhD/MSCSW.",
9399
9506
  "https://schema.org/domainIncludes": "https://schema.org/Person",
9400
9507
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
9401
9508
  label: "honorificSuffix",
@@ -9554,7 +9661,7 @@ module RDF::Vocab
9554
9661
  label: "inProductGroupWithID",
9555
9662
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9556
9663
  property :inStoreReturnsOffered,
9557
- comment: "Are in-store returns offered? (for more advanced return methods use the [[returnMethod]] property)",
9664
+ comment: "Are in-store returns offered? (For more advanced return methods use the [[returnMethod]] property.)",
9558
9665
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
9559
9666
  "https://schema.org/isPartOf": "https://pending.schema.org",
9560
9667
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean",
@@ -9718,7 +9825,7 @@ module RDF::Vocab
9718
9825
  label: "instructor",
9719
9826
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9720
9827
  property :instrument,
9721
- comment: "The object that helped the agent perform the action. e.g. John wrote a book with *a pen*.",
9828
+ comment: "The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.",
9722
9829
  "https://schema.org/domainIncludes": "https://schema.org/Action",
9723
9830
  "https://schema.org/rangeIncludes": "https://schema.org/Thing",
9724
9831
  label: "instrument",
@@ -9856,12 +9963,12 @@ module RDF::Vocab
9856
9963
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9857
9964
  property :isFamilyFriendly,
9858
9965
  comment: "Indicates whether this content is family friendly.",
9859
- "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
9966
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/Offer", "https://schema.org/Product"],
9860
9967
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean",
9861
9968
  label: "isFamilyFriendly",
9862
9969
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9863
9970
  property :isGift,
9864
- comment: "Was the offer accepted as a gift for someone other than the buyer.",
9971
+ comment: "Indicates whether the offer was accepted as a gift for someone other than the buyer.",
9865
9972
  "https://schema.org/domainIncludes": "https://schema.org/Order",
9866
9973
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean",
9867
9974
  label: "isGift",
@@ -9972,6 +10079,14 @@ module RDF::Vocab
9972
10079
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
9973
10080
  label: "isicV4",
9974
10081
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10082
+ property :iso6523Code,
10083
+ comment: "An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. ",
10084
+ "https://schema.org/domainIncludes": "https://schema.org/Organization",
10085
+ "https://schema.org/isPartOf": "https://pending.schema.org",
10086
+ "https://schema.org/rangeIncludes": "https://schema.org/Text",
10087
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2915",
10088
+ label: "iso6523Code",
10089
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
9975
10090
  property :isrcCode,
9976
10091
  comment: "The International Standard Recording Code for the recording.",
9977
10092
  "https://schema.org/domainIncludes": "https://schema.org/MusicRecording",
@@ -10004,7 +10119,7 @@ module RDF::Vocab
10004
10119
  label: "issuedBy",
10005
10120
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10006
10121
  property :issuedThrough,
10007
- comment: "The service through with the permit was granted.",
10122
+ comment: "The service through which the permit was granted.",
10008
10123
  "https://schema.org/domainIncludes": "https://schema.org/Permit",
10009
10124
  "https://schema.org/rangeIncludes": "https://schema.org/Service",
10010
10125
  label: "issuedThrough",
@@ -10017,7 +10132,7 @@ module RDF::Vocab
10017
10132
  label: "iswcCode",
10018
10133
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10019
10134
  property :item,
10020
- comment: "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.",
10135
+ comment: "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists').",
10021
10136
  "https://schema.org/domainIncludes": ["https://schema.org/DataFeedItem", "https://schema.org/ListItem"],
10022
10137
  "https://schema.org/rangeIncludes": "https://schema.org/Thing",
10023
10138
  label: "item",
@@ -10129,7 +10244,7 @@ module RDF::Vocab
10129
10244
  label: "jobLocation",
10130
10245
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10131
10246
  property :jobLocationType,
10132
- comment: "A description of the job location (e.g TELECOMMUTE for telecommute jobs).",
10247
+ comment: "A description of the job location (e.g. TELECOMMUTE for telecommute jobs).",
10133
10248
  "https://schema.org/domainIncludes": "https://schema.org/JobPosting",
10134
10249
  "https://schema.org/isPartOf": "https://pending.schema.org",
10135
10250
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
@@ -10161,8 +10276,8 @@ module RDF::Vocab
10161
10276
  label: "jurisdiction",
10162
10277
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10163
10278
  property :keywords,
10164
- comment: "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
10165
- "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
10279
+ comment: "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
10280
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/Organization", "https://schema.org/Place", "https://schema.org/Product"],
10166
10281
  "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/Text", "https://schema.org/URL"],
10167
10282
  label: "keywords",
10168
10283
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
@@ -10308,7 +10423,7 @@ module RDF::Vocab
10308
10423
  subPropertyOf: "https://schema.org/dateCreated",
10309
10424
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10310
10425
  property :legislationDateVersion,
10311
- comment: "The point-in-time at which the provided description of the legislation is valid (e.g. : when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")",
10426
+ comment: "The point-in-time at which the provided description of the legislation is valid (e.g.: when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")",
10312
10427
  equivalentProperty: "http://data.europa.eu/eli/ontology#version_date",
10313
10428
  exactMatch: "http://data.europa.eu/eli/ontology#version_date",
10314
10429
  "https://schema.org/domainIncludes": "https://schema.org/Legislation",
@@ -10359,7 +10474,7 @@ module RDF::Vocab
10359
10474
  label: "legislationLegalValue",
10360
10475
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10361
10476
  property :legislationPassedBy,
10362
- comment: "The person or organization that originally passed or made the law : typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author.",
10477
+ comment: "The person or organization that originally passed or made the law: typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author.",
10363
10478
  equivalentProperty: "http://data.europa.eu/eli/ontology#passed_by",
10364
10479
  exactMatch: "http://data.europa.eu/eli/ontology#passed_by",
10365
10480
  "https://schema.org/domainIncludes": "https://schema.org/Legislation",
@@ -10557,7 +10672,7 @@ module RDF::Vocab
10557
10672
  subPropertyOf: "https://schema.org/participant",
10558
10673
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10559
10674
  property :lowPrice,
10560
- comment: "The lowest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
10675
+ comment: "The lowest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
10561
10676
  "https://schema.org/domainIncludes": "https://schema.org/AggregateOffer",
10562
10677
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
10563
10678
  label: "lowPrice",
@@ -10615,7 +10730,7 @@ module RDF::Vocab
10615
10730
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10616
10731
  property :manufacturer,
10617
10732
  comment: "The manufacturer of the product.",
10618
- "https://schema.org/domainIncludes": ["https://schema.org/DietarySupplement", "https://schema.org/Drug", "https://schema.org/Product"],
10733
+ "https://schema.org/domainIncludes": "https://schema.org/Product",
10619
10734
  "https://schema.org/rangeIncludes": "https://schema.org/Organization",
10620
10735
  label: "manufacturer",
10621
10736
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
@@ -10736,7 +10851,7 @@ module RDF::Vocab
10736
10851
  label: "mealService",
10737
10852
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10738
10853
  property :measuredProperty,
10739
- comment: "The measuredProperty of an [[Observation]], either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as [GS1's](https://www.gs1.org/voc/?show=properties).",
10854
+ comment: "The measuredProperty of an [[Observation]], either a schema.org property, a property from other RDF-compatible systems, e.g. W3C RDF Data Cube, or schema.org extensions such as [GS1's](https://www.gs1.org/voc/?show=properties).",
10740
10855
  "https://schema.org/domainIncludes": "https://schema.org/Observation",
10741
10856
  "https://schema.org/isPartOf": "https://pending.schema.org",
10742
10857
  "https://schema.org/rangeIncludes": "https://schema.org/Property",
@@ -10846,7 +10961,7 @@ module RDF::Vocab
10846
10961
  label: "membershipNumber",
10847
10962
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10848
10963
  property :membershipPointsEarned,
10849
- comment: "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (e.g. stars, miles, etc.)",
10964
+ comment: "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)",
10850
10965
  "https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
10851
10966
  "https://schema.org/isPartOf": "https://pending.schema.org",
10852
10967
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/QuantitativeValue"],
@@ -10944,6 +11059,14 @@ module RDF::Vocab
10944
11059
  label: "missionCoveragePrioritiesPolicy",
10945
11060
  subPropertyOf: "https://schema.org/publishingPrinciples",
10946
11061
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11062
+ property :mobileUrl,
11063
+ comment: "The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.\n\nTo discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional \"mobile site\" alongside the main one. It should not be taken as an endorsement of this publication style.\n ",
11064
+ "https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/Product"],
11065
+ "https://schema.org/isPartOf": "https://pending.schema.org",
11066
+ "https://schema.org/rangeIncludes": "https://schema.org/Text",
11067
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3134",
11068
+ label: "mobileUrl",
11069
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10947
11070
  property :model,
10948
11071
  comment: "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.",
10949
11072
  "https://schema.org/domainIncludes": "https://schema.org/Product",
@@ -10981,7 +11104,7 @@ module RDF::Vocab
10981
11104
  label: "molecularWeight",
10982
11105
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10983
11106
  property :monoisotopicMolecularWeight,
10984
- comment: "The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units the form '&lt;Number&gt; &lt;unit&gt;', for example '770.230488 g/mol' or as '&lt;QuantitativeValue&gt;.",
11107
+ comment: "The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units in the form '&lt;Number&gt; &lt;unit&gt;', for example '770.230488 g/mol' or as '&lt;QuantitativeValue&gt;.",
10985
11108
  "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity",
10986
11109
  "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity",
10987
11110
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -11052,7 +11175,7 @@ module RDF::Vocab
11052
11175
  label: "musicGroupMember",
11053
11176
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11054
11177
  property :musicReleaseFormat,
11055
- comment: "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).",
11178
+ comment: "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.).",
11056
11179
  "https://schema.org/domainIncludes": "https://schema.org/MusicRelease",
11057
11180
  "https://schema.org/rangeIncludes": "https://schema.org/MusicReleaseFormatType",
11058
11181
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
@@ -11101,8 +11224,8 @@ module RDF::Vocab
11101
11224
  label: "naturalProgression",
11102
11225
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11103
11226
  property :negativeNotes,
11104
- comment: "Indicates, in the context of a [[Review]] (e.g. framed as 'pro' vs 'con' considerations), negative considerations - either as unstructured text, or a list.",
11105
- "https://schema.org/domainIncludes": "https://schema.org/Review",
11227
+ comment: "Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry \n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions \ntend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).",
11228
+ "https://schema.org/domainIncludes": ["https://schema.org/Product", "https://schema.org/Review"],
11106
11229
  "https://schema.org/isPartOf": "https://pending.schema.org",
11107
11230
  "https://schema.org/rangeIncludes": ["https://schema.org/ItemList", "https://schema.org/ListItem", "https://schema.org/Text", "https://schema.org/WebContent"],
11108
11231
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832",
@@ -11166,7 +11289,7 @@ module RDF::Vocab
11166
11289
  label: "nonProprietaryName",
11167
11290
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11168
11291
  property :nonprofitStatus,
11169
- comment: "nonprofit Status indicates the legal status of a non-profit organization in its primary place of business.",
11292
+ comment: "nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.",
11170
11293
  "https://schema.org/domainIncludes": "https://schema.org/Organization",
11171
11294
  "https://schema.org/isPartOf": "https://pending.schema.org",
11172
11295
  "https://schema.org/rangeIncludes": "https://schema.org/NonprofitType",
@@ -11246,7 +11369,7 @@ module RDF::Vocab
11246
11369
  label: "numberOfAxles",
11247
11370
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11248
11371
  property :numberOfBathroomsTotal,
11249
- comment: "The total integer number of bathrooms in a some [[Accommodation]], following real estate conventions as [documented in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): \"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 [[numberOfRooms]].",
11372
+ comment: "The total integer number of bathrooms in some [[Accommodation]], following real estate conventions as [documented in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): \"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 [[numberOfRooms]].",
11250
11373
  "https://schema.org/domainIncludes": ["https://schema.org/Accommodation", "https://schema.org/FloorPlan"],
11251
11374
  "https://schema.org/isPartOf": "https://pending.schema.org",
11252
11375
  "https://schema.org/rangeIncludes": "https://schema.org/Integer",
@@ -11284,7 +11407,7 @@ module RDF::Vocab
11284
11407
  label: "numberOfDoors",
11285
11408
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11286
11409
  property :numberOfEmployees,
11287
- comment: "The number of employees in an organization e.g. business.",
11410
+ comment: "The number of employees in an organization, e.g. business.",
11288
11411
  "https://schema.org/domainIncludes": ["https://schema.org/BusinessAudience", "https://schema.org/Organization"],
11289
11412
  "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
11290
11413
  label: "numberOfEmployees",
@@ -11377,7 +11500,7 @@ module RDF::Vocab
11377
11500
  label: "nutrition",
11378
11501
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11379
11502
  property :object,
11380
- comment: "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read *a book*.",
11503
+ comment: "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). E.g. John read *a book*.",
11381
11504
  "https://schema.org/domainIncludes": "https://schema.org/Action",
11382
11505
  "https://schema.org/rangeIncludes": "https://schema.org/Thing",
11383
11506
  label: "object",
@@ -11478,7 +11601,7 @@ module RDF::Vocab
11478
11601
  label: "opens",
11479
11602
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11480
11603
  property :operatingSystem,
11481
- comment: "Operating systems supported (Windows 7, OSX 10.6, Android 1.6).",
11604
+ comment: "Operating systems supported (Windows 7, OS X 10.6, Android 1.6).",
11482
11605
  "https://schema.org/domainIncludes": "https://schema.org/SoftwareApplication",
11483
11606
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
11484
11607
  label: "operatingSystem",
@@ -11743,7 +11866,7 @@ module RDF::Vocab
11743
11866
  label: "partOfTrip",
11744
11867
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11745
11868
  property :participant,
11746
- comment: "Other co-agents that participated in the action indirectly. e.g. John wrote a book with *Steve*.",
11869
+ comment: "Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*.",
11747
11870
  "https://schema.org/domainIncludes": "https://schema.org/Action",
11748
11871
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
11749
11872
  label: "participant",
@@ -11968,7 +12091,7 @@ module RDF::Vocab
11968
12091
  label: "pickupLocation",
11969
12092
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11970
12093
  property :pickupTime,
11971
- comment: "When a taxi will pickup a passenger or a rental car can be picked up.",
12094
+ comment: "When a taxi will pick up a passenger or a rental car can be picked up.",
11972
12095
  "https://schema.org/domainIncludes": ["https://schema.org/RentalCarReservation", "https://schema.org/TaxiReservation"],
11973
12096
  "https://schema.org/rangeIncludes": "https://schema.org/DateTime",
11974
12097
  label: "pickupTime",
@@ -12012,8 +12135,8 @@ module RDF::Vocab
12012
12135
  label: "position",
12013
12136
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12014
12137
  property :positiveNotes,
12015
- comment: "Indicates, in the context of a [[Review]] (e.g. framed as 'pro' vs 'con' considerations), positive considerations - either as unstructured text, or a list.",
12016
- "https://schema.org/domainIncludes": "https://schema.org/Review",
12138
+ comment: "Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.\n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).",
12139
+ "https://schema.org/domainIncludes": ["https://schema.org/Product", "https://schema.org/Review"],
12017
12140
  "https://schema.org/isPartOf": "https://pending.schema.org",
12018
12141
  "https://schema.org/rangeIncludes": ["https://schema.org/ItemList", "https://schema.org/ListItem", "https://schema.org/Text", "https://schema.org/WebContent"],
12019
12142
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832",
@@ -12148,14 +12271,14 @@ module RDF::Vocab
12148
12271
  label: "prescribingInfo",
12149
12272
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12150
12273
  property :prescriptionStatus,
12151
- comment: "Indicates the status of drug prescription eg. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc.",
12274
+ comment: "Indicates the status of drug prescription, e.g. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc.",
12152
12275
  "https://schema.org/domainIncludes": "https://schema.org/Drug",
12153
12276
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
12154
12277
  "https://schema.org/rangeIncludes": ["https://schema.org/DrugPrescriptionStatus", "https://schema.org/Text"],
12155
12278
  label: "prescriptionStatus",
12156
12279
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12157
12280
  property :previousItem,
12158
- comment: "A link to the ListItem that preceeds the current one.",
12281
+ comment: "A link to the ListItem that precedes the current one.",
12159
12282
  "https://schema.org/domainIncludes": "https://schema.org/ListItem",
12160
12283
  "https://schema.org/rangeIncludes": "https://schema.org/ListItem",
12161
12284
  label: "previousItem",
@@ -12167,7 +12290,7 @@ module RDF::Vocab
12167
12290
  label: "previousStartDate",
12168
12291
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12169
12292
  property :price,
12170
- comment: "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n ",
12293
+ comment: "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\n ",
12171
12294
  "https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/TradeAction"],
12172
12295
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
12173
12296
  label: "price",
@@ -12188,7 +12311,7 @@ module RDF::Vocab
12188
12311
  label: "priceComponentType",
12189
12312
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12190
12313
  property :priceCurrency,
12191
- comment: "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".",
12314
+ comment: "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
12192
12315
  "https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/Reservation", "https://schema.org/Ticket", "https://schema.org/TradeAction"],
12193
12316
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
12194
12317
  label: "priceCurrency",
@@ -12283,7 +12406,7 @@ module RDF::Vocab
12283
12406
  label: "processorRequirements",
12284
12407
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12285
12408
  property :producer,
12286
- comment: "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).",
12409
+ comment: "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).",
12287
12410
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
12288
12411
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
12289
12412
  label: "producer",
@@ -12335,7 +12458,7 @@ module RDF::Vocab
12335
12458
  label: "productSupported",
12336
12459
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12337
12460
  property :productionCompany,
12338
- comment: "The production company or studio responsible for the item e.g. series, video game, episode etc.",
12461
+ comment: "The production company or studio responsible for the item, e.g. series, video game, episode etc.",
12339
12462
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason", "https://schema.org/Episode", "https://schema.org/MediaObject", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGameSeries"],
12340
12463
  "https://schema.org/rangeIncludes": "https://schema.org/Organization",
12341
12464
  label: "productionCompany",
@@ -12374,7 +12497,7 @@ module RDF::Vocab
12374
12497
  label: "programPrerequisites",
12375
12498
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12376
12499
  property :programType,
12377
- comment: "The type of educational or occupational program. For example, classroom, internship, alternance, etc..",
12500
+ comment: "The type of educational or occupational program. For example, classroom, internship, alternance, etc.",
12378
12501
  "https://schema.org/domainIncludes": "https://schema.org/EducationalOccupationalProgram",
12379
12502
  "https://schema.org/isPartOf": "https://pending.schema.org",
12380
12503
  "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/Text"],
@@ -12394,7 +12517,7 @@ module RDF::Vocab
12394
12517
  label: "programmingModel",
12395
12518
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12396
12519
  property :propertyID,
12397
- comment: "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.",
12520
+ comment: "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific ID of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.",
12398
12521
  "https://schema.org/domainIncludes": "https://schema.org/PropertyValue",
12399
12522
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
12400
12523
  label: "propertyID",
@@ -12414,9 +12537,10 @@ module RDF::Vocab
12414
12537
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12415
12538
  property :provider,
12416
12539
  comment: "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.",
12417
- "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/EducationalOccupationalProgram", "https://schema.org/Invoice", "https://schema.org/ParcelDelivery", "https://schema.org/Reservation", "https://schema.org/Service", "https://schema.org/Trip"],
12540
+ "https://schema.org/domainIncludes": ["https://schema.org/Action", "https://schema.org/CreativeWork", "https://schema.org/EducationalOccupationalProgram", "https://schema.org/Invoice", "https://schema.org/ParcelDelivery", "https://schema.org/Reservation", "https://schema.org/Service", "https://schema.org/Trip"],
12541
+ "https://schema.org/isPartOf": "https://pending.schema.org",
12418
12542
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
12419
- "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2289",
12543
+ "https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2289", "https://github.com/schemaorg/schemaorg/issues/2927"],
12420
12544
  label: "provider",
12421
12545
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12422
12546
  property :providerMobility,
@@ -12492,13 +12616,13 @@ module RDF::Vocab
12492
12616
  label: "publisherImprint",
12493
12617
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12494
12618
  property :publishingPrinciples,
12495
- comment: "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n",
12619
+ comment: "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n",
12496
12620
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/Organization", "https://schema.org/Person"],
12497
12621
  "https://schema.org/rangeIncludes": ["https://schema.org/CreativeWork", "https://schema.org/URL"],
12498
12622
  label: "publishingPrinciples",
12499
12623
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12500
12624
  property :purchaseDate,
12501
- comment: "The date the item e.g. vehicle was purchased by the current owner.",
12625
+ comment: "The date the item, e.g. vehicle, was purchased by the current owner.",
12502
12626
  "https://schema.org/domainIncludes": ["https://schema.org/Product", "https://schema.org/Vehicle"],
12503
12627
  "https://schema.org/rangeIncludes": "https://schema.org/Date",
12504
12628
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
@@ -12562,7 +12686,7 @@ module RDF::Vocab
12562
12686
  label: "ratingExplanation",
12563
12687
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12564
12688
  property :ratingValue,
12565
- comment: "The rating for the content.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
12689
+ comment: "The rating for the content.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
12566
12690
  "https://schema.org/domainIncludes": "https://schema.org/Rating",
12567
12691
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
12568
12692
  label: "ratingValue",
@@ -12847,7 +12971,7 @@ module RDF::Vocab
12847
12971
  label: "renegotiableLoan",
12848
12972
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12849
12973
  property :repeatCount,
12850
- comment: "Defines the number of times a recurring [[Event]] will take place",
12974
+ comment: "Defines the number of times a recurring [[Event]] will take place.",
12851
12975
  "https://schema.org/domainIncludes": "https://schema.org/Schedule",
12852
12976
  "https://schema.org/isPartOf": "https://pending.schema.org",
12853
12977
  "https://schema.org/rangeIncludes": "https://schema.org/Integer",
@@ -12934,7 +13058,7 @@ module RDF::Vocab
12934
13058
  label: "requiredQuantity",
12935
13059
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12936
13060
  property :requirements,
12937
- comment: "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).",
13061
+ comment: "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime).",
12938
13062
  "https://schema.org/domainIncludes": "https://schema.org/SoftwareApplication",
12939
13063
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
12940
13064
  "https://schema.org/supersededBy": "https://schema.org/softwareRequirements",
@@ -12948,7 +13072,7 @@ module RDF::Vocab
12948
13072
  label: "requiresSubscription",
12949
13073
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12950
13074
  property :reservationFor,
12951
- comment: "The thing -- flight, event, restaurant,etc. being reserved.",
13075
+ comment: "The thing -- flight, event, restaurant, etc. being reserved.",
12952
13076
  "https://schema.org/domainIncludes": "https://schema.org/Reservation",
12953
13077
  "https://schema.org/rangeIncludes": "https://schema.org/Thing",
12954
13078
  label: "reservationFor",
@@ -12994,7 +13118,7 @@ module RDF::Vocab
12994
13118
  label: "restockingFee",
12995
13119
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
12996
13120
  property :result,
12997
- comment: "The result produced in the action. e.g. John wrote *a book*.",
13121
+ comment: "The result produced in the action. E.g. John wrote *a book*.",
12998
13122
  "https://schema.org/domainIncludes": "https://schema.org/Action",
12999
13123
  "https://schema.org/rangeIncludes": "https://schema.org/Thing",
13000
13124
  label: "result",
@@ -13014,7 +13138,7 @@ module RDF::Vocab
13014
13138
  subPropertyOf: "https://schema.org/result",
13015
13139
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13016
13140
  property :returnFees,
13017
- comment: "The type of return fees for purchased products (for any return reason)",
13141
+ comment: "The type of return fees for purchased products (for any return reason).",
13018
13142
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
13019
13143
  "https://schema.org/isPartOf": "https://pending.schema.org",
13020
13144
  "https://schema.org/rangeIncludes": "https://schema.org/ReturnFeesEnumeration",
@@ -13046,7 +13170,7 @@ module RDF::Vocab
13046
13170
  label: "returnPolicyCategory",
13047
13171
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13048
13172
  property :returnPolicyCountry,
13049
- comment: "The country where the product has to be sent to for returns, for example \"Ireland\" using the [[name]] property of [[Country]]. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1). Note that this can be different from the country where the product was originally shipped from or sent too.",
13173
+ comment: "The country where the product has to be sent to for returns, for example \"Ireland\" using the [[name]] property of [[Country]]. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1). Note that this can be different from the country where the product was originally shipped from or sent to.",
13050
13174
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
13051
13175
  "https://schema.org/isPartOf": "https://pending.schema.org",
13052
13176
  "https://schema.org/rangeIncludes": ["https://schema.org/Country", "https://schema.org/Text"],
@@ -13155,14 +13279,14 @@ module RDF::Vocab
13155
13279
  label: "runsTo",
13156
13280
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13157
13281
  property :runtime,
13158
- comment: "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).",
13282
+ comment: "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0).",
13159
13283
  "https://schema.org/domainIncludes": "https://schema.org/SoftwareSourceCode",
13160
13284
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
13161
13285
  "https://schema.org/supersededBy": "https://schema.org/runtimePlatform",
13162
13286
  label: "runtime",
13163
13287
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13164
13288
  property :runtimePlatform,
13165
- comment: "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).",
13289
+ comment: "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0).",
13166
13290
  "https://schema.org/domainIncludes": "https://schema.org/SoftwareSourceCode",
13167
13291
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
13168
13292
  label: "runtimePlatform",
@@ -13183,7 +13307,7 @@ module RDF::Vocab
13183
13307
  label: "safetyConsideration",
13184
13308
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13185
13309
  property :salaryCurrency,
13186
- comment: "The currency (coded using [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) ) used for the main salary information in this job posting or for this employee.",
13310
+ comment: "The currency (coded using [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217)) used for the main salary information in this job posting or for this employee.",
13187
13311
  "https://schema.org/domainIncludes": ["https://schema.org/EmployeeRole", "https://schema.org/JobPosting"],
13188
13312
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
13189
13313
  label: "salaryCurrency",
@@ -13507,7 +13631,7 @@ module RDF::Vocab
13507
13631
  label: "sharedContent",
13508
13632
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13509
13633
  property :shippingDestination,
13510
- comment: "indicates (possibly multiple) shipping destinations. These can be defined in several ways e.g. postalCode ranges.",
13634
+ comment: "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges.",
13511
13635
  "https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/OfferShippingDetails", "https://schema.org/ShippingRateSettings"],
13512
13636
  "https://schema.org/isPartOf": "https://pending.schema.org",
13513
13637
  "https://schema.org/rangeIncludes": "https://schema.org/DefinedRegion",
@@ -13530,6 +13654,14 @@ module RDF::Vocab
13530
13654
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
13531
13655
  label: "shippingLabel",
13532
13656
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13657
+ property :shippingOrigin,
13658
+ comment: "Indicates the origin of a shipment, i.e. where it should be coming from.",
13659
+ "https://schema.org/domainIncludes": "https://schema.org/OfferShippingDetails",
13660
+ "https://schema.org/isPartOf": "https://pending.schema.org",
13661
+ "https://schema.org/rangeIncludes": "https://schema.org/DefinedRegion",
13662
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3122",
13663
+ label: "shippingOrigin",
13664
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13533
13665
  property :shippingRate,
13534
13666
  comment: "The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate.",
13535
13667
  "https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingRateSettings"],
@@ -13673,7 +13805,7 @@ module RDF::Vocab
13673
13805
  label: "softwareHelp",
13674
13806
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13675
13807
  property :softwareRequirements,
13676
- comment: "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).",
13808
+ comment: "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime).",
13677
13809
  "https://schema.org/domainIncludes": "https://schema.org/SoftwareApplication",
13678
13810
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
13679
13811
  label: "softwareRequirements",
@@ -13713,7 +13845,7 @@ module RDF::Vocab
13713
13845
  subPropertyOf: "https://schema.org/contentLocation",
13714
13846
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13715
13847
  property :speakable,
13716
- comment: "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the [[cssSelector]] property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.\n\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property.\n ",
13848
+ comment: "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.\n\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property.\n ",
13717
13849
  "https://schema.org/domainIncludes": ["https://schema.org/Article", "https://schema.org/WebPage"],
13718
13850
  "https://schema.org/rangeIncludes": ["https://schema.org/SpeakableSpecification", "https://schema.org/URL"],
13719
13851
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1389",
@@ -13746,7 +13878,7 @@ module RDF::Vocab
13746
13878
  label: "speechToTextMarkup",
13747
13879
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13748
13880
  property :speed,
13749
- comment: "The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by [[maxValue]] should be the maximum speed achievable under regular conditions.\\n\\nTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot\\n\\n*Note 1: Use [[minValue]] and [[maxValue]] to indicate the range. Typically, the minimal value is zero.\\n* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the [[valueReference]] property.",
13881
+ comment: "The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by [[maxValue]]) should be the maximum speed achievable under regular conditions.\\n\\nTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot\\n\\n*Note 1: Use [[minValue]] and [[maxValue]] to indicate the range. Typically, the minimal value is zero.\\n* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the [[valueReference]] property.",
13750
13882
  "https://schema.org/domainIncludes": "https://schema.org/Vehicle",
13751
13883
  "https://schema.org/isPartOf": "https://auto.schema.org",
13752
13884
  "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
@@ -13762,7 +13894,7 @@ module RDF::Vocab
13762
13894
  label: "spokenByCharacter",
13763
13895
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13764
13896
  property :sponsor,
13765
- comment: "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
13897
+ comment: "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
13766
13898
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/Grant", "https://schema.org/MedicalStudy", "https://schema.org/Organization", "https://schema.org/Person"],
13767
13899
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
13768
13900
  label: "sponsor",
@@ -13839,7 +13971,7 @@ module RDF::Vocab
13839
13971
  label: "startOffset",
13840
13972
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
13841
13973
  property :startTime,
13842
- comment: "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
13974
+ comment: "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
13843
13975
  "https://schema.org/domainIncludes": ["https://schema.org/Action", "https://schema.org/FoodEstablishmentReservation", "https://schema.org/InteractionCounter", "https://schema.org/MediaObject", "https://schema.org/Schedule"],
13844
13976
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime", "https://schema.org/Time"],
13845
13977
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493",
@@ -14121,9 +14253,9 @@ module RDF::Vocab
14121
14253
  subPropertyOf: "https://schema.org/material",
14122
14254
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14123
14255
  property :target,
14124
- comment: "Indicates a target EntryPoint for an Action.",
14256
+ comment: "Indicates a target EntryPoint, or url, for an Action.",
14125
14257
  "https://schema.org/domainIncludes": "https://schema.org/Action",
14126
- "https://schema.org/rangeIncludes": "https://schema.org/EntryPoint",
14258
+ "https://schema.org/rangeIncludes": ["https://schema.org/EntryPoint", "https://schema.org/URL"],
14127
14259
  label: "target",
14128
14260
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14129
14261
  property :targetCollection,
@@ -14179,7 +14311,7 @@ module RDF::Vocab
14179
14311
  subPropertyOf: "https://schema.org/identifier",
14180
14312
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14181
14313
  property :taxonRank,
14182
- comment: "The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary – (typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs).",
14314
+ comment: "The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary – typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs.",
14183
14315
  "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon",
14184
14316
  "https://schema.org/domainIncludes": "https://schema.org/Taxon",
14185
14317
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -14187,7 +14319,7 @@ module RDF::Vocab
14187
14319
  label: "taxonRank",
14188
14320
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14189
14321
  property :taxonomicRange,
14190
- comment: "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.",
14322
+ comment: "The taxonomic grouping of the organism that expresses, encodes, or in some way related to the BioChemEntity.",
14191
14323
  "http://purl.org/dc/terms/source": "http://www.bioschemas.org",
14192
14324
  "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity",
14193
14325
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -14215,7 +14347,7 @@ module RDF::Vocab
14215
14347
  label: "temporal",
14216
14348
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14217
14349
  property :temporalCoverage,
14218
- comment: "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.",
14350
+ comment: "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.",
14219
14351
  equivalentProperty: "http://purl.org/dc/terms/temporal",
14220
14352
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
14221
14353
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime", "https://schema.org/Text", "https://schema.org/URL"],
@@ -14280,7 +14412,7 @@ module RDF::Vocab
14280
14412
  label: "thumbnailUrl",
14281
14413
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14282
14414
  property :tickerSymbol,
14283
- comment: "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.",
14415
+ comment: "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO 15022.",
14284
14416
  "https://schema.org/domainIncludes": "https://schema.org/Corporation",
14285
14417
  "https://schema.org/rangeIncludes": "https://schema.org/Text",
14286
14418
  label: "tickerSymbol",
@@ -14379,7 +14511,7 @@ module RDF::Vocab
14379
14511
  subPropertyOf: "https://schema.org/hasPart",
14380
14512
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14381
14513
  property :tongueWeight,
14382
- comment: "The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR)\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.",
14514
+ comment: "The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR).\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.",
14383
14515
  "https://schema.org/domainIncludes": "https://schema.org/Vehicle",
14384
14516
  "https://schema.org/isPartOf": "https://auto.schema.org",
14385
14517
  "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
@@ -14416,7 +14548,7 @@ module RDF::Vocab
14416
14548
  label: "totalPaymentDue",
14417
14549
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14418
14550
  property :totalPrice,
14419
- comment: "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
14551
+ comment: "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
14420
14552
  "https://schema.org/domainIncludes": ["https://schema.org/Reservation", "https://schema.org/Ticket"],
14421
14553
  "https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/PriceSpecification", "https://schema.org/Text"],
14422
14554
  label: "totalPrice",
@@ -14436,7 +14568,7 @@ module RDF::Vocab
14436
14568
  label: "tourBookingPage",
14437
14569
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14438
14570
  property :touristType,
14439
- comment: "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc. ",
14571
+ comment: "Attraction suitable for type(s) of tourist. E.g. children, visitors from a particular country, etc. ",
14440
14572
  "https://schema.org/domainIncludes": ["https://schema.org/TouristAttraction", "https://schema.org/TouristDestination", "https://schema.org/TouristTrip"],
14441
14573
  "https://schema.org/rangeIncludes": ["https://schema.org/Audience", "https://schema.org/Text"],
14442
14574
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it", "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"],
@@ -14469,7 +14601,7 @@ module RDF::Vocab
14469
14601
  label: "tracks",
14470
14602
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14471
14603
  property :trailer,
14472
- comment: "The trailer of a movie or tv/radio series, season, episode, etc.",
14604
+ comment: "The trailer of a movie or TV/radio series, season, episode, etc.",
14473
14605
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason", "https://schema.org/Episode", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGame", "https://schema.org/VideoGameSeries"],
14474
14606
  "https://schema.org/rangeIncludes": "https://schema.org/VideoObject",
14475
14607
  label: "trailer",
@@ -14531,7 +14663,7 @@ module RDF::Vocab
14531
14663
  label: "transitTimeLabel",
14532
14664
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14533
14665
  property :translationOfWork,
14534
- comment: "The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species",
14666
+ comment: "The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.",
14535
14667
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
14536
14668
  "https://schema.org/inverseOf": "https://schema.org/workTranslation",
14537
14669
  "https://schema.org/isPartOf": "https://bib.schema.org",
@@ -14667,7 +14799,7 @@ module RDF::Vocab
14667
14799
  label: "urlTemplate",
14668
14800
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14669
14801
  property :usageInfo,
14670
- comment: "The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.\n\nThis property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.",
14802
+ comment: "The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.\n\nThis property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.",
14671
14803
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
14672
14804
  "https://schema.org/isPartOf": "https://pending.schema.org",
14673
14805
  "https://schema.org/rangeIncludes": ["https://schema.org/CreativeWork", "https://schema.org/URL"],
@@ -14695,7 +14827,7 @@ module RDF::Vocab
14695
14827
  label: "usesDevice",
14696
14828
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14697
14829
  property :usesHealthPlanIdStandard,
14698
- comment: "The standard for interpreting thePlan ID. The preferred is \"HIOS\". See the Centers for Medicare & Medicaid Services for more details.",
14830
+ comment: "The standard for interpreting the Plan ID. The preferred is \"HIOS\". See the Centers for Medicare & Medicaid Services for more details.",
14699
14831
  "https://schema.org/domainIncludes": "https://schema.org/HealthInsurancePlan",
14700
14832
  "https://schema.org/isPartOf": "https://pending.schema.org",
14701
14833
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
@@ -14745,7 +14877,7 @@ module RDF::Vocab
14745
14877
  label: "validUntil",
14746
14878
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14747
14879
  property :value,
14748
- comment: "The value of the quantitative value or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
14880
+ comment: "The value of the quantitative value or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
14749
14881
  "https://schema.org/domainIncludes": ["https://schema.org/MonetaryAmount", "https://schema.org/PropertyValue", "https://schema.org/QuantitativeValue"],
14750
14882
  "https://schema.org/rangeIncludes": ["https://schema.org/Boolean", "https://schema.org/Number", "https://schema.org/StructuredValue", "https://schema.org/Text"],
14751
14883
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
@@ -14804,7 +14936,7 @@ module RDF::Vocab
14804
14936
  label: "variableMeasured",
14805
14937
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14806
14938
  property :variablesMeasured,
14807
- comment: "Originally named [[variablesMeasured]], The [[variableMeasured]] property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.",
14939
+ comment: "Originally named [[variablesMeasured]], the [[variableMeasured]] property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.",
14808
14940
  "https://schema.org/domainIncludes": "https://schema.org/Dataset",
14809
14941
  "https://schema.org/isPartOf": "https://attic.schema.org",
14810
14942
  "https://schema.org/rangeIncludes": ["https://schema.org/PropertyValue", "https://schema.org/Text"],
@@ -14997,7 +15129,7 @@ module RDF::Vocab
14997
15129
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14998
15130
  property :weight,
14999
15131
  comment: "The weight of the product or person.",
15000
- "https://schema.org/domainIncludes": ["https://schema.org/Person", "https://schema.org/Product"],
15132
+ "https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Person", "https://schema.org/Product"],
15001
15133
  "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
15002
15134
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
15003
15135
  label: "weight",
@@ -15020,7 +15152,7 @@ module RDF::Vocab
15020
15152
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
15021
15153
  property :width,
15022
15154
  comment: "The width of the item.",
15023
- "https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
15155
+ "https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/OfferShippingDetails", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
15024
15156
  "https://schema.org/rangeIncludes": ["https://schema.org/Distance", "https://schema.org/QuantitativeValue"],
15025
15157
  label: "width",
15026
15158
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
@@ -15038,7 +15170,7 @@ module RDF::Vocab
15038
15170
  label: "wordCount",
15039
15171
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
15040
15172
  property :workExample,
15041
- comment: "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.",
15173
+ comment: "Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.",
15042
15174
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
15043
15175
  "https://schema.org/inverseOf": "https://schema.org/exampleOfWork",
15044
15176
  "https://schema.org/rangeIncludes": "https://schema.org/CreativeWork",
@@ -15079,7 +15211,7 @@ module RDF::Vocab
15079
15211
  subPropertyOf: "https://schema.org/workFeatured",
15080
15212
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
15081
15213
  property :workTranslation,
15082
- comment: "A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.",
15214
+ comment: "A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.",
15083
15215
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
15084
15216
  "https://schema.org/inverseOf": "https://schema.org/translationOfWork",
15085
15217
  "https://schema.org/isPartOf": "https://bib.schema.org",
@@ -15152,7 +15284,7 @@ module RDF::Vocab
15152
15284
  label: "ActivationFee",
15153
15285
  type: "https://schema.org/PriceComponentTypeEnumeration"
15154
15286
  term :ActiveActionStatus,
15155
- comment: "An in-progress action (e.g, while watching the movie, or driving to a location).",
15287
+ comment: "An in-progress action (e.g., while watching the movie, or driving to a location).",
15156
15288
  label: "ActiveActionStatus",
15157
15289
  type: "https://schema.org/ActionStatusType"
15158
15290
  term :ActiveNotRecruiting,
@@ -15170,6 +15302,12 @@ module RDF::Vocab
15170
15302
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
15171
15303
  label: "AlbumRelease",
15172
15304
  type: "https://schema.org/MusicAlbumReleaseType"
15305
+ term :AlcoholConsideration,
15306
+ comment: "Item contains alcohol or promotes alcohol consumption.",
15307
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15308
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
15309
+ label: "AlcoholConsideration",
15310
+ type: "https://schema.org/AdultOrientedEnumeration"
15173
15311
  term :AllWheelDriveConfiguration,
15174
15312
  comment: "All-wheel Drive is a transmission layout where the engine drives all four wheels.",
15175
15313
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
@@ -15186,6 +15324,12 @@ module RDF::Vocab
15186
15324
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
15187
15325
  label: "AnaerobicActivity",
15188
15326
  type: "https://schema.org/PhysicalActivityCategory"
15327
+ term :AndroidPlatform,
15328
+ comment: "Represents the broad notion of Android-based operating systems.",
15329
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15330
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
15331
+ label: "AndroidPlatform",
15332
+ type: "https://schema.org/DigitalPlatformEnumeration"
15189
15333
  term :Anesthesia,
15190
15334
  comment: "A specific branch of medical science that pertains to study of anesthetics and their application.",
15191
15335
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
@@ -15201,7 +15345,7 @@ module RDF::Vocab
15201
15345
  label: "AudiobookFormat",
15202
15346
  type: "https://schema.org/BookFormatType"
15203
15347
  term :AuthoritativeLegalValue,
15204
- comment: "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something \"Authoritative\" is considered to be also [[OfficialLegalValue]]\".",
15348
+ comment: "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications.) Something \"Authoritative\" is considered to be also [[OfficialLegalValue]].",
15205
15349
  exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-authoritative",
15206
15350
  "https://schema.org/isPartOf": "https://pending.schema.org",
15207
15351
  "https://schema.org/source": ["http://publications.europa.eu/mdr/eli/index.html", "https://github.com/schemaorg/schemaorg/issues/1156"],
@@ -15338,7 +15482,7 @@ module RDF::Vocab
15338
15482
  label: "Cardiovascular",
15339
15483
  type: "https://schema.org/MedicalSpecialty"
15340
15484
  term :CardiovascularExam,
15341
- comment: "Cardiovascular system assessment withclinical examination.",
15485
+ comment: "Cardiovascular system assessment with clinical examination.",
15342
15486
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
15343
15487
  label: "CardiovascularExam",
15344
15488
  type: "https://schema.org/PhysicalExam"
@@ -15438,6 +15582,12 @@ module RDF::Vocab
15438
15582
  comment: "Indicates that the item is damaged.",
15439
15583
  label: "DamagedCondition",
15440
15584
  type: "https://schema.org/OfferItemCondition"
15585
+ term :DangerousGoodConsideration,
15586
+ comment: "The item is dangerous and requires careful handling and/or special training of the user. See also the [UN Model Classification](https://unece.org/DAM/trans/danger/publi/unrec/rev17/English/02EREv17_Part2.pdf) defining the 9 classes of dangerous goods such as explosives, gases, flammables, and more.",
15587
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15588
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
15589
+ label: "DangerousGoodConsideration",
15590
+ type: "https://schema.org/AdultOrientedEnumeration"
15441
15591
  term :DecontextualizedContent,
15442
15592
  comment: "Content coded 'missing context' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'missing context': Presenting unaltered video in an inaccurate manner that misrepresents the footage. For example, using incorrect dates or locations, altering the transcript or sharing brief clips from a longer video to mislead viewers. (A video rated 'original' can also be missing context.)\n\nFor an [[ImageObject]] to be 'missing context': Presenting unaltered images in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An image rated 'original' can also be missing context.)\n\nFor an [[ImageObject]] with embedded text to be 'missing context': An unaltered image presented in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An 'original' image with inaccurate text would generally fall in this category.)\n\nFor an [[AudioObject]] to be 'missing context': Unaltered audio presented in an inaccurate manner that misrepresents it. For example, using incorrect dates or locations, or sharing brief clips from a longer recording to mislead viewers. (Audio rated “original” can also be missing context.)\n",
15443
15593
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -15445,7 +15595,7 @@ module RDF::Vocab
15445
15595
  label: "DecontextualizedContent",
15446
15596
  type: "https://schema.org/MediaManipulationRatingEnumeration"
15447
15597
  term :DefinitiveLegalValue,
15448
- comment: "Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.)\n Something \"Definitive\" is considered to be also [[AuthoritativeLegalValue]].",
15598
+ comment: "Indicates a document for which the text is conclusively what the law says and is legally binding. (E.g. the digitally signed version of an Official Journal.)\n Something \"Definitive\" is considered to be also [[AuthoritativeLegalValue]].",
15449
15599
  exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-definitive",
15450
15600
  "https://schema.org/isPartOf": "https://pending.schema.org",
15451
15601
  "https://schema.org/source": ["http://publications.europa.eu/mdr/eli/index.html", "https://github.com/schemaorg/schemaorg/issues/1156"],
@@ -15456,6 +15606,12 @@ module RDF::Vocab
15456
15606
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
15457
15607
  label: "DemoAlbum",
15458
15608
  type: "https://schema.org/MusicAlbumProductionType"
15609
+ term :DemoGameAvailability,
15610
+ comment: "Indicates demo game availability, i.e. a somehow limited demonstration of the full game.",
15611
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15612
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
15613
+ label: "DemoGameAvailability",
15614
+ type: "https://schema.org/GameAvailabilityEnumeration"
15459
15615
  term :Dentistry,
15460
15616
  comment: "A branch of medicine that is involved in the dental care.",
15461
15617
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
@@ -15473,6 +15629,12 @@ module RDF::Vocab
15473
15629
  label: "Dermatology",
15474
15630
  subClassOf: "https://schema.org/MedicalBusiness",
15475
15631
  type: "https://schema.org/MedicalSpecialty"
15632
+ term :DesktopWebPlatform,
15633
+ comment: "Represents the broad notion of 'desktop' browsers as a Web Platform.",
15634
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15635
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
15636
+ label: "DesktopWebPlatform",
15637
+ type: "https://schema.org/DigitalPlatformEnumeration"
15476
15638
  term :DiabeticDiet,
15477
15639
  comment: "A diet appropriate for people with diabetes.",
15478
15640
  label: "DiabeticDiet",
@@ -15483,7 +15645,7 @@ module RDF::Vocab
15483
15645
  label: "Diagnostic",
15484
15646
  type: "https://schema.org/MedicalDevicePurpose"
15485
15647
  term :DietNutrition,
15486
- comment: "Dietetic and nutrition as a medical specialty.",
15648
+ comment: "Dietetics and nutrition as a medical specialty.",
15487
15649
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
15488
15650
  label: "DietNutrition",
15489
15651
  subClassOf: "https://schema.org/MedicalBusiness",
@@ -15652,7 +15814,7 @@ module RDF::Vocab
15652
15814
  label: "EventPostponed",
15653
15815
  type: "https://schema.org/EventStatusType"
15654
15816
  term :EventRescheduled,
15655
- comment: "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated).",
15817
+ comment: "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated.)",
15656
15818
  label: "EventRescheduled",
15657
15819
  type: "https://schema.org/EventStatusType"
15658
15820
  term :EventScheduled,
@@ -15681,7 +15843,7 @@ module RDF::Vocab
15681
15843
  label: "ExchangeRefund",
15682
15844
  type: "https://schema.org/RefundTypeEnumeration"
15683
15845
  term :Eye,
15684
- comment: "Eye or ophtalmological function assessment with clinical examination.",
15846
+ comment: "Eye or ophthalmological function assessment with clinical examination.",
15685
15847
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
15686
15848
  label: "Eye",
15687
15849
  type: "https://schema.org/PhysicalExam"
@@ -15753,8 +15915,14 @@ module RDF::Vocab
15753
15915
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
15754
15916
  label: "FrontWheelDriveConfiguration",
15755
15917
  type: "https://schema.org/DriveWheelConfigurationValue"
15918
+ term :FullGameAvailability,
15919
+ comment: "Indicates full game availability.",
15920
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15921
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
15922
+ label: "FullGameAvailability",
15923
+ type: "https://schema.org/GameAvailabilityEnumeration"
15756
15924
  term :FullRefund,
15757
- comment: "Specifies that a refund can be done in the full amount the customer paid for the product",
15925
+ comment: "Specifies that a refund can be done in the full amount the customer paid for the product.",
15758
15926
  "https://schema.org/isPartOf": "https://pending.schema.org",
15759
15927
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
15760
15928
  label: "FullRefund",
@@ -15764,6 +15932,12 @@ module RDF::Vocab
15764
15932
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
15765
15933
  label: "Gastroenterologic",
15766
15934
  type: "https://schema.org/MedicalSpecialty"
15935
+ term :GenericWebPlatform,
15936
+ comment: "Represents the generic notion of the Web Platform. More specific codes include [[MobileWebPlatform]] and [[DesktopWebPlatform]], as an incomplete list. ",
15937
+ "https://schema.org/isPartOf": "https://pending.schema.org",
15938
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
15939
+ label: "GenericWebPlatform",
15940
+ type: "https://schema.org/DigitalPlatformEnumeration"
15767
15941
  term :Genetic,
15768
15942
  comment: "A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders.",
15769
15943
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
@@ -15824,6 +15998,12 @@ module RDF::Vocab
15824
15998
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2534",
15825
15999
  label: "HealthCare",
15826
16000
  type: "https://schema.org/GovernmentBenefitsType"
16001
+ term :HealthcareConsideration,
16002
+ comment: "Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device.",
16003
+ "https://schema.org/isPartOf": "https://pending.schema.org",
16004
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
16005
+ label: "HealthcareConsideration",
16006
+ type: "https://schema.org/AdultOrientedEnumeration"
15827
16007
  term :HearingImpairedSupported,
15828
16008
  comment: "Uses devices to support users with hearing impairments.",
15829
16009
  label: "HearingImpairedSupported",
@@ -15854,6 +16034,12 @@ module RDF::Vocab
15854
16034
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374",
15855
16035
  label: "HowOrWhereHealthAspect",
15856
16036
  type: "https://schema.org/HealthAspectEnumeration"
16037
+ term :IOSPlatform,
16038
+ comment: "Represents the broad notion of iOS-based operating systems.",
16039
+ "https://schema.org/isPartOf": "https://pending.schema.org",
16040
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
16041
+ label: "IOSPlatform",
16042
+ type: "https://schema.org/DigitalPlatformEnumeration"
15857
16043
  term :InForce,
15858
16044
  comment: "Indicates that a legislation is in force.",
15859
16045
  exactMatch: "http://data.europa.eu/eli/ontology#InForce-inForce",
@@ -15870,7 +16056,7 @@ module RDF::Vocab
15870
16056
  label: "InStoreOnly",
15871
16057
  type: "https://schema.org/ItemAvailability"
15872
16058
  term :Infectious,
15873
- comment: "Something in medical science that pertains to infectious diseases i.e caused by bacterial, viral, fungal or parasitic infections.",
16059
+ comment: "Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections.",
15874
16060
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
15875
16061
  label: "Infectious",
15876
16062
  type: "https://schema.org/MedicalSpecialty"
@@ -16069,6 +16255,12 @@ module RDF::Vocab
16069
16255
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
16070
16256
  label: "MixtapeAlbum",
16071
16257
  type: "https://schema.org/MusicAlbumProductionType"
16258
+ term :MobileWebPlatform,
16259
+ comment: "Represents the broad notion of 'mobile' browsers as a Web Platform.",
16260
+ "https://schema.org/isPartOf": "https://pending.schema.org",
16261
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
16262
+ label: "MobileWebPlatform",
16263
+ type: "https://schema.org/DigitalPlatformEnumeration"
16072
16264
  term :Monday,
16073
16265
  comment: "The day of the week between Sunday and Tuesday.",
16074
16266
  "https://schema.org/sameAs": "http://www.wikidata.org/entity/Q105",
@@ -16093,6 +16285,12 @@ module RDF::Vocab
16093
16285
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
16094
16286
  label: "MusculoskeletalExam",
16095
16287
  type: "https://schema.org/PhysicalExam"
16288
+ term :NarcoticConsideration,
16289
+ comment: "Item is a narcotic as defined by the [1961 UN convention](https://www.incb.org/incb/en/narcotic-drugs/Yellowlist/yellow-list.html), for example marijuana or heroin.",
16290
+ "https://schema.org/isPartOf": "https://pending.schema.org",
16291
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
16292
+ label: "NarcoticConsideration",
16293
+ type: "https://schema.org/AdultOrientedEnumeration"
16096
16294
  term :Neck,
16097
16295
  comment: "Neck assessment with clinical examination.",
16098
16296
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
@@ -16250,7 +16448,7 @@ module RDF::Vocab
16250
16448
  label: "Nonprofit501c28",
16251
16449
  type: "https://schema.org/USNonprofitType"
16252
16450
  term :Nonprofit501c3,
16253
- comment: "Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, to Foster National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations.",
16451
+ comment: "Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, Fostering National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations.",
16254
16452
  "https://schema.org/isPartOf": "https://pending.schema.org",
16255
16453
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2543",
16256
16454
  label: "Nonprofit501c3",
@@ -16328,7 +16526,7 @@ module RDF::Vocab
16328
16526
  label: "Nonprofit501q",
16329
16527
  type: "https://schema.org/USNonprofitType"
16330
16528
  term :Nonprofit527,
16331
- comment: "Nonprofit527: Non-profit type referring to Political organizations.",
16529
+ comment: "Nonprofit527: Non-profit type referring to political organizations.",
16332
16530
  "https://schema.org/isPartOf": "https://pending.schema.org",
16333
16531
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2543",
16334
16532
  label: "Nonprofit527",
@@ -16390,7 +16588,7 @@ module RDF::Vocab
16390
16588
  label: "OccupationalActivity",
16391
16589
  type: "https://schema.org/PhysicalActivityCategory"
16392
16590
  term :OfficialLegalValue,
16393
- comment: "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications).",
16591
+ comment: "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of an EU directive published by the EU Office of Publications).",
16394
16592
  exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-official",
16395
16593
  "https://schema.org/isPartOf": "https://pending.schema.org",
16396
16594
  "https://schema.org/source": ["http://publications.europa.eu/mdr/eli/index.html", "https://github.com/schemaorg/schemaorg/issues/1156"],
@@ -16605,7 +16803,7 @@ module RDF::Vocab
16605
16803
  label: "PharmacySpecialty",
16606
16804
  type: "https://schema.org/MedicalSpecialty"
16607
16805
  term :Physiotherapy,
16608
- comment: "The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery..",
16806
+ comment: "The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery.",
16609
16807
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
16610
16808
  label: "Physiotherapy",
16611
16809
  subClassOf: "https://schema.org/MedicalBusiness",
@@ -16742,6 +16940,12 @@ module RDF::Vocab
16742
16940
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
16743
16941
  label: "Recruiting",
16744
16942
  type: "https://schema.org/MedicalStudyStatus"
16943
+ term :ReducedRelevanceForChildrenConsideration,
16944
+ comment: "A general code for cases where relevance to children is reduced, e.g. adult education, mortgages, retirement-related products, etc.",
16945
+ "https://schema.org/isPartOf": "https://pending.schema.org",
16946
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
16947
+ label: "ReducedRelevanceForChildrenConsideration",
16948
+ type: "https://schema.org/AdultOrientedEnumeration"
16745
16949
  term :RefurbishedCondition,
16746
16950
  comment: "Indicates that the item is refurbished.",
16747
16951
  label: "RefurbishedCondition",
@@ -16801,7 +17005,7 @@ module RDF::Vocab
16801
17005
  subClassOf: "https://schema.org/MedicalTherapy",
16802
17006
  type: "https://schema.org/MedicalSpecialty"
16803
17007
  term :RestockingFees,
16804
- comment: "Specifies that the customer must pay a restocking fee when returning a product",
17008
+ comment: "Specifies that the customer must pay a restocking fee when returning a product.",
16805
17009
  "https://schema.org/isPartOf": "https://pending.schema.org",
16806
17010
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
16807
17011
  label: "RestockingFees",
@@ -16828,7 +17032,7 @@ module RDF::Vocab
16828
17032
  label: "ReturnAtKiosk",
16829
17033
  type: "https://schema.org/ReturnMethodEnumeration"
16830
17034
  term :ReturnByMail,
16831
- comment: "Specifies that product returns must to be done by mail.",
17035
+ comment: "Specifies that product returns must be done by mail.",
16832
17036
  "https://schema.org/isPartOf": "https://pending.schema.org",
16833
17037
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
16834
17038
  label: "ReturnByMail",
@@ -16864,7 +17068,7 @@ module RDF::Vocab
16864
17068
  label: "ReturnLabelInBox",
16865
17069
  type: "https://schema.org/ReturnLabelSourceEnumeration"
16866
17070
  term :ReturnShippingFees,
16867
- comment: "Specifies that the customer must pay the return shipping costs when returning a product",
17071
+ comment: "Specifies that the customer must pay the return shipping costs when returning a product.",
16868
17072
  "https://schema.org/isPartOf": "https://pending.schema.org",
16869
17073
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
16870
17074
  label: "ReturnShippingFees",
@@ -16948,6 +17152,12 @@ module RDF::Vocab
16948
17152
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374",
16949
17153
  label: "SelfCareHealthAspect",
16950
17154
  type: "https://schema.org/HealthAspectEnumeration"
17155
+ term :SexualContentConsideration,
17156
+ comment: "The item contains sexually oriented content such as nudity, suggestive or explicit material, or related online services, or is intended to enhance sexual activity. Examples: Erotic videos or magazine, sexual enhancement devices, sex toys.",
17157
+ "https://schema.org/isPartOf": "https://pending.schema.org",
17158
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
17159
+ label: "SexualContentConsideration",
17160
+ type: "https://schema.org/AdultOrientedEnumeration"
16951
17161
  term :SideEffectsHealthAspect,
16952
17162
  comment: "Side effects that can be observed from the usage of the topic.",
16953
17163
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -17022,7 +17232,7 @@ module RDF::Vocab
17022
17232
  label: "StagesHealthAspect",
17023
17233
  type: "https://schema.org/HealthAspectEnumeration"
17024
17234
  term :StoreCreditRefund,
17025
- comment: "Specifies that the customer receives a store credit as refund when returning a product",
17235
+ comment: "Specifies that the customer receives a store credit as refund when returning a product.",
17026
17236
  "https://schema.org/isPartOf": "https://pending.schema.org",
17027
17237
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
17028
17238
  label: "StoreCreditRefund",
@@ -17090,6 +17300,12 @@ module RDF::Vocab
17090
17300
  "https://schema.org/sameAs": "http://www.wikidata.org/entity/Q129",
17091
17301
  label: "Thursday",
17092
17302
  type: "https://schema.org/DayOfWeek"
17303
+ term :TobaccoNicotineConsideration,
17304
+ comment: "Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs.",
17305
+ "https://schema.org/isPartOf": "https://pending.schema.org",
17306
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
17307
+ label: "TobaccoNicotineConsideration",
17308
+ type: "https://schema.org/AdultOrientedEnumeration"
17093
17309
  term :TollFree,
17094
17310
  comment: "The associated telephone number is toll free.",
17095
17311
  label: "TollFree",
@@ -17105,7 +17321,7 @@ module RDF::Vocab
17105
17321
  label: "TraditionalChinese",
17106
17322
  type: "https://schema.org/MedicineSystem"
17107
17323
  term :TransformedContent,
17108
- comment: "Content coded 'transformed content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'transformed content': or all of the video has been manipulated to transform the footage itself. This category includes using tools like the Adobe Suite to change the speed of the video, add or remove visual elements or dub audio. Deepfakes are also a subset of transformation.\n\nFor an [[ImageObject]] to be transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an [[ImageObject]] with embedded text to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an [[AudioObject]] to be 'transformed content': Part or all of the audio has been manipulated to alter the words or sounds, or the audio has been synthetically generated, such as to create a sound-alike voice.\n",
17324
+ comment: "Content coded 'transformed content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'transformed content': or all of the video has been manipulated to transform the footage itself. This category includes using tools like the Adobe Suite to change the speed of the video, add or remove visual elements or dub audio. Deepfakes are also a subset of transformation.\n\nFor an [[ImageObject]] to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an [[ImageObject]] with embedded text to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an [[AudioObject]] to be 'transformed content': Part or all of the audio has been manipulated to alter the words or sounds, or the audio has been synthetically generated, such as to create a sound-alike voice.\n",
17109
17325
  "https://schema.org/isPartOf": "https://pending.schema.org",
17110
17326
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450",
17111
17327
  label: "TransformedContent",
@@ -17151,6 +17367,12 @@ module RDF::Vocab
17151
17367
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org",
17152
17368
  label: "Ultrasound",
17153
17369
  type: "https://schema.org/MedicalImagingTechnique"
17370
+ term :UnclassifiedAdultConsideration,
17371
+ comment: "The item is suitable only for adults, without indicating why. Due to widespread use of \"adult\" as a euphemism for \"sexual\", many such items are likely suited also for the SexualContentConsideration code.",
17372
+ "https://schema.org/isPartOf": "https://pending.schema.org",
17373
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
17374
+ label: "UnclassifiedAdultConsideration",
17375
+ type: "https://schema.org/AdultOrientedEnumeration"
17154
17376
  term :UnemploymentSupport,
17155
17377
  comment: "UnemploymentSupport: this is a benefit for unemployment support.",
17156
17378
  "https://schema.org/isPartOf": "https://pending.schema.org",
@@ -17202,6 +17424,18 @@ module RDF::Vocab
17202
17424
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
17203
17425
  label: "VinylFormat",
17204
17426
  type: "https://schema.org/MusicReleaseFormatType"
17427
+ term :ViolenceConsideration,
17428
+ comment: "Item shows or promotes violence.",
17429
+ "https://schema.org/isPartOf": "https://pending.schema.org",
17430
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
17431
+ label: "ViolenceConsideration",
17432
+ type: "https://schema.org/AdultOrientedEnumeration"
17433
+ term :WeaponConsideration,
17434
+ comment: "The item is intended to induce bodily harm, for example guns, mace, combat knives, brass knuckles, nail or other bombs, and spears.",
17435
+ "https://schema.org/isPartOf": "https://pending.schema.org",
17436
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
17437
+ label: "WeaponConsideration",
17438
+ type: "https://schema.org/AdultOrientedEnumeration"
17205
17439
  term :WearableMeasurementBack,
17206
17440
  comment: "Measurement of the back section, for example of a jacket",
17207
17441
  "https://schema.org/isPartOf": "https://pending.schema.org",