rdf-vocab 3.3.2 → 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 +71 -120
- data/lib/rdf/vocab/bibframe.rb +71 -120
- data/lib/rdf/vocab/identifiers.rb +688 -462
- data/lib/rdf/vocab/marcrelators.rb +930 -602
- data/lib/rdf/vocab/premiseventtype.rb +72 -22
- data/lib/rdf/vocab/rdau.rb +2377 -2378
- data/lib/rdf/vocab/schema.rb +593 -109
- data/lib/rdf/vocab/schemas.rb +593 -109
- data/lib/rdf/vocab/vcard.rb +20 -0
- metadata +3 -3
data/lib/rdf/vocab/schema.rb
CHANGED
@@ -1005,6 +1005,11 @@ module RDF::Vocab
|
|
1005
1005
|
label: "CookAction",
|
1006
1006
|
subClassOf: "http://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: "http://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
|
"http://schema.org/contributor": "http://schema.org/docs/collab/rNews",
|
@@ -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
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1196
1200
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
1197
1201
|
label: "DefinedRegion",
|
1198
1202
|
subClassOf: "http://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
|
-
"http://schema.org/isPartOf": "http://
|
1242
|
+
"http://schema.org/isPartOf": "http://attic.schema.org",
|
1239
1243
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
1244
|
+
"http://schema.org/supersededBy": "http://schema.org/ShippingConditions",
|
1240
1245
|
label: "DeliveryTimeSettings",
|
1241
1246
|
subClassOf: "http://schema.org/StructuredValue",
|
1242
1247
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -1692,6 +1697,13 @@ module RDF::Vocab
|
|
1692
1697
|
label: "FilmAction",
|
1693
1698
|
subClassOf: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1703
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
1704
|
+
label: "FinancialIncentive",
|
1705
|
+
subClassOf: "http://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
|
"http://schema.org/contributor": "http://schema.org/docs/collab/FIBO",
|
@@ -1766,6 +1778,13 @@ module RDF::Vocab
|
|
1766
1778
|
label: "FoodService",
|
1767
1779
|
subClassOf: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
1784
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
1785
|
+
label: "FulfillmentTypeEnumeration",
|
1786
|
+
subClassOf: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -2120,7 +2139,7 @@ module RDF::Vocab
|
|
2120
2139
|
subClassOf: "http://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
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2125
2144
|
"http://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: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2185
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
2186
|
+
label: "IncentiveQualifiedExpenseType",
|
2187
|
+
subClassOf: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2192
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
2193
|
+
label: "IncentiveStatus",
|
2194
|
+
subClassOf: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2199
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
2200
|
+
label: "IncentiveType",
|
2201
|
+
subClassOf: "http://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
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
2332
2372
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2333
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2373
|
+
"http://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: "http://schema.org/StatusEnumeration",
|
2336
2376
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -2343,7 +2383,7 @@ module RDF::Vocab
|
|
2343
2383
|
comment: "A list of possible levels for the legal validity of a legislation.",
|
2344
2384
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
2345
2385
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2346
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2386
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2347
2387
|
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://data.europa.eu/eli/ontology#LegalValue",
|
2348
2388
|
label: "LegalValueLevel",
|
2349
2389
|
subClassOf: "http://schema.org/Enumeration",
|
@@ -2352,7 +2392,7 @@ module RDF::Vocab
|
|
2352
2392
|
comment: "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).",
|
2353
2393
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
2354
2394
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2355
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2395
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2356
2396
|
"http://www.w3.org/2004/02/skos/core#closeMatch": ["http://data.europa.eu/eli/ontology#LegalExpression", "http://data.europa.eu/eli/ontology#LegalRecontributor"],
|
2357
2397
|
label: "Legislation",
|
2358
2398
|
subClassOf: "http://schema.org/CreativeWork",
|
@@ -2361,7 +2401,7 @@ module RDF::Vocab
|
|
2361
2401
|
comment: "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.",
|
2362
2402
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
2363
2403
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
2364
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
2404
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
2365
2405
|
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://data.europa.eu/eli/ontology#Format",
|
2366
2406
|
label: "LegislationObject",
|
2367
2407
|
subClassOf: ["http://schema.org/Legislation", "http://schema.org/MediaObject"],
|
@@ -3260,7 +3300,6 @@ module RDF::Vocab
|
|
3260
3300
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3261
3301
|
term :OfferShippingDetails,
|
3262
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.",
|
3263
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3264
3303
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
3265
3304
|
label: "OfferShippingDetails",
|
3266
3305
|
subClassOf: "http://schema.org/StructuredValue",
|
@@ -3429,6 +3468,7 @@ module RDF::Vocab
|
|
3429
3468
|
term :PaymentMethod,
|
3430
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.",
|
3431
3470
|
"http://schema.org/contributor": "http://schema.org/docs/collab/GoodRelationsClass",
|
3471
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
3432
3472
|
label: "PaymentMethod",
|
3433
3473
|
subClassOf: "http://schema.org/Intangible",
|
3434
3474
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
@@ -3641,7 +3681,6 @@ module RDF::Vocab
|
|
3641
3681
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3642
3682
|
term :PostalCodeRangeSpecification,
|
3643
3683
|
comment: "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.",
|
3644
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3645
3684
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
3646
3685
|
label: "PostalCodeRangeSpecification",
|
3647
3686
|
subClassOf: "http://schema.org/StructuredValue",
|
@@ -3831,18 +3870,25 @@ module RDF::Vocab
|
|
3831
3870
|
subClassOf: "http://schema.org/Event",
|
3832
3871
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3833
3872
|
term :PublicationIssue,
|
3834
|
-
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/).",
|
3835
3874
|
equivalentClass: "http://purl.org/ontology/bibo/Issue",
|
3836
3875
|
"http://schema.org/contributor": "http://schema.org/docs/collab/bibex",
|
3837
3876
|
label: "PublicationIssue",
|
3838
3877
|
subClassOf: "http://schema.org/CreativeWork",
|
3839
3878
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3840
3879
|
term :PublicationVolume,
|
3841
|
-
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/).",
|
3842
3881
|
"http://schema.org/contributor": "http://schema.org/docs/collab/bibex",
|
3843
3882
|
label: "PublicationVolume",
|
3844
3883
|
subClassOf: "http://schema.org/CreativeWork",
|
3845
3884
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3885
|
+
term :PurchaseType,
|
3886
|
+
comment: "Enumerates a purchase type for an item.",
|
3887
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
3888
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
3889
|
+
label: "PurchaseType",
|
3890
|
+
subClassOf: "http://schema.org/Enumeration",
|
3891
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
3846
3892
|
term :QAPage,
|
3847
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).",
|
3848
3894
|
label: "QAPage",
|
@@ -4330,6 +4376,13 @@ module RDF::Vocab
|
|
4330
4376
|
label: "ServiceChannel",
|
4331
4377
|
subClassOf: "http://schema.org/Intangible",
|
4332
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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4382
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
4383
|
+
label: "ServicePeriod",
|
4384
|
+
subClassOf: "http://schema.org/StructuredValue",
|
4385
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4333
4386
|
term :ShareAction,
|
4334
4387
|
comment: "The act of distributing content to people for their amusement or edification.",
|
4335
4388
|
label: "ShareAction",
|
@@ -4342,20 +4395,32 @@ module RDF::Vocab
|
|
4342
4395
|
label: "SheetMusic",
|
4343
4396
|
subClassOf: "http://schema.org/CreativeWork",
|
4344
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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4401
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
4402
|
+
label: "ShippingConditions",
|
4403
|
+
subClassOf: "http://schema.org/StructuredValue",
|
4404
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4345
4405
|
term :ShippingDeliveryTime,
|
4346
4406
|
comment: "ShippingDeliveryTime provides various pieces of information about delivery times for shipping.",
|
4347
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4348
4407
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
4349
4408
|
label: "ShippingDeliveryTime",
|
4350
4409
|
subClassOf: "http://schema.org/StructuredValue",
|
4351
4410
|
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4352
4411
|
term :ShippingRateSettings,
|
4353
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]].",
|
4354
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4355
4413
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
4356
4414
|
label: "ShippingRateSettings",
|
4357
4415
|
subClassOf: "http://schema.org/StructuredValue",
|
4358
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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
4420
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
4421
|
+
label: "ShippingService",
|
4422
|
+
subClassOf: "http://schema.org/StructuredValue",
|
4423
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
4359
4424
|
term :ShoeStore,
|
4360
4425
|
comment: "A shoe store.",
|
4361
4426
|
label: "ShoeStore",
|
@@ -5268,8 +5333,9 @@ module RDF::Vocab
|
|
5268
5333
|
comment: "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.",
|
5269
5334
|
domainIncludes: ["http://schema.org/Demand", "http://schema.org/Offer", "http://schema.org/Organization"],
|
5270
5335
|
"http://schema.org/contributor": "http://schema.org/docs/collab/GoodRelationsTerms",
|
5336
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
5271
5337
|
label: "acceptedPaymentMethod",
|
5272
|
-
rangeIncludes: ["http://schema.org/LoanOrCredit", "http://schema.org/PaymentMethod"],
|
5338
|
+
rangeIncludes: ["http://schema.org/LoanOrCredit", "http://schema.org/PaymentMethod", "http://schema.org/Text"],
|
5273
5339
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5274
5340
|
property :acceptsReservations,
|
5275
5341
|
comment: "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings ```Yes``` or ```No```.",
|
@@ -5426,6 +5492,12 @@ module RDF::Vocab
|
|
5426
5492
|
label: "actionPlatform",
|
5427
5493
|
rangeIncludes: ["http://schema.org/DigitalPlatformEnumeration", "http://schema.org/Text", "http://schema.org/URL"],
|
5428
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
|
+
domainIncludes: "http://schema.org/Action",
|
5498
|
+
label: "actionProcess",
|
5499
|
+
rangeIncludes: "http://schema.org/HowTo",
|
5500
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5429
5501
|
property :actionStatus,
|
5430
5502
|
comment: "Indicates the current disposition of the Action.",
|
5431
5503
|
domainIncludes: "http://schema.org/Action",
|
@@ -5464,10 +5536,10 @@ module RDF::Vocab
|
|
5464
5536
|
rangeIncludes: ["http://schema.org/QuantitativeValue", "http://schema.org/Text"],
|
5465
5537
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5466
5538
|
property :actor,
|
5467
|
-
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.",
|
5468
5540
|
domainIncludes: ["http://schema.org/Clip", "http://schema.org/CreativeWorkSeason", "http://schema.org/Episode", "http://schema.org/Event", "http://schema.org/Movie", "http://schema.org/MovieSeries", "http://schema.org/PodcastSeries", "http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGame", "http://schema.org/VideoGameSeries", "http://schema.org/VideoObject"],
|
5469
5541
|
label: "actor",
|
5470
|
-
rangeIncludes: "http://schema.org/Person",
|
5542
|
+
rangeIncludes: ["http://schema.org/PerformingGroup", "http://schema.org/Person"],
|
5471
5543
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5472
5544
|
property :actors,
|
5473
5545
|
comment: "An actor, e.g. in TV, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
|
@@ -5523,7 +5595,7 @@ module RDF::Vocab
|
|
5523
5595
|
rangeIncludes: ["http://schema.org/PostalAddress", "http://schema.org/Text"],
|
5524
5596
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5525
5597
|
property :addressCountry,
|
5526
|
-
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.",
|
5527
5599
|
domainIncludes: ["http://schema.org/DefinedRegion", "http://schema.org/GeoCoordinates", "http://schema.org/GeoShape", "http://schema.org/PostalAddress"],
|
5528
5600
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
5529
5601
|
label: "addressCountry",
|
@@ -5597,6 +5669,14 @@ module RDF::Vocab
|
|
5597
5669
|
label: "agentInteractionStatistic",
|
5598
5670
|
rangeIncludes: "http://schema.org/InteractionCounter",
|
5599
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
|
+
domainIncludes: "http://schema.org/ItemList",
|
5675
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
5676
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/4321",
|
5677
|
+
label: "aggregateElement",
|
5678
|
+
rangeIncludes: "http://schema.org/Thing",
|
5679
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5600
5680
|
property :aggregateRating,
|
5601
5681
|
comment: "The overall rating, based on a collection of reviews or ratings, of the item.",
|
5602
5682
|
domainIncludes: ["http://schema.org/Brand", "http://schema.org/CreativeWork", "http://schema.org/Event", "http://schema.org/Offer", "http://schema.org/Organization", "http://schema.org/Place", "http://schema.org/Product", "http://schema.org/Service"],
|
@@ -5809,12 +5889,12 @@ module RDF::Vocab
|
|
5809
5889
|
rangeIncludes: "http://schema.org/ContactPoint",
|
5810
5890
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5811
5891
|
property :applicationDeadline,
|
5812
|
-
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.",
|
5813
5893
|
domainIncludes: "http://schema.org/EducationalOccupationalProgram",
|
5814
5894
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
5815
5895
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2419",
|
5816
5896
|
label: "applicationDeadline",
|
5817
|
-
rangeIncludes: "http://schema.org/Date",
|
5897
|
+
rangeIncludes: ["http://schema.org/Date", "http://schema.org/Text"],
|
5818
5898
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5819
5899
|
property :applicationStartDate,
|
5820
5900
|
comment: "The date at which the program begins collecting applications for the next enrollment cycle.",
|
@@ -5876,7 +5956,7 @@ module RDF::Vocab
|
|
5876
5956
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
5877
5957
|
property :areaServed,
|
5878
5958
|
comment: "The geographic area where a service or offered item is provided.",
|
5879
|
-
domainIncludes: ["http://schema.org/ContactPoint", "http://schema.org/DeliveryChargeSpecification", "http://schema.org/Demand", "http://schema.org/Offer", "http://schema.org/Organization", "http://schema.org/Service"],
|
5959
|
+
domainIncludes: ["http://schema.org/ContactPoint", "http://schema.org/DeliveryChargeSpecification", "http://schema.org/Demand", "http://schema.org/FinancialIncentive", "http://schema.org/Offer", "http://schema.org/Organization", "http://schema.org/Service"],
|
5880
5960
|
label: "areaServed",
|
5881
5961
|
rangeIncludes: ["http://schema.org/AdministrativeArea", "http://schema.org/GeoShape", "http://schema.org/Place", "http://schema.org/Text"],
|
5882
5962
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -6633,11 +6713,10 @@ module RDF::Vocab
|
|
6633
6713
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
6634
6714
|
property :businessDays,
|
6635
6715
|
comment: "Days of the week when the merchant typically operates, indicated via opening hours markup.",
|
6636
|
-
domainIncludes: "http://schema.org/ShippingDeliveryTime",
|
6637
|
-
"http://schema.org/
|
6638
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
6716
|
+
domainIncludes: ["http://schema.org/ServicePeriod", "http://schema.org/ShippingDeliveryTime"],
|
6717
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
6639
6718
|
label: "businessDays",
|
6640
|
-
rangeIncludes: "http://schema.org/OpeningHoursSpecification",
|
6719
|
+
rangeIncludes: ["http://schema.org/DayOfWeek", "http://schema.org/OpeningHoursSpecification"],
|
6641
6720
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
6642
6721
|
property :businessFunction,
|
6643
6722
|
comment: "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.",
|
@@ -7078,6 +7157,12 @@ module RDF::Vocab
|
|
7078
7157
|
label: "commentTime",
|
7079
7158
|
rangeIncludes: ["http://schema.org/Date", "http://schema.org/DateTime"],
|
7080
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
|
+
domainIncludes: "http://schema.org/Organization",
|
7163
|
+
label: "companyRegistration",
|
7164
|
+
rangeIncludes: "http://schema.org/Certification",
|
7165
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7081
7166
|
property :competencyRequired,
|
7082
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.",
|
7083
7168
|
domainIncludes: ["http://schema.org/EducationalOccupationalCredential", "http://schema.org/LearningResource"],
|
@@ -7515,9 +7600,8 @@ module RDF::Vocab
|
|
7515
7600
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7516
7601
|
property :cutoffTime,
|
7517
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).",
|
7518
|
-
domainIncludes: "http://schema.org/ShippingDeliveryTime",
|
7519
|
-
"http://schema.org/
|
7520
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
7603
|
+
domainIncludes: ["http://schema.org/ServicePeriod", "http://schema.org/ShippingDeliveryTime"],
|
7604
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
7521
7605
|
label: "cutoffTime",
|
7522
7606
|
rangeIncludes: "http://schema.org/Time",
|
7523
7607
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -7791,7 +7875,6 @@ module RDF::Vocab
|
|
7791
7875
|
property :deliveryTime,
|
7792
7876
|
comment: "The total delay between the receipt of the order and the goods reaching the final customer.",
|
7793
7877
|
domainIncludes: ["http://schema.org/DeliveryTimeSettings", "http://schema.org/OfferShippingDetails"],
|
7794
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
7795
7878
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
7796
7879
|
label: "deliveryTime",
|
7797
7880
|
rangeIncludes: "http://schema.org/ShippingDeliveryTime",
|
@@ -7860,8 +7943,9 @@ module RDF::Vocab
|
|
7860
7943
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
7861
7944
|
property :depth,
|
7862
7945
|
comment: "The depth of the item.",
|
7863
|
-
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
7946
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Product", "http://schema.org/ShippingConditions", "http://schema.org/VisualArtwork"],
|
7864
7947
|
"http://schema.org/contributor": "http://schema.org/docs/collab/GoodRelationsTerms",
|
7948
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
7865
7949
|
label: "depth",
|
7866
7950
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/QuantitativeValue"],
|
7867
7951
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -8051,9 +8135,8 @@ module RDF::Vocab
|
|
8051
8135
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8052
8136
|
property :doesNotShip,
|
8053
8137
|
comment: "Indicates when shipping to a particular [[shippingDestination]] is not available.",
|
8054
|
-
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingRateSettings"],
|
8055
|
-
"http://schema.org/
|
8056
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
8138
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingConditions", "http://schema.org/ShippingRateSettings"],
|
8139
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
8057
8140
|
label: "doesNotShip",
|
8058
8141
|
rangeIncludes: "http://schema.org/Boolean",
|
8059
8142
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -8192,10 +8275,10 @@ module RDF::Vocab
|
|
8192
8275
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8193
8276
|
property :duration,
|
8194
8277
|
comment: "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).",
|
8195
|
-
domainIncludes: ["http://schema.org/Audiobook", "http://schema.org/Episode", "http://schema.org/Event", "http://schema.org/MediaObject", "http://schema.org/Movie", "http://schema.org/MusicRecording", "http://schema.org/MusicRelease", "http://schema.org/QuantitativeValueDistribution", "http://schema.org/Schedule"],
|
8196
|
-
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1457", "https://github.com/schemaorg/schemaorg/issues/1698"],
|
8278
|
+
domainIncludes: ["http://schema.org/Audiobook", "http://schema.org/Episode", "http://schema.org/Event", "http://schema.org/MediaObject", "http://schema.org/Movie", "http://schema.org/MusicRecording", "http://schema.org/MusicRelease", "http://schema.org/QuantitativeValueDistribution", "http://schema.org/Schedule", "http://schema.org/ServicePeriod"],
|
8279
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1457", "https://github.com/schemaorg/schemaorg/issues/1698", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
8197
8280
|
label: "duration",
|
8198
|
-
rangeIncludes: "http://schema.org/Duration",
|
8281
|
+
rangeIncludes: ["http://schema.org/Duration", "http://schema.org/QuantitativeValue"],
|
8199
8282
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8200
8283
|
property :durationOfWarranty,
|
8201
8284
|
comment: "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.",
|
@@ -8348,6 +8431,14 @@ module RDF::Vocab
|
|
8348
8431
|
label: "eligibleTransactionVolume",
|
8349
8432
|
rangeIncludes: "http://schema.org/PriceSpecification",
|
8350
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
8437
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8438
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
8439
|
+
label: "eligibleWithSupplier",
|
8440
|
+
rangeIncludes: "http://schema.org/Organization",
|
8441
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8351
8442
|
property :email,
|
8352
8443
|
comment: "Email address.",
|
8353
8444
|
domainIncludes: ["http://schema.org/ContactPoint", "http://schema.org/Organization", "http://schema.org/Person"],
|
@@ -8790,6 +8881,12 @@ module RDF::Vocab
|
|
8790
8881
|
label: "expressedIn",
|
8791
8882
|
rangeIncludes: ["http://schema.org/AnatomicalStructure", "http://schema.org/AnatomicalSystem", "http://schema.org/BioChemEntity", "http://schema.org/DefinedTerm"],
|
8792
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
|
+
domainIncludes: "http://schema.org/PostalAddress",
|
8887
|
+
label: "extendedAddress",
|
8888
|
+
rangeIncludes: "http://schema.org/Text",
|
8889
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
8793
8890
|
property :familyName,
|
8794
8891
|
comment: "Family name. In the U.S., the last name of a Person.",
|
8795
8892
|
domainIncludes: "http://schema.org/Person",
|
@@ -8977,7 +9074,6 @@ module RDF::Vocab
|
|
8977
9074
|
property :freeShippingThreshold,
|
8978
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]].",
|
8979
9076
|
domainIncludes: "http://schema.org/ShippingRateSettings",
|
8980
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
8981
9077
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
8982
9078
|
label: "freeShippingThreshold",
|
8983
9079
|
rangeIncludes: ["http://schema.org/DeliveryChargeSpecification", "http://schema.org/MonetaryAmount"],
|
@@ -9025,6 +9121,14 @@ module RDF::Vocab
|
|
9025
9121
|
label: "fuelType",
|
9026
9122
|
rangeIncludes: ["http://schema.org/QualitativeValue", "http://schema.org/Text", "http://schema.org/URL"],
|
9027
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
|
+
domainIncludes: "http://schema.org/ShippingService",
|
9127
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9128
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
9129
|
+
label: "fulfillmentType",
|
9130
|
+
rangeIncludes: "http://schema.org/FulfillmentTypeEnumeration",
|
9131
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9028
9132
|
property :functionalClass,
|
9029
9133
|
comment: "The degree of mobility the joint allows.",
|
9030
9134
|
domainIncludes: "http://schema.org/Joint",
|
@@ -9112,7 +9216,7 @@ module RDF::Vocab
|
|
9112
9216
|
rangeIncludes: "http://schema.org/CreativeWork",
|
9113
9217
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9114
9218
|
property :gender,
|
9115
|
-
comment: "Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://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 http://schema.org/Male and http://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\".",
|
9116
9220
|
domainIncludes: ["http://schema.org/Person", "http://schema.org/SportsTeam"],
|
9117
9221
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9118
9222
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2341",
|
@@ -9330,12 +9434,11 @@ module RDF::Vocab
|
|
9330
9434
|
rangeIncludes: "http://schema.org/MedicalEntity",
|
9331
9435
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9332
9436
|
property :handlingTime,
|
9333
|
-
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
|
9334
|
-
domainIncludes: "http://schema.org/ShippingDeliveryTime",
|
9335
|
-
"http://schema.org/
|
9336
|
-
"http://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
|
+
domainIncludes: ["http://schema.org/ShippingDeliveryTime", "http://schema.org/ShippingService"],
|
9439
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
9337
9440
|
label: "handlingTime",
|
9338
|
-
rangeIncludes: "http://schema.org/QuantitativeValue",
|
9441
|
+
rangeIncludes: ["http://schema.org/QuantitativeValue", "http://schema.org/ServicePeriod"],
|
9339
9442
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9340
9443
|
property :hasAdultConsideration,
|
9341
9444
|
comment: "Used to tag an item to be intended or suitable for consumption or use by adults only.",
|
@@ -9570,6 +9673,14 @@ module RDF::Vocab
|
|
9570
9673
|
label: "hasRepresentation",
|
9571
9674
|
rangeIncludes: ["http://schema.org/PropertyValue", "http://schema.org/Text", "http://schema.org/URL"],
|
9572
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
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Organization"],
|
9679
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
9680
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
9681
|
+
label: "hasShippingService",
|
9682
|
+
rangeIncludes: "http://schema.org/ShippingService",
|
9683
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9573
9684
|
property :hasTierBenefit,
|
9574
9685
|
comment: "A member benefit for a particular tier of a loyalty program.",
|
9575
9686
|
domainIncludes: "http://schema.org/MemberProgramTier",
|
@@ -9720,7 +9831,8 @@ module RDF::Vocab
|
|
9720
9831
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9721
9832
|
property :height,
|
9722
9833
|
comment: "The height of the item.",
|
9723
|
-
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/OfferShippingDetails", "http://schema.org/Person", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
9834
|
+
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/OfferShippingDetails", "http://schema.org/Person", "http://schema.org/Product", "http://schema.org/ShippingConditions", "http://schema.org/VisualArtwork"],
|
9835
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
9724
9836
|
label: "height",
|
9725
9837
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/QuantitativeValue"],
|
9726
9838
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -9939,12 +10051,36 @@ module RDF::Vocab
|
|
9939
10051
|
label: "inSupportOf",
|
9940
10052
|
rangeIncludes: "http://schema.org/Text",
|
9941
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
10057
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10058
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10059
|
+
label: "incentiveAmount",
|
10060
|
+
rangeIncludes: ["http://schema.org/LoanOrCredit", "http://schema.org/QuantitativeValue", "http://schema.org/UnitPriceSpecification"],
|
10061
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9942
10062
|
property :incentiveCompensation,
|
9943
10063
|
comment: "Description of bonus and commission compensation aspects of the job.",
|
9944
10064
|
domainIncludes: "http://schema.org/JobPosting",
|
9945
10065
|
label: "incentiveCompensation",
|
9946
10066
|
rangeIncludes: "http://schema.org/Text",
|
9947
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
10071
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10072
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10073
|
+
label: "incentiveStatus",
|
10074
|
+
rangeIncludes: "http://schema.org/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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
10079
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10080
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10081
|
+
label: "incentiveType",
|
10082
|
+
rangeIncludes: "http://schema.org/IncentiveType",
|
10083
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9948
10084
|
property :incentives,
|
9949
10085
|
comment: "Description of bonus and commission compensation aspects of the job.",
|
9950
10086
|
domainIncludes: "http://schema.org/JobPosting",
|
@@ -9952,6 +10088,14 @@ module RDF::Vocab
|
|
9952
10088
|
label: "incentives",
|
9953
10089
|
rangeIncludes: "http://schema.org/Text",
|
9954
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
10094
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10095
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10096
|
+
label: "incentivizedItem",
|
10097
|
+
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/Product"],
|
10098
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
9955
10099
|
property :includedComposition,
|
9956
10100
|
comment: "Smaller compositions included in this work (e.g. a movement in a symphony).",
|
9957
10101
|
domainIncludes: "http://schema.org/MusicComposition",
|
@@ -10020,6 +10164,14 @@ module RDF::Vocab
|
|
10020
10164
|
label: "includesObject",
|
10021
10165
|
rangeIncludes: "http://schema.org/TypeAndQuantityNode",
|
10022
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
10170
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10171
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
10172
|
+
label: "incomeLimit",
|
10173
|
+
rangeIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/Text"],
|
10174
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10023
10175
|
property :increasesRiskOf,
|
10024
10176
|
comment: "The condition, complication, etc. influenced by this factor.",
|
10025
10177
|
domainIncludes: "http://schema.org/MedicalRiskFactor",
|
@@ -10324,7 +10476,6 @@ module RDF::Vocab
|
|
10324
10476
|
property :isUnlabelledFallback,
|
10325
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.",
|
10326
10478
|
domainIncludes: ["http://schema.org/DeliveryTimeSettings", "http://schema.org/ShippingRateSettings"],
|
10327
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10328
10479
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
10329
10480
|
label: "isUnlabelledFallback",
|
10330
10481
|
rangeIncludes: "http://schema.org/Boolean",
|
@@ -10643,6 +10794,12 @@ module RDF::Vocab
|
|
10643
10794
|
label: "leaseLength",
|
10644
10795
|
rangeIncludes: ["http://schema.org/Duration", "http://schema.org/QuantitativeValue"],
|
10645
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
|
+
domainIncludes: "http://schema.org/Organization",
|
10800
|
+
label: "legalAddress",
|
10801
|
+
rangeIncludes: "http://schema.org/PostalAddress",
|
10802
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10646
10803
|
property :legalName,
|
10647
10804
|
comment: "The official name of the organization, e.g. the registered company name.",
|
10648
10805
|
domainIncludes: "http://schema.org/Organization",
|
@@ -10650,6 +10807,12 @@ module RDF::Vocab
|
|
10650
10807
|
label: "legalName",
|
10651
10808
|
rangeIncludes: "http://schema.org/Text",
|
10652
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
|
+
domainIncludes: "http://schema.org/Organization",
|
10813
|
+
label: "legalRepresentative",
|
10814
|
+
rangeIncludes: "http://schema.org/Person",
|
10815
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10653
10816
|
property :legalStatus,
|
10654
10817
|
comment: "The drug or supplement's legal status, including any controlled substance schedules that apply.",
|
10655
10818
|
domainIncludes: ["http://schema.org/DietarySupplement", "http://schema.org/Drug", "http://schema.org/MedicalEntity"],
|
@@ -10657,6 +10820,18 @@ module RDF::Vocab
|
|
10657
10820
|
label: "legalStatus",
|
10658
10821
|
rangeIncludes: ["http://schema.org/DrugLegalStatus", "http://schema.org/MedicalEnumeration", "http://schema.org/Text"],
|
10659
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
10826
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#amends",
|
10827
|
+
exactMatch: "http://data.europa.eu/eli/ontology#amends",
|
10828
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10829
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10830
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10831
|
+
label: "legislationAmends",
|
10832
|
+
rangeIncludes: "http://schema.org/Legislation",
|
10833
|
+
subPropertyOf: "http://schema.org/legislationChanges",
|
10834
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10660
10835
|
property :legislationApplies,
|
10661
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.",
|
10662
10837
|
domainIncludes: "http://schema.org/Legislation",
|
@@ -10664,7 +10839,7 @@ module RDF::Vocab
|
|
10664
10839
|
exactMatch: "http://data.europa.eu/eli/ontology#implements",
|
10665
10840
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10666
10841
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10667
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10842
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10668
10843
|
label: "legislationApplies",
|
10669
10844
|
rangeIncludes: "http://schema.org/Legislation",
|
10670
10845
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10675,10 +10850,22 @@ module RDF::Vocab
|
|
10675
10850
|
exactMatch: "http://data.europa.eu/eli/ontology#changes",
|
10676
10851
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10677
10852
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10678
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10853
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10679
10854
|
label: "legislationChanges",
|
10680
10855
|
rangeIncludes: "http://schema.org/Legislation",
|
10681
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
10860
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#commences",
|
10861
|
+
exactMatch: "http://data.europa.eu/eli/ontology#commences",
|
10862
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10863
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10864
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10865
|
+
label: "legislationCommences",
|
10866
|
+
rangeIncludes: "http://schema.org/Legislation",
|
10867
|
+
subPropertyOf: "http://schema.org/legislationChanges",
|
10868
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10682
10869
|
property :legislationConsolidates,
|
10683
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.",
|
10684
10871
|
domainIncludes: "http://schema.org/Legislation",
|
@@ -10686,10 +10873,32 @@ module RDF::Vocab
|
|
10686
10873
|
exactMatch: "http://data.europa.eu/eli/ontology#consolidates",
|
10687
10874
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10688
10875
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10689
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10876
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10690
10877
|
label: "legislationConsolidates",
|
10691
10878
|
rangeIncludes: "http://schema.org/Legislation",
|
10692
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
10883
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#corrects",
|
10884
|
+
exactMatch: "http://data.europa.eu/eli/ontology#corrects",
|
10885
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10886
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10887
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10888
|
+
label: "legislationCorrects",
|
10889
|
+
rangeIncludes: "http://schema.org/Legislation",
|
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
10894
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#countersigned_by",
|
10895
|
+
exactMatch: "http://data.europa.eu/eli/ontology#countersigned_by",
|
10896
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10897
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10898
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10899
|
+
label: "legislationCountersignedBy",
|
10900
|
+
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
10901
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10693
10902
|
property :legislationDate,
|
10694
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.",
|
10695
10904
|
domainIncludes: "http://schema.org/Legislation",
|
@@ -10697,11 +10906,22 @@ module RDF::Vocab
|
|
10697
10906
|
exactMatch: "http://data.europa.eu/eli/ontology#date_document",
|
10698
10907
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10699
10908
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10700
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10909
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10701
10910
|
label: "legislationDate",
|
10702
10911
|
rangeIncludes: "http://schema.org/Date",
|
10703
10912
|
subPropertyOf: "http://schema.org/dateCreated",
|
10704
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
10917
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#date_applicability",
|
10918
|
+
exactMatch: "http://data.europa.eu/eli/ontology#date_applicability",
|
10919
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10920
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10921
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10922
|
+
label: "legislationDateOfApplicability",
|
10923
|
+
rangeIncludes: "http://schema.org/Date",
|
10924
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10705
10925
|
property :legislationDateVersion,
|
10706
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\")",
|
10707
10927
|
domainIncludes: "http://schema.org/Legislation",
|
@@ -10709,16 +10929,28 @@ module RDF::Vocab
|
|
10709
10929
|
exactMatch: "http://data.europa.eu/eli/ontology#version_date",
|
10710
10930
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10711
10931
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10712
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10932
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10713
10933
|
label: "legislationDateVersion",
|
10714
10934
|
rangeIncludes: "http://schema.org/Date",
|
10715
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
10939
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#ensures_implementation_of",
|
10940
|
+
exactMatch: "http://data.europa.eu/eli/ontology#ensures_implementation_of",
|
10941
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10942
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10943
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10944
|
+
label: "legislationEnsuresImplementationOf",
|
10945
|
+
rangeIncludes: "http://schema.org/Legislation",
|
10946
|
+
subPropertyOf: "http://schema.org/legislationApplies",
|
10947
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10716
10948
|
property :legislationIdentifier,
|
10717
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.",
|
10718
10950
|
domainIncludes: "http://schema.org/Legislation",
|
10719
10951
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10720
10952
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10721
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10953
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10722
10954
|
"http://www.w3.org/2004/02/skos/core#closeMatch": "http://data.europa.eu/eli/ontology#id_local",
|
10723
10955
|
label: "legislationIdentifier",
|
10724
10956
|
rangeIncludes: ["http://schema.org/Text", "http://schema.org/URL"],
|
@@ -10731,7 +10963,7 @@ module RDF::Vocab
|
|
10731
10963
|
exactMatch: "http://data.europa.eu/eli/ontology#jurisdiction",
|
10732
10964
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10733
10965
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10734
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10966
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10735
10967
|
label: "legislationJurisdiction",
|
10736
10968
|
rangeIncludes: ["http://schema.org/AdministrativeArea", "http://schema.org/Text"],
|
10737
10969
|
subPropertyOf: ["http://schema.org/jurisdiction", "http://schema.org/spatialCoverage"],
|
@@ -10743,7 +10975,7 @@ module RDF::Vocab
|
|
10743
10975
|
exactMatch: "http://data.europa.eu/eli/ontology#in_force",
|
10744
10976
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10745
10977
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10746
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10978
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10747
10979
|
label: "legislationLegalForce",
|
10748
10980
|
rangeIncludes: "http://schema.org/LegalForceStatus",
|
10749
10981
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10754,7 +10986,7 @@ module RDF::Vocab
|
|
10754
10986
|
exactMatch: "http://data.europa.eu/eli/ontology#legal_value",
|
10755
10987
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10756
10988
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10757
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
10989
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10758
10990
|
label: "legislationLegalValue",
|
10759
10991
|
rangeIncludes: "http://schema.org/LegalValueLevel",
|
10760
10992
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10765,11 +10997,23 @@ module RDF::Vocab
|
|
10765
10997
|
exactMatch: "http://data.europa.eu/eli/ontology#passed_by",
|
10766
10998
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10767
10999
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10768
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11000
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10769
11001
|
label: "legislationPassedBy",
|
10770
11002
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
10771
11003
|
subPropertyOf: "http://schema.org/creator",
|
10772
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
|
+
domainIncludes: "http://schema.org/Legislation",
|
11008
|
+
equivalentProperty: "http://data.europa.eu/eli/ontology#repeals",
|
11009
|
+
exactMatch: "http://data.europa.eu/eli/ontology#repeals",
|
11010
|
+
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
11011
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
11012
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2698", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
11013
|
+
label: "legislationRepeals",
|
11014
|
+
rangeIncludes: "http://schema.org/Legislation",
|
11015
|
+
subPropertyOf: "http://schema.org/legislationChanges",
|
11016
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
10773
11017
|
property :legislationResponsible,
|
10774
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.",
|
10775
11019
|
domainIncludes: "http://schema.org/Legislation",
|
@@ -10777,7 +11021,7 @@ module RDF::Vocab
|
|
10777
11021
|
exactMatch: "http://data.europa.eu/eli/ontology#responsibility_of",
|
10778
11022
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10779
11023
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10780
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11024
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10781
11025
|
label: "legislationResponsible",
|
10782
11026
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
10783
11027
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -10788,7 +11032,7 @@ module RDF::Vocab
|
|
10788
11032
|
exactMatch: "http://data.europa.eu/eli/ontology#transposes",
|
10789
11033
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10790
11034
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10791
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11035
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10792
11036
|
label: "legislationTransposes",
|
10793
11037
|
rangeIncludes: "http://schema.org/Legislation",
|
10794
11038
|
subPropertyOf: "http://schema.org/legislationApplies",
|
@@ -10800,7 +11044,7 @@ module RDF::Vocab
|
|
10800
11044
|
exactMatch: "http://data.europa.eu/eli/ontology#type_document",
|
10801
11045
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
10802
11046
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
10803
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
11047
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
10804
11048
|
label: "legislationType",
|
10805
11049
|
rangeIncludes: ["http://schema.org/CategoryCode", "http://schema.org/Text"],
|
10806
11050
|
subPropertyOf: "http://schema.org/genre",
|
@@ -11560,7 +11804,7 @@ module RDF::Vocab
|
|
11560
11804
|
rangeIncludes: "http://schema.org/Muscle",
|
11561
11805
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11562
11806
|
property :netWorth,
|
11563
|
-
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.",
|
11564
11808
|
domainIncludes: "http://schema.org/Person",
|
11565
11809
|
label: "netWorth",
|
11566
11810
|
rangeIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/PriceSpecification"],
|
@@ -11647,6 +11891,14 @@ module RDF::Vocab
|
|
11647
11891
|
label: "numConstraints",
|
11648
11892
|
rangeIncludes: "http://schema.org/Integer",
|
11649
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
|
+
domainIncludes: "http://schema.org/ShippingConditions",
|
11897
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
11898
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
11899
|
+
label: "numItems",
|
11900
|
+
rangeIncludes: "http://schema.org/QuantitativeValue",
|
11901
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11650
11902
|
property :numTracks,
|
11651
11903
|
comment: "The number of tracks in this album or playlist.",
|
11652
11904
|
domainIncludes: "http://schema.org/MusicPlaylist",
|
@@ -11976,11 +12228,19 @@ module RDF::Vocab
|
|
11976
12228
|
rangeIncludes: "http://schema.org/Text",
|
11977
12229
|
subPropertyOf: "http://schema.org/identifier",
|
11978
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
|
+
domainIncludes: "http://schema.org/ShippingRateSettings",
|
12234
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12235
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
12236
|
+
label: "orderPercentage",
|
12237
|
+
rangeIncludes: "http://schema.org/Number",
|
12238
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11979
12239
|
property :orderQuantity,
|
11980
12240
|
comment: "The number of the item ordered. If the property is not set, assume the quantity is one.",
|
11981
12241
|
domainIncludes: "http://schema.org/OrderItem",
|
11982
12242
|
label: "orderQuantity",
|
11983
|
-
rangeIncludes: "http://schema.org/Number",
|
12243
|
+
rangeIncludes: ["http://schema.org/Number", "http://schema.org/QuantitativeValue"],
|
11984
12244
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11985
12245
|
property :orderStatus,
|
11986
12246
|
comment: "The current status of the order.",
|
@@ -11988,6 +12248,14 @@ module RDF::Vocab
|
|
11988
12248
|
label: "orderStatus",
|
11989
12249
|
rangeIncludes: "http://schema.org/OrderStatus",
|
11990
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
|
+
domainIncludes: "http://schema.org/ShippingConditions",
|
12254
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12255
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
12256
|
+
label: "orderValue",
|
12257
|
+
rangeIncludes: "http://schema.org/MonetaryAmount",
|
12258
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
11991
12259
|
property :orderedItem,
|
11992
12260
|
comment: "The item ordered.",
|
11993
12261
|
domainIncludes: ["http://schema.org/Order", "http://schema.org/OrderItem"],
|
@@ -12260,8 +12528,9 @@ module RDF::Vocab
|
|
12260
12528
|
property :paymentMethod,
|
12261
12529
|
comment: "The name of the credit card or other method of payment for the order.",
|
12262
12530
|
domainIncludes: ["http://schema.org/Invoice", "http://schema.org/Order"],
|
12531
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3537",
|
12263
12532
|
label: "paymentMethod",
|
12264
|
-
rangeIncludes: "http://schema.org/PaymentMethod",
|
12533
|
+
rangeIncludes: ["http://schema.org/PaymentMethod", "http://schema.org/Text"],
|
12265
12534
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12266
12535
|
property :paymentMethodId,
|
12267
12536
|
comment: "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).",
|
@@ -12513,7 +12782,6 @@ module RDF::Vocab
|
|
12513
12782
|
property :postalCodeBegin,
|
12514
12783
|
comment: "First postal code in a range (included).",
|
12515
12784
|
domainIncludes: "http://schema.org/PostalCodeRangeSpecification",
|
12516
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12517
12785
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12518
12786
|
label: "postalCodeBegin",
|
12519
12787
|
rangeIncludes: "http://schema.org/Text",
|
@@ -12521,7 +12789,6 @@ module RDF::Vocab
|
|
12521
12789
|
property :postalCodeEnd,
|
12522
12790
|
comment: "Last postal code in the range (included). Needs to be after [[postalCodeBegin]].",
|
12523
12791
|
domainIncludes: "http://schema.org/PostalCodeRangeSpecification",
|
12524
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12525
12792
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12526
12793
|
label: "postalCodeEnd",
|
12527
12794
|
rangeIncludes: "http://schema.org/Text",
|
@@ -12529,7 +12796,6 @@ module RDF::Vocab
|
|
12529
12796
|
property :postalCodePrefix,
|
12530
12797
|
comment: "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.",
|
12531
12798
|
domainIncludes: "http://schema.org/DefinedRegion",
|
12532
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12533
12799
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12534
12800
|
label: "postalCodePrefix",
|
12535
12801
|
rangeIncludes: "http://schema.org/Text",
|
@@ -12537,7 +12803,6 @@ module RDF::Vocab
|
|
12537
12803
|
property :postalCodeRange,
|
12538
12804
|
comment: "A defined range of postal codes.",
|
12539
12805
|
domainIncludes: "http://schema.org/DefinedRegion",
|
12540
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12541
12806
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
12542
12807
|
label: "postalCodeRange",
|
12543
12808
|
rangeIncludes: "http://schema.org/PostalCodeRangeSpecification",
|
@@ -12865,6 +13130,14 @@ module RDF::Vocab
|
|
12865
13130
|
label: "programmingModel",
|
12866
13131
|
rangeIncludes: "http://schema.org/Text",
|
12867
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
|
+
domainIncludes: "http://schema.org/Person",
|
13136
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13137
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2935",
|
13138
|
+
label: "pronouns",
|
13139
|
+
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/StructuredValue", "http://schema.org/Text"],
|
13140
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12868
13141
|
property :propertyID,
|
12869
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.",
|
12870
13143
|
domainIncludes: "http://schema.org/PropertyValue",
|
@@ -12886,7 +13159,7 @@ module RDF::Vocab
|
|
12886
13159
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12887
13160
|
property :provider,
|
12888
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.",
|
12889
|
-
domainIncludes: ["http://schema.org/Action", "http://schema.org/CreativeWork", "http://schema.org/EducationalOccupationalProgram", "http://schema.org/Invoice", "http://schema.org/ParcelDelivery", "http://schema.org/Reservation", "http://schema.org/Service", "http://schema.org/Trip"],
|
13162
|
+
domainIncludes: ["http://schema.org/Action", "http://schema.org/CreativeWork", "http://schema.org/EducationalOccupationalProgram", "http://schema.org/FinancialIncentive", "http://schema.org/Invoice", "http://schema.org/ParcelDelivery", "http://schema.org/Reservation", "http://schema.org/Service", "http://schema.org/Trip"],
|
12890
13163
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
12891
13164
|
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2289", "https://github.com/schemaorg/schemaorg/issues/2927"],
|
12892
13165
|
label: "provider",
|
@@ -12952,8 +13225,8 @@ module RDF::Vocab
|
|
12952
13225
|
rangeIncludes: "http://schema.org/BroadcastService",
|
12953
13226
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12954
13227
|
property :publisher,
|
12955
|
-
comment: "The publisher of the
|
12956
|
-
domainIncludes: "http://schema.org/CreativeWork",
|
13228
|
+
comment: "The publisher of the article in question.",
|
13229
|
+
domainIncludes: ["http://schema.org/CreativeWork", "http://schema.org/FinancialIncentive"],
|
12957
13230
|
label: "publisher",
|
12958
13231
|
rangeIncludes: ["http://schema.org/Organization", "http://schema.org/Person"],
|
12959
13232
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -12977,6 +13250,22 @@ module RDF::Vocab
|
|
12977
13250
|
label: "purchaseDate",
|
12978
13251
|
rangeIncludes: "http://schema.org/Date",
|
12979
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
13256
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13257
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
13258
|
+
label: "purchasePriceLimit",
|
13259
|
+
rangeIncludes: "http://schema.org/MonetaryAmount",
|
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
13264
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13265
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
13266
|
+
label: "purchaseType",
|
13267
|
+
rangeIncludes: "http://schema.org/PurchaseType",
|
13268
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12980
13269
|
property :qualifications,
|
12981
13270
|
comment: "Specific qualifications required for this role or Occupation.",
|
12982
13271
|
domainIncludes: ["http://schema.org/JobPosting", "http://schema.org/Occupation"],
|
@@ -12985,6 +13274,14 @@ module RDF::Vocab
|
|
12985
13274
|
label: "qualifications",
|
12986
13275
|
rangeIncludes: ["http://schema.org/EducationalOccupationalCredential", "http://schema.org/Text"],
|
12987
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
|
+
domainIncludes: "http://schema.org/FinancialIncentive",
|
13280
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13281
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
13282
|
+
label: "qualifiedExpense",
|
13283
|
+
rangeIncludes: "http://schema.org/IncentiveQualifiedExpenseType",
|
13284
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
12988
13285
|
property :quarantineGuidelines,
|
12989
13286
|
comment: "Guidelines about quarantine rules, e.g. in the context of a pandemic.",
|
12990
13287
|
domainIncludes: "http://schema.org/SpecialAnnouncement",
|
@@ -13184,6 +13481,12 @@ module RDF::Vocab
|
|
13184
13481
|
label: "recourseLoan",
|
13185
13482
|
rangeIncludes: "http://schema.org/Boolean",
|
13186
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
|
+
domainIncludes: "http://schema.org/SportsEvent",
|
13487
|
+
label: "referee",
|
13488
|
+
rangeIncludes: "http://schema.org/Person",
|
13489
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13187
13490
|
property :referenceQuantity,
|
13188
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.",
|
13189
13492
|
domainIncludes: "http://schema.org/UnitPriceSpecification",
|
@@ -13775,6 +14078,14 @@ module RDF::Vocab
|
|
13775
14078
|
rangeIncludes: ["http://schema.org/Integer", "http://schema.org/Text"],
|
13776
14079
|
subPropertyOf: "http://schema.org/position",
|
13777
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
|
+
domainIncludes: "http://schema.org/ShippingConditions",
|
14084
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
14085
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
14086
|
+
label: "seasonalOverride",
|
14087
|
+
rangeIncludes: "http://schema.org/OpeningHoursSpecification",
|
14088
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13778
14089
|
property :seasons,
|
13779
14090
|
comment: "A season in a media series.",
|
13780
14091
|
domainIncludes: ["http://schema.org/RadioSeries", "http://schema.org/TVSeries", "http://schema.org/VideoGameSeries"],
|
@@ -13981,18 +14292,24 @@ module RDF::Vocab
|
|
13981
14292
|
label: "sharedContent",
|
13982
14293
|
rangeIncludes: "http://schema.org/CreativeWork",
|
13983
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
|
+
domainIncludes: "http://schema.org/ShippingService",
|
14298
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
14299
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
14300
|
+
label: "shippingConditions",
|
14301
|
+
rangeIncludes: "http://schema.org/ShippingConditions",
|
14302
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13984
14303
|
property :shippingDestination,
|
13985
14304
|
comment: "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges.",
|
13986
|
-
domainIncludes: ["http://schema.org/DeliveryTimeSettings", "http://schema.org/OfferShippingDetails", "http://schema.org/ShippingRateSettings"],
|
13987
|
-
"http://schema.org/
|
13988
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14305
|
+
domainIncludes: ["http://schema.org/DeliveryTimeSettings", "http://schema.org/OfferShippingDetails", "http://schema.org/ShippingConditions", "http://schema.org/ShippingRateSettings"],
|
14306
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
13989
14307
|
label: "shippingDestination",
|
13990
14308
|
rangeIncludes: "http://schema.org/DefinedRegion",
|
13991
14309
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
13992
14310
|
property :shippingDetails,
|
13993
14311
|
comment: "Indicates information about the shipping policies and options associated with an [[Offer]].",
|
13994
14312
|
domainIncludes: "http://schema.org/Offer",
|
13995
|
-
"http://schema.org/isPartOf": "http://pending.schema.org",
|
13996
14313
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
13997
14314
|
label: "shippingDetails",
|
13998
14315
|
rangeIncludes: "http://schema.org/OfferShippingDetails",
|
@@ -14000,31 +14317,29 @@ module RDF::Vocab
|
|
14000
14317
|
property :shippingLabel,
|
14001
14318
|
comment: "Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
|
14002
14319
|
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingRateSettings"],
|
14003
|
-
"http://schema.org/isPartOf": "http://
|
14320
|
+
"http://schema.org/isPartOf": "http://attic.schema.org",
|
14004
14321
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14005
14322
|
label: "shippingLabel",
|
14006
14323
|
rangeIncludes: "http://schema.org/Text",
|
14007
14324
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14008
14325
|
property :shippingOrigin,
|
14009
14326
|
comment: "Indicates the origin of a shipment, i.e. where it should be coming from.",
|
14010
|
-
domainIncludes: "http://schema.org/OfferShippingDetails",
|
14011
|
-
"http://schema.org/
|
14012
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3122",
|
14327
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingConditions"],
|
14328
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/3122", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
14013
14329
|
label: "shippingOrigin",
|
14014
14330
|
rangeIncludes: "http://schema.org/DefinedRegion",
|
14015
14331
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14016
14332
|
property :shippingRate,
|
14017
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.",
|
14018
|
-
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingRateSettings"],
|
14019
|
-
"http://schema.org/
|
14020
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14334
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/ShippingConditions", "http://schema.org/ShippingRateSettings"],
|
14335
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
14021
14336
|
label: "shippingRate",
|
14022
|
-
rangeIncludes: "http://schema.org/MonetaryAmount",
|
14337
|
+
rangeIncludes: ["http://schema.org/MonetaryAmount", "http://schema.org/ShippingRateSettings"],
|
14023
14338
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14024
14339
|
property :shippingSettingsLink,
|
14025
14340
|
comment: "Link to a page containing [[ShippingRateSettings]] and [[DeliveryTimeSettings]] details.",
|
14026
14341
|
domainIncludes: "http://schema.org/OfferShippingDetails",
|
14027
|
-
"http://schema.org/isPartOf": "http://
|
14342
|
+
"http://schema.org/isPartOf": "http://attic.schema.org",
|
14028
14343
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
14029
14344
|
label: "shippingSettingsLink",
|
14030
14345
|
rangeIncludes: "http://schema.org/URL",
|
@@ -14101,8 +14416,8 @@ module RDF::Vocab
|
|
14101
14416
|
rangeIncludes: ["http://schema.org/SizeSystemEnumeration", "http://schema.org/Text"],
|
14102
14417
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
14103
14418
|
property :skills,
|
14104
|
-
comment: "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill
|
14105
|
-
domainIncludes: ["http://schema.org/JobPosting", "http://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
|
+
domainIncludes: ["http://schema.org/JobPosting", "http://schema.org/Occupation", "http://schema.org/Organization", "http://schema.org/Person"],
|
14106
14421
|
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1698", "https://github.com/schemaorg/schemaorg/issues/2322"],
|
14107
14422
|
label: "skills",
|
14108
14423
|
rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/Text"],
|
@@ -15023,17 +15338,16 @@ module RDF::Vocab
|
|
15023
15338
|
rangeIncludes: "http://schema.org/Text",
|
15024
15339
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15025
15340
|
property :transitTime,
|
15026
|
-
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).",
|
15027
|
-
domainIncludes: "http://schema.org/ShippingDeliveryTime",
|
15028
|
-
"http://schema.org/
|
15029
|
-
"http://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
|
+
domainIncludes: ["http://schema.org/ShippingConditions", "http://schema.org/ShippingDeliveryTime"],
|
15343
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/2506", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
15030
15344
|
label: "transitTime",
|
15031
|
-
rangeIncludes: "http://schema.org/QuantitativeValue",
|
15345
|
+
rangeIncludes: ["http://schema.org/QuantitativeValue", "http://schema.org/ServicePeriod"],
|
15032
15346
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15033
15347
|
property :transitTimeLabel,
|
15034
15348
|
comment: "Label to match an [[OfferShippingDetails]] with a [[DeliveryTimeSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).",
|
15035
15349
|
domainIncludes: ["http://schema.org/DeliveryTimeSettings", "http://schema.org/OfferShippingDetails"],
|
15036
|
-
"http://schema.org/isPartOf": "http://
|
15350
|
+
"http://schema.org/isPartOf": "http://attic.schema.org",
|
15037
15351
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506",
|
15038
15352
|
label: "transitTimeLabel",
|
15039
15353
|
rangeIncludes: "http://schema.org/Text",
|
@@ -15243,14 +15557,15 @@ module RDF::Vocab
|
|
15243
15557
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15244
15558
|
property :validForMemberTier,
|
15245
15559
|
comment: "The membership program tier an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for.",
|
15246
|
-
domainIncludes: ["http://schema.org/MerchantReturnPolicy", "http://schema.org/Offer", "http://schema.org/OfferShippingDetails", "http://schema.org/PriceSpecification"],
|
15247
|
-
"http://schema.org/
|
15560
|
+
domainIncludes: ["http://schema.org/MerchantReturnPolicy", "http://schema.org/Offer", "http://schema.org/OfferShippingDetails", "http://schema.org/PriceSpecification", "http://schema.org/ShippingService"],
|
15561
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15562
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/3563", "https://github.com/schemaorg/schemaorg/issues/3617"],
|
15248
15563
|
label: "validForMemberTier",
|
15249
15564
|
rangeIncludes: "http://schema.org/MemberProgramTier",
|
15250
15565
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15251
15566
|
property :validFrom,
|
15252
15567
|
comment: "The date when the item becomes valid.",
|
15253
|
-
domainIncludes: ["http://schema.org/Certification", "http://schema.org/Demand", "http://schema.org/LocationFeatureSpecification", "http://schema.org/MonetaryAmount", "http://schema.org/Offer", "http://schema.org/OpeningHoursSpecification", "http://schema.org/Permit", "http://schema.org/PriceSpecification"],
|
15568
|
+
domainIncludes: ["http://schema.org/Certification", "http://schema.org/Demand", "http://schema.org/FinancialIncentive", "http://schema.org/LocationFeatureSpecification", "http://schema.org/MonetaryAmount", "http://schema.org/Offer", "http://schema.org/OpeningHoursSpecification", "http://schema.org/Permit", "http://schema.org/PriceSpecification"],
|
15254
15569
|
"http://schema.org/contributor": "http://schema.org/docs/collab/GoodRelationsTerms",
|
15255
15570
|
label: "validFrom",
|
15256
15571
|
rangeIncludes: ["http://schema.org/Date", "http://schema.org/DateTime"],
|
@@ -15264,7 +15579,7 @@ module RDF::Vocab
|
|
15264
15579
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15265
15580
|
property :validThrough,
|
15266
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.",
|
15267
|
-
domainIncludes: ["http://schema.org/Demand", "http://schema.org/JobPosting", "http://schema.org/LocationFeatureSpecification", "http://schema.org/MonetaryAmount", "http://schema.org/Offer", "http://schema.org/OpeningHoursSpecification", "http://schema.org/PriceSpecification"],
|
15582
|
+
domainIncludes: ["http://schema.org/Demand", "http://schema.org/FinancialIncentive", "http://schema.org/JobPosting", "http://schema.org/LocationFeatureSpecification", "http://schema.org/MonetaryAmount", "http://schema.org/Offer", "http://schema.org/OpeningHoursSpecification", "http://schema.org/PriceSpecification"],
|
15268
15583
|
"http://schema.org/contributor": "http://schema.org/docs/collab/GoodRelationsTerms",
|
15269
15584
|
label: "validThrough",
|
15270
15585
|
rangeIncludes: ["http://schema.org/Date", "http://schema.org/DateTime"],
|
@@ -15529,10 +15844,19 @@ module RDF::Vocab
|
|
15529
15844
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15530
15845
|
property :weight,
|
15531
15846
|
comment: "The weight of the product or person.",
|
15532
|
-
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Person", "http://schema.org/Product"],
|
15847
|
+
domainIncludes: ["http://schema.org/OfferShippingDetails", "http://schema.org/Person", "http://schema.org/Product", "http://schema.org/ShippingConditions", "http://schema.org/VisualArtwork"],
|
15533
15848
|
"http://schema.org/contributor": "http://schema.org/docs/collab/GoodRelationsTerms",
|
15849
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
15534
15850
|
label: "weight",
|
15535
|
-
rangeIncludes: "http://schema.org/QuantitativeValue",
|
15851
|
+
rangeIncludes: ["http://schema.org/Mass", "http://schema.org/QuantitativeValue"],
|
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
|
+
domainIncludes: "http://schema.org/ShippingRateSettings",
|
15856
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15857
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
15858
|
+
label: "weightPercentage",
|
15859
|
+
rangeIncludes: "http://schema.org/Number",
|
15536
15860
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15537
15861
|
property :weightTotal,
|
15538
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.",
|
@@ -15552,7 +15876,8 @@ module RDF::Vocab
|
|
15552
15876
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15553
15877
|
property :width,
|
15554
15878
|
comment: "The width of the item.",
|
15555
|
-
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/OfferShippingDetails", "http://schema.org/Product", "http://schema.org/VisualArtwork"],
|
15879
|
+
domainIncludes: ["http://schema.org/MediaObject", "http://schema.org/OfferShippingDetails", "http://schema.org/Product", "http://schema.org/ShippingConditions", "http://schema.org/VisualArtwork"],
|
15880
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
15556
15881
|
label: "width",
|
15557
15882
|
rangeIncludes: ["http://schema.org/Distance", "http://schema.org/QuantitativeValue"],
|
15558
15883
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -15564,8 +15889,8 @@ module RDF::Vocab
|
|
15564
15889
|
subPropertyOf: "http://schema.org/participant",
|
15565
15890
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
15566
15891
|
property :wordCount,
|
15567
|
-
comment: "The number of words in the text of the Article.",
|
15568
|
-
domainIncludes: "http://schema.org/Article",
|
15892
|
+
comment: "The number of words in the text of the CreativeWork such as an Article, Book, etc.",
|
15893
|
+
domainIncludes: ["http://schema.org/Article", "http://schema.org/CreativeWork"],
|
15569
15894
|
label: "wordCount",
|
15570
15895
|
rangeIncludes: "http://schema.org/Integer",
|
15571
15896
|
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
@@ -15759,11 +16084,11 @@ module RDF::Vocab
|
|
15759
16084
|
label: "AudiobookFormat",
|
15760
16085
|
type: "http://schema.org/BookFormatType"
|
15761
16086
|
term :AuthoritativeLegalValue,
|
15762
|
-
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]]\".",
|
15763
16088
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-authoritative",
|
15764
16089
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
15765
16090
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
15766
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
16091
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
15767
16092
|
label: "AuthoritativeLegalValue",
|
15768
16093
|
type: "http://schema.org/LegalValueLevel"
|
15769
16094
|
term :Ayurvedic,
|
@@ -16011,6 +16336,13 @@ module RDF::Vocab
|
|
16011
16336
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
16012
16337
|
label: "CompositeCaptureDigitalSource",
|
16013
16338
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16343
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
16344
|
+
label: "CompositeDigitalSource",
|
16345
|
+
type: "http://schema.org/IPTCDigitalSourceEnumeration"
|
16014
16346
|
term :CompositeSyntheticDigitalSource,
|
16015
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.",
|
16016
16348
|
exactMatch: "http://cv.iptc.org/newscodes/digitalsourcetype/compositeSynthetic",
|
@@ -16070,11 +16402,11 @@ module RDF::Vocab
|
|
16070
16402
|
label: "DecontextualizedContent",
|
16071
16403
|
type: "http://schema.org/MediaManipulationRatingEnumeration"
|
16072
16404
|
term :DefinitiveLegalValue,
|
16073
|
-
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]].",
|
16074
16406
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-definitive",
|
16075
16407
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
16076
16408
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16077
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
16409
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
16078
16410
|
label: "DefinitiveLegalValue",
|
16079
16411
|
type: "http://schema.org/LegalValueLevel"
|
16080
16412
|
term :DemoAlbum,
|
@@ -16415,6 +16747,36 @@ module RDF::Vocab
|
|
16415
16747
|
"http://schema.org/contributor": "http://schema.org/docs/collab/Automotive_Ontology_Working_Group",
|
16416
16748
|
label: "FrontWheelDriveConfiguration",
|
16417
16749
|
type: "http://schema.org/DriveWheelConfigurationValue"
|
16750
|
+
term :FulfillmentTypeCollectionPoint,
|
16751
|
+
comment: "Fulfillment to a collection point location.",
|
16752
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16753
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16754
|
+
label: "FulfillmentTypeCollectionPoint",
|
16755
|
+
type: "http://schema.org/FulfillmentTypeEnumeration"
|
16756
|
+
term :FulfillmentTypeDelivery,
|
16757
|
+
comment: "Fulfillment to a customer selected address.",
|
16758
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16759
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16760
|
+
label: "FulfillmentTypeDelivery",
|
16761
|
+
type: "http://schema.org/FulfillmentTypeEnumeration"
|
16762
|
+
term :FulfillmentTypePickupDropoff,
|
16763
|
+
comment: "Fulfillment through pick-up drop-off locations.",
|
16764
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16765
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16766
|
+
label: "FulfillmentTypePickupDropoff",
|
16767
|
+
type: "http://schema.org/FulfillmentTypeEnumeration"
|
16768
|
+
term :FulfillmentTypePickupInStore,
|
16769
|
+
comment: "Fulfillment through pick-up in a store.",
|
16770
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16771
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16772
|
+
label: "FulfillmentTypePickupInStore",
|
16773
|
+
type: "http://schema.org/FulfillmentTypeEnumeration"
|
16774
|
+
term :FulfillmentTypeScheduledDelivery,
|
16775
|
+
comment: "Fulfillment to a customer selected address after scheduling with the customer.",
|
16776
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16777
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3617",
|
16778
|
+
label: "FulfillmentTypeScheduledDelivery",
|
16779
|
+
type: "http://schema.org/FulfillmentTypeEnumeration"
|
16418
16780
|
term :FullGameAvailability,
|
16419
16781
|
comment: "Indicates full game availability.",
|
16420
16782
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -16545,7 +16907,7 @@ module RDF::Vocab
|
|
16545
16907
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce-inForce",
|
16546
16908
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
16547
16909
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16548
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
16910
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
16549
16911
|
label: "InForce",
|
16550
16912
|
type: "http://schema.org/LegalForceStatus"
|
16551
16913
|
term :InStock,
|
@@ -16560,6 +16922,84 @@ module RDF::Vocab
|
|
16560
16922
|
comment: "Payment in advance in some form of shop or kiosk for goods purchased online.",
|
16561
16923
|
label: "InStorePrepay",
|
16562
16924
|
type: "http://schema.org/PaymentMethodType"
|
16925
|
+
term :IncentiveQualifiedExpenseTypeGoodsOnly,
|
16926
|
+
comment: "This incentive applies to goods only.",
|
16927
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16928
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16929
|
+
label: "IncentiveQualifiedExpenseTypeGoodsOnly",
|
16930
|
+
type: "http://schema.org/IncentiveQualifiedExpenseType"
|
16931
|
+
term :IncentiveQualifiedExpenseTypeGoodsOrServices,
|
16932
|
+
comment: "This incentive can apply to either goods or services (or both).",
|
16933
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16934
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16935
|
+
label: "IncentiveQualifiedExpenseTypeGoodsOrServices",
|
16936
|
+
type: "http://schema.org/IncentiveQualifiedExpenseType"
|
16937
|
+
term :IncentiveQualifiedExpenseTypeServicesOnly,
|
16938
|
+
comment: "This incentive applies to services only.",
|
16939
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16940
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16941
|
+
label: "IncentiveQualifiedExpenseTypeServicesOnly",
|
16942
|
+
type: "http://schema.org/IncentiveQualifiedExpenseType"
|
16943
|
+
term :IncentiveQualifiedExpenseTypeUtilityBill,
|
16944
|
+
comment: "This incentive applies to utility bills.",
|
16945
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16946
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16947
|
+
label: "IncentiveQualifiedExpenseTypeUtilityBill",
|
16948
|
+
type: "http://schema.org/IncentiveQualifiedExpenseType"
|
16949
|
+
term :IncentiveStatusActive,
|
16950
|
+
comment: "This incentive is currently active.",
|
16951
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16952
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16953
|
+
label: "IncentiveStatusActive",
|
16954
|
+
type: "http://schema.org/IncentiveStatus"
|
16955
|
+
term :IncentiveStatusInDevelopment,
|
16956
|
+
comment: "This incentive is currently being developed, and may become active/retired in the future.",
|
16957
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16958
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16959
|
+
label: "IncentiveStatusInDevelopment",
|
16960
|
+
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16964
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16965
|
+
label: "IncentiveStatusOnHold",
|
16966
|
+
type: "http://schema.org/IncentiveStatus"
|
16967
|
+
term :IncentiveStatusRetired,
|
16968
|
+
comment: "This incentive is not longer available.",
|
16969
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16970
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16971
|
+
label: "IncentiveStatusRetired",
|
16972
|
+
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16976
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16977
|
+
label: "IncentiveTypeLoan",
|
16978
|
+
type: "http://schema.org/IncentiveType"
|
16979
|
+
term :IncentiveTypeRebateOrSubsidy,
|
16980
|
+
comment: "An incentive that reduces the purchase/lease cost of the good/service in question.",
|
16981
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16982
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16983
|
+
label: "IncentiveTypeRebateOrSubsidy",
|
16984
|
+
type: "http://schema.org/IncentiveType"
|
16985
|
+
term :IncentiveTypeTaxCredit,
|
16986
|
+
comment: "An incentive that directly reduces the amount of tax owed by the recipient.",
|
16987
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16988
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16989
|
+
label: "IncentiveTypeTaxCredit",
|
16990
|
+
type: "http://schema.org/IncentiveType"
|
16991
|
+
term :IncentiveTypeTaxDeduction,
|
16992
|
+
comment: "An incentive that reduces the recipient's amount of taxable income.",
|
16993
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16994
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
16995
|
+
label: "IncentiveTypeTaxDeduction",
|
16996
|
+
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17000
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17001
|
+
label: "IncentiveTypeTaxWaiver",
|
17002
|
+
type: "http://schema.org/IncentiveType"
|
16563
17003
|
term :Infectious,
|
16564
17004
|
comment: "Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections.",
|
16565
17005
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
@@ -16641,7 +17081,7 @@ module RDF::Vocab
|
|
16641
17081
|
label: "LimitedByGuaranteeCharity",
|
16642
17082
|
type: "http://schema.org/UKNonprofitType"
|
16643
17083
|
term :ListPrice,
|
16644
|
-
comment: "Represents the list price of an offered product.",
|
17084
|
+
comment: "Represents the list price of an offered product. Typically the same as the [MSRP](http://schema.org/MSRP).",
|
16645
17085
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
16646
17086
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712",
|
16647
17087
|
label: "ListPrice",
|
@@ -16793,6 +17233,13 @@ module RDF::Vocab
|
|
16793
17233
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
16794
17234
|
label: "MultiCenterTrial",
|
16795
17235
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17240
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
17241
|
+
label: "MultiFrameComputationalCaptureDigitalSource",
|
17242
|
+
type: "http://schema.org/IPTCDigitalSourceEnumeration"
|
16796
17243
|
term :MultiPlayer,
|
16797
17244
|
comment: "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.",
|
16798
17245
|
label: "MultiPlayer",
|
@@ -17082,7 +17529,7 @@ module RDF::Vocab
|
|
17082
17529
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce-notInForce",
|
17083
17530
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
17084
17531
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17085
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
17532
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17086
17533
|
label: "NotInForce",
|
17087
17534
|
type: "http://schema.org/LegalForceStatus"
|
17088
17535
|
term :NotYetRecruiting,
|
@@ -17118,11 +17565,11 @@ module RDF::Vocab
|
|
17118
17565
|
label: "OccupationalActivity",
|
17119
17566
|
type: "http://schema.org/PhysicalActivityCategory"
|
17120
17567
|
term :OfficialLegalValue,
|
17121
|
-
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).",
|
17122
17569
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-official",
|
17123
17570
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
17124
17571
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17125
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
17572
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17126
17573
|
label: "OfficialLegalValue",
|
17127
17574
|
type: "http://schema.org/LegalValueLevel"
|
17128
17575
|
term :OfflineEventAttendanceMode,
|
@@ -17284,7 +17731,7 @@ module RDF::Vocab
|
|
17284
17731
|
exactMatch: "http://data.europa.eu/eli/ontology#InForce-partiallyInForce",
|
17285
17732
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
17286
17733
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17287
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
17734
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17288
17735
|
label: "PartiallyInForce",
|
17289
17736
|
type: "http://schema.org/LegalForceStatus"
|
17290
17737
|
term :Pathology,
|
@@ -17466,6 +17913,30 @@ module RDF::Vocab
|
|
17466
17913
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
17467
17914
|
label: "Pulmonary",
|
17468
17915
|
type: "http://schema.org/MedicalSpecialty"
|
17916
|
+
term :PurchaseTypeLease,
|
17917
|
+
comment: "This is a lease of an item.",
|
17918
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17919
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17920
|
+
label: "PurchaseTypeLease",
|
17921
|
+
type: "http://schema.org/PurchaseType"
|
17922
|
+
term :PurchaseTypeNewPurchase,
|
17923
|
+
comment: "This is a purchase of a new item.",
|
17924
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17925
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17926
|
+
label: "PurchaseTypeNewPurchase",
|
17927
|
+
type: "http://schema.org/PurchaseType"
|
17928
|
+
term :PurchaseTypeTradeIn,
|
17929
|
+
comment: "This is a trade-in for an item.",
|
17930
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17931
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17932
|
+
label: "PurchaseTypeTradeIn",
|
17933
|
+
type: "http://schema.org/PurchaseType"
|
17934
|
+
term :PurchaseTypeUsedPurchase,
|
17935
|
+
comment: "This is a purchase of a used item.",
|
17936
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17937
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3572",
|
17938
|
+
label: "PurchaseTypeUsedPurchase",
|
17939
|
+
type: "http://schema.org/PurchaseType"
|
17469
17940
|
term :Radiography,
|
17470
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.",
|
17471
17942
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
@@ -17506,7 +17977,7 @@ module RDF::Vocab
|
|
17506
17977
|
label: "Registry",
|
17507
17978
|
type: "http://schema.org/MedicalObservationalStudyDesign"
|
17508
17979
|
term :RegularPrice,
|
17509
|
-
comment: "Represents the regular price
|
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.",
|
17510
17981
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17511
17982
|
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3583",
|
17512
17983
|
label: "RegularPrice",
|
@@ -17690,6 +18161,13 @@ module RDF::Vocab
|
|
17690
18161
|
"http://schema.org/sameAs": "http://www.wikidata.org/entity/Q131",
|
17691
18162
|
label: "Saturday",
|
17692
18163
|
type: "http://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
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
18168
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3392",
|
18169
|
+
label: "ScreenCaptureDigitalSource",
|
18170
|
+
type: "http://schema.org/IPTCDigitalSourceEnumeration"
|
17693
18171
|
term :ScreeningHealthAspect,
|
17694
18172
|
comment: "Content about how to screen or further filter a topic.",
|
17695
18173
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
@@ -17802,6 +18280,12 @@ module RDF::Vocab
|
|
17802
18280
|
"http://schema.org/isPartOf": "http://health-lifesci.schema.org",
|
17803
18281
|
label: "StrengthTraining",
|
17804
18282
|
type: "http://schema.org/PhysicalActivityCategory"
|
18283
|
+
term :StrikethroughPrice,
|
18284
|
+
comment: "Represents the strikethrough price (the previous advertised price) of an offered product.",
|
18285
|
+
"http://schema.org/isPartOf": "http://pending.schema.org",
|
18286
|
+
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3583",
|
18287
|
+
label: "StrikethroughPrice",
|
18288
|
+
type: "http://schema.org/PriceTypeEnumeration"
|
17805
18289
|
term :StudioAlbum,
|
17806
18290
|
comment: "StudioAlbum.",
|
17807
18291
|
"http://schema.org/contributor": "http://schema.org/docs/collab/MBZ",
|
@@ -17981,7 +18465,7 @@ module RDF::Vocab
|
|
17981
18465
|
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-unofficial",
|
17982
18466
|
"http://schema.org/contributor": "http://schema.org/docs/collab/ELI",
|
17983
18467
|
"http://schema.org/isPartOf": "http://pending.schema.org",
|
17984
|
-
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1156",
|
18468
|
+
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1156", "https://op.europa.eu/en/web/eu-vocabularies/model/-/resource/dataset/eli"],
|
17985
18469
|
label: "UnofficialLegalValue",
|
17986
18470
|
type: "http://schema.org/LegalValueLevel"
|
17987
18471
|
term :Urologic,
|