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.
- checksums.yaml +4 -4
- data/README.md +61 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab/bf2.rb +114 -36
- data/lib/rdf/vocab/bibframe.rb +114 -36
- data/lib/rdf/vocab/dbo.rb +440 -70
- data/lib/rdf/vocab/identifiers.rb +346 -65
- data/lib/rdf/vocab/marcrelators.rb +28 -8
- data/lib/rdf/vocab/rdau.rb +478 -461
- data/lib/rdf/vocab/rightsstatements.rb +12 -12
- data/lib/rdf/vocab/schema.rb +468 -234
- data/lib/rdf/vocab/schemas.rb +468 -234
- data/lib/rdf/vocab/wot.rb +50 -131
- data/lib/rdf/vocab/xkos.rb +2 -2
- metadata +11 -5
data/lib/rdf/vocab/schema.rb
CHANGED
@@ -59,7 +59,7 @@ module RDF::Vocab
|
|
59
59
|
subClassOf: "http://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
|
62
|
+
comment: "A set of requirements that must be fulfilled in order to perform an Action.",
|
63
63
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741",
|
64
64
|
label: "ActionAccessSpecification",
|
65
65
|
subClassOf: "http://schema.org/Intangible",
|
@@ -89,6 +89,13 @@ module RDF::Vocab
|
|
89
89
|
label: "AdultEntertainment",
|
90
90
|
subClassOf: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
95
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
96
|
+
label: "AdultOrientedEnumeration",
|
97
|
+
subClassOf: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -137,7 +144,7 @@ module RDF::Vocab
|
|
137
144
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
138
145
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2646",
|
139
146
|
label: "AmpStory",
|
140
|
-
subClassOf: "http://schema.org/CreativeWork",
|
147
|
+
subClassOf: ["http://schema.org/CreativeWork", "http://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: "http://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
|
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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
163
170
|
label: "AnatomicalSystem",
|
164
171
|
subClassOf: "http://schema.org/MedicalEntity",
|
@@ -175,7 +182,7 @@ module RDF::Vocab
|
|
175
182
|
subClassOf: "http://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 (
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
180
187
|
label: "Apartment",
|
181
188
|
subClassOf: "http://schema.org/Accommodation",
|
@@ -429,7 +436,7 @@ module RDF::Vocab
|
|
429
436
|
subClassOf: "http://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
|
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: "http://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: "http://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: "http://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: "http://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 (
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
664
671
|
label: "Campground",
|
665
672
|
subClassOf: ["http://schema.org/CivicStructure", "http://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))
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
670
677
|
label: "CampingPitch",
|
671
678
|
subClassOf: "http://schema.org/Accommodation",
|
@@ -734,12 +741,12 @@ module RDF::Vocab
|
|
734
741
|
subClassOf: "http://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
|
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: "http://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
|
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: "http://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: "http://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
|
"http://schema.org/isPartOf": "http://bib.schema.org",
|
832
839
|
label: "Collection",
|
833
840
|
subClassOf: "http://schema.org/CreativeWork",
|
@@ -892,7 +899,7 @@ module RDF::Vocab
|
|
892
899
|
subClassOf: "http://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),
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
897
904
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1397",
|
898
905
|
label: "CompleteDataFeed",
|
@@ -990,7 +997,7 @@ module RDF::Vocab
|
|
990
997
|
subClassOf: "http://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
|
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: ["http://schema.org/CreativeWork", "http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1016
1023
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2490",
|
1017
1024
|
label: "CovidTestingFacility",
|
@@ -1029,12 +1036,12 @@ module RDF::Vocab
|
|
1029
1036
|
subClassOf: "http://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.
|
1039
|
+
comment: "A media season, e.g. TV, radio, video game etc.",
|
1033
1040
|
label: "CreativeWorkSeason",
|
1034
1041
|
subClassOf: "http://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
|
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: ["http://schema.org/CreativeWork", "http://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: "http://schema.org/CreativeWork",
|
1094
1101
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1095
1102
|
term :DataDownload,
|
1096
|
-
comment: "
|
1103
|
+
comment: "All or part of a [[Dataset]] in downloadable form. ",
|
1097
1104
|
equivalentClass: "http://www.w3.org/ns/dcat#Distribution",
|
1098
1105
|
"http://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://schema.org/DataType", "http://www.w3.org/2000/01/rdf-schema#Class"]
|
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
|
"http://schema.org/supersededBy": "http://schema.org/MonetaryAmount",
|
1135
1142
|
label: "DatedMoneySpecification",
|
1136
1143
|
subClassOf: "http://schema.org/StructuredValue",
|
@@ -1171,7 +1178,7 @@ module RDF::Vocab
|
|
1171
1178
|
subClassOf: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1176
1183
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/894",
|
1177
1184
|
label: "DefinedTermSet",
|
@@ -1200,7 +1207,7 @@ module RDF::Vocab
|
|
1200
1207
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1205
1212
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
1206
1213
|
label: "DeliveryTimeSettings",
|
@@ -1218,7 +1225,7 @@ module RDF::Vocab
|
|
1218
1225
|
subClassOf: ["http://schema.org/LocalBusiness", "http://schema.org/MedicalBusiness", "http://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
|
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: "http://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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
1257
1264
|
label: "DietarySupplement",
|
1258
|
-
subClassOf: "http://schema.org/Substance",
|
1265
|
+
subClassOf: ["http://schema.org/Product", "http://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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1285
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
|
1286
|
+
label: "DigitalPlatformEnumeration",
|
1287
|
+
subClassOf: "http://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: "http://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
|
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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
1349
1363
|
label: "Drug",
|
1350
|
-
subClassOf: "http://schema.org/Substance",
|
1364
|
+
subClassOf: ["http://schema.org/Product", "http://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: "http://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/
|
1514
|
+
comment: "An agent approves/certifies/likes/supports/sanctions an object.",
|
1501
1515
|
label: "EndorseAction",
|
1502
1516
|
subClassOf: "http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1730
1744
|
"http://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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1773
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
|
1774
|
+
label: "GameAvailabilityEnumeration",
|
1775
|
+
subClassOf: "http://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: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1883
1904
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2405",
|
1884
1905
|
label: "Guide",
|
1885
1906
|
subClassOf: "http://schema.org/CreativeWork",
|
1886
1907
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1887
1908
|
term :HVACBusiness,
|
1888
|
-
comment: "A business that
|
1909
|
+
comment: "A business that provides Heating, Ventilation and Air Conditioning services.",
|
1889
1910
|
label: "HVACBusiness",
|
1890
1911
|
subClassOf: "http://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: "http://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 (
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
1999
2020
|
label: "Hotel",
|
2000
2021
|
subClassOf: "http://schema.org/LodgingBusiness",
|
@@ -2006,7 +2027,7 @@ module RDF::Vocab
|
|
2006
2027
|
subClassOf: "http://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 (
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
2011
2032
|
label: "House",
|
2012
2033
|
subClassOf: "http://schema.org/Accommodation",
|
@@ -2027,7 +2048,7 @@ module RDF::Vocab
|
|
2027
2048
|
subClassOf: ["http://schema.org/CreativeWork", "http://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
|
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: "http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2345
2366
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1045",
|
2346
2367
|
label: "LinkRole",
|
@@ -2463,7 +2484,7 @@ module RDF::Vocab
|
|
2463
2484
|
subClassOf: "http://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
|
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: "http://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: "http://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
|
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: "http://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,
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2485
2506
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450",
|
2486
2507
|
label: "MediaReview",
|
@@ -2512,7 +2533,7 @@ module RDF::Vocab
|
|
2512
2533
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
2517
2538
|
label: "MedicalBusiness",
|
2518
2539
|
subClassOf: "http://schema.org/LocalBusiness",
|
@@ -2548,7 +2569,7 @@ module RDF::Vocab
|
|
2548
2569
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
2553
2574
|
label: "MedicalContraindication",
|
2554
2575
|
subClassOf: "http://schema.org/MedicalEntity",
|
@@ -2735,7 +2756,7 @@ module RDF::Vocab
|
|
2735
2756
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
2740
2761
|
label: "MedicalTrial",
|
2741
2762
|
subClassOf: "http://schema.org/MedicalStudy",
|
@@ -2760,7 +2781,7 @@ module RDF::Vocab
|
|
2760
2781
|
subClassOf: "http://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 (
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
2765
2786
|
label: "MeetingRoom",
|
2766
2787
|
subClassOf: "http://schema.org/Room",
|
@@ -2860,7 +2881,7 @@ module RDF::Vocab
|
|
2860
2881
|
subClassOf: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2865
2886
|
"http://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: "http://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
|
2986
|
+
comment: "Classification of the album by its type of content: soundtrack, live album, studio album, etc.",
|
2966
2987
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
2967
2988
|
label: "MusicAlbumProductionType",
|
2968
2989
|
subClassOf: "http://schema.org/Enumeration",
|
@@ -3006,7 +3027,7 @@ module RDF::Vocab
|
|
3006
3027
|
subClassOf: "http://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,
|
3030
|
+
comment: "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.).",
|
3010
3031
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
3011
3032
|
label: "MusicReleaseFormatType",
|
3012
3033
|
subClassOf: "http://schema.org/Enumeration",
|
@@ -3092,7 +3113,7 @@ module RDF::Vocab
|
|
3092
3113
|
subClassOf: "http://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
|
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://schema.org/DataType", "http://www.w3.org/2000/01/rdf-schema#Class"]
|
3098
3119
|
term :NutritionInformation,
|
@@ -3162,7 +3183,7 @@ module RDF::Vocab
|
|
3162
3183
|
subClassOf: "http://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\
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3167
3188
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
3168
3189
|
label: "OfferShippingDetails",
|
@@ -3174,10 +3195,24 @@ module RDF::Vocab
|
|
3174
3195
|
subClassOf: "http://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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3205
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3028",
|
3206
|
+
label: "OnlineBusiness",
|
3207
|
+
subClassOf: "http://schema.org/Organization",
|
3208
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3209
|
+
term :OnlineStore,
|
3210
|
+
comment: "An eCommerce site.",
|
3211
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3212
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3028",
|
3213
|
+
label: "OnlineStore",
|
3214
|
+
subClassOf: "http://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
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass",
|
@@ -3357,7 +3392,7 @@ module RDF::Vocab
|
|
3357
3392
|
subClassOf: "http://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
|
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
|
"http://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: "http://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,
|
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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3492
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
|
3493
|
+
label: "PlayGameAction",
|
3494
|
+
subClassOf: "http://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: "http://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
|
3548
|
+
comment: "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.",
|
3507
3549
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3508
3550
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
3509
3551
|
label: "PostalCodeRangeSpecification",
|
@@ -3689,7 +3731,7 @@ module RDF::Vocab
|
|
3689
3731
|
subClassOf: "http://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: "http://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: "http://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
|
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: "http://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: "http://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
|
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: "http://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: "http://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: "http://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: "http://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]]
|
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: "http://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: "http://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
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
3979
4021
|
label: "Resort",
|
3980
4022
|
subClassOf: "http://schema.org/LodgingBusiness",
|
@@ -4053,7 +4095,7 @@ module RDF::Vocab
|
|
4053
4095
|
subClassOf: "http://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
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
4058
4100
|
label: "Room",
|
4059
4101
|
subClassOf: "http://schema.org/Accommodation",
|
@@ -4081,7 +4123,7 @@ module RDF::Vocab
|
|
4081
4123
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4086
4128
|
"http://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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4177
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3052",
|
4178
|
+
label: "SearchRescueOrganization",
|
4179
|
+
subClassOf: "http://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: "http://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.
|
4187
|
+
comment: "A media season, e.g. TV, radio, video game etc.",
|
4139
4188
|
"http://schema.org/supersededBy": "http://schema.org/CreativeWorkSeason",
|
4140
4189
|
label: "Season",
|
4141
4190
|
subClassOf: "http://schema.org/CreativeWork",
|
@@ -4163,7 +4212,7 @@ module RDF::Vocab
|
|
4163
4212
|
subClassOf: "http://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: "http://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: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4306
4355
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2490",
|
4307
4356
|
label: "SpecialAnnouncement",
|
@@ -4358,14 +4407,14 @@ module RDF::Vocab
|
|
4358
4407
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4363
4412
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2912",
|
4364
4413
|
label: "Statement",
|
4365
4414
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4370
4419
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291",
|
4371
4420
|
label: "StatisticalPopulation",
|
@@ -4417,7 +4466,7 @@ module RDF::Vocab
|
|
4417
4466
|
subClassOf: "http://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 (
|
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
|
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology",
|
4422
4471
|
label: "Suite",
|
4423
4472
|
subClassOf: "http://schema.org/Accommodation",
|
@@ -4471,7 +4520,7 @@ module RDF::Vocab
|
|
4471
4520
|
subClassOf: "http://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
|
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: "http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4601
4650
|
"http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4613
4662
|
"http://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: "http://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
|
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: "http://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: "http://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
|
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: "http://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: "http://schema.org/MedicalSign",
|
4877
4926
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4878
4927
|
term :Volcano,
|
4879
|
-
comment: "A volcano, like
|
4928
|
+
comment: "A volcano, like Fujisan.",
|
4880
4929
|
label: "Volcano",
|
4881
4930
|
subClassOf: "http://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: "http://schema.org/StructuredValue",
|
4918
4967
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4919
4968
|
term :WarrantyScope,
|
4920
|
-
comment: "A range of
|
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
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass",
|
4922
4971
|
label: "WarrantyScope",
|
4923
4972
|
subClassOf: "http://schema.org/Enumeration",
|
@@ -4971,7 +5020,7 @@ module RDF::Vocab
|
|
4971
5020
|
subClassOf: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4976
5025
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2358",
|
4977
5026
|
label: "WebContent",
|
@@ -5103,39 +5152,39 @@ module RDF::Vocab
|
|
5103
5152
|
rangeIncludes: "http://schema.org/Text",
|
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.
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
5108
5157
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1100",
|
5109
5158
|
label: "accessMode",
|
5110
5159
|
rangeIncludes: "http://schema.org/Text",
|
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.
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
5115
5164
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1100",
|
5116
5165
|
label: "accessModeSufficient",
|
5117
5166
|
rangeIncludes: "http://schema.org/ItemList",
|
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
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
5122
5171
|
label: "accessibilityAPI",
|
5123
5172
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
5128
5177
|
label: "accessibilityControl",
|
5129
5178
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
5134
5183
|
label: "accessibilityFeature",
|
5135
5184
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
5140
5189
|
label: "accessibilityHazard",
|
5141
5190
|
rangeIncludes: "http://schema.org/Text",
|
@@ -5148,7 +5197,7 @@ module RDF::Vocab
|
|
5148
5197
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/Accommodation",
|
5153
5202
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
5154
5203
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2373",
|
@@ -5218,7 +5267,7 @@ module RDF::Vocab
|
|
5218
5267
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/ConsumeAction",
|
5223
5272
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741",
|
5224
5273
|
label: "actionAccessibilityRequirement",
|
@@ -5241,7 +5290,7 @@ module RDF::Vocab
|
|
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
|
domainIncludes: "http://schema.org/EntryPoint",
|
5243
5292
|
label: "actionPlatform",
|
5244
|
-
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
5293
|
+
rangeIncludes: ["http://schema.org/DigitalPlatformEnumeration", "http://schema.org/Text", "http://schema.org/URL"],
|
5245
5294
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5246
5295
|
property :actionStatus,
|
5247
5296
|
comment: "Indicates the current disposition of the Action.",
|
@@ -5280,13 +5329,13 @@ module RDF::Vocab
|
|
5280
5329
|
rangeIncludes: ["http://schema.org/QuantitativeValue", "http://schema.org/Text"],
|
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
|
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
|
domainIncludes: ["http://schema.org/Clip", "http://schema.org/CreativeWorkSeason", "http://schema.org/Episode", "http://schema.org/Event", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/PodcastSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGame", "http://schema.org/VideoGameSeries", "http://schema.org/VideoObject"],
|
5285
5334
|
label: "actor",
|
5286
5335
|
rangeIncludes: "http://schema.org/Person",
|
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
|
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
|
domainIncludes: ["http://schema.org/Clip", "http://schema.org/Episode", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGame", "http://schema.org/VideoGameSeries", "http://schema.org/VideoObject"],
|
5291
5340
|
"http://schema.org/supersededBy": "http://schema.org/actor",
|
5292
5341
|
label: "actors",
|
@@ -5304,6 +5353,7 @@ module RDF::Vocab
|
|
5304
5353
|
domainIncludes: "http://schema.org/Person",
|
5305
5354
|
label: "additionalName",
|
5306
5355
|
rangeIncludes: "http://schema.org/Text",
|
5356
|
+
subPropertyOf: "http://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
|
rangeIncludes: "http://schema.org/Number",
|
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
|
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. http://schema.org/width, http://schema.org/color, http://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
|
domainIncludes: ["http://schema.org/MerchantReturnPolicy", "http://schema.org/Place", "http://schema.org/Product", "http://schema.org/QualitativeValue", "http://schema.org/QuantitativeValue"],
|
5317
5367
|
label: "additionalProperty",
|
5318
5368
|
rangeIncludes: "http://schema.org/PropertyValue",
|
@@ -5351,7 +5401,7 @@ module RDF::Vocab
|
|
5351
5401
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: ["http://schema.org/DefinedRegion", "http://schema.org/PostalAddress"],
|
5356
5406
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
5357
5407
|
label: "addressRegion",
|
@@ -5372,7 +5422,7 @@ module RDF::Vocab
|
|
5372
5422
|
rangeIncludes: "http://schema.org/QuantitativeValue",
|
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
|
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
|
domainIncludes: ["http://schema.org/MedicalDevice", "http://schema.org/TherapeuticProcedure"],
|
5377
5427
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
5378
5428
|
label: "adverseOutcome",
|
@@ -5399,7 +5449,7 @@ module RDF::Vocab
|
|
5399
5449
|
rangeIncludes: ["http://schema.org/MediaObject", "http://schema.org/URL"],
|
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).
|
5452
|
+
comment: "The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book.",
|
5403
5453
|
domainIncludes: "http://schema.org/Action",
|
5404
5454
|
label: "agent",
|
5405
5455
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
@@ -5423,7 +5473,7 @@ module RDF::Vocab
|
|
5423
5473
|
rangeIncludes: "http://schema.org/MusicAlbum",
|
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
|
5476
|
+
comment: "Classification of the album by its type of content: soundtrack, live album, studio album, etc.",
|
5427
5477
|
domainIncludes: "http://schema.org/MusicAlbum",
|
5428
5478
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
5429
5479
|
label: "albumProductionType",
|
@@ -5563,7 +5613,7 @@ module RDF::Vocab
|
|
5563
5613
|
rangeIncludes: "http://schema.org/Muscle",
|
5564
5614
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5565
5615
|
property :appearance,
|
5566
|
-
comment: "Indicates an
|
5616
|
+
comment: "Indicates an occurrence of a [[Claim]] in some [[CreativeWork]].",
|
5567
5617
|
domainIncludes: "http://schema.org/Claim",
|
5568
5618
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
5569
5619
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1828",
|
@@ -5571,6 +5621,14 @@ module RDF::Vocab
|
|
5571
5621
|
rangeIncludes: "http://schema.org/CreativeWork",
|
5572
5622
|
subPropertyOf: "http://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
|
+
domainIncludes: "http://schema.org/MerchantReturnPolicy",
|
5627
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
5628
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3001",
|
5629
|
+
label: "applicableCountry",
|
5630
|
+
rangeIncludes: ["http://schema.org/Country", "http://schema.org/Text"],
|
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
|
domainIncludes: ["http://schema.org/DrugCost", "http://schema.org/DrugLegalStatus"],
|
@@ -5736,7 +5794,7 @@ module RDF::Vocab
|
|
5736
5794
|
rangeIncludes: ["http://schema.org/Integer", "http://schema.org/Text"],
|
5737
5795
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5738
5796
|
property :artMedium,
|
5739
|
-
comment: "The material used. (
|
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
|
domainIncludes: "http://schema.org/VisualArtwork",
|
5741
5799
|
label: "artMedium",
|
5742
5800
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
@@ -5780,6 +5838,15 @@ module RDF::Vocab
|
|
5780
5838
|
label: "artworkSurface",
|
5781
5839
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
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
|
+
domainIncludes: ["http://schema.org/Demand", "http://schema.org/Offer", "http://schema.org/Product"],
|
5844
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
5845
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
5846
|
+
label: "asin",
|
5847
|
+
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
5848
|
+
subPropertyOf: "http://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
|
domainIncludes: "http://schema.org/MedicalWebPage",
|
@@ -5789,14 +5856,14 @@ module RDF::Vocab
|
|
5789
5856
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/APIReference",
|
5794
5861
|
"http://schema.org/supersededBy": "http://schema.org/executableLibraryName",
|
5795
5862
|
label: "assembly",
|
5796
5863
|
rangeIncludes: "http://schema.org/Text",
|
5797
5864
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5798
5865
|
property :assemblyVersion,
|
5799
|
-
comment: "Associated product/technology version.
|
5866
|
+
comment: "Associated product/technology version. E.g., .NET Framework 4.5.",
|
5800
5867
|
domainIncludes: "http://schema.org/APIReference",
|
5801
5868
|
label: "assemblyVersion",
|
5802
5869
|
rangeIncludes: "http://schema.org/Text",
|
@@ -5975,7 +6042,7 @@ module RDF::Vocab
|
|
5975
6042
|
rangeIncludes: "http://schema.org/AdministrativeArea",
|
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
|
domainIncludes: ["http://schema.org/ContactPoint", "http://schema.org/LodgingBusiness", "http://schema.org/ServiceChannel", "http://schema.org/TouristAttraction"],
|
5980
6047
|
label: "availableLanguage",
|
5981
6048
|
rangeIncludes: ["http://schema.org/Language", "http://schema.org/Text"],
|
@@ -6288,7 +6355,7 @@ module RDF::Vocab
|
|
6288
6355
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/LocalBusiness",
|
6293
6360
|
"http://schema.org/supersededBy": "http://schema.org/parentOrganization",
|
6294
6361
|
label: "branchOf",
|
@@ -6332,7 +6399,7 @@ module RDF::Vocab
|
|
6332
6399
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: ["http://schema.org/BroadcastChannel", "http://schema.org/BroadcastService"],
|
6337
6404
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1004",
|
6338
6405
|
label: "broadcastFrequency",
|
@@ -6374,7 +6441,7 @@ module RDF::Vocab
|
|
6374
6441
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/BroadcastService",
|
6379
6446
|
label: "broadcastTimezone",
|
6380
6447
|
rangeIncludes: "http://schema.org/Text",
|
@@ -6550,7 +6617,7 @@ module RDF::Vocab
|
|
6550
6617
|
domainIncludes: ["http://schema.org/ActionAccessSpecification", "http://schema.org/Invoice", "http://schema.org/Offer", "http://schema.org/PhysicalActivity", "http://schema.org/Product", "http://schema.org/Recommendation", "http://schema.org/Service", "http://schema.org/SpecialAnnouncement"],
|
6551
6618
|
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1741", "https://github.com/schemaorg/schemaorg/issues/2490"],
|
6552
6619
|
label: "category",
|
6553
|
-
rangeIncludes: ["http://schema.org/PhysicalActivityCategory", "http://schema.org/Text", "http://schema.org/Thing", "http://schema.org/URL"],
|
6620
|
+
rangeIncludes: ["http://schema.org/CategoryCode", "http://schema.org/PhysicalActivityCategory", "http://schema.org/Text", "http://schema.org/Thing", "http://schema.org/URL"],
|
6554
6621
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
6555
6622
|
property :causeOf,
|
6556
6623
|
comment: "The condition, complication, symptom, sign, etc. caused.",
|
@@ -6596,6 +6663,14 @@ module RDF::Vocab
|
|
6596
6663
|
label: "checkinTime",
|
6597
6664
|
rangeIncludes: ["http://schema.org/DateTime", "http://schema.org/Time"],
|
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
|
+
domainIncludes: "http://schema.org/Offer",
|
6669
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
6670
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3135",
|
6671
|
+
label: "checkoutPageURLTemplate",
|
6672
|
+
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: ["http://schema.org/LodgingBusiness", "http://schema.org/LodgingReservation"],
|
@@ -6721,7 +6796,7 @@ module RDF::Vocab
|
|
6721
6796
|
rangeIncludes: "http://schema.org/MedicalCode",
|
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,
|
6799
|
+
comment: "Link to the repository where the un-compiled, human readable code and related code is located (SVN, GitHub, CodePlex).",
|
6725
6800
|
domainIncludes: "http://schema.org/SoftwareSourceCode",
|
6726
6801
|
label: "codeRepository",
|
6727
6802
|
rangeIncludes: "http://schema.org/URL",
|
@@ -6941,7 +7016,7 @@ module RDF::Vocab
|
|
6941
7016
|
rangeIncludes: "http://schema.org/Place",
|
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—for example,'MPAA PG-13'.",
|
7019
|
+
comment: "Official rating of a piece of content—for example, 'MPAA PG-13'.",
|
6945
7020
|
domainIncludes: "http://schema.org/CreativeWork",
|
6946
7021
|
label: "contentRating",
|
6947
7022
|
rangeIncludes: ["http://schema.org/Rating", "http://schema.org/Text"],
|
@@ -6955,7 +7030,7 @@ module RDF::Vocab
|
|
6955
7030
|
rangeIncludes: "http://schema.org/DateTime",
|
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)
|
7033
|
+
comment: "File size in (mega/kilo)bytes.",
|
6959
7034
|
domainIncludes: "http://schema.org/MediaObject",
|
6960
7035
|
label: "contentSize",
|
6961
7036
|
rangeIncludes: "http://schema.org/Text",
|
@@ -7043,7 +7118,7 @@ module RDF::Vocab
|
|
7043
7118
|
rangeIncludes: "http://schema.org/DrugCostCategory",
|
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
|
domainIncludes: "http://schema.org/DrugCost",
|
7048
7123
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
7049
7124
|
label: "costCurrency",
|
@@ -7112,7 +7187,7 @@ module RDF::Vocab
|
|
7112
7187
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/CourseInstance",
|
7117
7192
|
label: "courseMode",
|
7118
7193
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
@@ -7188,13 +7263,13 @@ module RDF::Vocab
|
|
7188
7263
|
rangeIncludes: "http://schema.org/CssSelectorType",
|
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
|
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
|
domainIncludes: "http://schema.org/LocalBusiness",
|
7193
7268
|
label: "currenciesAccepted",
|
7194
7269
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: ["http://schema.org/DatedMoneySpecification", "http://schema.org/ExchangeRateSpecification", "http://schema.org/LoanOrCredit", "http://schema.org/MonetaryAmount", "http://schema.org/MonetaryAmountDistribution"],
|
7199
7274
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1253",
|
7200
7275
|
label: "currency",
|
@@ -7351,7 +7426,7 @@ module RDF::Vocab
|
|
7351
7426
|
rangeIncludes: "http://schema.org/Number",
|
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
|
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
|
domainIncludes: "http://schema.org/CDCPMDRecord",
|
7356
7431
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
7357
7432
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2521",
|
@@ -7375,7 +7450,7 @@ module RDF::Vocab
|
|
7375
7450
|
rangeIncludes: "http://schema.org/Number",
|
7376
7451
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7377
7452
|
property :dataFeedElement,
|
7378
|
-
comment: "An item within
|
7453
|
+
comment: "An item within a data feed. Data feeds may have many elements.",
|
7379
7454
|
domainIncludes: "http://schema.org/DataFeed",
|
7380
7455
|
label: "dataFeedElement",
|
7381
7456
|
rangeIncludes: ["http://schema.org/DataFeedItem", "http://schema.org/Text", "http://schema.org/Thing"],
|
@@ -7457,7 +7532,7 @@ module RDF::Vocab
|
|
7457
7532
|
rangeIncludes: "http://schema.org/Date",
|
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
|
domainIncludes: "http://schema.org/NewsArticle",
|
7462
7537
|
label: "dateline",
|
7463
7538
|
rangeIncludes: "http://schema.org/Text",
|
@@ -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
|
-
domainIncludes: ["http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
7663
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
7589
7664
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
|
7590
7665
|
label: "depth",
|
7591
7666
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/QuantitativeValue"],
|
@@ -7649,13 +7724,13 @@ module RDF::Vocab
|
|
7649
7724
|
rangeIncludes: "http://schema.org/Boolean",
|
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.
|
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
|
domainIncludes: ["http://schema.org/Clip", "http://schema.org/CreativeWorkSeason", "http://schema.org/Episode", "http://schema.org/Event", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGame", "http://schema.org/VideoGameSeries", "http://schema.org/VideoObject"],
|
7654
7729
|
label: "director",
|
7655
7730
|
rangeIncludes: "http://schema.org/Person",
|
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.
|
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
|
domainIncludes: ["http://schema.org/Clip", "http://schema.org/Episode", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGame", "http://schema.org/VideoGameSeries", "http://schema.org/VideoObject"],
|
7660
7735
|
"http://schema.org/supersededBy": "http://schema.org/director",
|
7661
7736
|
label: "directors",
|
@@ -7681,7 +7756,7 @@ module RDF::Vocab
|
|
7681
7756
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/Order",
|
7686
7761
|
label: "discountCurrency",
|
7687
7762
|
rangeIncludes: "http://schema.org/Text",
|
@@ -7734,7 +7809,7 @@ module RDF::Vocab
|
|
7734
7809
|
rangeIncludes: "http://schema.org/MedicalSignOrSymptom",
|
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
|
domainIncludes: "http://schema.org/Dataset",
|
7739
7814
|
label: "distribution",
|
7740
7815
|
rangeIncludes: "http://schema.org/DataDownload",
|
@@ -7932,7 +8007,7 @@ module RDF::Vocab
|
|
7932
8007
|
rangeIncludes: "http://schema.org/MonetaryAmount",
|
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\"
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
7937
8012
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
7938
8013
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2469",
|
@@ -7990,7 +8065,7 @@ module RDF::Vocab
|
|
7990
8065
|
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/Text", "http://schema.org/URL"],
|
7991
8066
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7992
8067
|
property :educationalProgramMode,
|
7993
|
-
comment: "Similar to courseMode,
|
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
|
domainIncludes: "http://schema.org/EducationalOccupationalProgram",
|
7995
8070
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
7996
8071
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2419",
|
@@ -8010,7 +8085,7 @@ module RDF::Vocab
|
|
8010
8085
|
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/Text"],
|
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
|
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
|
domainIncludes: ["http://schema.org/GeoCoordinates", "http://schema.org/GeoShape"],
|
8015
8090
|
label: "elevation",
|
8016
8091
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/Text"],
|
@@ -8147,7 +8222,7 @@ module RDF::Vocab
|
|
8147
8222
|
rangeIncludes: "http://schema.org/MediaObject",
|
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
|
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
|
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/MediaObject"],
|
8152
8227
|
label: "encodingFormat",
|
8153
8228
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
@@ -8181,7 +8256,7 @@ module RDF::Vocab
|
|
8181
8256
|
rangeIncludes: ["http://schema.org/HyperTocEntry", "http://schema.org/Number"],
|
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.
|
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
|
domainIncludes: ["http://schema.org/Action", "http://schema.org/FoodEstablishmentReservation", "http://schema.org/InteractionCounter", "http://schema.org/MediaObject", "http://schema.org/Schedule"],
|
8186
8261
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493",
|
8187
8262
|
label: "endTime",
|
@@ -8226,7 +8301,7 @@ module RDF::Vocab
|
|
8226
8301
|
rangeIncludes: "http://schema.org/QuantitativeValue",
|
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#
|
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
|
domainIncludes: "http://schema.org/EngineSpecification",
|
8231
8306
|
"http://schema.org/isPartOf": "http://auto.schema.org",
|
8232
8307
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
|
@@ -8256,7 +8331,7 @@ module RDF::Vocab
|
|
8256
8331
|
rangeIncludes: "http://schema.org/Text",
|
8257
8332
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8258
8333
|
property :episode,
|
8259
|
-
comment: "An episode of a
|
8334
|
+
comment: "An episode of a TV, radio or game media within a series or season.",
|
8260
8335
|
domainIncludes: ["http://schema.org/CreativeWorkSeason", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGameSeries"],
|
8261
8336
|
label: "episode",
|
8262
8337
|
rangeIncludes: "http://schema.org/Episode",
|
@@ -8397,7 +8472,7 @@ module RDF::Vocab
|
|
8397
8472
|
rangeIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/Number"],
|
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
|
domainIncludes: "http://schema.org/APIReference",
|
8402
8477
|
label: "executableLibraryName",
|
8403
8478
|
rangeIncludes: "http://schema.org/Text",
|
@@ -8490,7 +8565,7 @@ module RDF::Vocab
|
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
8492
8567
|
label: "expires",
|
8493
|
-
rangeIncludes: "http://schema.org/Date",
|
8568
|
+
rangeIncludes: ["http://schema.org/Date", "http://schema.org/DateTime"],
|
8494
8569
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8495
8570
|
property :expressedIn,
|
8496
8571
|
comment: "Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system.",
|
@@ -8538,7 +8613,7 @@ module RDF::Vocab
|
|
8538
8613
|
rangeIncludes: "http://schema.org/Mass",
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
8543
8618
|
"http://schema.org/supersededBy": "http://schema.org/encodingFormat",
|
8544
8619
|
label: "fileFormat",
|
@@ -8559,7 +8634,7 @@ module RDF::Vocab
|
|
8559
8634
|
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/Text"],
|
8560
8635
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8561
8636
|
property :firstAppearance,
|
8562
|
-
comment: "Indicates the first known
|
8637
|
+
comment: "Indicates the first known occurrence of a [[Claim]] in some [[CreativeWork]].",
|
8563
8638
|
domainIncludes: "http://schema.org/Claim",
|
8564
8639
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8565
8640
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1828",
|
@@ -8684,7 +8759,7 @@ module RDF::Vocab
|
|
8684
8759
|
rangeIncludes: "http://schema.org/Boolean",
|
8685
8760
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8686
8761
|
property :freeShippingThreshold,
|
8687
|
-
comment: "A monetary value above
|
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
|
domainIncludes: "http://schema.org/ShippingRateSettings",
|
8689
8764
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8690
8765
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
@@ -8742,20 +8817,30 @@ module RDF::Vocab
|
|
8742
8817
|
rangeIncludes: ["http://schema.org/MedicalEntity", "http://schema.org/Text"],
|
8743
8818
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8744
8819
|
property :fundedItem,
|
8745
|
-
comment: "Indicates
|
8820
|
+
comment: "Indicates something directly or indirectly funded or sponsored through a [[Grant]]. See also [[ownershipFundingInfo]].",
|
8746
8821
|
domainIncludes: "http://schema.org/Grant",
|
8822
|
+
"http://schema.org/inverseOf": "http://schema.org/funding",
|
8747
8823
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8748
8824
|
"http://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"],
|
8749
8825
|
label: "fundedItem",
|
8750
|
-
rangeIncludes: "http://schema.org/
|
8826
|
+
rangeIncludes: ["http://schema.org/BioChemEntity", "http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/MedicalEntity", "http://schema.org/Organization", "http://schema.org/Person", "http://schema.org/Product"],
|
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
|
-
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/MonetaryGrant", "http://schema.org/Organization", "http://schema.org/Person"],
|
8830
|
+
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/Grant", "http://schema.org/MonetaryGrant", "http://schema.org/Organization", "http://schema.org/Person"],
|
8755
8831
|
label: "funder",
|
8756
8832
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
8757
8833
|
subPropertyOf: "http://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
|
+
domainIncludes: ["http://schema.org/BioChemEntity", "http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/MedicalEntity", "http://schema.org/Organization", "http://schema.org/Person", "http://schema.org/Product"],
|
8838
|
+
"http://schema.org/inverseOf": "http://schema.org/fundedItem",
|
8839
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8840
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/383", "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP"],
|
8841
|
+
label: "funding",
|
8842
|
+
rangeIncludes: "http://schema.org/Grant",
|
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
|
domainIncludes: "http://schema.org/GameServer",
|
@@ -8763,6 +8848,20 @@ module RDF::Vocab
|
|
8763
8848
|
label: "game",
|
8764
8849
|
rangeIncludes: "http://schema.org/VideoGame",
|
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
|
+
domainIncludes: "http://schema.org/PlayGameAction",
|
8854
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8855
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
|
8856
|
+
label: "gameAvailabilityType",
|
8857
|
+
rangeIncludes: ["http://schema.org/GameAvailabilityEnumeration", "http://schema.org/Text"],
|
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
|
+
domainIncludes: "http://schema.org/VideoGame",
|
8862
|
+
label: "gameEdition",
|
8863
|
+
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: ["http://schema.org/Game", "http://schema.org/VideoGameSeries"],
|
@@ -8839,13 +8938,13 @@ module RDF::Vocab
|
|
8839
8938
|
rangeIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
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.\" (
|
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
|
domainIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
8844
8943
|
label: "geoDisjoint",
|
8845
8944
|
rangeIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
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
|
domainIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
8850
8949
|
label: "geoEquals",
|
8851
8950
|
rangeIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
@@ -8857,7 +8956,7 @@ module RDF::Vocab
|
|
8857
8956
|
rangeIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
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
|
domainIncludes: "http://schema.org/GeoCircle",
|
8862
8961
|
label: "geoMidpoint",
|
8863
8962
|
rangeIncludes: "http://schema.org/GeoCoordinates",
|
@@ -8875,7 +8974,7 @@ module RDF::Vocab
|
|
8875
8974
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/Number", "http://schema.org/Text"],
|
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.\" (
|
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
|
domainIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
8880
8979
|
label: "geoTouches",
|
8881
8980
|
rangeIncludes: ["http://schema.org/GeospatialGeometry", "http://schema.org/Place"],
|
@@ -8951,12 +9050,12 @@ module RDF::Vocab
|
|
8951
9050
|
rangeIncludes: "http://schema.org/QualitativeValue",
|
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
|
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
|
domainIncludes: ["http://schema.org/Demand", "http://schema.org/Offer", "http://schema.org/Product"],
|
8956
9055
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8957
9056
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
8958
9057
|
label: "gtin",
|
8959
|
-
rangeIncludes: "http://schema.org/Text",
|
9058
|
+
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
8960
9059
|
subPropertyOf: "http://schema.org/identifier",
|
8961
9060
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8962
9061
|
property :gtin12,
|
@@ -9019,6 +9118,14 @@ module RDF::Vocab
|
|
9019
9118
|
label: "handlingTime",
|
9020
9119
|
rangeIncludes: "http://schema.org/QuantitativeValue",
|
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
|
+
domainIncludes: ["http://schema.org/Offer", "http://schema.org/Product"],
|
9124
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9125
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
9126
|
+
label: "hasAdultConsideration",
|
9127
|
+
rangeIncludes: "http://schema.org/AdultOrientedEnumeration",
|
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
|
domainIncludes: "http://schema.org/BioChemEntity",
|
@@ -9029,7 +9136,7 @@ module RDF::Vocab
|
|
9029
9136
|
rangeIncludes: "http://schema.org/BioChemEntity",
|
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
|
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
|
domainIncludes: ["http://schema.org/Gene", "http://schema.org/Protein"],
|
9034
9141
|
"http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene",
|
9035
9142
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -9252,7 +9359,7 @@ module RDF::Vocab
|
|
9252
9359
|
rangeIncludes: "http://schema.org/Text",
|
9253
9360
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9254
9361
|
property :healthPlanCoinsuranceRate,
|
9255
|
-
comment: "
|
9362
|
+
comment: "The rate of coinsurance expressed as a number between 0.0 and 1.0.",
|
9256
9363
|
domainIncludes: "http://schema.org/HealthPlanCostSharingSpecification",
|
9257
9364
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9258
9365
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1062",
|
@@ -9260,7 +9367,7 @@ module RDF::Vocab
|
|
9260
9367
|
rangeIncludes: "http://schema.org/Number",
|
9261
9368
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9262
9369
|
property :healthPlanCopay,
|
9263
|
-
comment: "
|
9370
|
+
comment: "The copay amount.",
|
9264
9371
|
domainIncludes: "http://schema.org/HealthPlanCostSharingSpecification",
|
9265
9372
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9266
9373
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1062",
|
@@ -9276,7 +9383,7 @@ module RDF::Vocab
|
|
9276
9383
|
rangeIncludes: "http://schema.org/Text",
|
9277
9384
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9278
9385
|
property :healthPlanCostSharing,
|
9279
|
-
comment: "
|
9386
|
+
comment: "The costs to the patient for services under this network or formulary.",
|
9280
9387
|
domainIncludes: ["http://schema.org/HealthPlanFormulary", "http://schema.org/HealthPlanNetwork"],
|
9281
9388
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9282
9389
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1062",
|
@@ -9316,7 +9423,7 @@ module RDF::Vocab
|
|
9316
9423
|
rangeIncludes: "http://schema.org/URL",
|
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
|
domainIncludes: ["http://schema.org/HealthPlanNetwork", "http://schema.org/MedicalOrganization"],
|
9321
9428
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9322
9429
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1062",
|
@@ -9349,21 +9456,21 @@ 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
|
-
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/Person", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
9459
|
+
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/OfferShippingDetails", "http://schema.org/Person", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
9353
9460
|
label: "height",
|
9354
9461
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/QuantitativeValue"],
|
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
|
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
|
domainIncludes: "http://schema.org/AggregateOffer",
|
9359
9466
|
label: "highPrice",
|
9360
9467
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/Text"],
|
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
|
domainIncludes: "http://schema.org/JobPosting",
|
9365
9472
|
label: "hiringOrganization",
|
9366
|
-
rangeIncludes: "http://schema.org/Organization",
|
9473
|
+
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
9367
9474
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9368
9475
|
property :holdingArchive,
|
9369
9476
|
comment: {en: "[[ArchiveOrganization]] that holds, keeps or maintains the [[ArchiveComponent]]."},
|
@@ -9395,7 +9502,7 @@ module RDF::Vocab
|
|
9395
9502
|
rangeIncludes: "http://schema.org/Text",
|
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
|
9505
|
+
comment: "An honorific suffix following a Person's name such as M.D./PhD/MSCSW.",
|
9399
9506
|
domainIncludes: "http://schema.org/Person",
|
9400
9507
|
label: "honorificSuffix",
|
9401
9508
|
rangeIncludes: "http://schema.org/Text",
|
@@ -9554,7 +9661,7 @@ module RDF::Vocab
|
|
9554
9661
|
rangeIncludes: "http://schema.org/Text",
|
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? (
|
9664
|
+
comment: "Are in-store returns offered? (For more advanced return methods use the [[returnMethod]] property.)",
|
9558
9665
|
domainIncludes: "http://schema.org/MerchantReturnPolicy",
|
9559
9666
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9560
9667
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
@@ -9718,7 +9825,7 @@ module RDF::Vocab
|
|
9718
9825
|
rangeIncludes: "http://schema.org/Person",
|
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.
|
9828
|
+
comment: "The object that helped the agent perform the action. E.g. John wrote a book with *a pen*.",
|
9722
9829
|
domainIncludes: "http://schema.org/Action",
|
9723
9830
|
label: "instrument",
|
9724
9831
|
rangeIncludes: "http://schema.org/Thing",
|
@@ -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
|
-
domainIncludes: "http://schema.org/CreativeWork",
|
9966
|
+
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/Offer", "http://schema.org/Product"],
|
9860
9967
|
label: "isFamilyFriendly",
|
9861
9968
|
rangeIncludes: "http://schema.org/Boolean",
|
9862
9969
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9863
9970
|
property :isGift,
|
9864
|
-
comment: "
|
9971
|
+
comment: "Indicates whether the offer was accepted as a gift for someone other than the buyer.",
|
9865
9972
|
domainIncludes: "http://schema.org/Order",
|
9866
9973
|
label: "isGift",
|
9867
9974
|
rangeIncludes: "http://schema.org/Boolean",
|
@@ -9972,6 +10079,14 @@ module RDF::Vocab
|
|
9972
10079
|
label: "isicV4",
|
9973
10080
|
rangeIncludes: "http://schema.org/Text",
|
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](http://schema.org/leiCode), [duns](http://schema.org/duns) and [vatID](http://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. ",
|
10084
|
+
domainIncludes: "http://schema.org/Organization",
|
10085
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10086
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2915",
|
10087
|
+
label: "iso6523Code",
|
10088
|
+
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/MusicRecording",
|
@@ -10004,7 +10119,7 @@ module RDF::Vocab
|
|
10004
10119
|
rangeIncludes: "http://schema.org/Organization",
|
10005
10120
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10006
10121
|
property :issuedThrough,
|
10007
|
-
comment: "The service through
|
10122
|
+
comment: "The service through which the permit was granted.",
|
10008
10123
|
domainIncludes: "http://schema.org/Permit",
|
10009
10124
|
label: "issuedThrough",
|
10010
10125
|
rangeIncludes: "http://schema.org/Service",
|
@@ -10017,7 +10132,7 @@ module RDF::Vocab
|
|
10017
10132
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: ["http://schema.org/DataFeedItem", "http://schema.org/ListItem"],
|
10022
10137
|
label: "item",
|
10023
10138
|
rangeIncludes: "http://schema.org/Thing",
|
@@ -10129,7 +10244,7 @@ module RDF::Vocab
|
|
10129
10244
|
rangeIncludes: "http://schema.org/Place",
|
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
|
domainIncludes: "http://schema.org/JobPosting",
|
10134
10249
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10135
10250
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1591",
|
@@ -10161,8 +10276,8 @@ module RDF::Vocab
|
|
10161
10276
|
rangeIncludes: ["http://schema.org/AdministrativeArea", "http://schema.org/Text"],
|
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
|
10165
|
-
domainIncludes: "http://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
|
+
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/Organization", "http://schema.org/Place", "http://schema.org/Product"],
|
10166
10281
|
label: "keywords",
|
10167
10282
|
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/Text", "http://schema.org/URL"],
|
10168
10283
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10308,7 +10423,7 @@ module RDF::Vocab
|
|
10308
10423
|
subPropertyOf: "http://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
|
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
|
domainIncludes: "http://schema.org/Legislation",
|
10313
10428
|
equivalentProperty: "http://data.europa.eu/eli/ontology#version_date",
|
10314
10429
|
exactMatch: "http://data.europa.eu/eli/ontology#version_date",
|
@@ -10359,7 +10474,7 @@ module RDF::Vocab
|
|
10359
10474
|
rangeIncludes: "http://schema.org/LegalValueLevel",
|
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
|
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
|
domainIncludes: "http://schema.org/Legislation",
|
10364
10479
|
equivalentProperty: "http://data.europa.eu/eli/ontology#passed_by",
|
10365
10480
|
exactMatch: "http://data.europa.eu/eli/ontology#passed_by",
|
@@ -10557,7 +10672,7 @@ module RDF::Vocab
|
|
10557
10672
|
subPropertyOf: "http://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
|
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
|
domainIncludes: "http://schema.org/AggregateOffer",
|
10562
10677
|
label: "lowPrice",
|
10563
10678
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/Text"],
|
@@ -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
|
-
domainIncludes:
|
10733
|
+
domainIncludes: "http://schema.org/Product",
|
10619
10734
|
label: "manufacturer",
|
10620
10735
|
rangeIncludes: "http://schema.org/Organization",
|
10621
10736
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10736,7 +10851,7 @@ module RDF::Vocab
|
|
10736
10851
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/Observation",
|
10741
10856
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10742
10857
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291",
|
@@ -10846,7 +10961,7 @@ module RDF::Vocab
|
|
10846
10961
|
rangeIncludes: "http://schema.org/Text",
|
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. (
|
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
|
domainIncludes: "http://schema.org/ProgramMembership",
|
10851
10966
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10852
10967
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2085",
|
@@ -10944,6 +11059,14 @@ module RDF::Vocab
|
|
10944
11059
|
rangeIncludes: ["http://schema.org/CreativeWork", "http://schema.org/URL"],
|
10945
11060
|
subPropertyOf: "http://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
|
+
domainIncludes: ["http://schema.org/Offer", "http://schema.org/Product"],
|
11065
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
11066
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3134",
|
11067
|
+
label: "mobileUrl",
|
11068
|
+
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/Product",
|
@@ -10981,7 +11104,7 @@ module RDF::Vocab
|
|
10981
11104
|
rangeIncludes: ["http://schema.org/QuantitativeValue", "http://schema.org/Text"],
|
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 '<Number> <unit>', for example '770.230488 g/mol' or as '<QuantitativeValue>.",
|
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 '<Number> <unit>', for example '770.230488 g/mol' or as '<QuantitativeValue>.",
|
10985
11108
|
domainIncludes: "http://schema.org/MolecularEntity",
|
10986
11109
|
"http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity",
|
10987
11110
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -11052,7 +11175,7 @@ module RDF::Vocab
|
|
11052
11175
|
rangeIncludes: "http://schema.org/Person",
|
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,
|
11178
|
+
comment: "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.).",
|
11056
11179
|
domainIncludes: "http://schema.org/MusicRelease",
|
11057
11180
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
11058
11181
|
label: "musicReleaseFormat",
|
@@ -11101,8 +11224,8 @@ module RDF::Vocab
|
|
11101
11224
|
rangeIncludes: "http://schema.org/Text",
|
11102
11225
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11103
11226
|
property :negativeNotes,
|
11104
|
-
comment: "
|
11105
|
-
domainIncludes: "http://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
|
+
domainIncludes: ["http://schema.org/Product", "http://schema.org/Review"],
|
11106
11229
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
11107
11230
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832",
|
11108
11231
|
label: "negativeNotes",
|
@@ -11166,7 +11289,7 @@ module RDF::Vocab
|
|
11166
11289
|
rangeIncludes: "http://schema.org/Text",
|
11167
11290
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11168
11291
|
property :nonprofitStatus,
|
11169
|
-
comment: "
|
11292
|
+
comment: "nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.",
|
11170
11293
|
domainIncludes: "http://schema.org/Organization",
|
11171
11294
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
11172
11295
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2543",
|
@@ -11246,7 +11369,7 @@ module RDF::Vocab
|
|
11246
11369
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/QuantitativeValue"],
|
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
|
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
|
domainIncludes: ["http://schema.org/Accommodation", "http://schema.org/FloorPlan"],
|
11251
11374
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
11252
11375
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2373",
|
@@ -11284,7 +11407,7 @@ module RDF::Vocab
|
|
11284
11407
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/QuantitativeValue"],
|
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
|
domainIncludes: ["http://schema.org/BusinessAudience", "http://schema.org/Organization"],
|
11289
11412
|
label: "numberOfEmployees",
|
11290
11413
|
rangeIncludes: "http://schema.org/QuantitativeValue",
|
@@ -11377,7 +11500,7 @@ module RDF::Vocab
|
|
11377
11500
|
rangeIncludes: "http://schema.org/NutritionInformation",
|
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).
|
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
|
domainIncludes: "http://schema.org/Action",
|
11382
11505
|
label: "object",
|
11383
11506
|
rangeIncludes: "http://schema.org/Thing",
|
@@ -11478,7 +11601,7 @@ module RDF::Vocab
|
|
11478
11601
|
rangeIncludes: "http://schema.org/Time",
|
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,
|
11604
|
+
comment: "Operating systems supported (Windows 7, OS X 10.6, Android 1.6).",
|
11482
11605
|
domainIncludes: "http://schema.org/SoftwareApplication",
|
11483
11606
|
label: "operatingSystem",
|
11484
11607
|
rangeIncludes: "http://schema.org/Text",
|
@@ -11743,7 +11866,7 @@ module RDF::Vocab
|
|
11743
11866
|
rangeIncludes: "http://schema.org/Trip",
|
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.
|
11869
|
+
comment: "Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*.",
|
11747
11870
|
domainIncludes: "http://schema.org/Action",
|
11748
11871
|
label: "participant",
|
11749
11872
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
@@ -11968,7 +12091,7 @@ module RDF::Vocab
|
|
11968
12091
|
rangeIncludes: "http://schema.org/Place",
|
11969
12092
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11970
12093
|
property :pickupTime,
|
11971
|
-
comment: "When a taxi will
|
12094
|
+
comment: "When a taxi will pick up a passenger or a rental car can be picked up.",
|
11972
12095
|
domainIncludes: ["http://schema.org/RentalCarReservation", "http://schema.org/TaxiReservation"],
|
11973
12096
|
label: "pickupTime",
|
11974
12097
|
rangeIncludes: "http://schema.org/DateTime",
|
@@ -12012,8 +12135,8 @@ module RDF::Vocab
|
|
12012
12135
|
rangeIncludes: ["http://schema.org/Integer", "http://schema.org/Text"],
|
12013
12136
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12014
12137
|
property :positiveNotes,
|
12015
|
-
comment: "
|
12016
|
-
domainIncludes: "http://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
|
+
domainIncludes: ["http://schema.org/Product", "http://schema.org/Review"],
|
12017
12140
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12018
12141
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832",
|
12019
12142
|
label: "positiveNotes",
|
@@ -12148,14 +12271,14 @@ module RDF::Vocab
|
|
12148
12271
|
rangeIncludes: "http://schema.org/URL",
|
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
|
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
|
domainIncludes: "http://schema.org/Drug",
|
12153
12276
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
12154
12277
|
label: "prescriptionStatus",
|
12155
12278
|
rangeIncludes: ["http://schema.org/DrugPrescriptionStatus", "http://schema.org/Text"],
|
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
|
12281
|
+
comment: "A link to the ListItem that precedes the current one.",
|
12159
12282
|
domainIncludes: "http://schema.org/ListItem",
|
12160
12283
|
label: "previousItem",
|
12161
12284
|
rangeIncludes: "http://schema.org/ListItem",
|
@@ -12167,7 +12290,7 @@ module RDF::Vocab
|
|
12167
12290
|
rangeIncludes: "http://schema.org/Date",
|
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
|
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
|
domainIncludes: ["http://schema.org/Offer", "http://schema.org/PriceSpecification", "http://schema.org/TradeAction"],
|
12172
12295
|
label: "price",
|
12173
12296
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/Text"],
|
@@ -12188,7 +12311,7 @@ module RDF::Vocab
|
|
12188
12311
|
rangeIncludes: "http://schema.org/PriceComponentTypeEnumeration",
|
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
|
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
|
domainIncludes: ["http://schema.org/Offer", "http://schema.org/PriceSpecification", "http://schema.org/Reservation", "http://schema.org/Ticket", "http://schema.org/TradeAction"],
|
12193
12316
|
label: "priceCurrency",
|
12194
12317
|
rangeIncludes: "http://schema.org/Text",
|
@@ -12283,7 +12406,7 @@ module RDF::Vocab
|
|
12283
12406
|
rangeIncludes: "http://schema.org/Text",
|
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,
|
12409
|
+
comment: "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).",
|
12287
12410
|
domainIncludes: "http://schema.org/CreativeWork",
|
12288
12411
|
label: "producer",
|
12289
12412
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
@@ -12335,7 +12458,7 @@ module RDF::Vocab
|
|
12335
12458
|
rangeIncludes: ["http://schema.org/Product", "http://schema.org/Text"],
|
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
|
domainIncludes: ["http://schema.org/CreativeWorkSeason", "http://schema.org/Episode", "http://schema.org/MediaObject", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGameSeries"],
|
12340
12463
|
label: "productionCompany",
|
12341
12464
|
rangeIncludes: "http://schema.org/Organization",
|
@@ -12374,7 +12497,7 @@ module RDF::Vocab
|
|
12374
12497
|
rangeIncludes: ["http://schema.org/AlignmentObject", "http://schema.org/Course", "http://schema.org/EducationalOccupationalCredential", "http://schema.org/Text"],
|
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
|
domainIncludes: "http://schema.org/EducationalOccupationalProgram",
|
12379
12502
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12380
12503
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2460",
|
@@ -12394,7 +12517,7 @@ module RDF::Vocab
|
|
12394
12517
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/PropertyValue",
|
12399
12522
|
label: "propertyID",
|
12400
12523
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
@@ -12414,8 +12537,9 @@ 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
|
-
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/EducationalOccupationalProgram", "http://schema.org/Invoice", "http://schema.org/ParcelDelivery", "http://schema.org/Reservation", "http://schema.org/Service", "http://schema.org/Trip"],
|
12418
|
-
"http://schema.org/
|
12540
|
+
domainIncludes: ["http://schema.org/Action", "http://schema.org/CreativeWork", "http://schema.org/EducationalOccupationalProgram", "http://schema.org/Invoice", "http://schema.org/ParcelDelivery", "http://schema.org/Reservation", "http://schema.org/Service", "http://schema.org/Trip"],
|
12541
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12542
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2289", "https://github.com/schemaorg/schemaorg/issues/2927"],
|
12419
12543
|
label: "provider",
|
12420
12544
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
12421
12545
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12492,13 +12616,13 @@ module RDF::Vocab
|
|
12492
12616
|
rangeIncludes: "http://schema.org/Organization",
|
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
|
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/Organization", "http://schema.org/Person"],
|
12497
12621
|
label: "publishingPrinciples",
|
12498
12622
|
rangeIncludes: ["http://schema.org/CreativeWork", "http://schema.org/URL"],
|
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
|
domainIncludes: ["http://schema.org/Product", "http://schema.org/Vehicle"],
|
12503
12627
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
|
12504
12628
|
label: "purchaseDate",
|
@@ -12562,7 +12686,7 @@ module RDF::Vocab
|
|
12562
12686
|
rangeIncludes: "http://schema.org/Text",
|
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
|
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
|
domainIncludes: "http://schema.org/Rating",
|
12567
12691
|
label: "ratingValue",
|
12568
12692
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/Text"],
|
@@ -12847,7 +12971,7 @@ module RDF::Vocab
|
|
12847
12971
|
rangeIncludes: "http://schema.org/Boolean",
|
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
|
domainIncludes: "http://schema.org/Schedule",
|
12852
12976
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12853
12977
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1457",
|
@@ -12934,7 +13058,7 @@ module RDF::Vocab
|
|
12934
13058
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/QuantitativeValue", "http://schema.org/Text"],
|
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 (
|
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
|
domainIncludes: "http://schema.org/SoftwareApplication",
|
12939
13063
|
"http://schema.org/supersededBy": "http://schema.org/softwareRequirements",
|
12940
13064
|
label: "requirements",
|
@@ -12948,7 +13072,7 @@ module RDF::Vocab
|
|
12948
13072
|
rangeIncludes: ["http://schema.org/Boolean", "http://schema.org/MediaSubscription"],
|
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
|
domainIncludes: "http://schema.org/Reservation",
|
12953
13077
|
label: "reservationFor",
|
12954
13078
|
rangeIncludes: "http://schema.org/Thing",
|
@@ -12994,7 +13118,7 @@ module RDF::Vocab
|
|
12994
13118
|
rangeIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/Number"],
|
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.
|
13121
|
+
comment: "The result produced in the action. E.g. John wrote *a book*.",
|
12998
13122
|
domainIncludes: "http://schema.org/Action",
|
12999
13123
|
label: "result",
|
13000
13124
|
rangeIncludes: "http://schema.org/Thing",
|
@@ -13014,7 +13138,7 @@ module RDF::Vocab
|
|
13014
13138
|
subPropertyOf: "http://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
|
domainIncludes: "http://schema.org/MerchantReturnPolicy",
|
13019
13143
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13020
13144
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
@@ -13046,7 +13170,7 @@ module RDF::Vocab
|
|
13046
13170
|
rangeIncludes: "http://schema.org/MerchantReturnEnumeration",
|
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
|
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
|
domainIncludes: "http://schema.org/MerchantReturnPolicy",
|
13051
13175
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13052
13176
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -13155,14 +13279,14 @@ module RDF::Vocab
|
|
13155
13279
|
rangeIncludes: "http://schema.org/Vessel",
|
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 (
|
13282
|
+
comment: "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0).",
|
13159
13283
|
domainIncludes: "http://schema.org/SoftwareSourceCode",
|
13160
13284
|
"http://schema.org/supersededBy": "http://schema.org/runtimePlatform",
|
13161
13285
|
label: "runtime",
|
13162
13286
|
rangeIncludes: "http://schema.org/Text",
|
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 (
|
13289
|
+
comment: "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0).",
|
13166
13290
|
domainIncludes: "http://schema.org/SoftwareSourceCode",
|
13167
13291
|
label: "runtimePlatform",
|
13168
13292
|
rangeIncludes: "http://schema.org/Text",
|
@@ -13183,7 +13307,7 @@ module RDF::Vocab
|
|
13183
13307
|
rangeIncludes: "http://schema.org/Text",
|
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)
|
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
|
domainIncludes: ["http://schema.org/EmployeeRole", "http://schema.org/JobPosting"],
|
13188
13312
|
label: "salaryCurrency",
|
13189
13313
|
rangeIncludes: "http://schema.org/Text",
|
@@ -13507,7 +13631,7 @@ module RDF::Vocab
|
|
13507
13631
|
rangeIncludes: "http://schema.org/CreativeWork",
|
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
|
domainIncludes: ["http://schema.org/DeliveryTimeSettings", "http://schema.org/OfferShippingDetails", "http://schema.org/ShippingRateSettings"],
|
13512
13636
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13513
13637
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
@@ -13530,6 +13654,14 @@ module RDF::Vocab
|
|
13530
13654
|
label: "shippingLabel",
|
13531
13655
|
rangeIncludes: "http://schema.org/Text",
|
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
|
+
domainIncludes: "http://schema.org/OfferShippingDetails",
|
13660
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13661
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3122",
|
13662
|
+
label: "shippingOrigin",
|
13663
|
+
rangeIncludes: "http://schema.org/DefinedRegion",
|
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
|
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingRateSettings"],
|
@@ -13673,7 +13805,7 @@ module RDF::Vocab
|
|
13673
13805
|
rangeIncludes: "http://schema.org/CreativeWork",
|
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 (
|
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
|
domainIncludes: "http://schema.org/SoftwareApplication",
|
13678
13810
|
label: "softwareRequirements",
|
13679
13811
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
@@ -13713,7 +13845,7 @@ module RDF::Vocab
|
|
13713
13845
|
subPropertyOf: "http://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,
|
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
|
domainIncludes: ["http://schema.org/Article", "http://schema.org/WebPage"],
|
13718
13850
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1389",
|
13719
13851
|
label: "speakable",
|
@@ -13746,7 +13878,7 @@ module RDF::Vocab
|
|
13746
13878
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/Vehicle",
|
13751
13883
|
"http://schema.org/isPartOf": "http://auto.schema.org",
|
13752
13884
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
|
@@ -13762,7 +13894,7 @@ module RDF::Vocab
|
|
13762
13894
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
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.
|
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
|
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/Grant", "http://schema.org/MedicalStudy", "http://schema.org/Organization", "http://schema.org/Person"],
|
13767
13899
|
label: "sponsor",
|
13768
13900
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
@@ -13839,7 +13971,7 @@ module RDF::Vocab
|
|
13839
13971
|
rangeIncludes: ["http://schema.org/HyperTocEntry", "http://schema.org/Number"],
|
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.
|
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
|
domainIncludes: ["http://schema.org/Action", "http://schema.org/FoodEstablishmentReservation", "http://schema.org/InteractionCounter", "http://schema.org/MediaObject", "http://schema.org/Schedule"],
|
13844
13976
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493",
|
13845
13977
|
label: "startTime",
|
@@ -14121,10 +14253,10 @@ module RDF::Vocab
|
|
14121
14253
|
subPropertyOf: "http://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
|
domainIncludes: "http://schema.org/Action",
|
14126
14258
|
label: "target",
|
14127
|
-
rangeIncludes: "http://schema.org/EntryPoint",
|
14259
|
+
rangeIncludes: ["http://schema.org/EntryPoint", "http://schema.org/URL"],
|
14128
14260
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14129
14261
|
property :targetCollection,
|
14130
14262
|
comment: "A sub property of object. The collection target of the action.",
|
@@ -14179,7 +14311,7 @@ module RDF::Vocab
|
|
14179
14311
|
subPropertyOf: "http://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 –
|
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
|
domainIncludes: "http://schema.org/Taxon",
|
14184
14316
|
"http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon",
|
14185
14317
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -14187,7 +14319,7 @@ module RDF::Vocab
|
|
14187
14319
|
rangeIncludes: ["http://schema.org/PropertyValue", "http://schema.org/Text", "http://schema.org/URL"],
|
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
|
14322
|
+
comment: "The taxonomic grouping of the organism that expresses, encodes, or in some way related to the BioChemEntity.",
|
14191
14323
|
domainIncludes: "http://schema.org/BioChemEntity",
|
14192
14324
|
"http://purl.org/dc/terms/source": "http://www.bioschemas.org",
|
14193
14325
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -14215,7 +14347,7 @@ module RDF::Vocab
|
|
14215
14347
|
rangeIncludes: ["http://schema.org/DateTime", "http://schema.org/Text"],
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
14220
14352
|
equivalentProperty: "http://purl.org/dc/terms/temporal",
|
14221
14353
|
label: "temporalCoverage",
|
@@ -14280,7 +14412,7 @@ module RDF::Vocab
|
|
14280
14412
|
rangeIncludes: "http://schema.org/URL",
|
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
|
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
|
domainIncludes: "http://schema.org/Corporation",
|
14285
14417
|
label: "tickerSymbol",
|
14286
14418
|
rangeIncludes: "http://schema.org/Text",
|
@@ -14379,7 +14511,7 @@ module RDF::Vocab
|
|
14379
14511
|
subPropertyOf: "http://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)
|
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
|
domainIncludes: "http://schema.org/Vehicle",
|
14384
14516
|
"http://schema.org/isPartOf": "http://auto.schema.org",
|
14385
14517
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
|
@@ -14416,7 +14548,7 @@ module RDF::Vocab
|
|
14416
14548
|
rangeIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/PriceSpecification"],
|
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
|
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
|
domainIncludes: ["http://schema.org/Reservation", "http://schema.org/Ticket"],
|
14421
14553
|
label: "totalPrice",
|
14422
14554
|
rangeIncludes: ["http://schema.org/Number", "http://schema.org/PriceSpecification", "http://schema.org/Text"],
|
@@ -14436,7 +14568,7 @@ module RDF::Vocab
|
|
14436
14568
|
rangeIncludes: "http://schema.org/URL",
|
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.
|
14571
|
+
comment: "Attraction suitable for type(s) of tourist. E.g. children, visitors from a particular country, etc. ",
|
14440
14572
|
domainIncludes: ["http://schema.org/TouristAttraction", "http://schema.org/TouristDestination", "http://schema.org/TouristTrip"],
|
14441
14573
|
"http://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it", "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"],
|
14442
14574
|
label: "touristType",
|
@@ -14469,7 +14601,7 @@ module RDF::Vocab
|
|
14469
14601
|
rangeIncludes: "http://schema.org/MusicRecording",
|
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
|
14604
|
+
comment: "The trailer of a movie or TV/radio series, season, episode, etc.",
|
14473
14605
|
domainIncludes: ["http://schema.org/CreativeWorkSeason", "http://schema.org/Episode", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGame", "http://schema.org/VideoGameSeries"],
|
14474
14606
|
label: "trailer",
|
14475
14607
|
rangeIncludes: "http://schema.org/VideoObject",
|
@@ -14531,7 +14663,7 @@ module RDF::Vocab
|
|
14531
14663
|
rangeIncludes: "http://schema.org/Text",
|
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.
|
14666
|
+
comment: "The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.",
|
14535
14667
|
domainIncludes: "http://schema.org/CreativeWork",
|
14536
14668
|
"http://schema.org/inverseOf": "http://schema.org/workTranslation",
|
14537
14669
|
"http://schema.org/isPartOf": "http://bib.schema.org",
|
@@ -14667,7 +14799,7 @@ module RDF::Vocab
|
|
14667
14799
|
rangeIncludes: "http://schema.org/Text",
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
14672
14804
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
14673
14805
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2454",
|
@@ -14695,7 +14827,7 @@ module RDF::Vocab
|
|
14695
14827
|
rangeIncludes: "http://schema.org/MedicalDevice",
|
14696
14828
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14697
14829
|
property :usesHealthPlanIdStandard,
|
14698
|
-
comment: "The standard for interpreting
|
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
|
domainIncludes: "http://schema.org/HealthInsurancePlan",
|
14700
14832
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
14701
14833
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1062",
|
@@ -14745,7 +14877,7 @@ module RDF::Vocab
|
|
14745
14877
|
rangeIncludes: "http://schema.org/Date",
|
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
|
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
|
domainIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/PropertyValue", "http://schema.org/QuantitativeValue"],
|
14750
14882
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
|
14751
14883
|
label: "value",
|
@@ -14804,7 +14936,7 @@ module RDF::Vocab
|
|
14804
14936
|
rangeIncludes: ["http://schema.org/PropertyValue", "http://schema.org/Text"],
|
14805
14937
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14806
14938
|
property :variablesMeasured,
|
14807
|
-
comment: "Originally named [[variablesMeasured]],
|
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
|
domainIncludes: "http://schema.org/Dataset",
|
14809
14941
|
"http://schema.org/isPartOf": "http://attic.schema.org",
|
14810
14942
|
label: "variablesMeasured",
|
@@ -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
|
-
domainIncludes: ["http://schema.org/Person", "http://schema.org/Product"],
|
15132
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Person", "http://schema.org/Product"],
|
15001
15133
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms",
|
15002
15134
|
label: "weight",
|
15003
15135
|
rangeIncludes: "http://schema.org/QuantitativeValue",
|
@@ -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
|
-
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
15155
|
+
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/OfferShippingDetails", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
15024
15156
|
label: "width",
|
15025
15157
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/QuantitativeValue"],
|
15026
15158
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -15038,7 +15170,7 @@ module RDF::Vocab
|
|
15038
15170
|
rangeIncludes: "http://schema.org/Integer",
|
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.
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
15043
15175
|
"http://schema.org/inverseOf": "http://schema.org/exampleOfWork",
|
15044
15176
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex",
|
@@ -15079,7 +15211,7 @@ module RDF::Vocab
|
|
15079
15211
|
subPropertyOf: "http://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.
|
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
|
domainIncludes: "http://schema.org/CreativeWork",
|
15084
15216
|
"http://schema.org/inverseOf": "http://schema.org/translationOfWork",
|
15085
15217
|
"http://schema.org/isPartOf": "http://bib.schema.org",
|
@@ -15152,7 +15284,7 @@ module RDF::Vocab
|
|
15152
15284
|
label: "ActivationFee",
|
15153
15285
|
type: "http://schema.org/PriceComponentTypeEnumeration"
|
15154
15286
|
term :ActiveActionStatus,
|
15155
|
-
comment: "An in-progress action (e.g
|
15287
|
+
comment: "An in-progress action (e.g., while watching the movie, or driving to a location).",
|
15156
15288
|
label: "ActiveActionStatus",
|
15157
15289
|
type: "http://schema.org/ActionStatusType"
|
15158
15290
|
term :ActiveNotRecruiting,
|
@@ -15170,6 +15302,12 @@ module RDF::Vocab
|
|
15170
15302
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
15171
15303
|
label: "AlbumRelease",
|
15172
15304
|
type: "http://schema.org/MusicAlbumReleaseType"
|
15305
|
+
term :AlcoholConsideration,
|
15306
|
+
comment: "Item contains alcohol or promotes alcohol consumption.",
|
15307
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15308
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
15309
|
+
label: "AlcoholConsideration",
|
15310
|
+
type: "http://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
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
|
@@ -15186,6 +15324,12 @@ module RDF::Vocab
|
|
15186
15324
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
15187
15325
|
label: "AnaerobicActivity",
|
15188
15326
|
type: "http://schema.org/PhysicalActivityCategory"
|
15327
|
+
term :AndroidPlatform,
|
15328
|
+
comment: "Represents the broad notion of Android-based operating systems.",
|
15329
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15330
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
|
15331
|
+
label: "AndroidPlatform",
|
15332
|
+
type: "http://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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
@@ -15201,7 +15345,7 @@ module RDF::Vocab
|
|
15201
15345
|
label: "AudiobookFormat",
|
15202
15346
|
type: "http://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)
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15207
15351
|
"http://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: "http://schema.org/MedicalSpecialty"
|
15340
15484
|
term :CardiovascularExam,
|
15341
|
-
comment: "Cardiovascular system assessment
|
15485
|
+
comment: "Cardiovascular system assessment with clinical examination.",
|
15342
15486
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
15343
15487
|
label: "CardiovascularExam",
|
15344
15488
|
type: "http://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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15588
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
15589
|
+
label: "DangerousGoodConsideration",
|
15590
|
+
type: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -15445,7 +15595,7 @@ module RDF::Vocab
|
|
15445
15595
|
label: "DecontextualizedContent",
|
15446
15596
|
type: "http://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. (
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15451
15601
|
"http://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
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
15457
15607
|
label: "DemoAlbum",
|
15458
15608
|
type: "http://schema.org/MusicAlbumProductionType"
|
15609
|
+
term :DemoGameAvailability,
|
15610
|
+
comment: "Indicates demo game availability, i.e. a somehow limited demonstration of the full game.",
|
15611
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15612
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
|
15613
|
+
label: "DemoGameAvailability",
|
15614
|
+
type: "http://schema.org/GameAvailabilityEnumeration"
|
15459
15615
|
term :Dentistry,
|
15460
15616
|
comment: "A branch of medicine that is involved in the dental care.",
|
15461
15617
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
@@ -15473,6 +15629,12 @@ module RDF::Vocab
|
|
15473
15629
|
label: "Dermatology",
|
15474
15630
|
subClassOf: "http://schema.org/MedicalBusiness",
|
15475
15631
|
type: "http://schema.org/MedicalSpecialty"
|
15632
|
+
term :DesktopWebPlatform,
|
15633
|
+
comment: "Represents the broad notion of 'desktop' browsers as a Web Platform.",
|
15634
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15635
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
|
15636
|
+
label: "DesktopWebPlatform",
|
15637
|
+
type: "http://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: "http://schema.org/MedicalDevicePurpose"
|
15485
15647
|
term :DietNutrition,
|
15486
|
-
comment: "
|
15648
|
+
comment: "Dietetics and nutrition as a medical specialty.",
|
15487
15649
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
15488
15650
|
label: "DietNutrition",
|
15489
15651
|
subClassOf: "http://schema.org/MedicalBusiness",
|
@@ -15652,7 +15814,7 @@ module RDF::Vocab
|
|
15652
15814
|
label: "EventPostponed",
|
15653
15815
|
type: "http://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: "http://schema.org/EventStatusType"
|
15658
15820
|
term :EventScheduled,
|
@@ -15681,7 +15843,7 @@ module RDF::Vocab
|
|
15681
15843
|
label: "ExchangeRefund",
|
15682
15844
|
type: "http://schema.org/RefundTypeEnumeration"
|
15683
15845
|
term :Eye,
|
15684
|
-
comment: "Eye or
|
15846
|
+
comment: "Eye or ophthalmological function assessment with clinical examination.",
|
15685
15847
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
15686
15848
|
label: "Eye",
|
15687
15849
|
type: "http://schema.org/PhysicalExam"
|
@@ -15753,8 +15915,14 @@ module RDF::Vocab
|
|
15753
15915
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group",
|
15754
15916
|
label: "FrontWheelDriveConfiguration",
|
15755
15917
|
type: "http://schema.org/DriveWheelConfigurationValue"
|
15918
|
+
term :FullGameAvailability,
|
15919
|
+
comment: "Indicates full game availability.",
|
15920
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15921
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3058",
|
15922
|
+
label: "FullGameAvailability",
|
15923
|
+
type: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15759
15927
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
15760
15928
|
label: "FullRefund",
|
@@ -15764,6 +15932,12 @@ module RDF::Vocab
|
|
15764
15932
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
15765
15933
|
label: "Gastroenterologic",
|
15766
15934
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15938
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
|
15939
|
+
label: "GenericWebPlatform",
|
15940
|
+
type: "http://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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
@@ -15824,6 +15998,12 @@ module RDF::Vocab
|
|
15824
15998
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2534",
|
15825
15999
|
label: "HealthCare",
|
15826
16000
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16004
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
16005
|
+
label: "HealthcareConsideration",
|
16006
|
+
type: "http://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
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374",
|
15855
16035
|
label: "HowOrWhereHealthAspect",
|
15856
16036
|
type: "http://schema.org/HealthAspectEnumeration"
|
16037
|
+
term :IOSPlatform,
|
16038
|
+
comment: "Represents the broad notion of iOS-based operating systems.",
|
16039
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16040
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
|
16041
|
+
label: "IOSPlatform",
|
16042
|
+
type: "http://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: "http://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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
15875
16061
|
label: "Infectious",
|
15876
16062
|
type: "http://schema.org/MedicalSpecialty"
|
@@ -16069,6 +16255,12 @@ module RDF::Vocab
|
|
16069
16255
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
16070
16256
|
label: "MixtapeAlbum",
|
16071
16257
|
type: "http://schema.org/MusicAlbumProductionType"
|
16258
|
+
term :MobileWebPlatform,
|
16259
|
+
comment: "Represents the broad notion of 'mobile' browsers as a Web Platform.",
|
16260
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16261
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3057",
|
16262
|
+
label: "MobileWebPlatform",
|
16263
|
+
type: "http://schema.org/DigitalPlatformEnumeration"
|
16072
16264
|
term :Monday,
|
16073
16265
|
comment: "The day of the week between Sunday and Tuesday.",
|
16074
16266
|
"http://schema.org/sameAs": "http://www.wikidata.org/entity/Q105",
|
@@ -16093,6 +16285,12 @@ module RDF::Vocab
|
|
16093
16285
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
16094
16286
|
label: "MusculoskeletalExam",
|
16095
16287
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16291
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
16292
|
+
label: "NarcoticConsideration",
|
16293
|
+
type: "http://schema.org/AdultOrientedEnumeration"
|
16096
16294
|
term :Neck,
|
16097
16295
|
comment: "Neck assessment with clinical examination.",
|
16098
16296
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
@@ -16250,7 +16448,7 @@ module RDF::Vocab
|
|
16250
16448
|
label: "Nonprofit501c28",
|
16251
16449
|
type: "http://schema.org/USNonprofitType"
|
16252
16450
|
term :Nonprofit501c3,
|
16253
|
-
comment: "Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety,
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16255
16453
|
"http://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: "http://schema.org/USNonprofitType"
|
16330
16528
|
term :Nonprofit527,
|
16331
|
-
comment: "Nonprofit527: Non-profit type referring to
|
16529
|
+
comment: "Nonprofit527: Non-profit type referring to political organizations.",
|
16332
16530
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16333
16531
|
"http://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: "http://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
|
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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16396
16594
|
"http://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: "http://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
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
16610
16808
|
label: "Physiotherapy",
|
16611
16809
|
subClassOf: "http://schema.org/MedicalBusiness",
|
@@ -16742,6 +16940,12 @@ module RDF::Vocab
|
|
16742
16940
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
16743
16941
|
label: "Recruiting",
|
16744
16942
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16946
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
16947
|
+
label: "ReducedRelevanceForChildrenConsideration",
|
16948
|
+
type: "http://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: "http://schema.org/MedicalTherapy",
|
16802
17006
|
type: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16806
17010
|
"http://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: "http://schema.org/ReturnMethodEnumeration"
|
16830
17034
|
term :ReturnByMail,
|
16831
|
-
comment: "Specifies that product returns must
|
17035
|
+
comment: "Specifies that product returns must be done by mail.",
|
16832
17036
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16833
17037
|
"http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16869
17073
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
16870
17074
|
label: "ReturnShippingFees",
|
@@ -16948,6 +17152,12 @@ module RDF::Vocab
|
|
16948
17152
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374",
|
16949
17153
|
label: "SelfCareHealthAspect",
|
16950
17154
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17158
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
17159
|
+
label: "SexualContentConsideration",
|
17160
|
+
type: "http://schema.org/AdultOrientedEnumeration"
|
16951
17161
|
term :SideEffectsHealthAspect,
|
16952
17162
|
comment: "Side effects that can be observed from the usage of the topic.",
|
16953
17163
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -17022,7 +17232,7 @@ module RDF::Vocab
|
|
17022
17232
|
label: "StagesHealthAspect",
|
17023
17233
|
type: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17027
17237
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
17028
17238
|
label: "StoreCreditRefund",
|
@@ -17090,6 +17300,12 @@ module RDF::Vocab
|
|
17090
17300
|
"http://schema.org/sameAs": "http://www.wikidata.org/entity/Q129",
|
17091
17301
|
label: "Thursday",
|
17092
17302
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17306
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
17307
|
+
label: "TobaccoNicotineConsideration",
|
17308
|
+
type: "http://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: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17110
17326
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450",
|
17111
17327
|
label: "TransformedContent",
|
@@ -17151,6 +17367,12 @@ module RDF::Vocab
|
|
17151
17367
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
17152
17368
|
label: "Ultrasound",
|
17153
17369
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17373
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
17374
|
+
label: "UnclassifiedAdultConsideration",
|
17375
|
+
type: "http://schema.org/AdultOrientedEnumeration"
|
17154
17376
|
term :UnemploymentSupport,
|
17155
17377
|
comment: "UnemploymentSupport: this is a benefit for unemployment support.",
|
17156
17378
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -17202,6 +17424,18 @@ module RDF::Vocab
|
|
17202
17424
|
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ",
|
17203
17425
|
label: "VinylFormat",
|
17204
17426
|
type: "http://schema.org/MusicReleaseFormatType"
|
17427
|
+
term :ViolenceConsideration,
|
17428
|
+
comment: "Item shows or promotes violence.",
|
17429
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17430
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
17431
|
+
label: "ViolenceConsideration",
|
17432
|
+
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17436
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2989",
|
17437
|
+
label: "WeaponConsideration",
|
17438
|
+
type: "http://schema.org/AdultOrientedEnumeration"
|
17205
17439
|
term :WearableMeasurementBack,
|
17206
17440
|
comment: "Measurement of the back section, for example of a jacket",
|
17207
17441
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|