rdf-vocab 3.3.1 → 3.3.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/VERSION +1 -1
- data/lib/rdf/vocab/bf2.rb +405 -383
- data/lib/rdf/vocab/bibframe.rb +405 -383
- data/lib/rdf/vocab/dcat.rb +294 -136
- data/lib/rdf/vocab/doap.rb +26 -6
- data/lib/rdf/vocab/identifiers.rb +698 -451
- data/lib/rdf/vocab/marcrelators.rb +1230 -899
- data/lib/rdf/vocab/premiseventtype.rb +72 -22
- data/lib/rdf/vocab/rdau.rb +2381 -2382
- data/lib/rdf/vocab/schema.rb +771 -130
- data/lib/rdf/vocab/schemas.rb +771 -130
- data/lib/rdf/vocab/vcard.rb +20 -0
- metadata +16 -2
data/lib/rdf/vocab/schemas.rb
CHANGED
@@ -633,7 +633,7 @@ module RDF::Vocab
|
|
633
633
|
subClassOf: "https://schema.org/Audience",
|
634
634
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
635
635
|
term :BusinessEntityType,
|
636
|
-
comment: "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Business\\n* http://purl.org/goodrelations/v1#Enduser\\n* http://purl.org/goodrelations/v1#PublicInstitution\\n* http://purl.org/goodrelations/v1#Reseller\n
|
636
|
+
comment: "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Business\\n* http://purl.org/goodrelations/v1#Enduser\\n* http://purl.org/goodrelations/v1#PublicInstitution\\n* http://purl.org/goodrelations/v1#Reseller\n ",
|
637
637
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsClass",
|
638
638
|
label: "BusinessEntityType",
|
639
639
|
subClassOf: "https://schema.org/Enumeration",
|
@@ -954,7 +954,7 @@ module RDF::Vocab
|
|
954
954
|
subClassOf: "https://schema.org/Organization",
|
955
955
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
956
956
|
term :ConstraintNode,
|
957
|
-
comment: "The ConstraintNode type is provided to support usecases in which a node in a structured data graph is described with properties which appear to describe a single entity, but are being used in a situation where they serve a more abstract purpose. A [[ConstraintNode]] can be described using [[constraintProperty]] and [[numConstraints]]. These constraint properties can serve a
|
957
|
+
comment: "The ConstraintNode type is provided to support usecases in which a node in a structured data graph is described with properties which appear to describe a single entity, but are being used in a situation where they serve a more abstract purpose. A [[ConstraintNode]] can be described using [[constraintProperty]] and [[numConstraints]]. These constraint properties can serve a\n variety of purposes, and their values may sometimes be understood to indicate sets of possible values rather than single, exact and specific values.",
|
958
958
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
959
959
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2564",
|
960
960
|
label: "ConstraintNode",
|
@@ -1005,6 +1005,11 @@ module RDF::Vocab
|
|
1005
1005
|
label: "CookAction",
|
1006
1006
|
subClassOf: "https://schema.org/CreateAction",
|
1007
1007
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1008
|
+
term :Cooperative,
|
1009
|
+
comment: "An organization that is a joint project of multiple organizations or persons.",
|
1010
|
+
label: "Cooperative",
|
1011
|
+
subClassOf: "https://schema.org/Organization",
|
1012
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1008
1013
|
term :Corporation,
|
1009
1014
|
comment: "Organization: A business corporation.",
|
1010
1015
|
"https://schema.org/contributor": "https://schema.org/docs/collab/rNews",
|
@@ -1068,7 +1073,7 @@ module RDF::Vocab
|
|
1068
1073
|
subClassOf: "https://schema.org/CreativeWork",
|
1069
1074
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1070
1075
|
term :CreativeWorkSeries,
|
1071
|
-
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
|
1076
|
+
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 ",
|
1072
1077
|
label: "CreativeWorkSeries",
|
1073
1078
|
subClassOf: ["https://schema.org/CreativeWork", "https://schema.org/Series"],
|
1074
1079
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -1192,7 +1197,6 @@ module RDF::Vocab
|
|
1192
1197
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1193
1198
|
term :DefinedRegion,
|
1194
1199
|
comment: "A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.\n\nExamples: a delivery destination when shopping. Region where regional pricing is configured.\n\nRequirement 1:\nCountry: US\nStates: \"NY\", \"CA\"\n\nRequirement 2:\nCountry: US\nPostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}\n{ [12345, 12345], [78945, 78945], }\nRegion = state, canton, prefecture, autonomous community...\n",
|
1195
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
1196
1200
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
1197
1201
|
label: "DefinedRegion",
|
1198
1202
|
subClassOf: "https://schema.org/StructuredValue",
|
@@ -1235,8 +1239,9 @@ module RDF::Vocab
|
|
1235
1239
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1236
1240
|
term :DeliveryTimeSettings,
|
1237
1241
|
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]].",
|
1238
|
-
"https://schema.org/isPartOf": "https://
|
1242
|
+
"https://schema.org/isPartOf": "https://attic.schema.org",
|
1239
1243
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
1244
|
+
"https://schema.org/supersededBy": "https://schema.org/ShippingConditions",
|
1240
1245
|
label: "DeliveryTimeSettings",
|
1241
1246
|
subClassOf: "https://schema.org/StructuredValue",
|
1242
1247
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -1347,7 +1352,7 @@ module RDF::Vocab
|
|
1347
1352
|
term :DonateAction,
|
1348
1353
|
comment: "The act of providing goods, services, or money without compensation, often for philanthropic reasons.",
|
1349
1354
|
label: "DonateAction",
|
1350
|
-
subClassOf: "https://schema.org/
|
1355
|
+
subClassOf: "https://schema.org/TransferAction",
|
1351
1356
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1352
1357
|
term :DoseSchedule,
|
1353
1358
|
comment: "A specific dosing schedule for a drug or supplement.",
|
@@ -1692,6 +1697,13 @@ module RDF::Vocab
|
|
1692
1697
|
label: "FilmAction",
|
1693
1698
|
subClassOf: "https://schema.org/CreateAction",
|
1694
1699
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1700
|
+
term :FinancialIncentive,
|
1701
|
+
comment: "<p>Represents financial incentives for goods/services offered by an organization (or individual).</p>\n\n<p>Typically contains the [[name]] of the incentive, the [[incentivizedItem]], the [[incentiveAmount]], the [[incentiveStatus]], [[incentiveType]], the [[provider]] of the incentive, and [[eligibleWithSupplier]].</p>\n\n<p>Optionally contains criteria on whether the incentive is limited based on [[purchaseType]], [[purchasePriceLimit]], [[incomeLimit]], and the [[qualifiedExpense]].\n ",
|
1702
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
1703
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
1704
|
+
label: "FinancialIncentive",
|
1705
|
+
subClassOf: "https://schema.org/Intangible",
|
1706
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1695
1707
|
term :FinancialProduct,
|
1696
1708
|
comment: "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.",
|
1697
1709
|
"https://schema.org/contributor": "https://schema.org/docs/collab/FIBO",
|
@@ -1766,6 +1778,13 @@ module RDF::Vocab
|
|
1766
1778
|
label: "FoodService",
|
1767
1779
|
subClassOf: "https://schema.org/Service",
|
1768
1780
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1781
|
+
term :FulfillmentTypeEnumeration,
|
1782
|
+
comment: "A type of product fulfillment.",
|
1783
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
1784
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
1785
|
+
label: "FulfillmentTypeEnumeration",
|
1786
|
+
subClassOf: "https://schema.org/Enumeration",
|
1787
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
1769
1788
|
term :FundingAgency,
|
1770
1789
|
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 ",
|
1771
1790
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
@@ -2120,7 +2139,7 @@ module RDF::Vocab
|
|
2120
2139
|
subClassOf: "https://schema.org/CreativeWork",
|
2121
2140
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2122
2141
|
term :IPTCDigitalSourceEnumeration,
|
2123
|
-
comment: "<a href=\"https://www.iptc.org/\">IPTC</a> \"Digital Source\" codes for use with the [[digitalSourceType]] property, providing information about the source for a digital media object
|
2142
|
+
comment: "<a href=\"https://www.iptc.org/\">IPTC</a> \"Digital Source\" codes for use with the [[digitalSourceType]] property, providing information about the source for a digital media object.\nIn general these codes are not declared here to be mutually exclusive, although some combinations would be contradictory if applied simultaneously, or might be considered mutually incompatible by upstream maintainers of the definitions. See the IPTC <a href=\"https://www.iptc.org/std/photometadata/documentation/userguide/\">documentation</a>\n for <a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/\">detailed definitions</a> of all terms.",
|
2124
2143
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2125
2144
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
2126
2145
|
label: "IPTCDigitalSourceEnumeration",
|
@@ -2160,6 +2179,27 @@ module RDF::Vocab
|
|
2160
2179
|
label: "ImagingTest",
|
2161
2180
|
subClassOf: "https://schema.org/MedicalTest",
|
2162
2181
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2182
|
+
term :IncentiveQualifiedExpenseType,
|
2183
|
+
comment: "The types of expenses that are covered by the incentive. For example some incentives are only for the goods (tangible items) but the services (labor) are excluded.",
|
2184
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2185
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
2186
|
+
label: "IncentiveQualifiedExpenseType",
|
2187
|
+
subClassOf: "https://schema.org/Enumeration",
|
2188
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2189
|
+
term :IncentiveStatus,
|
2190
|
+
comment: "Enumerates a status for an incentive, such as whether it is active.",
|
2191
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2192
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
2193
|
+
label: "IncentiveStatus",
|
2194
|
+
subClassOf: "https://schema.org/Enumeration",
|
2195
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2196
|
+
term :IncentiveType,
|
2197
|
+
comment: "Enumerates common financial incentives for products, including tax credits, tax deductions, rebates and subsidies, etc.",
|
2198
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2199
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
2200
|
+
label: "IncentiveType",
|
2201
|
+
subClassOf: "https://schema.org/Enumeration",
|
2202
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2163
2203
|
term :IndividualPhysician,
|
2164
2204
|
comment: "An individual medical practitioner. For their official address use [[address]], for affiliations to hospitals use [[hospitalAffiliation]]. \nThe [[practicesAt]] property can be used to indicate [[MedicalOrganization]] hospitals, clinics, pharmacies etc. where this physician practices.",
|
2165
2205
|
label: "IndividualPhysician",
|
@@ -2330,7 +2370,7 @@ module RDF::Vocab
|
|
2330
2370
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce",
|
2331
2371
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
2332
2372
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2333
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2373
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2334
2374
|
label: "LegalForceStatus",
|
2335
2375
|
subClassOf: "https://schema.org/StatusEnumeration",
|
2336
2376
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -2344,7 +2384,7 @@ module RDF::Vocab
|
|
2344
2384
|
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://data.europa.eu/eli/ontology#LegalValue",
|
2345
2385
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
2346
2386
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2347
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2387
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2348
2388
|
label: "LegalValueLevel",
|
2349
2389
|
subClassOf: "https://schema.org/Enumeration",
|
2350
2390
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -2353,7 +2393,7 @@ module RDF::Vocab
|
|
2353
2393
|
"http://www.w3.org/2004/02/skos/core#closeMatch": ["http://data.europa.eu/eli/ontology#LegalExpression", "http://data.europa.eu/eli/ontology#LegalRecontributor"],
|
2354
2394
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
2355
2395
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2356
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2396
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2357
2397
|
label: "Legislation",
|
2358
2398
|
subClassOf: "https://schema.org/CreativeWork",
|
2359
2399
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -2362,7 +2402,7 @@ module RDF::Vocab
|
|
2362
2402
|
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://data.europa.eu/eli/ontology#Format",
|
2363
2403
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
2364
2404
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2365
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2405
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2366
2406
|
label: "LegislationObject",
|
2367
2407
|
subClassOf: ["https://schema.org/Legislation", "https://schema.org/MediaObject"],
|
2368
2408
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -2845,6 +2885,20 @@ module RDF::Vocab
|
|
2845
2885
|
label: "MeetingRoom",
|
2846
2886
|
subClassOf: "https://schema.org/Room",
|
2847
2887
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2888
|
+
term :MemberProgram,
|
2889
|
+
comment: "A MemberProgram defines a loyalty (or membership) program that provides its members with certain benefits, for example better pricing, free shipping or returns, or the ability to earn loyalty points. Member programs may have multiple tiers, for example silver and gold members, each with different benefits.",
|
2890
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2891
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
2892
|
+
label: "MemberProgram",
|
2893
|
+
subClassOf: "https://schema.org/Intangible",
|
2894
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2895
|
+
term :MemberProgramTier,
|
2896
|
+
comment: "A MemberProgramTier specifies a tier under a loyalty (member) program, for example \"gold\".",
|
2897
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
2898
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
2899
|
+
label: "MemberProgramTier",
|
2900
|
+
subClassOf: "https://schema.org/Intangible",
|
2901
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
2848
2902
|
term :MensClothingStore,
|
2849
2903
|
comment: "A men's clothing store.",
|
2850
2904
|
label: "MensClothingStore",
|
@@ -3184,7 +3238,7 @@ module RDF::Vocab
|
|
3184
3238
|
subClassOf: "https://schema.org/StructuredValue",
|
3185
3239
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3186
3240
|
term :Observation,
|
3187
|
-
comment: "Instances of the class [[Observation]] are used to specify observations about an entity at a particular time. The principal properties of an [[Observation]] are [[observationAbout]], [[measuredProperty]], [[statType]], [[value] and [[observationDate]] and [[measuredProperty]]. Some but not all Observations represent a [[QuantitativeValue]]. Quantitative observations can be about a [[StatisticalVariable]], which is an abstract specification about which we can make observations that are grounded at a particular location and time
|
3241
|
+
comment: "Instances of the class [[Observation]] are used to specify observations about an entity at a particular time. The principal properties of an [[Observation]] are [[observationAbout]], [[measuredProperty]], [[statType]], [[value] and [[observationDate]] and [[measuredProperty]]. Some but not all Observations represent a [[QuantitativeValue]]. Quantitative observations can be about a [[StatisticalVariable]], which is an abstract specification about which we can make observations that are grounded at a particular location and time.\n\nObservations can also encode a subset of simple RDF-like statements (its observationAbout, a StatisticalVariable, defining the measuredPoperty; its observationAbout property indicating the entity the statement is about, and [[value]] )\n\nIn the context of a quantitative knowledge graph, typical properties could include [[measuredProperty]], [[observationAbout]], [[observationDate]], [[value]], [[unitCode]], [[unitText]], [[measurementMethod]].\n ",
|
3188
3242
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3189
3243
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291",
|
3190
3244
|
label: "Observation",
|
@@ -3246,7 +3300,6 @@ module RDF::Vocab
|
|
3246
3300
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3247
3301
|
term :OfferShippingDetails,
|
3248
3302
|
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.",
|
3249
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3250
3303
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
3251
3304
|
label: "OfferShippingDetails",
|
3252
3305
|
subClassOf: "https://schema.org/StructuredValue",
|
@@ -3413,16 +3466,24 @@ module RDF::Vocab
|
|
3413
3466
|
subClassOf: "https://schema.org/PriceSpecification",
|
3414
3467
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3415
3468
|
term :PaymentMethod,
|
3416
|
-
comment: "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction
|
3469
|
+
comment: "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction. The following legacy values should be accepted:\n \\n\\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\\n* http://purl.org/goodrelations/v1#ByInvoice\\n* http://purl.org/goodrelations/v1#Cash\\n* http://purl.org/goodrelations/v1#CheckInAdvance\\n* http://purl.org/goodrelations/v1#COD\\n* http://purl.org/goodrelations/v1#DirectDebit\\n* http://purl.org/goodrelations/v1#GoogleCheckout\\n* http://purl.org/goodrelations/v1#PayPal\\n* http://purl.org/goodrelations/v1#PaySwarm\\n\\nStructured values are recommended for newer payment methods.",
|
3417
3470
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsClass",
|
3471
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
3418
3472
|
label: "PaymentMethod",
|
3473
|
+
subClassOf: "https://schema.org/Intangible",
|
3474
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3475
|
+
term :PaymentMethodType,
|
3476
|
+
comment: "The type of payment method, only for generic payment types, specific forms of payments, like card payment should be expressed using subclasses of PaymentMethod.",
|
3477
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3478
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
3479
|
+
label: "PaymentMethodType",
|
3419
3480
|
subClassOf: "https://schema.org/Enumeration",
|
3420
3481
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3421
3482
|
term :PaymentService,
|
3422
3483
|
comment: "A Service to transfer funds from a person or organization to a beneficiary person or organization.",
|
3423
3484
|
"https://schema.org/contributor": "https://schema.org/docs/collab/FIBO",
|
3424
3485
|
label: "PaymentService",
|
3425
|
-
subClassOf: "https://schema.org/FinancialProduct",
|
3486
|
+
subClassOf: ["https://schema.org/FinancialProduct", "https://schema.org/PaymentMethod"],
|
3426
3487
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3427
3488
|
term :PaymentStatusType,
|
3428
3489
|
comment: "A specific payment status. For example, PaymentDue, PaymentComplete, etc.",
|
@@ -3620,7 +3681,6 @@ module RDF::Vocab
|
|
3620
3681
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3621
3682
|
term :PostalCodeRangeSpecification,
|
3622
3683
|
comment: "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.",
|
3623
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3624
3684
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
3625
3685
|
label: "PostalCodeRangeSpecification",
|
3626
3686
|
subClassOf: "https://schema.org/StructuredValue",
|
@@ -3810,18 +3870,25 @@ module RDF::Vocab
|
|
3810
3870
|
subClassOf: "https://schema.org/Event",
|
3811
3871
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3812
3872
|
term :PublicationIssue,
|
3813
|
-
comment: "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\\n\\nSee also [blog post](
|
3873
|
+
comment: "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\\n\\nSee also [blog post](https://blog-schema.org/2014/09/02/schema-org-support-for-bibliographic-relationships-and-periodicals/).",
|
3814
3874
|
equivalentClass: "http://purl.org/ontology/bibo/Issue",
|
3815
3875
|
"https://schema.org/contributor": "https://schema.org/docs/collab/bibex",
|
3816
3876
|
label: "PublicationIssue",
|
3817
3877
|
subClassOf: "https://schema.org/CreativeWork",
|
3818
3878
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3819
3879
|
term :PublicationVolume,
|
3820
|
-
comment: "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\\n\\nSee also [blog post](
|
3880
|
+
comment: "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\\n\\nSee also [blog post](https://blog-schema.org/2014/09/02/schema-org-support-for-bibliographic-relationships-and-periodicals/).",
|
3821
3881
|
"https://schema.org/contributor": "https://schema.org/docs/collab/bibex",
|
3822
3882
|
label: "PublicationVolume",
|
3823
3883
|
subClassOf: "https://schema.org/CreativeWork",
|
3824
3884
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3885
|
+
term :PurchaseType,
|
3886
|
+
comment: "Enumerates a purchase type for an item.",
|
3887
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
3888
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
3889
|
+
label: "PurchaseType",
|
3890
|
+
subClassOf: "https://schema.org/Enumeration",
|
3891
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3825
3892
|
term :QAPage,
|
3826
3893
|
comment: "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).",
|
3827
3894
|
label: "QAPage",
|
@@ -4309,6 +4376,13 @@ module RDF::Vocab
|
|
4309
4376
|
label: "ServiceChannel",
|
4310
4377
|
subClassOf: "https://schema.org/Intangible",
|
4311
4378
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4379
|
+
term :ServicePeriod,
|
4380
|
+
comment: "ServicePeriod represents a duration with some constraints about cutoff time and business days. This is used e.g. in shipping for handling times or transit time.",
|
4381
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4382
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
4383
|
+
label: "ServicePeriod",
|
4384
|
+
subClassOf: "https://schema.org/StructuredValue",
|
4385
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4312
4386
|
term :ShareAction,
|
4313
4387
|
comment: "The act of distributing content to people for their amusement or edification.",
|
4314
4388
|
label: "ShareAction",
|
@@ -4321,20 +4395,32 @@ module RDF::Vocab
|
|
4321
4395
|
label: "SheetMusic",
|
4322
4396
|
subClassOf: "https://schema.org/CreativeWork",
|
4323
4397
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4398
|
+
term :ShippingConditions,
|
4399
|
+
comment: "ShippingConditions represent a set of constraints and information about the conditions of shipping a product. Such conditions may apply to only a subset of the products being shipped, depending on aspects of the product like weight, size, price, destination, and others. All the specified conditions must be met for this ShippingConditions to apply.",
|
4400
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4401
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
4402
|
+
label: "ShippingConditions",
|
4403
|
+
subClassOf: "https://schema.org/StructuredValue",
|
4404
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4324
4405
|
term :ShippingDeliveryTime,
|
4325
4406
|
comment: "ShippingDeliveryTime provides various pieces of information about delivery times for shipping.",
|
4326
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4327
4407
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
4328
4408
|
label: "ShippingDeliveryTime",
|
4329
4409
|
subClassOf: "https://schema.org/StructuredValue",
|
4330
4410
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4331
4411
|
term :ShippingRateSettings,
|
4332
4412
|
comment: "A ShippingRateSettings represents re-usable pieces of shipping information. 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 matched (i.e. identified/referenced) by their different values for [[shippingLabel]].",
|
4333
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4334
4413
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
4335
4414
|
label: "ShippingRateSettings",
|
4336
4415
|
subClassOf: "https://schema.org/StructuredValue",
|
4337
4416
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4417
|
+
term :ShippingService,
|
4418
|
+
comment: "ShippingService represents the criteria used to determine if and how an offer could be shipped to a customer.",
|
4419
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4420
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
4421
|
+
label: "ShippingService",
|
4422
|
+
subClassOf: "https://schema.org/StructuredValue",
|
4423
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4338
4424
|
term :ShoeStore,
|
4339
4425
|
comment: "A shoe store.",
|
4340
4426
|
label: "ShoeStore",
|
@@ -4722,6 +4808,13 @@ module RDF::Vocab
|
|
4722
4808
|
label: "TieAction",
|
4723
4809
|
subClassOf: "https://schema.org/AchieveAction",
|
4724
4810
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4811
|
+
term :TierBenefitEnumeration,
|
4812
|
+
comment: "An enumeration of possible benefits as part of a loyalty (members) program.",
|
4813
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
4814
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
4815
|
+
label: "TierBenefitEnumeration",
|
4816
|
+
subClassOf: "https://schema.org/Enumeration",
|
4817
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4725
4818
|
term :Time,
|
4726
4819
|
comment: "A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see [XML schema for details](http://www.w3.org/TR/xmlschema-2/#time)).",
|
4727
4820
|
label: "Time",
|
@@ -5240,7 +5333,8 @@ module RDF::Vocab
|
|
5240
5333
|
comment: "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.",
|
5241
5334
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
5242
5335
|
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/Offer", "https://schema.org/Organization"],
|
5243
|
-
"https://schema.org/rangeIncludes": ["https://schema.org/LoanOrCredit", "https://schema.org/PaymentMethod"],
|
5336
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/LoanOrCredit", "https://schema.org/PaymentMethod", "https://schema.org/Text"],
|
5337
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
5244
5338
|
label: "acceptedPaymentMethod",
|
5245
5339
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5246
5340
|
property :acceptsReservations,
|
@@ -5398,6 +5492,12 @@ module RDF::Vocab
|
|
5398
5492
|
"https://schema.org/rangeIncludes": ["https://schema.org/DigitalPlatformEnumeration", "https://schema.org/Text", "https://schema.org/URL"],
|
5399
5493
|
label: "actionPlatform",
|
5400
5494
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5495
|
+
property :actionProcess,
|
5496
|
+
comment: "Description of the process by which the action was performed.",
|
5497
|
+
"https://schema.org/domainIncludes": "https://schema.org/Action",
|
5498
|
+
"https://schema.org/rangeIncludes": "https://schema.org/HowTo",
|
5499
|
+
label: "actionProcess",
|
5500
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5401
5501
|
property :actionStatus,
|
5402
5502
|
comment: "Indicates the current disposition of the Action.",
|
5403
5503
|
"https://schema.org/domainIncludes": "https://schema.org/Action",
|
@@ -5436,9 +5536,9 @@ module RDF::Vocab
|
|
5436
5536
|
label: "activityFrequency",
|
5437
5537
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5438
5538
|
property :actor,
|
5439
|
-
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.",
|
5539
|
+
comment: "An actor (individual or a group), 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.",
|
5440
5540
|
"https://schema.org/domainIncludes": ["https://schema.org/Clip", "https://schema.org/CreativeWorkSeason", "https://schema.org/Episode", "https://schema.org/Event", "https://schema.org/Movie", "https://schema.org/MovieSeries", "https://schema.org/PodcastSeries", "https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGame", "https://schema.org/VideoGameSeries", "https://schema.org/VideoObject"],
|
5441
|
-
"https://schema.org/rangeIncludes": "https://schema.org/Person",
|
5541
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/PerformingGroup", "https://schema.org/Person"],
|
5442
5542
|
label: "actor",
|
5443
5543
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5444
5544
|
property :actors,
|
@@ -5495,7 +5595,7 @@ module RDF::Vocab
|
|
5495
5595
|
label: "address",
|
5496
5596
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5497
5597
|
property :addressCountry,
|
5498
|
-
comment: "The country.
|
5598
|
+
comment: "The country. Recommended to be in 2-letter [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1) format, for example \"US\". For backward compatibility, a 3-letter [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) country code such as \"SGP\" or a full country name such as \"Singapore\" can also be used.",
|
5499
5599
|
"https://schema.org/domainIncludes": ["https://schema.org/DefinedRegion", "https://schema.org/GeoCoordinates", "https://schema.org/GeoShape", "https://schema.org/PostalAddress"],
|
5500
5600
|
"https://schema.org/rangeIncludes": ["https://schema.org/Country", "https://schema.org/Text"],
|
5501
5601
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
@@ -5569,6 +5669,14 @@ module RDF::Vocab
|
|
5569
5669
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2858",
|
5570
5670
|
label: "agentInteractionStatistic",
|
5571
5671
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5672
|
+
property :aggregateElement,
|
5673
|
+
comment: "Indicates a prototype of the elements in the list that is used to hold aggregate information (ratings, offers, etc.).",
|
5674
|
+
"https://schema.org/domainIncludes": "https://schema.org/ItemList",
|
5675
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
5676
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Thing",
|
5677
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/4321",
|
5678
|
+
label: "aggregateElement",
|
5679
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5572
5680
|
property :aggregateRating,
|
5573
5681
|
comment: "The overall rating, based on a collection of reviews or ratings, of the item.",
|
5574
5682
|
"https://schema.org/domainIncludes": ["https://schema.org/Brand", "https://schema.org/CreativeWork", "https://schema.org/Event", "https://schema.org/Offer", "https://schema.org/Organization", "https://schema.org/Place", "https://schema.org/Product", "https://schema.org/Service"],
|
@@ -5781,10 +5889,10 @@ module RDF::Vocab
|
|
5781
5889
|
label: "applicationContact",
|
5782
5890
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5783
5891
|
property :applicationDeadline,
|
5784
|
-
comment: "The date
|
5892
|
+
comment: "The date on which the program stops collecting applications for the next enrollment cycle. Flexible application deadlines (for example, a program with rolling admissions) can be described in a textual string, rather than as a DateTime.",
|
5785
5893
|
"https://schema.org/domainIncludes": "https://schema.org/EducationalOccupationalProgram",
|
5786
5894
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
5787
|
-
"https://schema.org/rangeIncludes": "https://schema.org/Date",
|
5895
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Date", "https://schema.org/Text"],
|
5788
5896
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2419",
|
5789
5897
|
label: "applicationDeadline",
|
5790
5898
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -5848,7 +5956,7 @@ module RDF::Vocab
|
|
5848
5956
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5849
5957
|
property :areaServed,
|
5850
5958
|
comment: "The geographic area where a service or offered item is provided.",
|
5851
|
-
"https://schema.org/domainIncludes": ["https://schema.org/ContactPoint", "https://schema.org/DeliveryChargeSpecification", "https://schema.org/Demand", "https://schema.org/Offer", "https://schema.org/Organization", "https://schema.org/Service"],
|
5959
|
+
"https://schema.org/domainIncludes": ["https://schema.org/ContactPoint", "https://schema.org/DeliveryChargeSpecification", "https://schema.org/Demand", "https://schema.org/FinancialIncentive", "https://schema.org/Offer", "https://schema.org/Organization", "https://schema.org/Service"],
|
5852
5960
|
"https://schema.org/rangeIncludes": ["https://schema.org/AdministrativeArea", "https://schema.org/GeoShape", "https://schema.org/Place", "https://schema.org/Text"],
|
5853
5961
|
label: "areaServed",
|
5854
5962
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -6605,10 +6713,9 @@ module RDF::Vocab
|
|
6605
6713
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
6606
6714
|
property :businessDays,
|
6607
6715
|
comment: "Days of the week when the merchant typically operates, indicated via opening hours markup.",
|
6608
|
-
"https://schema.org/domainIncludes": "https://schema.org/ShippingDeliveryTime",
|
6609
|
-
"https://schema.org/
|
6610
|
-
"https://schema.org/
|
6611
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
6716
|
+
"https://schema.org/domainIncludes": ["https://schema.org/ServicePeriod", "https://schema.org/ShippingDeliveryTime"],
|
6717
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/DayOfWeek", "https://schema.org/OpeningHoursSpecification"],
|
6718
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
6612
6719
|
label: "businessDays",
|
6613
6720
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
6614
6721
|
property :businessFunction,
|
@@ -7050,6 +7157,12 @@ module RDF::Vocab
|
|
7050
7157
|
"https://schema.org/rangeIncludes": ["https://schema.org/Date", "https://schema.org/DateTime"],
|
7051
7158
|
label: "commentTime",
|
7052
7159
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7160
|
+
property :companyRegistration,
|
7161
|
+
comment: "The official registration number of a business including the organization that issued it such as Company House or Chamber of Commerce.",
|
7162
|
+
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
7163
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Certification",
|
7164
|
+
label: "companyRegistration",
|
7165
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7053
7166
|
property :competencyRequired,
|
7054
7167
|
comment: "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.",
|
7055
7168
|
"https://schema.org/domainIncludes": ["https://schema.org/EducationalOccupationalCredential", "https://schema.org/LearningResource"],
|
@@ -7487,10 +7600,9 @@ module RDF::Vocab
|
|
7487
7600
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7488
7601
|
property :cutoffTime,
|
7489
7602
|
comment: "Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the [[ShippingRateSettings]] publication pattern. The time is indicated using the ISO-8601 Time format, e.g. \"23:30:00-05:00\" would represent 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated Universal Time (UTC).",
|
7490
|
-
"https://schema.org/domainIncludes": "https://schema.org/ShippingDeliveryTime",
|
7491
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
7603
|
+
"https://schema.org/domainIncludes": ["https://schema.org/ServicePeriod", "https://schema.org/ShippingDeliveryTime"],
|
7492
7604
|
"https://schema.org/rangeIncludes": "https://schema.org/Time",
|
7493
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
7605
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
7494
7606
|
label: "cutoffTime",
|
7495
7607
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7496
7608
|
property :cvdCollectionDate,
|
@@ -7763,7 +7875,6 @@ module RDF::Vocab
|
|
7763
7875
|
property :deliveryTime,
|
7764
7876
|
comment: "The total delay between the receipt of the order and the goods reaching the final customer.",
|
7765
7877
|
"https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/OfferShippingDetails"],
|
7766
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
7767
7878
|
"https://schema.org/rangeIncludes": "https://schema.org/ShippingDeliveryTime",
|
7768
7879
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
7769
7880
|
label: "deliveryTime",
|
@@ -7833,8 +7944,9 @@ module RDF::Vocab
|
|
7833
7944
|
property :depth,
|
7834
7945
|
comment: "The depth of the item.",
|
7835
7946
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
7836
|
-
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
|
7947
|
+
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Product", "https://schema.org/ShippingConditions", "https://schema.org/VisualArtwork"],
|
7837
7948
|
"https://schema.org/rangeIncludes": ["https://schema.org/Distance", "https://schema.org/QuantitativeValue"],
|
7949
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
7838
7950
|
label: "depth",
|
7839
7951
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7840
7952
|
property :description,
|
@@ -8023,10 +8135,9 @@ module RDF::Vocab
|
|
8023
8135
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8024
8136
|
property :doesNotShip,
|
8025
8137
|
comment: "Indicates when shipping to a particular [[shippingDestination]] is not available.",
|
8026
|
-
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingRateSettings"],
|
8027
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
8138
|
+
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingConditions", "https://schema.org/ShippingRateSettings"],
|
8028
8139
|
"https://schema.org/rangeIncludes": "https://schema.org/Boolean",
|
8029
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
8140
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
8030
8141
|
label: "doesNotShip",
|
8031
8142
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8032
8143
|
property :domainIncludes,
|
@@ -8163,10 +8274,10 @@ module RDF::Vocab
|
|
8163
8274
|
label: "duplicateTherapy",
|
8164
8275
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8165
8276
|
property :duration,
|
8166
|
-
comment: "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601
|
8167
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Audiobook", "https://schema.org/Episode", "https://schema.org/Event", "https://schema.org/MediaObject", "https://schema.org/Movie", "https://schema.org/MusicRecording", "https://schema.org/MusicRelease", "https://schema.org/QuantitativeValueDistribution", "https://schema.org/Schedule"],
|
8168
|
-
"https://schema.org/rangeIncludes": "https://schema.org/Duration",
|
8169
|
-
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1457", "https://github.com/schemaorg/schemaorg/issues/1698"],
|
8277
|
+
comment: "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).",
|
8278
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Audiobook", "https://schema.org/Episode", "https://schema.org/Event", "https://schema.org/MediaObject", "https://schema.org/Movie", "https://schema.org/MusicRecording", "https://schema.org/MusicRelease", "https://schema.org/QuantitativeValueDistribution", "https://schema.org/Schedule", "https://schema.org/ServicePeriod"],
|
8279
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Duration", "https://schema.org/QuantitativeValue"],
|
8280
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1457", "https://github.com/schemaorg/schemaorg/issues/1698", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
8170
8281
|
label: "duration",
|
8171
8282
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8172
8283
|
property :durationOfWarranty,
|
@@ -8320,6 +8431,14 @@ module RDF::Vocab
|
|
8320
8431
|
"https://schema.org/rangeIncludes": "https://schema.org/PriceSpecification",
|
8321
8432
|
label: "eligibleTransactionVolume",
|
8322
8433
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8434
|
+
property :eligibleWithSupplier,
|
8435
|
+
comment: "The supplier of the incentivized item/service for which the incentive is valid for such as a utility company, merchant, or contractor.",
|
8436
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
8437
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
8438
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Organization",
|
8439
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
8440
|
+
label: "eligibleWithSupplier",
|
8441
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8323
8442
|
property :email,
|
8324
8443
|
comment: "Email address.",
|
8325
8444
|
"https://schema.org/domainIncludes": ["https://schema.org/ContactPoint", "https://schema.org/Organization", "https://schema.org/Person"],
|
@@ -8762,6 +8881,12 @@ module RDF::Vocab
|
|
8762
8881
|
"https://schema.org/source": "http://www.bioschemas.org/Gene",
|
8763
8882
|
label: "expressedIn",
|
8764
8883
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8884
|
+
property :extendedAddress,
|
8885
|
+
comment: "An address extension such as an apartment number, C/O or alternative name.",
|
8886
|
+
"https://schema.org/domainIncludes": "https://schema.org/PostalAddress",
|
8887
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
8888
|
+
label: "extendedAddress",
|
8889
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8765
8890
|
property :familyName,
|
8766
8891
|
comment: "Family name. In the U.S., the last name of a Person.",
|
8767
8892
|
"https://schema.org/domainIncludes": "https://schema.org/Person",
|
@@ -8915,9 +9040,9 @@ module RDF::Vocab
|
|
8915
9040
|
label: "foodWarning",
|
8916
9041
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8917
9042
|
property :founder,
|
8918
|
-
comment: "A person who founded this organization.",
|
9043
|
+
comment: "A person or organization who founded this organization.",
|
8919
9044
|
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
8920
|
-
"https://schema.org/rangeIncludes": "https://schema.org/Person",
|
9045
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
8921
9046
|
label: "founder",
|
8922
9047
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8923
9048
|
property :founders,
|
@@ -8949,7 +9074,6 @@ module RDF::Vocab
|
|
8949
9074
|
property :freeShippingThreshold,
|
8950
9075
|
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]].",
|
8951
9076
|
"https://schema.org/domainIncludes": "https://schema.org/ShippingRateSettings",
|
8952
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
8953
9077
|
"https://schema.org/rangeIncludes": ["https://schema.org/DeliveryChargeSpecification", "https://schema.org/MonetaryAmount"],
|
8954
9078
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
8955
9079
|
label: "freeShippingThreshold",
|
@@ -8997,6 +9121,14 @@ module RDF::Vocab
|
|
8997
9121
|
"https://schema.org/rangeIncludes": ["https://schema.org/QualitativeValue", "https://schema.org/Text", "https://schema.org/URL"],
|
8998
9122
|
label: "fuelType",
|
8999
9123
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9124
|
+
property :fulfillmentType,
|
9125
|
+
comment: "Type of fulfillment applicable to the [[ShippingService]].",
|
9126
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingService",
|
9127
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
9128
|
+
"https://schema.org/rangeIncludes": "https://schema.org/FulfillmentTypeEnumeration",
|
9129
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
9130
|
+
label: "fulfillmentType",
|
9131
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9000
9132
|
property :functionalClass,
|
9001
9133
|
comment: "The degree of mobility the joint allows.",
|
9002
9134
|
"https://schema.org/domainIncludes": "https://schema.org/Joint",
|
@@ -9084,7 +9216,7 @@ module RDF::Vocab
|
|
9084
9216
|
label: "gameTip",
|
9085
9217
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9086
9218
|
property :gender,
|
9087
|
-
comment: "Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While https://schema.org/Male and https://schema.org/Female may be used, text strings are also acceptable for people who
|
9219
|
+
comment: "Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While https://schema.org/Male and https://schema.org/Female may be used, text strings are also acceptable for people who are not a binary gender. The [[gender]] property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender [[SportsTeam]] can be indicated with a text value of \"Mixed\".",
|
9088
9220
|
"https://schema.org/domainIncludes": ["https://schema.org/Person", "https://schema.org/SportsTeam"],
|
9089
9221
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
9090
9222
|
"https://schema.org/rangeIncludes": ["https://schema.org/GenderType", "https://schema.org/Text"],
|
@@ -9302,11 +9434,10 @@ module RDF::Vocab
|
|
9302
9434
|
label: "guidelineSubject",
|
9303
9435
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9304
9436
|
property :handlingTime,
|
9305
|
-
comment: "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup
|
9306
|
-
"https://schema.org/domainIncludes": "https://schema.org/ShippingDeliveryTime",
|
9307
|
-
"https://schema.org/
|
9308
|
-
"https://schema.org/
|
9309
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
9437
|
+
comment: "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.\n\nIn the context of [[ShippingDeliveryTime]], Typical properties: minValue, maxValue, unitCode (d for DAY). This is by common convention assumed to mean business days (if a unitCode is used, coded as \"d\"), i.e. only counting days when the business normally operates.\n\nIn the context of [[ShippingService]], use the [[ServicePeriod]] format, that contains the same information in a structured form, with cut-off time, business days and duration.",
|
9438
|
+
"https://schema.org/domainIncludes": ["https://schema.org/ShippingDeliveryTime", "https://schema.org/ShippingService"],
|
9439
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/QuantitativeValue", "https://schema.org/ServicePeriod"],
|
9440
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
9310
9441
|
label: "handlingTime",
|
9311
9442
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9312
9443
|
property :hasAdultConsideration,
|
@@ -9456,6 +9587,13 @@ module RDF::Vocab
|
|
9456
9587
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811",
|
9457
9588
|
label: "hasMeasurement",
|
9458
9589
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9590
|
+
property :hasMemberProgram,
|
9591
|
+
comment: "MemberProgram offered by an Organization, for example an eCommerce merchant or an airline.",
|
9592
|
+
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
9593
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgram",
|
9594
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9595
|
+
label: "hasMemberProgram",
|
9596
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9459
9597
|
property :hasMenu,
|
9460
9598
|
comment: "Either the actual menu as a structured representation, as text, or a URL of the menu.",
|
9461
9599
|
"https://schema.org/domainIncludes": "https://schema.org/FoodEstablishment",
|
@@ -9535,6 +9673,36 @@ module RDF::Vocab
|
|
9535
9673
|
"https://schema.org/source": "http://www.bioschemas.org",
|
9536
9674
|
label: "hasRepresentation",
|
9537
9675
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9676
|
+
property :hasShippingService,
|
9677
|
+
comment: "Specification of a shipping service offered by the organization.",
|
9678
|
+
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Organization"],
|
9679
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
9680
|
+
"https://schema.org/rangeIncludes": "https://schema.org/ShippingService",
|
9681
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
9682
|
+
label: "hasShippingService",
|
9683
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9684
|
+
property :hasTierBenefit,
|
9685
|
+
comment: "A member benefit for a particular tier of a loyalty program.",
|
9686
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgramTier",
|
9687
|
+
"https://schema.org/rangeIncludes": "https://schema.org/TierBenefitEnumeration",
|
9688
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9689
|
+
label: "hasTierBenefit",
|
9690
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9691
|
+
property :hasTierRequirement,
|
9692
|
+
comment: "A requirement for a user to join a membership tier, for example: a CreditCard if the tier requires sign up for a credit card, A UnitPriceSpecification if the user is required to pay a (periodic) fee, or a MonetaryAmount if the user needs to spend a minimum amount to join the tier. If a tier is free to join then this property does not need to be specified.",
|
9693
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgramTier",
|
9694
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/CreditCard", "https://schema.org/MonetaryAmount", "https://schema.org/Text", "https://schema.org/UnitPriceSpecification"],
|
9695
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9696
|
+
label: "hasTierRequirement",
|
9697
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9698
|
+
property :hasTiers,
|
9699
|
+
comment: "The tiers of a member program.",
|
9700
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgram",
|
9701
|
+
"https://schema.org/inverseOf": "https://schema.org/isTierOf",
|
9702
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgramTier",
|
9703
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
9704
|
+
label: "hasTiers",
|
9705
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9538
9706
|
property :hasVariant,
|
9539
9707
|
comment: "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).",
|
9540
9708
|
"https://schema.org/domainIncludes": "https://schema.org/ProductGroup",
|
@@ -9663,8 +9831,9 @@ module RDF::Vocab
|
|
9663
9831
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9664
9832
|
property :height,
|
9665
9833
|
comment: "The height of the item.",
|
9666
|
-
"https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/OfferShippingDetails", "https://schema.org/Person", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
|
9834
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/OfferShippingDetails", "https://schema.org/Person", "https://schema.org/Product", "https://schema.org/ShippingConditions", "https://schema.org/VisualArtwork"],
|
9667
9835
|
"https://schema.org/rangeIncludes": ["https://schema.org/Distance", "https://schema.org/QuantitativeValue"],
|
9836
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
9668
9837
|
label: "height",
|
9669
9838
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9670
9839
|
property :highPrice,
|
@@ -9722,8 +9891,8 @@ module RDF::Vocab
|
|
9722
9891
|
label: "hospitalAffiliation",
|
9723
9892
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9724
9893
|
property :hostingOrganization,
|
9725
|
-
comment: "The
|
9726
|
-
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
9894
|
+
comment: "The Organization (airline, travelers' club, retailer, etc.) the membership is made with or which offers the MemberProgram.",
|
9895
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MemberProgram", "https://schema.org/ProgramMembership"],
|
9727
9896
|
"https://schema.org/rangeIncludes": "https://schema.org/Organization",
|
9728
9897
|
label: "hostingOrganization",
|
9729
9898
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -9882,12 +10051,36 @@ module RDF::Vocab
|
|
9882
10051
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
9883
10052
|
label: "inSupportOf",
|
9884
10053
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10054
|
+
property :incentiveAmount,
|
10055
|
+
comment: "Describes the amount that can be redeemed from this incentive.\n \n<p>[[QuantitativeValue]]: Use this for incentives based on price (either raw amount or percentage-based). For a raw amount example, \"You can claim $2,500 - $7,500 from the total cost of installation\" would be represented as the following:</p>\n {\n \"@type\": \"QuantitativeValue\",\n “minValue”: 2500,\n “maxValue”: 7500,\n \"unitCode\": \"USD\"\n }\n<p>[[QuantitivateValue]] can also be used for percentage amounts. In such cases, value is used to represent the incentive’s percentage, while maxValue represents a limit (if one exists) to that incentive. The unitCode should be 'P1' and the unitText should be '%', while valueReference should be used for holding the currency type. For example, \"You can claim up to 30% of the total cost of installation, up to a maximum of $7,500\" would be:</p>\n {\n \"@type\": \"QuantitativeValue\",\n \"value\": 30,\n \"unitCode\": \"P1\",\n \"unitText\": \"%\",\n “maxValue”: 7500,\n “valueReference”: “USD”\n }\n<p>[[UnitPriceSpecification]]: Use this for incentives that are based on amounts rather than price. For example, a net metering rebate that pays $10/kWh, up to $1,000:</p>\n {\n \"@type\": \"UnitPriceSpecification\",\n \"price\": 10,\n \"priceCurrency\": \"USD\",\n \"referenceQuantity\": 1,\n \"unitCode\": \"DO3\",\n \"unitText\": \"kw/h\",\n \"maxPrice\": 1000,\n \"description\": \"$10 / kwh up to $1000\"\n }\n<p>[[LoanOrCredit]]: Use for incentives that are loan based. For example, a loan of $4,000 - $50,000 with a repayment term of 10 years, interest free would look like:</p>\n {\n \"@type\": \"LoanOrCredit\",\n \"loanTerm\": {\n \"@type\":\"QuantitativeValue\",\n \"value\":\"10\",\n \"unitCode\": \"ANN\"\n },\n \"amount\":[\n {\n \"@type\": \"QuantitativeValue\",\n \"Name\":\"fixed interest rate\",\n \"value\":\"0\",\n },\n ],\n \"amount\":[\n {\n \"@type\": \"MonetaryAmount\",\n \"Name\":\"min loan amount\",\n \"value\":\"4000\",\n \"currency\":\"CAD\"\n },\n {\n \"@type\": \"MonetaryAmount\",\n \"Name\":\"max loan amount\",\n \"value\":\"50000\",\n \"currency\":\"CAD\"\n }\n ],\n }\n\nIn summary: <ul><li>Use [[QuantitativeValue]] for absolute/percentage-based incentives applied on the price of a good/service.</li>\n<li>Use [[UnitPriceSpecification]] for incentives based on a per-unit basis (e.g. net metering).</li>\n<li>Use [[LoanOrCredit]] for loans/credits.</li>\n</ul>.",
|
10056
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
10057
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10058
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/LoanOrCredit", "https://schema.org/QuantitativeValue", "https://schema.org/UnitPriceSpecification"],
|
10059
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10060
|
+
label: "incentiveAmount",
|
10061
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9885
10062
|
property :incentiveCompensation,
|
9886
10063
|
comment: "Description of bonus and commission compensation aspects of the job.",
|
9887
10064
|
"https://schema.org/domainIncludes": "https://schema.org/JobPosting",
|
9888
10065
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
9889
10066
|
label: "incentiveCompensation",
|
9890
10067
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10068
|
+
property :incentiveStatus,
|
10069
|
+
comment: "The status of the incentive (active, on hold, retired, etc.).",
|
10070
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
10071
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10072
|
+
"https://schema.org/rangeIncludes": "https://schema.org/IncentiveStatus",
|
10073
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10074
|
+
label: "incentiveStatus",
|
10075
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10076
|
+
property :incentiveType,
|
10077
|
+
comment: "The type of incentive offered (tax credit/rebate, tax deduction, tax waiver, subsidies, etc.).",
|
10078
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
10079
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10080
|
+
"https://schema.org/rangeIncludes": "https://schema.org/IncentiveType",
|
10081
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10082
|
+
label: "incentiveType",
|
10083
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9891
10084
|
property :incentives,
|
9892
10085
|
comment: "Description of bonus and commission compensation aspects of the job.",
|
9893
10086
|
"https://schema.org/domainIncludes": "https://schema.org/JobPosting",
|
@@ -9895,6 +10088,14 @@ module RDF::Vocab
|
|
9895
10088
|
"https://schema.org/supersededBy": "https://schema.org/incentiveCompensation",
|
9896
10089
|
label: "incentives",
|
9897
10090
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10091
|
+
property :incentivizedItem,
|
10092
|
+
comment: "The type or specific product(s) and/or service(s) being incentivized.\n<p>DefinedTermSets are used for product and service categories such as the United Nations Standard Products and Services Code:</p>\n {\n \"@type\": \"DefinedTerm\",\n \"inDefinedTermSet\": \"https://www.unspsc.org/\",\n \"termCode\": \"261315XX\",\n \"name\": \"Photovoltaic module\"\n }\n\n<p>For a specific product or service, use the Product type:</p>\n {\n \"@type\": \"Product\",\n \"name\": \"Kenmore White 17\" Microwave\",\n }\nFor multiple different incentivized items, use multiple [[DefinedTerm]] or [[Product]].",
|
10093
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
10094
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10095
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/Product"],
|
10096
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10097
|
+
label: "incentivizedItem",
|
10098
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9898
10099
|
property :includedComposition,
|
9899
10100
|
comment: "Smaller compositions included in this work (e.g. a movement in a symphony).",
|
9900
10101
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
@@ -9963,6 +10164,14 @@ module RDF::Vocab
|
|
9963
10164
|
"https://schema.org/rangeIncludes": "https://schema.org/TypeAndQuantityNode",
|
9964
10165
|
label: "includesObject",
|
9965
10166
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10167
|
+
property :incomeLimit,
|
10168
|
+
comment: "Optional. Income limit for which the incentive is applicable for.\n \n<p>If MonetaryAmount is specified, this should be based on annualized income (e.g. if an incentive is limited to those making <$114,000 annually):</p>\n {\n \"@type\": \"MonetaryAmount\",\n \"maxValue\": 114000,\n \"currency\": \"USD\",\n }\n\nUse Text for incentives that are limited based on other criteria, for example if an incentive is only available to recipients making 120% of the median poverty income in their area.",
|
10169
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
10170
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10171
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/MonetaryAmount", "https://schema.org/Text"],
|
10172
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10173
|
+
label: "incomeLimit",
|
10174
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9966
10175
|
property :increasesRiskOf,
|
9967
10176
|
comment: "The condition, complication, etc. influenced by this factor.",
|
9968
10177
|
"https://schema.org/domainIncludes": "https://schema.org/MedicalRiskFactor",
|
@@ -10256,10 +10465,17 @@ module RDF::Vocab
|
|
10256
10465
|
"https://schema.org/rangeIncludes": ["https://schema.org/Product", "https://schema.org/Service"],
|
10257
10466
|
label: "isSimilarTo",
|
10258
10467
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10468
|
+
property :isTierOf,
|
10469
|
+
comment: "The member program this tier is a part of.",
|
10470
|
+
"https://schema.org/domainIncludes": "https://schema.org/MemberProgramTier",
|
10471
|
+
"https://schema.org/inverseOf": "https://schema.org/hasTiers",
|
10472
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgram",
|
10473
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
10474
|
+
label: "isTierOf",
|
10475
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10259
10476
|
property :isUnlabelledFallback,
|
10260
10477
|
comment: "This can be marked 'true' to indicate that some published [[DeliveryTimeSettings]] or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]] published by the same merchant, when referenced by a [[shippingSettingsLink]] in those settings. It is not meaningful to use a 'true' value for this property alongside a transitTimeLabel (for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]]), since this property is for use with unlabelled settings.",
|
10261
10478
|
"https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/ShippingRateSettings"],
|
10262
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10263
10479
|
"https://schema.org/rangeIncludes": "https://schema.org/Boolean",
|
10264
10480
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
10265
10481
|
label: "isUnlabelledFallback",
|
@@ -10578,6 +10794,12 @@ module RDF::Vocab
|
|
10578
10794
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2373",
|
10579
10795
|
label: "leaseLength",
|
10580
10796
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10797
|
+
property :legalAddress,
|
10798
|
+
comment: "The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization.",
|
10799
|
+
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
10800
|
+
"https://schema.org/rangeIncludes": "https://schema.org/PostalAddress",
|
10801
|
+
label: "legalAddress",
|
10802
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10581
10803
|
property :legalName,
|
10582
10804
|
comment: "The official name of the organization, e.g. the registered company name.",
|
10583
10805
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
@@ -10585,6 +10807,12 @@ module RDF::Vocab
|
|
10585
10807
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
10586
10808
|
label: "legalName",
|
10587
10809
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10810
|
+
property :legalRepresentative,
|
10811
|
+
comment: "One or multiple persons who represent this organization legally such as CEO or sole administrator.",
|
10812
|
+
"https://schema.org/domainIncludes": "https://schema.org/Organization",
|
10813
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Person",
|
10814
|
+
label: "legalRepresentative",
|
10815
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10588
10816
|
property :legalStatus,
|
10589
10817
|
comment: "The drug or supplement's legal status, including any controlled substance schedules that apply.",
|
10590
10818
|
"https://schema.org/domainIncludes": ["https://schema.org/DietarySupplement", "https://schema.org/Drug", "https://schema.org/MedicalEntity"],
|
@@ -10592,6 +10820,18 @@ module RDF::Vocab
|
|
10592
10820
|
"https://schema.org/rangeIncludes": ["https://schema.org/DrugLegalStatus", "https://schema.org/MedicalEnumeration", "https://schema.org/Text"],
|
10593
10821
|
label: "legalStatus",
|
10594
10822
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10823
|
+
property :legislationAmends,
|
10824
|
+
comment: "Another legislation that this legislation amends, introducing legal changes.",
|
10825
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#amends",
|
10826
|
+
exactMatch: "http://data.europa.eu/eli/ontology#amends",
|
10827
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
10828
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10829
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10830
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10831
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10832
|
+
label: "legislationAmends",
|
10833
|
+
subPropertyOf: "https://schema.org/legislationChanges",
|
10834
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10595
10835
|
property :legislationApplies,
|
10596
10836
|
comment: "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the <a href=\"/legislationTransposes\">legislationTransposes</a> property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it.",
|
10597
10837
|
equivalentProperty: "http://data.europa.eu/eli/ontology#implements",
|
@@ -10600,7 +10840,7 @@ module RDF::Vocab
|
|
10600
10840
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10601
10841
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10602
10842
|
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10603
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10843
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10604
10844
|
label: "legislationApplies",
|
10605
10845
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10606
10846
|
property :legislationChanges,
|
@@ -10611,9 +10851,21 @@ module RDF::Vocab
|
|
10611
10851
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10612
10852
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10613
10853
|
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10614
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10854
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10615
10855
|
label: "legislationChanges",
|
10616
10856
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10857
|
+
property :legislationCommences,
|
10858
|
+
comment: "Another legislation that this one sets into force.",
|
10859
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#commences",
|
10860
|
+
exactMatch: "http://data.europa.eu/eli/ontology#commences",
|
10861
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
10862
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10863
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10864
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10865
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10866
|
+
label: "legislationCommences",
|
10867
|
+
subPropertyOf: "https://schema.org/legislationChanges",
|
10868
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10617
10869
|
property :legislationConsolidates,
|
10618
10870
|
comment: "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change.",
|
10619
10871
|
equivalentProperty: "http://data.europa.eu/eli/ontology#consolidates",
|
@@ -10622,9 +10874,31 @@ module RDF::Vocab
|
|
10622
10874
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10623
10875
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10624
10876
|
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10625
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10877
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10626
10878
|
label: "legislationConsolidates",
|
10627
10879
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10880
|
+
property :legislationCorrects,
|
10881
|
+
comment: "Another legislation in which this one introduces textual changes, like correction of spelling mistakes, with no legal impact (for modifications that have legal impact, use <a href=\"/legislationAmends\">legislationAmends</a>).",
|
10882
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#corrects",
|
10883
|
+
exactMatch: "http://data.europa.eu/eli/ontology#corrects",
|
10884
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
10885
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10886
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10887
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10888
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10889
|
+
label: "legislationCorrects",
|
10890
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10891
|
+
property :legislationCountersignedBy,
|
10892
|
+
comment: "The person or organization that countersigned the legislation. Depending on the legal context, a countersignature can indicate that the signed authority undertakes to assume responsibility for texts emanating from a person who is inviolable and irresponsible, (for example a King, Grand Duc or President), or that the authority is in charge of the implementation of the text.",
|
10893
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#countersigned_by",
|
10894
|
+
exactMatch: "http://data.europa.eu/eli/ontology#countersigned_by",
|
10895
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
10896
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10897
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10898
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
10899
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10900
|
+
label: "legislationCountersignedBy",
|
10901
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10628
10902
|
property :legislationDate,
|
10629
10903
|
comment: "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force.",
|
10630
10904
|
equivalentProperty: "http://data.europa.eu/eli/ontology#date_document",
|
@@ -10633,10 +10907,21 @@ module RDF::Vocab
|
|
10633
10907
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10634
10908
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10635
10909
|
"https://schema.org/rangeIncludes": "https://schema.org/Date",
|
10636
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10910
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10637
10911
|
label: "legislationDate",
|
10638
10912
|
subPropertyOf: "https://schema.org/dateCreated",
|
10639
10913
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10914
|
+
property :legislationDateOfApplicability,
|
10915
|
+
comment: "The date at which the Legislation becomes applicable. This can sometimes be distinct from the date of entry into force : a text may come in force today, and state it will become applicable in 3 months.",
|
10916
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#date_applicability",
|
10917
|
+
exactMatch: "http://data.europa.eu/eli/ontology#date_applicability",
|
10918
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
10919
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10920
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10921
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Date",
|
10922
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10923
|
+
label: "legislationDateOfApplicability",
|
10924
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10640
10925
|
property :legislationDateVersion,
|
10641
10926
|
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\")",
|
10642
10927
|
equivalentProperty: "http://data.europa.eu/eli/ontology#version_date",
|
@@ -10645,9 +10930,21 @@ module RDF::Vocab
|
|
10645
10930
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10646
10931
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10647
10932
|
"https://schema.org/rangeIncludes": "https://schema.org/Date",
|
10648
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10933
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10649
10934
|
label: "legislationDateVersion",
|
10650
10935
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10936
|
+
property :legislationEnsuresImplementationOf,
|
10937
|
+
comment: "Indicates that this Legislation ensures the implementation of another Legislation, for example by modifying national legislations so that they do not contradict to an EU regulation or decision. This implies a legal meaning. Transpositions of EU Directive should be captured with <a href=\"/legislationTransposes\">legislationTransposes</a>.",
|
10938
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#ensures_implementation_of",
|
10939
|
+
exactMatch: "http://data.europa.eu/eli/ontology#ensures_implementation_of",
|
10940
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
10941
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10942
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10943
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10944
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10945
|
+
label: "legislationEnsuresImplementationOf",
|
10946
|
+
subPropertyOf: "https://schema.org/legislationApplies",
|
10947
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10651
10948
|
property :legislationIdentifier,
|
10652
10949
|
comment: "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex.",
|
10653
10950
|
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://data.europa.eu/eli/ontology#id_local",
|
@@ -10655,7 +10952,7 @@ module RDF::Vocab
|
|
10655
10952
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10656
10953
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10657
10954
|
"https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
|
10658
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10955
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10659
10956
|
label: "legislationIdentifier",
|
10660
10957
|
subPropertyOf: "https://schema.org/identifier",
|
10661
10958
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10667,7 +10964,7 @@ module RDF::Vocab
|
|
10667
10964
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10668
10965
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10669
10966
|
"https://schema.org/rangeIncludes": ["https://schema.org/AdministrativeArea", "https://schema.org/Text"],
|
10670
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10967
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10671
10968
|
label: "legislationJurisdiction",
|
10672
10969
|
subPropertyOf: ["https://schema.org/jurisdiction", "https://schema.org/spatialCoverage"],
|
10673
10970
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10679,7 +10976,7 @@ module RDF::Vocab
|
|
10679
10976
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10680
10977
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10681
10978
|
"https://schema.org/rangeIncludes": "https://schema.org/LegalForceStatus",
|
10682
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10979
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10683
10980
|
label: "legislationLegalForce",
|
10684
10981
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10685
10982
|
property :legislationLegalValue,
|
@@ -10690,7 +10987,7 @@ module RDF::Vocab
|
|
10690
10987
|
"https://schema.org/domainIncludes": "https://schema.org/LegislationObject",
|
10691
10988
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10692
10989
|
"https://schema.org/rangeIncludes": "https://schema.org/LegalValueLevel",
|
10693
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10990
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10694
10991
|
label: "legislationLegalValue",
|
10695
10992
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10696
10993
|
property :legislationPassedBy,
|
@@ -10701,10 +10998,22 @@ module RDF::Vocab
|
|
10701
10998
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10702
10999
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10703
11000
|
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
10704
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11001
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10705
11002
|
label: "legislationPassedBy",
|
10706
11003
|
subPropertyOf: "https://schema.org/creator",
|
10707
11004
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11005
|
+
property :legislationRepeals,
|
11006
|
+
comment: "Another legislation that this legislation repeals (cancels, abrogates).",
|
11007
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#repeals",
|
11008
|
+
exactMatch: "http://data.europa.eu/eli/ontology#repeals",
|
11009
|
+
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
11010
|
+
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
11011
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
11012
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
11013
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
11014
|
+
label: "legislationRepeals",
|
11015
|
+
subPropertyOf: "https://schema.org/legislationChanges",
|
11016
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10708
11017
|
property :legislationResponsible,
|
10709
11018
|
comment: "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published.",
|
10710
11019
|
equivalentProperty: "http://data.europa.eu/eli/ontology#responsibility_of",
|
@@ -10713,7 +11022,7 @@ module RDF::Vocab
|
|
10713
11022
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10714
11023
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10715
11024
|
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
10716
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11025
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10717
11026
|
label: "legislationResponsible",
|
10718
11027
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10719
11028
|
property :legislationTransposes,
|
@@ -10724,7 +11033,7 @@ module RDF::Vocab
|
|
10724
11033
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10725
11034
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10726
11035
|
"https://schema.org/rangeIncludes": "https://schema.org/Legislation",
|
10727
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11036
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10728
11037
|
label: "legislationTransposes",
|
10729
11038
|
subPropertyOf: "https://schema.org/legislationApplies",
|
10730
11039
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10736,7 +11045,7 @@ module RDF::Vocab
|
|
10736
11045
|
"https://schema.org/domainIncludes": "https://schema.org/Legislation",
|
10737
11046
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
10738
11047
|
"https://schema.org/rangeIncludes": ["https://schema.org/CategoryCode", "https://schema.org/Text"],
|
10739
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11048
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10740
11049
|
label: "legislationType",
|
10741
11050
|
subPropertyOf: "https://schema.org/genre",
|
10742
11051
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -11191,7 +11500,7 @@ module RDF::Vocab
|
|
11191
11500
|
comment: "An Organization (or ProgramMembership) to which this Person or Organization belongs.",
|
11192
11501
|
"https://schema.org/domainIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
11193
11502
|
"https://schema.org/inverseOf": "https://schema.org/member",
|
11194
|
-
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/ProgramMembership"],
|
11503
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/MemberProgramTier", "https://schema.org/Organization", "https://schema.org/ProgramMembership"],
|
11195
11504
|
label: "memberOf",
|
11196
11505
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11197
11506
|
property :members,
|
@@ -11209,7 +11518,7 @@ module RDF::Vocab
|
|
11209
11518
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11210
11519
|
property :membershipPointsEarned,
|
11211
11520
|
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.)",
|
11212
|
-
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
11521
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MemberProgramTier", "https://schema.org/PriceSpecification", "https://schema.org/ProgramMembership"],
|
11213
11522
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
11214
11523
|
"https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/QuantitativeValue"],
|
11215
11524
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2085",
|
@@ -11495,7 +11804,7 @@ module RDF::Vocab
|
|
11495
11804
|
label: "nerveMotor",
|
11496
11805
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11497
11806
|
property :netWorth,
|
11498
|
-
comment: "The total financial value of the person as calculated by subtracting
|
11807
|
+
comment: "The total financial value of the person as calculated by subtracting the total value of liabilities from the total value of assets.",
|
11499
11808
|
"https://schema.org/domainIncludes": "https://schema.org/Person",
|
11500
11809
|
"https://schema.org/rangeIncludes": ["https://schema.org/MonetaryAmount", "https://schema.org/PriceSpecification"],
|
11501
11810
|
label: "netWorth",
|
@@ -11582,6 +11891,14 @@ module RDF::Vocab
|
|
11582
11891
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291",
|
11583
11892
|
label: "numConstraints",
|
11584
11893
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11894
|
+
property :numItems,
|
11895
|
+
comment: "Limits the number of items being shipped for which these conditions apply.",
|
11896
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingConditions",
|
11897
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
11898
|
+
"https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
|
11899
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
11900
|
+
label: "numItems",
|
11901
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11585
11902
|
property :numTracks,
|
11586
11903
|
comment: "The number of tracks in this album or playlist.",
|
11587
11904
|
"https://schema.org/domainIncludes": "https://schema.org/MusicPlaylist",
|
@@ -11911,10 +12228,18 @@ module RDF::Vocab
|
|
11911
12228
|
label: "orderNumber",
|
11912
12229
|
subPropertyOf: "https://schema.org/identifier",
|
11913
12230
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12231
|
+
property :orderPercentage,
|
12232
|
+
comment: "Fraction of the value of the order that is charged as shipping cost.",
|
12233
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingRateSettings",
|
12234
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12235
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Number",
|
12236
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
12237
|
+
label: "orderPercentage",
|
12238
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11914
12239
|
property :orderQuantity,
|
11915
12240
|
comment: "The number of the item ordered. If the property is not set, assume the quantity is one.",
|
11916
12241
|
"https://schema.org/domainIncludes": "https://schema.org/OrderItem",
|
11917
|
-
"https://schema.org/rangeIncludes": "https://schema.org/Number",
|
12242
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/QuantitativeValue"],
|
11918
12243
|
label: "orderQuantity",
|
11919
12244
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11920
12245
|
property :orderStatus,
|
@@ -11923,6 +12248,14 @@ module RDF::Vocab
|
|
11923
12248
|
"https://schema.org/rangeIncludes": "https://schema.org/OrderStatus",
|
11924
12249
|
label: "orderStatus",
|
11925
12250
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12251
|
+
property :orderValue,
|
12252
|
+
comment: "Minimum and maximum order value for which these shipping conditions are valid.",
|
12253
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingConditions",
|
12254
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12255
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount",
|
12256
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
12257
|
+
label: "orderValue",
|
12258
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11926
12259
|
property :orderedItem,
|
11927
12260
|
comment: "The item ordered.",
|
11928
12261
|
"https://schema.org/domainIncludes": ["https://schema.org/Order", "https://schema.org/OrderItem"],
|
@@ -12195,7 +12528,8 @@ module RDF::Vocab
|
|
12195
12528
|
property :paymentMethod,
|
12196
12529
|
comment: "The name of the credit card or other method of payment for the order.",
|
12197
12530
|
"https://schema.org/domainIncludes": ["https://schema.org/Invoice", "https://schema.org/Order"],
|
12198
|
-
"https://schema.org/rangeIncludes": "https://schema.org/PaymentMethod",
|
12531
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/PaymentMethod", "https://schema.org/Text"],
|
12532
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
12199
12533
|
label: "paymentMethod",
|
12200
12534
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12201
12535
|
property :paymentMethodId,
|
@@ -12204,6 +12538,14 @@ module RDF::Vocab
|
|
12204
12538
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12205
12539
|
label: "paymentMethodId",
|
12206
12540
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12541
|
+
property :paymentMethodType,
|
12542
|
+
comment: "The type of a payment method.",
|
12543
|
+
"https://schema.org/domainIncludes": "https://schema.org/PaymentMethod",
|
12544
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12545
|
+
"https://schema.org/rangeIncludes": "https://schema.org/PaymentMethodType",
|
12546
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
12547
|
+
label: "paymentMethodType",
|
12548
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12207
12549
|
property :paymentStatus,
|
12208
12550
|
comment: "The status of payment; whether the invoice has been paid or not.",
|
12209
12551
|
"https://schema.org/domainIncludes": "https://schema.org/Invoice",
|
@@ -12440,7 +12782,6 @@ module RDF::Vocab
|
|
12440
12782
|
property :postalCodeBegin,
|
12441
12783
|
comment: "First postal code in a range (included).",
|
12442
12784
|
"https://schema.org/domainIncludes": "https://schema.org/PostalCodeRangeSpecification",
|
12443
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12444
12785
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12445
12786
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12446
12787
|
label: "postalCodeBegin",
|
@@ -12448,7 +12789,6 @@ module RDF::Vocab
|
|
12448
12789
|
property :postalCodeEnd,
|
12449
12790
|
comment: "Last postal code in the range (included). Needs to be after [[postalCodeBegin]].",
|
12450
12791
|
"https://schema.org/domainIncludes": "https://schema.org/PostalCodeRangeSpecification",
|
12451
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12452
12792
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12453
12793
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12454
12794
|
label: "postalCodeEnd",
|
@@ -12456,7 +12796,6 @@ module RDF::Vocab
|
|
12456
12796
|
property :postalCodePrefix,
|
12457
12797
|
comment: "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.",
|
12458
12798
|
"https://schema.org/domainIncludes": "https://schema.org/DefinedRegion",
|
12459
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12460
12799
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12461
12800
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12462
12801
|
label: "postalCodePrefix",
|
@@ -12464,7 +12803,6 @@ module RDF::Vocab
|
|
12464
12803
|
property :postalCodeRange,
|
12465
12804
|
comment: "A defined range of postal codes.",
|
12466
12805
|
"https://schema.org/domainIncludes": "https://schema.org/DefinedRegion",
|
12467
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12468
12806
|
"https://schema.org/rangeIncludes": "https://schema.org/PostalCodeRangeSpecification",
|
12469
12807
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12470
12808
|
label: "postalCodeRange",
|
@@ -12560,7 +12898,7 @@ module RDF::Vocab
|
|
12560
12898
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12561
12899
|
property :price,
|
12562
12900
|
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 ",
|
12563
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/TradeAction"],
|
12901
|
+
"https://schema.org/domainIncludes": ["https://schema.org/DonateAction", "https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/TradeAction"],
|
12564
12902
|
"https://schema.org/rangeIncludes": ["https://schema.org/Number", "https://schema.org/Text"],
|
12565
12903
|
label: "price",
|
12566
12904
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12581,7 +12919,7 @@ module RDF::Vocab
|
|
12581
12919
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12582
12920
|
property :priceCurrency,
|
12583
12921
|
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\".",
|
12584
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/Reservation", "https://schema.org/Ticket", "https://schema.org/TradeAction"],
|
12922
|
+
"https://schema.org/domainIncludes": ["https://schema.org/DonateAction", "https://schema.org/Offer", "https://schema.org/PriceSpecification", "https://schema.org/Reservation", "https://schema.org/Ticket", "https://schema.org/TradeAction"],
|
12585
12923
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12586
12924
|
label: "priceCurrency",
|
12587
12925
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12594,7 +12932,7 @@ module RDF::Vocab
|
|
12594
12932
|
property :priceSpecification,
|
12595
12933
|
comment: "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
|
12596
12934
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
12597
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/Offer", "https://schema.org/TradeAction"],
|
12935
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/DonateAction", "https://schema.org/Offer", "https://schema.org/TradeAction"],
|
12598
12936
|
"https://schema.org/rangeIncludes": "https://schema.org/PriceSpecification",
|
12599
12937
|
label: "priceSpecification",
|
12600
12938
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12745,6 +13083,13 @@ module RDF::Vocab
|
|
12745
13083
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12746
13084
|
label: "proficiencyLevel",
|
12747
13085
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13086
|
+
property :program,
|
13087
|
+
comment: "The [MemberProgram](https://schema.org/MemberProgram) associated with a [ProgramMembership](https://schema.org/ProgramMembership).",
|
13088
|
+
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
13089
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgram",
|
13090
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
13091
|
+
label: "program",
|
13092
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12748
13093
|
property :programMembershipUsed,
|
12749
13094
|
comment: "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.",
|
12750
13095
|
"https://schema.org/domainIncludes": "https://schema.org/Reservation",
|
@@ -12752,7 +13097,7 @@ module RDF::Vocab
|
|
12752
13097
|
label: "programMembershipUsed",
|
12753
13098
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12754
13099
|
property :programName,
|
12755
|
-
comment: "The program providing the membership.",
|
13100
|
+
comment: "The program providing the membership. It is preferable to use [:program](https://schema.org/program) instead.",
|
12756
13101
|
"https://schema.org/domainIncludes": "https://schema.org/ProgramMembership",
|
12757
13102
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12758
13103
|
label: "programName",
|
@@ -12785,6 +13130,14 @@ module RDF::Vocab
|
|
12785
13130
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
12786
13131
|
label: "programmingModel",
|
12787
13132
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13133
|
+
property :pronouns,
|
13134
|
+
comment: "A short string listing or describing pronouns for a person. Typically the person concerned is the best authority as pronouns are a critical part of personal identity and expression. Publishers and consumers of this information are reminded to treat this data responsibly, take country-specific laws related to gender expression into account, and be wary of out-of-date data and drawing unwarranted inferences about the person being described.\n\nIn English, formulations such as \"they/them\", \"she/her\", and \"he/him\" are commonly used online and can also be used here. We do not intend to enumerate all possible micro-syntaxes in all languages. More structured and well-defined external values for pronouns can be referenced using the [[StructuredValue]] or [[DefinedTerm]] values.\n",
|
13135
|
+
"https://schema.org/domainIncludes": "https://schema.org/Person",
|
13136
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13137
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/StructuredValue", "https://schema.org/Text"],
|
13138
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2935",
|
13139
|
+
label: "pronouns",
|
13140
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12788
13141
|
property :propertyID,
|
12789
13142
|
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.",
|
12790
13143
|
"https://schema.org/domainIncludes": "https://schema.org/PropertyValue",
|
@@ -12806,7 +13159,7 @@ module RDF::Vocab
|
|
12806
13159
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12807
13160
|
property :provider,
|
12808
13161
|
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.",
|
12809
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Action", "https://schema.org/CreativeWork", "https://schema.org/EducationalOccupationalProgram", "https://schema.org/Invoice", "https://schema.org/ParcelDelivery", "https://schema.org/Reservation", "https://schema.org/Service", "https://schema.org/Trip"],
|
13162
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Action", "https://schema.org/CreativeWork", "https://schema.org/EducationalOccupationalProgram", "https://schema.org/FinancialIncentive", "https://schema.org/Invoice", "https://schema.org/ParcelDelivery", "https://schema.org/Reservation", "https://schema.org/Service", "https://schema.org/Trip"],
|
12810
13163
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
12811
13164
|
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
12812
13165
|
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2289", "https://github.com/schemaorg/schemaorg/issues/2927"],
|
@@ -12872,8 +13225,8 @@ module RDF::Vocab
|
|
12872
13225
|
label: "publishedOn",
|
12873
13226
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12874
13227
|
property :publisher,
|
12875
|
-
comment: "The publisher of the
|
12876
|
-
"https://schema.org/domainIncludes": "https://schema.org/CreativeWork",
|
13228
|
+
comment: "The publisher of the article in question.",
|
13229
|
+
"https://schema.org/domainIncludes": ["https://schema.org/CreativeWork", "https://schema.org/FinancialIncentive"],
|
12877
13230
|
"https://schema.org/rangeIncludes": ["https://schema.org/Organization", "https://schema.org/Person"],
|
12878
13231
|
label: "publisher",
|
12879
13232
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12897,6 +13250,22 @@ module RDF::Vocab
|
|
12897
13250
|
"https://schema.org/rangeIncludes": "https://schema.org/Date",
|
12898
13251
|
label: "purchaseDate",
|
12899
13252
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13253
|
+
property :purchasePriceLimit,
|
13254
|
+
comment: "Optional. The maximum price the item can have and still qualify for this offer.",
|
13255
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
13256
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13257
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount",
|
13258
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
13259
|
+
label: "purchasePriceLimit",
|
13260
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13261
|
+
property :purchaseType,
|
13262
|
+
comment: "Optional. The type of purchase the consumer must make in order to qualify for this incentive.",
|
13263
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
13264
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13265
|
+
"https://schema.org/rangeIncludes": "https://schema.org/PurchaseType",
|
13266
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
13267
|
+
label: "purchaseType",
|
13268
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12900
13269
|
property :qualifications,
|
12901
13270
|
comment: "Specific qualifications required for this role or Occupation.",
|
12902
13271
|
"https://schema.org/domainIncludes": ["https://schema.org/JobPosting", "https://schema.org/Occupation"],
|
@@ -12905,6 +13274,14 @@ module RDF::Vocab
|
|
12905
13274
|
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1698", "https://github.com/schemaorg/schemaorg/issues/1779"],
|
12906
13275
|
label: "qualifications",
|
12907
13276
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13277
|
+
property :qualifiedExpense,
|
13278
|
+
comment: "Optional. The types of expenses that are covered by the incentive. For example some incentives are only for the goods (tangible items) but the services (labor) are excluded.",
|
13279
|
+
"https://schema.org/domainIncludes": "https://schema.org/FinancialIncentive",
|
13280
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13281
|
+
"https://schema.org/rangeIncludes": "https://schema.org/IncentiveQualifiedExpenseType",
|
13282
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
13283
|
+
label: "qualifiedExpense",
|
13284
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12908
13285
|
property :quarantineGuidelines,
|
12909
13286
|
comment: "Guidelines about quarantine rules, e.g. in the context of a pandemic.",
|
12910
13287
|
"https://schema.org/domainIncludes": "https://schema.org/SpecialAnnouncement",
|
@@ -13104,6 +13481,12 @@ module RDF::Vocab
|
|
13104
13481
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1253",
|
13105
13482
|
label: "recourseLoan",
|
13106
13483
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13484
|
+
property :referee,
|
13485
|
+
comment: "An official who watches a game or match closely to enforce the rules and arbitrate on matters arising from the play such as referees, umpires or judges. The name of the effective function can vary according to the sport.",
|
13486
|
+
"https://schema.org/domainIncludes": "https://schema.org/SportsEvent",
|
13487
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Person",
|
13488
|
+
label: "referee",
|
13489
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13107
13490
|
property :referenceQuantity,
|
13108
13491
|
comment: "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.",
|
13109
13492
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
@@ -13119,7 +13502,7 @@ module RDF::Vocab
|
|
13119
13502
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13120
13503
|
property :refundType,
|
13121
13504
|
comment: "A refund type, from an enumerated list.",
|
13122
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13505
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13123
13506
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13124
13507
|
"https://schema.org/rangeIncludes": "https://schema.org/RefundTypeEnumeration",
|
13125
13508
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
@@ -13382,7 +13765,7 @@ module RDF::Vocab
|
|
13382
13765
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13383
13766
|
property :restockingFee,
|
13384
13767
|
comment: "Use [[MonetaryAmount]] to specify a fixed restocking fee for product returns, or use [[Number]] to specify a percentage of the product price paid by the customer.",
|
13385
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13768
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13386
13769
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13387
13770
|
"https://schema.org/rangeIncludes": ["https://schema.org/MonetaryAmount", "https://schema.org/Number"],
|
13388
13771
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -13410,7 +13793,7 @@ module RDF::Vocab
|
|
13410
13793
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13411
13794
|
property :returnFees,
|
13412
13795
|
comment: "The type of return fees for purchased products (for any return reason).",
|
13413
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13796
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13414
13797
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13415
13798
|
"https://schema.org/rangeIncludes": "https://schema.org/ReturnFeesEnumeration",
|
13416
13799
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288",
|
@@ -13426,7 +13809,7 @@ module RDF::Vocab
|
|
13426
13809
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13427
13810
|
property :returnMethod,
|
13428
13811
|
comment: "The type of return method offered, specified from an enumeration.",
|
13429
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13812
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13430
13813
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13431
13814
|
"https://schema.org/rangeIncludes": "https://schema.org/ReturnMethodEnumeration",
|
13432
13815
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -13458,7 +13841,7 @@ module RDF::Vocab
|
|
13458
13841
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13459
13842
|
property :returnShippingFeesAmount,
|
13460
13843
|
comment: "Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals [[ReturnShippingFees]].",
|
13461
|
-
"https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy",
|
13844
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/MerchantReturnPolicySeasonalOverride"],
|
13462
13845
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13463
13846
|
"https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount",
|
13464
13847
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880",
|
@@ -13695,6 +14078,14 @@ module RDF::Vocab
|
|
13695
14078
|
label: "seasonNumber",
|
13696
14079
|
subPropertyOf: "https://schema.org/position",
|
13697
14080
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14081
|
+
property :seasonalOverride,
|
14082
|
+
comment: "Limited period during which these shipping conditions apply.",
|
14083
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingConditions",
|
14084
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
14085
|
+
"https://schema.org/rangeIncludes": "https://schema.org/OpeningHoursSpecification",
|
14086
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
14087
|
+
label: "seasonalOverride",
|
14088
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13698
14089
|
property :seasons,
|
13699
14090
|
comment: "A season in a media series.",
|
13700
14091
|
"https://schema.org/domainIncludes": ["https://schema.org/RadioSeries", "https://schema.org/TVSeries", "https://schema.org/VideoGameSeries"],
|
@@ -13901,18 +14292,24 @@ module RDF::Vocab
|
|
13901
14292
|
"https://schema.org/rangeIncludes": "https://schema.org/CreativeWork",
|
13902
14293
|
label: "sharedContent",
|
13903
14294
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14295
|
+
property :shippingConditions,
|
14296
|
+
comment: "The conditions (constraints, price) applicable to the [[ShippingService]].",
|
14297
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingService",
|
14298
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
14299
|
+
"https://schema.org/rangeIncludes": "https://schema.org/ShippingConditions",
|
14300
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
14301
|
+
label: "shippingConditions",
|
14302
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13904
14303
|
property :shippingDestination,
|
13905
14304
|
comment: "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges.",
|
13906
|
-
"https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/OfferShippingDetails", "https://schema.org/ShippingRateSettings"],
|
13907
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
14305
|
+
"https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/OfferShippingDetails", "https://schema.org/ShippingConditions", "https://schema.org/ShippingRateSettings"],
|
13908
14306
|
"https://schema.org/rangeIncludes": "https://schema.org/DefinedRegion",
|
13909
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14307
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
13910
14308
|
label: "shippingDestination",
|
13911
14309
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13912
14310
|
property :shippingDetails,
|
13913
14311
|
comment: "Indicates information about the shipping policies and options associated with an [[Offer]].",
|
13914
14312
|
"https://schema.org/domainIncludes": "https://schema.org/Offer",
|
13915
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
13916
14313
|
"https://schema.org/rangeIncludes": "https://schema.org/OfferShippingDetails",
|
13917
14314
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
13918
14315
|
label: "shippingDetails",
|
@@ -13920,31 +14317,29 @@ module RDF::Vocab
|
|
13920
14317
|
property :shippingLabel,
|
13921
14318
|
comment: "Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
|
13922
14319
|
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingRateSettings"],
|
13923
|
-
"https://schema.org/isPartOf": "https://
|
14320
|
+
"https://schema.org/isPartOf": "https://attic.schema.org",
|
13924
14321
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
13925
14322
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
13926
14323
|
label: "shippingLabel",
|
13927
14324
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13928
14325
|
property :shippingOrigin,
|
13929
14326
|
comment: "Indicates the origin of a shipment, i.e. where it should be coming from.",
|
13930
|
-
"https://schema.org/domainIncludes": "https://schema.org/OfferShippingDetails",
|
13931
|
-
"https://schema.org/isPartOf": "https://pending.schema.org",
|
14327
|
+
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingConditions"],
|
13932
14328
|
"https://schema.org/rangeIncludes": "https://schema.org/DefinedRegion",
|
13933
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3122",
|
14329
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/3122", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
13934
14330
|
label: "shippingOrigin",
|
13935
14331
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13936
14332
|
property :shippingRate,
|
13937
14333
|
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.",
|
13938
|
-
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingRateSettings"],
|
13939
|
-
"https://schema.org/
|
13940
|
-
"https://schema.org/
|
13941
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14334
|
+
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/ShippingConditions", "https://schema.org/ShippingRateSettings"],
|
14335
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/MonetaryAmount", "https://schema.org/ShippingRateSettings"],
|
14336
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
13942
14337
|
label: "shippingRate",
|
13943
14338
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13944
14339
|
property :shippingSettingsLink,
|
13945
14340
|
comment: "Link to a page containing [[ShippingRateSettings]] and [[DeliveryTimeSettings]] details.",
|
13946
14341
|
"https://schema.org/domainIncludes": "https://schema.org/OfferShippingDetails",
|
13947
|
-
"https://schema.org/isPartOf": "https://
|
14342
|
+
"https://schema.org/isPartOf": "https://attic.schema.org",
|
13948
14343
|
"https://schema.org/rangeIncludes": "https://schema.org/URL",
|
13949
14344
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
13950
14345
|
label: "shippingSettingsLink",
|
@@ -14021,8 +14416,8 @@ module RDF::Vocab
|
|
14021
14416
|
label: "sizeSystem",
|
14022
14417
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14023
14418
|
property :skills,
|
14024
|
-
comment: "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill
|
14025
|
-
"https://schema.org/domainIncludes": ["https://schema.org/JobPosting", "https://schema.org/Occupation"],
|
14419
|
+
comment: "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation.",
|
14420
|
+
"https://schema.org/domainIncludes": ["https://schema.org/JobPosting", "https://schema.org/Occupation", "https://schema.org/Organization", "https://schema.org/Person"],
|
14026
14421
|
"https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/Text"],
|
14027
14422
|
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1698", "https://github.com/schemaorg/schemaorg/issues/2322"],
|
14028
14423
|
label: "skills",
|
@@ -14249,7 +14644,7 @@ module RDF::Vocab
|
|
14249
14644
|
label: "startTime",
|
14250
14645
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14251
14646
|
property :statType,
|
14252
|
-
comment: "Indicates the kind of statistic represented by a [[StatisticalVariable]], e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. [[
|
14647
|
+
comment: "Indicates the kind of statistic represented by a [[StatisticalVariable]], e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. [[median]], [[marginOfError]], [[maxValue]], [[minValue]]) or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org. ",
|
14253
14648
|
"https://schema.org/domainIncludes": "https://schema.org/StatisticalVariable",
|
14254
14649
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
14255
14650
|
"https://schema.org/rangeIncludes": ["https://schema.org/Property", "https://schema.org/Text", "https://schema.org/URL"],
|
@@ -14943,17 +15338,16 @@ module RDF::Vocab
|
|
14943
15338
|
label: "transcript",
|
14944
15339
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14945
15340
|
property :transitTime,
|
14946
|
-
comment: "The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode (d for DAY).",
|
14947
|
-
"https://schema.org/domainIncludes": "https://schema.org/ShippingDeliveryTime",
|
14948
|
-
"https://schema.org/
|
14949
|
-
"https://schema.org/
|
14950
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
15341
|
+
comment: "The typical delay the order has been sent for delivery and the goods reach the final customer.\n\n In the context of [[ShippingDeliveryTime]], use the [[QuantitativeValue]]. Typical properties: minValue, maxValue, unitCode (d for DAY).\n\n In the context of [[ShippingConditions]], use the [[ServicePeriod]]. It has a duration (as a [[QuantitativeValue]]) and also business days and a cut-off time.\n",
|
15342
|
+
"https://schema.org/domainIncludes": ["https://schema.org/ShippingConditions", "https://schema.org/ShippingDeliveryTime"],
|
15343
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/QuantitativeValue", "https://schema.org/ServicePeriod"],
|
15344
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
14951
15345
|
label: "transitTime",
|
14952
15346
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14953
15347
|
property :transitTimeLabel,
|
14954
15348
|
comment: "Label to match an [[OfferShippingDetails]] with a [[DeliveryTimeSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
|
14955
15349
|
"https://schema.org/domainIncludes": ["https://schema.org/DeliveryTimeSettings", "https://schema.org/OfferShippingDetails"],
|
14956
|
-
"https://schema.org/isPartOf": "https://
|
15350
|
+
"https://schema.org/isPartOf": "https://attic.schema.org",
|
14957
15351
|
"https://schema.org/rangeIncludes": "https://schema.org/Text",
|
14958
15352
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14959
15353
|
label: "transitTimeLabel",
|
@@ -15161,10 +15555,18 @@ module RDF::Vocab
|
|
15161
15555
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1779",
|
15162
15556
|
label: "validFor",
|
15163
15557
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15558
|
+
property :validForMemberTier,
|
15559
|
+
comment: "The membership program tier an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for.",
|
15560
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy", "https://schema.org/Offer", "https://schema.org/OfferShippingDetails", "https://schema.org/PriceSpecification", "https://schema.org/ShippingService"],
|
15561
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
15562
|
+
"https://schema.org/rangeIncludes": "https://schema.org/MemberProgramTier",
|
15563
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/3563", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
15564
|
+
label: "validForMemberTier",
|
15565
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15164
15566
|
property :validFrom,
|
15165
15567
|
comment: "The date when the item becomes valid.",
|
15166
15568
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
15167
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Certification", "https://schema.org/Demand", "https://schema.org/LocationFeatureSpecification", "https://schema.org/MonetaryAmount", "https://schema.org/Offer", "https://schema.org/OpeningHoursSpecification", "https://schema.org/Permit", "https://schema.org/PriceSpecification"],
|
15569
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Certification", "https://schema.org/Demand", "https://schema.org/FinancialIncentive", "https://schema.org/LocationFeatureSpecification", "https://schema.org/MonetaryAmount", "https://schema.org/Offer", "https://schema.org/OpeningHoursSpecification", "https://schema.org/Permit", "https://schema.org/PriceSpecification"],
|
15168
15570
|
"https://schema.org/rangeIncludes": ["https://schema.org/Date", "https://schema.org/DateTime"],
|
15169
15571
|
label: "validFrom",
|
15170
15572
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -15178,7 +15580,7 @@ module RDF::Vocab
|
|
15178
15580
|
property :validThrough,
|
15179
15581
|
comment: "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.",
|
15180
15582
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
15181
|
-
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/JobPosting", "https://schema.org/LocationFeatureSpecification", "https://schema.org/MonetaryAmount", "https://schema.org/Offer", "https://schema.org/OpeningHoursSpecification", "https://schema.org/PriceSpecification"],
|
15583
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Demand", "https://schema.org/FinancialIncentive", "https://schema.org/JobPosting", "https://schema.org/LocationFeatureSpecification", "https://schema.org/MonetaryAmount", "https://schema.org/Offer", "https://schema.org/OpeningHoursSpecification", "https://schema.org/PriceSpecification"],
|
15182
15584
|
"https://schema.org/rangeIncludes": ["https://schema.org/Date", "https://schema.org/DateTime"],
|
15183
15585
|
label: "validThrough",
|
15184
15586
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -15443,10 +15845,19 @@ module RDF::Vocab
|
|
15443
15845
|
property :weight,
|
15444
15846
|
comment: "The weight of the product or person.",
|
15445
15847
|
"https://schema.org/contributor": "https://schema.org/docs/collab/GoodRelationsTerms",
|
15446
|
-
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Person", "https://schema.org/Product"],
|
15447
|
-
"https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue",
|
15848
|
+
"https://schema.org/domainIncludes": ["https://schema.org/OfferShippingDetails", "https://schema.org/Person", "https://schema.org/Product", "https://schema.org/ShippingConditions", "https://schema.org/VisualArtwork"],
|
15849
|
+
"https://schema.org/rangeIncludes": ["https://schema.org/Mass", "https://schema.org/QuantitativeValue"],
|
15850
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
15448
15851
|
label: "weight",
|
15449
15852
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15853
|
+
property :weightPercentage,
|
15854
|
+
comment: "Fraction of the weight that is used to compute the shipping price.",
|
15855
|
+
"https://schema.org/domainIncludes": "https://schema.org/ShippingRateSettings",
|
15856
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
15857
|
+
"https://schema.org/rangeIncludes": "https://schema.org/Number",
|
15858
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
15859
|
+
label: "weightPercentage",
|
15860
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15450
15861
|
property :weightTotal,
|
15451
15862
|
comment: "The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.\\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.",
|
15452
15863
|
"https://schema.org/contributor": "https://schema.org/docs/collab/Automotive_Ontology_Working_Group",
|
@@ -15465,8 +15876,9 @@ module RDF::Vocab
|
|
15465
15876
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15466
15877
|
property :width,
|
15467
15878
|
comment: "The width of the item.",
|
15468
|
-
"https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/OfferShippingDetails", "https://schema.org/Product", "https://schema.org/VisualArtwork"],
|
15879
|
+
"https://schema.org/domainIncludes": ["https://schema.org/MediaObject", "https://schema.org/OfferShippingDetails", "https://schema.org/Product", "https://schema.org/ShippingConditions", "https://schema.org/VisualArtwork"],
|
15469
15880
|
"https://schema.org/rangeIncludes": ["https://schema.org/Distance", "https://schema.org/QuantitativeValue"],
|
15881
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
15470
15882
|
label: "width",
|
15471
15883
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15472
15884
|
property :winner,
|
@@ -15477,8 +15889,8 @@ module RDF::Vocab
|
|
15477
15889
|
subPropertyOf: "https://schema.org/participant",
|
15478
15890
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15479
15891
|
property :wordCount,
|
15480
|
-
comment: "The number of words in the text of the Article.",
|
15481
|
-
"https://schema.org/domainIncludes": "https://schema.org/Article",
|
15892
|
+
comment: "The number of words in the text of the CreativeWork such as an Article, Book, etc.",
|
15893
|
+
"https://schema.org/domainIncludes": ["https://schema.org/Article", "https://schema.org/CreativeWork"],
|
15482
15894
|
"https://schema.org/rangeIncludes": "https://schema.org/Integer",
|
15483
15895
|
label: "wordCount",
|
15484
15896
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -15672,11 +16084,11 @@ module RDF::Vocab
|
|
15672
16084
|
label: "AudiobookFormat",
|
15673
16085
|
type: "https://schema.org/BookFormatType"
|
15674
16086
|
term :AuthoritativeLegalValue,
|
15675
|
-
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.
|
16087
|
+
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]]\".",
|
15676
16088
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-authoritative",
|
15677
16089
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
15678
16090
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
15679
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
16091
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
15680
16092
|
label: "AuthoritativeLegalValue",
|
15681
16093
|
type: "https://schema.org/LegalValueLevel"
|
15682
16094
|
term :Ayurvedic,
|
@@ -15794,11 +16206,23 @@ module RDF::Vocab
|
|
15794
16206
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2534",
|
15795
16207
|
label: "BusinessSupport",
|
15796
16208
|
type: "https://schema.org/GovernmentBenefitsType"
|
16209
|
+
term :ByBankTransferInAdvance,
|
16210
|
+
comment: "Payment in advance by bank transfer, equivalent to <code>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</code>.",
|
16211
|
+
label: "ByBankTransferInAdvance",
|
16212
|
+
type: "https://schema.org/PaymentMethodType"
|
16213
|
+
term :ByInvoice,
|
16214
|
+
comment: "Payment by invoice, typically after the goods were delivered, equivalent to <code>http://purl.org/goodrelations/v1#ByInvoice</code>.",
|
16215
|
+
label: "ByInvoice",
|
16216
|
+
type: "https://schema.org/PaymentMethodType"
|
15797
16217
|
term :CDFormat,
|
15798
16218
|
comment: "CDFormat.",
|
15799
16219
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
15800
16220
|
label: "CDFormat",
|
15801
16221
|
type: "https://schema.org/MusicReleaseFormatType"
|
16222
|
+
term :COD,
|
16223
|
+
comment: "Cash on Delivery (COD) payment, equivalent to <code>http://purl.org/goodrelations/v1#COD</code>.",
|
16224
|
+
label: "COD",
|
16225
|
+
type: "https://schema.org/PaymentMethodType"
|
15802
16226
|
term :CT,
|
15803
16227
|
comment: "X-ray computed tomography imaging.",
|
15804
16228
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -15819,6 +16243,10 @@ module RDF::Vocab
|
|
15819
16243
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
15820
16244
|
label: "CaseSeries",
|
15821
16245
|
type: "https://schema.org/MedicalObservationalStudyDesign"
|
16246
|
+
term :Cash,
|
16247
|
+
comment: "Payment using cash, on premises, equivalent to <code>http://purl.org/goodrelations/v1#Cash</code>.",
|
16248
|
+
label: "Cash",
|
16249
|
+
type: "https://schema.org/PaymentMethodType"
|
15822
16250
|
term :CassetteFormat,
|
15823
16251
|
comment: "CassetteFormat.",
|
15824
16252
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
@@ -15848,6 +16276,10 @@ module RDF::Vocab
|
|
15848
16276
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2543",
|
15849
16277
|
label: "CharitableIncorporatedOrganization",
|
15850
16278
|
type: "https://schema.org/UKNonprofitType"
|
16279
|
+
term :CheckInAdvance,
|
16280
|
+
comment: "Payment in advance by sending a check, equivalent to <code>http://purl.org/goodrelations/v1#CheckInAdvance</code>.",
|
16281
|
+
label: "CheckInAdvance",
|
16282
|
+
type: "https://schema.org/PaymentMethodType"
|
15851
16283
|
term :Chiropractic,
|
15852
16284
|
comment: "A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.",
|
15853
16285
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -15904,6 +16336,13 @@ module RDF::Vocab
|
|
15904
16336
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
15905
16337
|
label: "CompositeCaptureDigitalSource",
|
15906
16338
|
type: "https://schema.org/IPTCDigitalSourceEnumeration"
|
16339
|
+
term :CompositeDigitalSource,
|
16340
|
+
comment: "Content coded as '<a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/algorithmicMedia\">algorithmic media</a>' using the IPTC <a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/\">digital source type</a> vocabulary.",
|
16341
|
+
exactMatch: "http://cv.iptc.org/newscodes/digitalsourcetype/composite",
|
16342
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16343
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
16344
|
+
label: "CompositeDigitalSource",
|
16345
|
+
type: "https://schema.org/IPTCDigitalSourceEnumeration"
|
15907
16346
|
term :CompositeSyntheticDigitalSource,
|
15908
16347
|
comment: "Content coded as '<a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/compositeSynthetic\">composite synthetic</a>' using the IPTC <a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/\">digital source type</a> vocabulary.",
|
15909
16348
|
exactMatch: "http://cv.iptc.org/newscodes/digitalsourcetype/compositeSynthetic",
|
@@ -15963,11 +16402,11 @@ module RDF::Vocab
|
|
15963
16402
|
label: "DecontextualizedContent",
|
15964
16403
|
type: "https://schema.org/MediaManipulationRatingEnumeration"
|
15965
16404
|
term :DefinitiveLegalValue,
|
15966
|
-
comment: "Indicates a document for which the text is conclusively what the law says and is legally binding. (
|
16405
|
+
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]].",
|
15967
16406
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-definitive",
|
15968
16407
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
15969
16408
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
15970
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
16409
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
15971
16410
|
label: "DefinitiveLegalValue",
|
15972
16411
|
type: "https://schema.org/LegalValueLevel"
|
15973
16412
|
term :DemoAlbum,
|
@@ -16043,6 +16482,10 @@ module RDF::Vocab
|
|
16043
16482
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
16044
16483
|
label: "DigitalFormat",
|
16045
16484
|
type: "https://schema.org/MusicReleaseFormatType"
|
16485
|
+
term :DirectDebit,
|
16486
|
+
comment: "Payment in advance by direct debit from the bank, equivalent to <code>http://purl.org/goodrelations/v1#DirectDebit</code>.",
|
16487
|
+
label: "DirectDebit",
|
16488
|
+
type: "https://schema.org/PaymentMethodType"
|
16046
16489
|
term :DisabilitySupport,
|
16047
16490
|
comment: "DisabilitySupport: this is a benefit for disability support.",
|
16048
16491
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
@@ -16304,6 +16747,36 @@ module RDF::Vocab
|
|
16304
16747
|
"https://schema.org/contributor": "https://schema.org/docs/collab/Automotive_Ontology_Working_Group",
|
16305
16748
|
label: "FrontWheelDriveConfiguration",
|
16306
16749
|
type: "https://schema.org/DriveWheelConfigurationValue"
|
16750
|
+
term :FulfillmentTypeCollectionPoint,
|
16751
|
+
comment: "Fulfillment to a collection point location.",
|
16752
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16753
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16754
|
+
label: "FulfillmentTypeCollectionPoint",
|
16755
|
+
type: "https://schema.org/FulfillmentTypeEnumeration"
|
16756
|
+
term :FulfillmentTypeDelivery,
|
16757
|
+
comment: "Fulfillment to a customer selected address.",
|
16758
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16759
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16760
|
+
label: "FulfillmentTypeDelivery",
|
16761
|
+
type: "https://schema.org/FulfillmentTypeEnumeration"
|
16762
|
+
term :FulfillmentTypePickupDropoff,
|
16763
|
+
comment: "Fulfillment through pick-up drop-off locations.",
|
16764
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16765
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16766
|
+
label: "FulfillmentTypePickupDropoff",
|
16767
|
+
type: "https://schema.org/FulfillmentTypeEnumeration"
|
16768
|
+
term :FulfillmentTypePickupInStore,
|
16769
|
+
comment: "Fulfillment through pick-up in a store.",
|
16770
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16771
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16772
|
+
label: "FulfillmentTypePickupInStore",
|
16773
|
+
type: "https://schema.org/FulfillmentTypeEnumeration"
|
16774
|
+
term :FulfillmentTypeScheduledDelivery,
|
16775
|
+
comment: "Fulfillment to a customer selected address after scheduling with the customer.",
|
16776
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16777
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16778
|
+
label: "FulfillmentTypeScheduledDelivery",
|
16779
|
+
type: "https://schema.org/FulfillmentTypeEnumeration"
|
16307
16780
|
term :FullGameAvailability,
|
16308
16781
|
comment: "Indicates full game availability.",
|
16309
16782
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
@@ -16434,7 +16907,7 @@ module RDF::Vocab
|
|
16434
16907
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce-inForce",
|
16435
16908
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
16436
16909
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16437
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
16910
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
16438
16911
|
label: "InForce",
|
16439
16912
|
type: "https://schema.org/LegalForceStatus"
|
16440
16913
|
term :InStock,
|
@@ -16445,6 +16918,88 @@ module RDF::Vocab
|
|
16445
16918
|
comment: "Indicates that the item is available only at physical locations.",
|
16446
16919
|
label: "InStoreOnly",
|
16447
16920
|
type: "https://schema.org/ItemAvailability"
|
16921
|
+
term :InStorePrepay,
|
16922
|
+
comment: "Payment in advance in some form of shop or kiosk for goods purchased online.",
|
16923
|
+
label: "InStorePrepay",
|
16924
|
+
type: "https://schema.org/PaymentMethodType"
|
16925
|
+
term :IncentiveQualifiedExpenseTypeGoodsOnly,
|
16926
|
+
comment: "This incentive applies to goods only.",
|
16927
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16928
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16929
|
+
label: "IncentiveQualifiedExpenseTypeGoodsOnly",
|
16930
|
+
type: "https://schema.org/IncentiveQualifiedExpenseType"
|
16931
|
+
term :IncentiveQualifiedExpenseTypeGoodsOrServices,
|
16932
|
+
comment: "This incentive can apply to either goods or services (or both).",
|
16933
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16934
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16935
|
+
label: "IncentiveQualifiedExpenseTypeGoodsOrServices",
|
16936
|
+
type: "https://schema.org/IncentiveQualifiedExpenseType"
|
16937
|
+
term :IncentiveQualifiedExpenseTypeServicesOnly,
|
16938
|
+
comment: "This incentive applies to services only.",
|
16939
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16940
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16941
|
+
label: "IncentiveQualifiedExpenseTypeServicesOnly",
|
16942
|
+
type: "https://schema.org/IncentiveQualifiedExpenseType"
|
16943
|
+
term :IncentiveQualifiedExpenseTypeUtilityBill,
|
16944
|
+
comment: "This incentive applies to utility bills.",
|
16945
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16946
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16947
|
+
label: "IncentiveQualifiedExpenseTypeUtilityBill",
|
16948
|
+
type: "https://schema.org/IncentiveQualifiedExpenseType"
|
16949
|
+
term :IncentiveStatusActive,
|
16950
|
+
comment: "This incentive is currently active.",
|
16951
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16952
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16953
|
+
label: "IncentiveStatusActive",
|
16954
|
+
type: "https://schema.org/IncentiveStatus"
|
16955
|
+
term :IncentiveStatusInDevelopment,
|
16956
|
+
comment: "This incentive is currently being developed, and may become active/retired in the future.",
|
16957
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16958
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16959
|
+
label: "IncentiveStatusInDevelopment",
|
16960
|
+
type: "https://schema.org/IncentiveStatus"
|
16961
|
+
term :IncentiveStatusOnHold,
|
16962
|
+
comment: "This incentive is currently active, but may not be accepting new applicants (e.g. max number of redemptions reached for a year)",
|
16963
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16964
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16965
|
+
label: "IncentiveStatusOnHold",
|
16966
|
+
type: "https://schema.org/IncentiveStatus"
|
16967
|
+
term :IncentiveStatusRetired,
|
16968
|
+
comment: "This incentive is not longer available.",
|
16969
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16970
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16971
|
+
label: "IncentiveStatusRetired",
|
16972
|
+
type: "https://schema.org/IncentiveStatus"
|
16973
|
+
term :IncentiveTypeLoan,
|
16974
|
+
comment: "An incentive where the recipient can receive additional funding for the purchase/lease of the good/service, which must be paid back.",
|
16975
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16976
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16977
|
+
label: "IncentiveTypeLoan",
|
16978
|
+
type: "https://schema.org/IncentiveType"
|
16979
|
+
term :IncentiveTypeRebateOrSubsidy,
|
16980
|
+
comment: "An incentive that reduces the purchase/lease cost of the good/service in question.",
|
16981
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16982
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16983
|
+
label: "IncentiveTypeRebateOrSubsidy",
|
16984
|
+
type: "https://schema.org/IncentiveType"
|
16985
|
+
term :IncentiveTypeTaxCredit,
|
16986
|
+
comment: "An incentive that directly reduces the amount of tax owed by the recipient.",
|
16987
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16988
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16989
|
+
label: "IncentiveTypeTaxCredit",
|
16990
|
+
type: "https://schema.org/IncentiveType"
|
16991
|
+
term :IncentiveTypeTaxDeduction,
|
16992
|
+
comment: "An incentive that reduces the recipient's amount of taxable income.",
|
16993
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16994
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16995
|
+
label: "IncentiveTypeTaxDeduction",
|
16996
|
+
type: "https://schema.org/IncentiveType"
|
16997
|
+
term :IncentiveTypeTaxWaiver,
|
16998
|
+
comment: "An incentive that reduces/exempts the recipient from taxation applicable to the incentivized good/service (e.g. luxury taxes, registration taxes, circulation tax).",
|
16999
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17000
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17001
|
+
label: "IncentiveTypeTaxWaiver",
|
17002
|
+
type: "https://schema.org/IncentiveType"
|
16448
17003
|
term :Infectious,
|
16449
17004
|
comment: "Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections.",
|
16450
17005
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -16526,7 +17081,7 @@ module RDF::Vocab
|
|
16526
17081
|
label: "LimitedByGuaranteeCharity",
|
16527
17082
|
type: "https://schema.org/UKNonprofitType"
|
16528
17083
|
term :ListPrice,
|
16529
|
-
comment: "Represents the list price
|
17084
|
+
comment: "Represents the list price of an offered product. Typically the same as the [MSRP](https://schema.org/MSRP).",
|
16530
17085
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16531
17086
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712",
|
16532
17087
|
label: "ListPrice",
|
@@ -16583,6 +17138,10 @@ module RDF::Vocab
|
|
16583
17138
|
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712",
|
16584
17139
|
label: "MSRP",
|
16585
17140
|
type: "https://schema.org/PriceTypeEnumeration"
|
17141
|
+
term :MadeToOrder,
|
17142
|
+
comment: "Indicates that the item is made to order (custom made).",
|
17143
|
+
label: "MadeToOrder",
|
17144
|
+
type: "https://schema.org/ItemAvailability"
|
16586
17145
|
term :Male,
|
16587
17146
|
comment: "The male gender.",
|
16588
17147
|
label: "Male",
|
@@ -16674,6 +17233,13 @@ module RDF::Vocab
|
|
16674
17233
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
16675
17234
|
label: "MultiCenterTrial",
|
16676
17235
|
type: "https://schema.org/MedicalTrialDesign"
|
17236
|
+
term :MultiFrameComputationalCaptureDigitalSource,
|
17237
|
+
comment: "Content coded as '<a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/algorithmicMedia\">algorithmic media</a>' using the IPTC <a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/\">digital source type</a> vocabulary.",
|
17238
|
+
exactMatch: "http://cv.iptc.org/newscodes/digitalsourcetype/computationalCapture",
|
17239
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17240
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
17241
|
+
label: "MultiFrameComputationalCaptureDigitalSource",
|
17242
|
+
type: "https://schema.org/IPTCDigitalSourceEnumeration"
|
16677
17243
|
term :MultiPlayer,
|
16678
17244
|
comment: "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.",
|
16679
17245
|
label: "MultiPlayer",
|
@@ -16963,7 +17529,7 @@ module RDF::Vocab
|
|
16963
17529
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce-notInForce",
|
16964
17530
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
16965
17531
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
16966
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
17532
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
16967
17533
|
label: "NotInForce",
|
16968
17534
|
type: "https://schema.org/LegalForceStatus"
|
16969
17535
|
term :NotYetRecruiting,
|
@@ -16999,11 +17565,11 @@ module RDF::Vocab
|
|
16999
17565
|
label: "OccupationalActivity",
|
17000
17566
|
type: "https://schema.org/PhysicalActivityCategory"
|
17001
17567
|
term :OfficialLegalValue,
|
17002
|
-
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
|
17568
|
+
comment: "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications).",
|
17003
17569
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-official",
|
17004
17570
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
17005
17571
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17006
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
17572
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17007
17573
|
label: "OfficialLegalValue",
|
17008
17574
|
type: "https://schema.org/LegalValueLevel"
|
17009
17575
|
term :OfflineEventAttendanceMode,
|
@@ -17165,7 +17731,7 @@ module RDF::Vocab
|
|
17165
17731
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce-partiallyInForce",
|
17166
17732
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
17167
17733
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17168
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
17734
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17169
17735
|
label: "PartiallyInForce",
|
17170
17736
|
type: "https://schema.org/LegalForceStatus"
|
17171
17737
|
term :Pathology,
|
@@ -17215,6 +17781,10 @@ module RDF::Vocab
|
|
17215
17781
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
17216
17782
|
label: "PharmacySpecialty",
|
17217
17783
|
type: "https://schema.org/MedicalSpecialty"
|
17784
|
+
term :PhoneCarrierPayment,
|
17785
|
+
comment: "Payment by billing via the phone carrier.",
|
17786
|
+
label: "PhoneCarrierPayment",
|
17787
|
+
type: "https://schema.org/PaymentMethodType"
|
17218
17788
|
term :Physiotherapy,
|
17219
17789
|
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.",
|
17220
17790
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17343,6 +17913,30 @@ module RDF::Vocab
|
|
17343
17913
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
17344
17914
|
label: "Pulmonary",
|
17345
17915
|
type: "https://schema.org/MedicalSpecialty"
|
17916
|
+
term :PurchaseTypeLease,
|
17917
|
+
comment: "This is a lease of an item.",
|
17918
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17919
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17920
|
+
label: "PurchaseTypeLease",
|
17921
|
+
type: "https://schema.org/PurchaseType"
|
17922
|
+
term :PurchaseTypeNewPurchase,
|
17923
|
+
comment: "This is a purchase of a new item.",
|
17924
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17925
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17926
|
+
label: "PurchaseTypeNewPurchase",
|
17927
|
+
type: "https://schema.org/PurchaseType"
|
17928
|
+
term :PurchaseTypeTradeIn,
|
17929
|
+
comment: "This is a trade-in for an item.",
|
17930
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17931
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17932
|
+
label: "PurchaseTypeTradeIn",
|
17933
|
+
type: "https://schema.org/PurchaseType"
|
17934
|
+
term :PurchaseTypeUsedPurchase,
|
17935
|
+
comment: "This is a purchase of a used item.",
|
17936
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17937
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17938
|
+
label: "PurchaseTypeUsedPurchase",
|
17939
|
+
type: "https://schema.org/PurchaseType"
|
17346
17940
|
term :Radiography,
|
17347
17941
|
comment: "Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body.",
|
17348
17942
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17382,6 +17976,12 @@ module RDF::Vocab
|
|
17382
17976
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
17383
17977
|
label: "Registry",
|
17384
17978
|
type: "https://schema.org/MedicalObservationalStudyDesign"
|
17979
|
+
term :RegularPrice,
|
17980
|
+
comment: "Represents the regular price of an offered product. This is usually the advertised price before a temporary sale. Once the sale period ends the advertised price will go back to the regular price.",
|
17981
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17982
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3583",
|
17983
|
+
label: "RegularPrice",
|
17984
|
+
type: "https://schema.org/PriceTypeEnumeration"
|
17385
17985
|
term :ReimbursementCap,
|
17386
17986
|
comment: "The drug's cost represents the maximum reimbursement paid by an insurer for the drug.",
|
17387
17987
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17425,6 +18025,10 @@ module RDF::Vocab
|
|
17425
18025
|
comment: "The status of a reservation when a request has been sent, but not confirmed.",
|
17426
18026
|
label: "ReservationPending",
|
17427
18027
|
type: "https://schema.org/ReservationStatusType"
|
18028
|
+
term :Reserved,
|
18029
|
+
comment: "Indicates that the item is reserved and therefore not available.",
|
18030
|
+
label: "Reserved",
|
18031
|
+
type: "https://schema.org/ItemAvailability"
|
17428
18032
|
term :RespiratoryTherapy,
|
17429
18033
|
comment: "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease).",
|
17430
18034
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
@@ -17557,6 +18161,13 @@ module RDF::Vocab
|
|
17557
18161
|
"https://schema.org/sameAs": "http://www.wikidata.org/entity/Q131",
|
17558
18162
|
label: "Saturday",
|
17559
18163
|
type: "https://schema.org/DayOfWeek"
|
18164
|
+
term :ScreenCaptureDigitalSource,
|
18165
|
+
comment: "Content coded as '<a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/algorithmicMedia\">algorithmic media</a>' using the IPTC <a href=\"https://cv.iptc.org/newscodes/digitalsourcetype/\">digital source type</a> vocabulary.",
|
18166
|
+
exactMatch: "http://cv.iptc.org/newscodes/digitalsourcetype/screenCapture",
|
18167
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
18168
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
18169
|
+
label: "ScreenCaptureDigitalSource",
|
18170
|
+
type: "https://schema.org/IPTCDigitalSourceEnumeration"
|
17560
18171
|
term :ScreeningHealthAspect,
|
17561
18172
|
comment: "Content about how to screen or further filter a topic.",
|
17562
18173
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
@@ -17669,6 +18280,12 @@ module RDF::Vocab
|
|
17669
18280
|
"https://schema.org/isPartOf": "https://health-lifesci.schema.org",
|
17670
18281
|
label: "StrengthTraining",
|
17671
18282
|
type: "https://schema.org/PhysicalActivityCategory"
|
18283
|
+
term :StrikethroughPrice,
|
18284
|
+
comment: "Represents the strikethrough price (the previous advertised price) of an offered product.",
|
18285
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
18286
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3583",
|
18287
|
+
label: "StrikethroughPrice",
|
18288
|
+
type: "https://schema.org/PriceTypeEnumeration"
|
17672
18289
|
term :StudioAlbum,
|
17673
18290
|
comment: "StudioAlbum.",
|
17674
18291
|
"https://schema.org/contributor": "https://schema.org/docs/collab/MBZ",
|
@@ -17727,6 +18344,30 @@ module RDF::Vocab
|
|
17727
18344
|
"https://schema.org/sameAs": "http://www.wikidata.org/entity/Q129",
|
17728
18345
|
label: "Thursday",
|
17729
18346
|
type: "https://schema.org/DayOfWeek"
|
18347
|
+
term :TierBenefitLoyaltyPoints,
|
18348
|
+
comment: "Benefit of the tier is earning of loyalty points.",
|
18349
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
18350
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
18351
|
+
label: "TierBenefitLoyaltyPoints",
|
18352
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
18353
|
+
term :TierBenefitLoyaltyPrice,
|
18354
|
+
comment: "Benefit of the tier is a members-only price.",
|
18355
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
18356
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
18357
|
+
label: "TierBenefitLoyaltyPrice",
|
18358
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
18359
|
+
term :TierBenefitLoyaltyReturns,
|
18360
|
+
comment: "Benefit of the tier is members-only returns, for example free unlimited returns.",
|
18361
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
18362
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
18363
|
+
label: "TierBenefitLoyaltyReturns",
|
18364
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
18365
|
+
term :TierBenefitLoyaltyShipping,
|
18366
|
+
comment: "Benefit of the tier is a members-only shipping price or speed (for example free shipping or 1-day shipping).",
|
18367
|
+
"https://schema.org/isPartOf": "https://pending.schema.org",
|
18368
|
+
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3563",
|
18369
|
+
label: "TierBenefitLoyaltyShipping",
|
18370
|
+
type: "https://schema.org/TierBenefitEnumeration"
|
17730
18371
|
term :TobaccoNicotineConsideration,
|
17731
18372
|
comment: "Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs.",
|
17732
18373
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
@@ -17824,7 +18465,7 @@ module RDF::Vocab
|
|
17824
18465
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-unofficial",
|
17825
18466
|
"https://schema.org/contributor": "https://schema.org/docs/collab/ELI",
|
17826
18467
|
"https://schema.org/isPartOf": "https://pending.schema.org",
|
17827
|
-
"https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
18468
|
+
"https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17828
18469
|
label: "UnofficialLegalValue",
|
17829
18470
|
type: "https://schema.org/LegalValueLevel"
|
17830
18471
|
term :Urologic,
|