rdf-vocab 3.1.11 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -286,6 +286,13 @@ module RDF::Vocab
286
286
  label: "AudioObject".freeze,
287
287
  subClassOf: "https://schema.org/MediaObject".freeze,
288
288
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
289
+ term :AudioObjectSnapshot,
290
+ comment: "A specific and exact (byte-for-byte) version of an [[AudioObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity.".freeze,
291
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
292
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
293
+ label: "AudioObjectSnapshot".freeze,
294
+ subClassOf: "https://schema.org/AudioObject".freeze,
295
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
289
296
  term :Audiobook,
290
297
  comment: "An audiobook.".freeze,
291
298
  "https://schema.org/isPartOf": "https://bib.schema.org".freeze,
@@ -412,8 +419,15 @@ module RDF::Vocab
412
419
  label: "BikeStore".freeze,
413
420
  subClassOf: "https://schema.org/Store".freeze,
414
421
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
422
+ term :BioChemEntity,
423
+ comment: "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical.".freeze,
424
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
425
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
426
+ label: "BioChemEntity".freeze,
427
+ subClassOf: "https://schema.org/Thing".freeze,
428
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
415
429
  term :Blog,
416
- comment: "A blog.".freeze,
430
+ comment: "A [blog](https://en.wikipedia.org/wiki/Blog), sometimes known as a \"weblog\". Note that the individual posts ([[BlogPosting]]s) in a [[Blog]] are often colloqually referred to by the same term.".freeze,
417
431
  label: "Blog".freeze,
418
432
  subClassOf: "https://schema.org/CreativeWork".freeze,
419
433
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -454,6 +468,13 @@ module RDF::Vocab
454
468
  label: "BoatTrip".freeze,
455
469
  subClassOf: "https://schema.org/Trip".freeze,
456
470
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
471
+ term :BodyMeasurementTypeEnumeration,
472
+ comment: "Enumerates types (or dimensions) of a person's body measurements, for example for fitting of clothes.".freeze,
473
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
474
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
475
+ label: "BodyMeasurementTypeEnumeration".freeze,
476
+ subClassOf: "https://schema.org/MeasurementTypeEnumeration".freeze,
477
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
457
478
  term :BodyOfWater,
458
479
  comment: "A body of water, such as a sea, ocean, or lake.".freeze,
459
480
  label: "BodyOfWater".freeze,
@@ -725,6 +746,13 @@ module RDF::Vocab
725
746
  label: "CheckoutPage".freeze,
726
747
  subClassOf: "https://schema.org/WebPage".freeze,
727
748
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
749
+ term :ChemicalSubstance,
750
+ comment: "A chemical substance is 'a portion of matter of constant composition, composed of molecular entities of the same type or of different types' (source: [ChEBI:59999](https://www.ebi.ac.uk/chebi/searchId.do?chebiId=59999)).".freeze,
751
+ "http://purl.org/dc/terms/source": ["http://bioschemas.org".freeze, "https://www.ebi.ac.uk/chebi/searchId.do?chebiId=59999".freeze],
752
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
753
+ label: "ChemicalSubstance".freeze,
754
+ subClassOf: "https://schema.org/BioChemEntity".freeze,
755
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
728
756
  term :ChildCare,
729
757
  comment: "A Childcare center.".freeze,
730
758
  label: "ChildCare".freeze,
@@ -761,7 +789,7 @@ module RDF::Vocab
761
789
  subClassOf: "https://schema.org/Place".freeze,
762
790
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
763
791
  term :Claim,
764
- comment: "A [[Claim]] in Schema.org represents a specific, factually-oriented claim that could be the [[itemReviewed]] in a [[ClaimReview]]. The content of a claim can be summarized with the [[text]] property. Variations on well known claims can have their common identity indicated via [[sameAs]] links, and summarized with a [[name]]. Ideally, a [[Claim]] description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.\n\n Beyond [[ClaimReview]], the Claim type can be associated with related creative works - for example a [[ScholaryArticle]] or [[Question]] might be [[about]] some [[Claim]].\n\n At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.\n ".freeze,
792
+ comment: "A [[Claim]] in Schema.org represents a specific, factually-oriented claim that could be the [[itemReviewed]] in a [[ClaimReview]]. The content of a claim can be summarized with the [[text]] property. Variations on well known claims can have their common identity indicated via [[sameAs]] links, and summarized with a [[name]]. Ideally, a [[Claim]] description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.\n\n Beyond [[ClaimReview]], the Claim type can be associated with related creative works - for example a [[ScholarlyArticle]] or [[Question]] might be [[about]] some [[Claim]].\n\n At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.\n ".freeze,
765
793
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
766
794
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
767
795
  label: "Claim".freeze,
@@ -1372,7 +1400,7 @@ module RDF::Vocab
1372
1400
  subClassOf: "https://schema.org/Quantity".freeze,
1373
1401
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
1374
1402
  term :EUEnergyEfficiencyEnumeration,
1375
- comment: "Enumerates the EU energy efficiency classes A-G as well as A+, A++, and A+++ as defined in EU directive 2017/1369".freeze,
1403
+ comment: "Enumerates the EU energy efficiency classes A-G as well as A+, A++, and A+++ as defined in EU directive 2017/1369.".freeze,
1376
1404
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
1377
1405
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
1378
1406
  label: "EUEnergyEfficiencyEnumeration".freeze,
@@ -1483,7 +1511,7 @@ module RDF::Vocab
1483
1511
  subClassOf: "https://schema.org/Quantity".freeze,
1484
1512
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
1485
1513
  term :EnergyConsumptionDetails,
1486
- comment: "EnergyConsumptionDetails represents information related to the energy efficiency of a product that consumes energy. The information that can be provided is based on international regulations such as for example [EU directive 2017/1369](https://eur-lex.europa.eu/eli/reg/2017/1369/oj) for energy labeling and the [Energy labeling rule](https://www.ftc.gov/enforcement/rules/rulemaking-regulatory-reform-proceedings/energy-water-use-labeling-consumer) under the Energy Policy and Conservation Act (EPCA) in the US".freeze,
1514
+ comment: "EnergyConsumptionDetails represents information related to the energy efficiency of a product that consumes energy. The information that can be provided is based on international regulations such as for example [EU directive 2017/1369](https://eur-lex.europa.eu/eli/reg/2017/1369/oj) for energy labeling and the [Energy labeling rule](https://www.ftc.gov/enforcement/rules/rulemaking-regulatory-reform-proceedings/energy-water-use-labeling-consumer) under the Energy Policy and Conservation Act (EPCA) in the US.".freeze,
1487
1515
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
1488
1516
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
1489
1517
  label: "EnergyConsumptionDetails".freeze,
@@ -1497,7 +1525,7 @@ module RDF::Vocab
1497
1525
  subClassOf: "https://schema.org/Enumeration".freeze,
1498
1526
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
1499
1527
  term :EnergyStarEnergyEfficiencyEnumeration,
1500
- comment: "Used to indicate whether a product is EnergyStar certified".freeze,
1528
+ comment: "Used to indicate whether a product is EnergyStar certified.".freeze,
1501
1529
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
1502
1530
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
1503
1531
  label: "EnergyStarEnergyEfficiencyEnumeration".freeze,
@@ -1758,6 +1786,13 @@ module RDF::Vocab
1758
1786
  label: "GenderType".freeze,
1759
1787
  subClassOf: "https://schema.org/Enumeration".freeze,
1760
1788
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
1789
+ term :Gene,
1790
+ comment: "A discrete unit of inheritance which affects one or more biological traits (Source: [https://en.wikipedia.org/wiki/Gene](https://en.wikipedia.org/wiki/Gene)). Examples include FOXP2 (Forkhead box protein P2), SCARNA21 (small Cajal body-specific RNA 21), A- (agouti genotype).".freeze,
1791
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
1792
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
1793
+ label: "Gene".freeze,
1794
+ subClassOf: "https://schema.org/BioChemEntity".freeze,
1795
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
1761
1796
  term :GeneralContractor,
1762
1797
  comment: "A general contractor.".freeze,
1763
1798
  label: "GeneralContractor".freeze,
@@ -2054,6 +2089,13 @@ module RDF::Vocab
2054
2089
  label: "ImageObject".freeze,
2055
2090
  subClassOf: "https://schema.org/MediaObject".freeze,
2056
2091
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2092
+ term :ImageObjectSnapshot,
2093
+ comment: "A specific and exact (byte-for-byte) version of an [[ImageObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata (e.g. XMP, EXIF) the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity.".freeze,
2094
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2095
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2096
+ label: "ImageObjectSnapshot".freeze,
2097
+ subClassOf: "https://schema.org/ImageObject".freeze,
2098
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2057
2099
  term :ImagingTest,
2058
2100
  comment: "Any medical imaging modality typically used for diagnostic purposes.".freeze,
2059
2101
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -2208,7 +2250,7 @@ module RDF::Vocab
2208
2250
  subClassOf: "https://schema.org/Intangible".freeze,
2209
2251
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2210
2252
  term :LearningResource,
2211
- comment: "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[Video]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.".freeze,
2253
+ comment: "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.".freeze,
2212
2254
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2213
2255
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1401".freeze,
2214
2256
  label: "LearningResource".freeze,
@@ -2323,7 +2365,7 @@ module RDF::Vocab
2323
2365
  subClassOf: "https://schema.org/Event".freeze,
2324
2366
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2325
2367
  term :LiveBlogPosting,
2326
- comment: "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.".freeze,
2368
+ comment: "A [[LiveBlogPosting]] is a [[BlogPosting]] intended to provide a rolling textual coverage of an ongoing event through continuous updates.".freeze,
2327
2369
  label: "LiveBlogPosting".freeze,
2328
2370
  subClassOf: "https://schema.org/BlogPosting".freeze,
2329
2371
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -2411,13 +2453,20 @@ module RDF::Vocab
2411
2453
  label: "MaximumDoseSchedule".freeze,
2412
2454
  subClassOf: "https://schema.org/DoseSchedule".freeze,
2413
2455
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2456
+ term :MeasurementTypeEnumeration,
2457
+ comment: "Enumeration of common measurement types (or dimensions), for example \"chest\" for a person, \"inseam\" for pants, \"gauge\" for screws, or \"wheel\" for bicycles.".freeze,
2458
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2459
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
2460
+ label: "MeasurementTypeEnumeration".freeze,
2461
+ subClassOf: "https://schema.org/Enumeration".freeze,
2462
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2414
2463
  term :MediaGallery,
2415
2464
  comment: "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.".freeze,
2416
2465
  label: "MediaGallery".freeze,
2417
2466
  subClassOf: "https://schema.org/CollectionPage".freeze,
2418
2467
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2419
2468
  term :MediaManipulationRatingEnumeration,
2420
- comment: "(editorial work in progress, this definition is incomplete and unreviewed) MediaManipulationRatingEnumeration classifies a number of ways in which a media item (video, image, audio) can be manipulated, taking into account the context within which they are published or presented.".freeze,
2469
+ comment: " Codes for use with the [[mediaAuthenticityCategory]] property, indicating the authenticity of a media object (in the context of how it was published or shared). In general these codes are not mutually exclusive, although some combinations (such as 'original' versus 'transformed', 'edited' and 'staged') would be contradictory if applied in the same [[MediaReview]]. Note that the application of these codes is with regard to a piece of media shared or published in a particular context.".freeze,
2421
2470
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2422
2471
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2423
2472
  label: "MediaManipulationRatingEnumeration".freeze,
@@ -2429,12 +2478,19 @@ module RDF::Vocab
2429
2478
  subClassOf: "https://schema.org/CreativeWork".freeze,
2430
2479
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2431
2480
  term :MediaReview,
2432
- comment: "(editorial work in progress, this definition is incomplete and unreviewed)\n A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types.".freeze,
2481
+ comment: "A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is\n a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working\n to combat misinformation, the specific structures for representing media objects, their versions and publication context, is still evolving. Similarly, best practices for the relationship between [[MediaReview]] and [[ClaimReview]] markup has not yet been finalized.".freeze,
2433
2482
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2434
2483
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2435
2484
  label: "MediaReview".freeze,
2436
2485
  subClassOf: "https://schema.org/Review".freeze,
2437
2486
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2487
+ term :MediaReviewItem,
2488
+ comment: "Represents an item or group of closely related items treated as a unit for the sake of evaluation in a [[MediaReview]]. Authorship etc. apply to the items rather than to the curation/grouping or reviewing party.".freeze,
2489
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2490
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2491
+ label: "MediaReviewItem".freeze,
2492
+ subClassOf: "https://schema.org/CreativeWork".freeze,
2493
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2438
2494
  term :MediaSubscription,
2439
2495
  comment: "A subscription which allows a user to access media including audio, video, books, etc.".freeze,
2440
2496
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
@@ -2728,19 +2784,26 @@ module RDF::Vocab
2728
2784
  subClassOf: "https://schema.org/CreativeWork".freeze,
2729
2785
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2730
2786
  term :MerchantReturnEnumeration,
2731
- comment: "MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.".freeze,
2787
+ comment: "Enumerates several kinds of product return policies.".freeze,
2732
2788
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2733
2789
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2734
2790
  label: "MerchantReturnEnumeration".freeze,
2735
2791
  subClassOf: "https://schema.org/Enumeration".freeze,
2736
2792
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2737
2793
  term :MerchantReturnPolicy,
2738
- comment: "A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]] or [[Product]].".freeze,
2794
+ comment: "A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]], [[Product]], or [[Offer]].".freeze,
2739
2795
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2740
2796
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2741
2797
  label: "MerchantReturnPolicy".freeze,
2742
2798
  subClassOf: "https://schema.org/Intangible".freeze,
2743
2799
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2800
+ term :MerchantReturnPolicySeasonalOverride,
2801
+ comment: "A seasonal override of a return policy, for example used for holidays.".freeze,
2802
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2803
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
2804
+ label: "MerchantReturnPolicySeasonalOverride".freeze,
2805
+ subClassOf: "https://schema.org/Intangible".freeze,
2806
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2744
2807
  term :Message,
2745
2808
  comment: "A single message from a sender to one or more organizations or people.".freeze,
2746
2809
  label: "Message".freeze,
@@ -2761,6 +2824,13 @@ module RDF::Vocab
2761
2824
  label: "MobilePhoneStore".freeze,
2762
2825
  subClassOf: "https://schema.org/Store".freeze,
2763
2826
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2827
+ term :MolecularEntity,
2828
+ comment: "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.".freeze,
2829
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
2830
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2831
+ label: "MolecularEntity".freeze,
2832
+ subClassOf: "https://schema.org/BioChemEntity".freeze,
2833
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2764
2834
  term :MonetaryAmount,
2765
2835
  comment: "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc.".freeze,
2766
2836
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
@@ -2788,7 +2858,7 @@ module RDF::Vocab
2788
2858
  subClassOf: "https://schema.org/TransferAction".freeze,
2789
2859
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2790
2860
  term :MortgageLoan,
2791
- comment: "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)".freeze,
2861
+ comment: "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate).".freeze,
2792
2862
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
2793
2863
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
2794
2864
  label: "MortgageLoan".freeze,
@@ -3041,6 +3111,13 @@ module RDF::Vocab
3041
3111
  label: "Occupation".freeze,
3042
3112
  subClassOf: "https://schema.org/Intangible".freeze,
3043
3113
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3114
+ term :OccupationalExperienceRequirements,
3115
+ comment: "Indicates employment-related experience requirements, e.g. [[monthsOfExperience]].".freeze,
3116
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3117
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2681".freeze,
3118
+ label: "OccupationalExperienceRequirements".freeze,
3119
+ subClassOf: "https://schema.org/Intangible".freeze,
3120
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3044
3121
  term :OccupationalTherapy,
3045
3122
  comment: "A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems.".freeze,
3046
3123
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -3083,7 +3160,7 @@ module RDF::Vocab
3083
3160
  subClassOf: "https://schema.org/Enumeration".freeze,
3084
3161
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3085
3162
  term :OfferShippingDetails,
3086
- comment: "OfferShippingDetails represents information about shipping destinations.\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:\n\nOne entity for Alaska/Hawaii. A different one for continental US.A different one for all France.\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.\n\nTwo entities that are identical but differ in rate and time:\n\ne.g. Cheaper and slower: $5 in 5-7days\nor Fast and expensive: $15 in 1-2 days\n".freeze,
3163
+ comment: "OfferShippingDetails represents information about shipping destinations.\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:\n\nOne entity for Alaska/Hawaii. A different one for continental US.A different one for all France.\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.\n\nTwo entities that are identical but differ in rate and time:\n\ne.g. Cheaper and slower: $5 in 5-7days\nor Fast and expensive: $15 in 1-2 days.".freeze,
3087
3164
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3088
3165
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
3089
3166
  label: "OfferShippingDetails".freeze,
@@ -3361,7 +3438,7 @@ module RDF::Vocab
3361
3438
  subClassOf: "https://schema.org/OrganizeAction".freeze,
3362
3439
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3363
3440
  term :Play,
3364
- comment: "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note the peformance of a Play would be a [[TheaterEvent]] - the *Play* being the [[workPerformed]].".freeze,
3441
+ comment: "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note: A performance of a Play would be a [[TheaterEvent]] or [[BroadcastEvent]] - the *Play* being the [[workPerformed]].".freeze,
3365
3442
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3366
3443
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1816".freeze,
3367
3444
  label: "Play".freeze,
@@ -3579,6 +3656,13 @@ module RDF::Vocab
3579
3656
  label: "PropertyValueSpecification".freeze,
3580
3657
  subClassOf: "https://schema.org/Intangible".freeze,
3581
3658
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3659
+ term :Protein,
3660
+ comment: "Protein is here used in its widest possible definition, as classes of amino acid based molecules. Amyloid-beta Protein in human (UniProt P05067), eukaryota (e.g. an OrthoDB group) or even a single molecule that one can point to are all of type schema:Protein. A protein can thus be a subclass of another protein, e.g. schema:Protein as a UniProt record can have multiple isoforms inside it which would also be schema:Protein. They can be imagined, synthetic, hypothetical or naturally occurring.".freeze,
3661
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
3662
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3663
+ label: "Protein".freeze,
3664
+ subClassOf: "https://schema.org/BioChemEntity".freeze,
3665
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3582
3666
  term :Protozoa,
3583
3667
  comment: "Single-celled organism that causes an infection.".freeze,
3584
3668
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -3777,7 +3861,7 @@ module RDF::Vocab
3777
3861
  subClassOf: "https://schema.org/LocalBusiness".freeze,
3778
3862
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3779
3863
  term :RefundTypeEnumeration,
3780
- comment: "RefundTypeEnumeration enumerates several kinds of product return refund types.".freeze,
3864
+ comment: "Enumerates several kinds of product return refund types.".freeze,
3781
3865
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3782
3866
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3783
3867
  label: "RefundTypeEnumeration".freeze,
@@ -3838,6 +3922,13 @@ module RDF::Vocab
3838
3922
  label: "ReportedDoseSchedule".freeze,
3839
3923
  subClassOf: "https://schema.org/DoseSchedule".freeze,
3840
3924
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3925
+ term :ResearchOrganization,
3926
+ comment: "A Research Organization (e.g. scientific institute, research company).".freeze,
3927
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3928
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2877".freeze,
3929
+ label: "ResearchOrganization".freeze,
3930
+ subClassOf: "https://schema.org/Organization".freeze,
3931
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3841
3932
  term :ResearchProject,
3842
3933
  comment: "A Research project.".freeze,
3843
3934
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
@@ -3907,12 +3998,26 @@ module RDF::Vocab
3907
3998
  subClassOf: "https://schema.org/TransferAction".freeze,
3908
3999
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3909
4000
  term :ReturnFeesEnumeration,
3910
- comment: "ReturnFeesEnumeration expresses policies for return fees.".freeze,
4001
+ comment: "Enumerates several kinds of policies for product return fees.".freeze,
3911
4002
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
3912
4003
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3913
4004
  label: "ReturnFeesEnumeration".freeze,
3914
4005
  subClassOf: "https://schema.org/Enumeration".freeze,
3915
4006
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4007
+ term :ReturnLabelSourceEnumeration,
4008
+ comment: "Enumerates several types of return labels for product returns.".freeze,
4009
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4010
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
4011
+ label: "ReturnLabelSourceEnumeration".freeze,
4012
+ subClassOf: "https://schema.org/Enumeration".freeze,
4013
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4014
+ term :ReturnMethodEnumeration,
4015
+ comment: "Enumerates several types of product return methods.".freeze,
4016
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4017
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
4018
+ label: "ReturnMethodEnumeration".freeze,
4019
+ subClassOf: "https://schema.org/Enumeration".freeze,
4020
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3916
4021
  term :Review,
3917
4022
  comment: "A review of an item - for example, of a restaurant, movie, or store.".freeze,
3918
4023
  label: "Review".freeze,
@@ -4128,6 +4233,27 @@ module RDF::Vocab
4128
4233
  label: "SiteNavigationElement".freeze,
4129
4234
  subClassOf: "https://schema.org/WebPageElement".freeze,
4130
4235
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4236
+ term :SizeGroupEnumeration,
4237
+ comment: "Enumerates common size groups for various product categories.".freeze,
4238
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4239
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
4240
+ label: "SizeGroupEnumeration".freeze,
4241
+ subClassOf: "https://schema.org/Enumeration".freeze,
4242
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4243
+ term :SizeSpecification,
4244
+ comment: "Size related properties of a product, typically a size code ([[name]]) and optionally a [[sizeSystem]], [[sizeGroup]], and product measurements ([[hasMeasurement]]). In addition, the intended audience can be defined through [[suggestedAge]], [[suggestedGender]], and suggested body measurements ([[suggestedMeasurement]]).".freeze,
4245
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4246
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
4247
+ label: "SizeSpecification".freeze,
4248
+ subClassOf: "https://schema.org/QualitativeValue".freeze,
4249
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4250
+ term :SizeSystemEnumeration,
4251
+ comment: "Enumerates common size systems for different categories of products, for example \"EN-13402\" or \"UK\" for wearables or \"Imperial\" for screws.".freeze,
4252
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4253
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
4254
+ label: "SizeSystemEnumeration".freeze,
4255
+ subClassOf: "https://schema.org/Enumeration".freeze,
4256
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4131
4257
  term :SkiResort,
4132
4258
  comment: "A ski resort.".freeze,
4133
4259
  label: "SkiResort".freeze,
@@ -4173,7 +4299,7 @@ module RDF::Vocab
4173
4299
  subClassOf: "https://schema.org/Intangible".freeze,
4174
4300
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4175
4301
  term :SpecialAnnouncement,
4176
- comment: "A SpecialAnnouncement combines a simple date-stamped textual information update\n with contextualized Web links and other structured data. It represents an information update made by a\n locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,\n local government.\n\nFor work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#).\n\nThe motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#).\n\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.\n\nSeveral kinds of information can be provided:\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple \"[[text]]\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]].\n\nMany [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructures]]. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]].\n\nThe [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only\nfor representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too.\n\nThe basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting\n[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing\nmedia type information e.g. \"application/rss+xml\" or \"application/atom+xml\".\n".freeze,
4302
+ comment: "A SpecialAnnouncement combines a simple date-stamped textual information update\n with contextualized Web links and other structured data. It represents an information update made by a\n locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,\n local government.\n\nFor work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#).\n\nThe motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#).\n\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.\n\nSeveral kinds of information can be provided:\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple \"[[text]]\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]].\n\nMany [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructure]]s. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]].\n\nThe [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only\nfor representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too.\n\nThe basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting\n[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing\nmedia type information e.g. \"application/rss+xml\" or \"application/atom+xml\".\n".freeze,
4177
4303
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4178
4304
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
4179
4305
  label: "SpecialAnnouncement".freeze,
@@ -4229,8 +4355,15 @@ module RDF::Vocab
4229
4355
  label: "State".freeze,
4230
4356
  subClassOf: "https://schema.org/AdministrativeArea".freeze,
4231
4357
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4358
+ term :Statement,
4359
+ comment: "A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about, can be indicated using mainEntity. For more formal claims (e.g. in Fact Checking), consider using [[Claim]] instead. Use the [[text]] property to capture the text of the statement.".freeze,
4360
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4361
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2912".freeze,
4362
+ label: "Statement".freeze,
4363
+ subClassOf: "https://schema.org/CreativeWork".freeze,
4364
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4232
4365
  term :StatisticalPopulation,
4233
- comment: "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property [[populationType]] is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a [[StatisticalPopulation]] representing all [[Person]]s with a [[homeLocation]] of East Podunk California, would be described by applying the appropriate [[homeLocation]] and [[populationType]] properties to a [[StatisticalPopulation]] item that stands for that set of people.\nThe properties [[numConstraints]] and [[constrainingProperties]] are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a [[populationType]] of [[Event]] or [[NewsArticle]] could be used. See also [[Observation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.\n ".freeze,
4366
+ comment: "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property [[populationType]] is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a [[StatisticalPopulation]] representing all [[Person]]s with a [[homeLocation]] of East Podunk California, would be described by applying the appropriate [[homeLocation]] and [[populationType]] properties to a [[StatisticalPopulation]] item that stands for that set of people.\nThe properties [[numConstraints]] and [[constrainingProperty]] are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a [[populationType]] of [[Event]] or [[NewsArticle]] could be used. See also [[Observation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.\n ".freeze,
4234
4367
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4235
4368
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
4236
4369
  label: "StatisticalPopulation".freeze,
@@ -4366,6 +4499,13 @@ module RDF::Vocab
4366
4499
  label: "TaxiStand".freeze,
4367
4500
  subClassOf: "https://schema.org/CivicStructure".freeze,
4368
4501
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4502
+ term :Taxon,
4503
+ comment: "A set of organisms asserted to represent a natural cohesive biological unit.".freeze,
4504
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
4505
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4506
+ label: "Taxon".freeze,
4507
+ subClassOf: "https://schema.org/Thing".freeze,
4508
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4369
4509
  term :TechArticle,
4370
4510
  comment: "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.".freeze,
4371
4511
  label: "TechArticle".freeze,
@@ -4454,7 +4594,7 @@ module RDF::Vocab
4454
4594
  subClassOf: "https://schema.org/Place".freeze,
4455
4595
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4456
4596
  term :TouristDestination,
4457
- comment: "A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], [[Region]] or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below).".freeze,
4597
+ comment: "A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], Region or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below).".freeze,
4458
4598
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4459
4599
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze, "https://github.com/schemaorg/schemaorg/issues/1810".freeze],
4460
4600
  label: "TouristDestination".freeze,
@@ -4692,6 +4832,13 @@ module RDF::Vocab
4692
4832
  label: "VideoObject".freeze,
4693
4833
  subClassOf: "https://schema.org/MediaObject".freeze,
4694
4834
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4835
+ term :VideoObjectSnapshot,
4836
+ comment: "A specific and exact (byte-for-byte) version of a [[VideoObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity.".freeze,
4837
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4838
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
4839
+ label: "VideoObjectSnapshot".freeze,
4840
+ subClassOf: "https://schema.org/VideoObject".freeze,
4841
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4695
4842
  term :ViewAction,
4696
4843
  comment: "The act of consuming static visual content.".freeze,
4697
4844
  label: "ViewAction".freeze,
@@ -4788,6 +4935,27 @@ module RDF::Vocab
4788
4935
  label: "WearAction".freeze,
4789
4936
  subClassOf: "https://schema.org/UseAction".freeze,
4790
4937
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4938
+ term :WearableMeasurementTypeEnumeration,
4939
+ comment: "Enumerates common types of measurement for wearables products.".freeze,
4940
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4941
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
4942
+ label: "WearableMeasurementTypeEnumeration".freeze,
4943
+ subClassOf: "https://schema.org/MeasurementTypeEnumeration".freeze,
4944
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4945
+ term :WearableSizeGroupEnumeration,
4946
+ comment: "Enumerates common size groups (also known as \"size types\") for wearable products.".freeze,
4947
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4948
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
4949
+ label: "WearableSizeGroupEnumeration".freeze,
4950
+ subClassOf: "https://schema.org/SizeGroupEnumeration".freeze,
4951
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4952
+ term :WearableSizeSystemEnumeration,
4953
+ comment: "Enumerates common size systems specific for wearable products".freeze,
4954
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4955
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
4956
+ label: "WearableSizeSystemEnumeration".freeze,
4957
+ subClassOf: "https://schema.org/SizeSystemEnumeration".freeze,
4958
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4791
4959
  term :WebAPI,
4792
4960
  comment: "An application programming interface accessible over Web/Internet technologies.".freeze,
4793
4961
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
@@ -4801,7 +4969,7 @@ module RDF::Vocab
4801
4969
  subClassOf: "https://schema.org/SoftwareApplication".freeze,
4802
4970
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4803
4971
  term :WebContent,
4804
- comment: "WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]].)\n ".freeze,
4972
+ comment: "WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]]).".freeze,
4805
4973
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
4806
4974
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2358".freeze,
4807
4975
  label: "WebContent".freeze,
@@ -5111,7 +5279,7 @@ module RDF::Vocab
5111
5279
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5112
5280
  property :actor,
5113
5281
  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.".freeze,
5114
- "https://schema.org/domainIncludes": ["https://schema.org/Clip".freeze, "https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/Episode".freeze, "https://schema.org/Event".freeze, "https://schema.org/Movie".freeze, "https://schema.org/MovieSeries".freeze, "https://schema.org/RadioSeries".freeze, "https://schema.org/TVSeries".freeze, "https://schema.org/VideoGame".freeze, "https://schema.org/VideoGameSeries".freeze, "https://schema.org/VideoObject".freeze],
5282
+ "https://schema.org/domainIncludes": ["https://schema.org/Clip".freeze, "https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/Episode".freeze, "https://schema.org/Event".freeze, "https://schema.org/Movie".freeze, "https://schema.org/MovieSeries".freeze, "https://schema.org/PodcastSeries".freeze, "https://schema.org/RadioSeries".freeze, "https://schema.org/TVSeries".freeze, "https://schema.org/VideoGame".freeze, "https://schema.org/VideoGameSeries".freeze, "https://schema.org/VideoObject".freeze],
5115
5283
  "https://schema.org/rangeIncludes": "https://schema.org/Person".freeze,
5116
5284
  label: "actor".freeze,
5117
5285
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -5143,7 +5311,7 @@ module RDF::Vocab
5143
5311
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5144
5312
  property :additionalProperty,
5145
5313
  comment: "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n".freeze,
5146
- "https://schema.org/domainIncludes": ["https://schema.org/Place".freeze, "https://schema.org/Product".freeze, "https://schema.org/QualitativeValue".freeze, "https://schema.org/QuantitativeValue".freeze],
5314
+ "https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy".freeze, "https://schema.org/Place".freeze, "https://schema.org/Product".freeze, "https://schema.org/QualitativeValue".freeze, "https://schema.org/QuantitativeValue".freeze],
5147
5315
  "https://schema.org/rangeIncludes": "https://schema.org/PropertyValue".freeze,
5148
5316
  label: "additionalProperty".freeze,
5149
5317
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -5312,6 +5480,14 @@ module RDF::Vocab
5312
5480
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
5313
5481
  label: "alternativeHeadline".freeze,
5314
5482
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5483
+ property :alternativeOf,
5484
+ comment: "Another gene which is a variation of this one.".freeze,
5485
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
5486
+ "https://schema.org/domainIncludes": "https://schema.org/Gene".freeze,
5487
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5488
+ "https://schema.org/rangeIncludes": "https://schema.org/Gene".freeze,
5489
+ label: "alternativeOf".freeze,
5490
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5315
5491
  property :alumni,
5316
5492
  comment: "Alumni of an organization.".freeze,
5317
5493
  "https://schema.org/domainIncludes": ["https://schema.org/EducationalOrganization".freeze, "https://schema.org/Organization".freeze],
@@ -5480,6 +5656,14 @@ module RDF::Vocab
5480
5656
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
5481
5657
  label: "archiveHeld".freeze,
5482
5658
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5659
+ property :archivedAt,
5660
+ comment: "Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.".freeze,
5661
+ "https://schema.org/domainIncludes": "https://schema.org/CreativeWork".freeze,
5662
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5663
+ "https://schema.org/rangeIncludes": ["https://schema.org/URL".freeze, "https://schema.org/WebPage".freeze],
5664
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5665
+ label: "archivedAt".freeze,
5666
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5483
5667
  property :area,
5484
5668
  comment: "The area within which users can expect to reach the broadcast service.".freeze,
5485
5669
  "https://schema.org/domainIncludes": "https://schema.org/BroadcastService".freeze,
@@ -5636,12 +5820,38 @@ module RDF::Vocab
5636
5820
  "https://schema.org/rangeIncludes": "https://schema.org/NewsArticle".freeze,
5637
5821
  label: "associatedArticle".freeze,
5638
5822
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5823
+ property :associatedClaimReview,
5824
+ comment: "An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].".freeze,
5825
+ "https://schema.org/domainIncludes": "https://schema.org/Review".freeze,
5826
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5827
+ "https://schema.org/rangeIncludes": "https://schema.org/Review".freeze,
5828
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5829
+ label: "associatedClaimReview".freeze,
5830
+ subPropertyOf: "https://schema.org/associatedReview".freeze,
5831
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5832
+ property :associatedDisease,
5833
+ comment: "Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.".freeze,
5834
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
5835
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
5836
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5837
+ "https://schema.org/rangeIncludes": ["https://schema.org/MedicalCondition".freeze, "https://schema.org/PropertyValue".freeze, "https://schema.org/URL".freeze],
5838
+ label: "associatedDisease".freeze,
5839
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5639
5840
  property :associatedMedia,
5640
5841
  comment: "A media object that encodes this CreativeWork. This property is a synonym for encoding.".freeze,
5641
5842
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/HyperToc".freeze, "https://schema.org/HyperTocEntry".freeze],
5642
5843
  "https://schema.org/rangeIncludes": "https://schema.org/MediaObject".freeze,
5643
5844
  label: "associatedMedia".freeze,
5644
5845
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5846
+ property :associatedMediaReview,
5847
+ comment: "An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].".freeze,
5848
+ "https://schema.org/domainIncludes": "https://schema.org/Review".freeze,
5849
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5850
+ "https://schema.org/rangeIncludes": "https://schema.org/Review".freeze,
5851
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5852
+ label: "associatedMediaReview".freeze,
5853
+ subPropertyOf: "https://schema.org/associatedReview".freeze,
5854
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5645
5855
  property :associatedPathophysiology,
5646
5856
  comment: "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.".freeze,
5647
5857
  "https://schema.org/domainIncludes": ["https://schema.org/AnatomicalStructure".freeze, "https://schema.org/AnatomicalSystem".freeze, "https://schema.org/SuperficialAnatomy".freeze],
@@ -5649,6 +5859,14 @@ module RDF::Vocab
5649
5859
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
5650
5860
  label: "associatedPathophysiology".freeze,
5651
5861
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5862
+ property :associatedReview,
5863
+ comment: "An associated [[Review]].".freeze,
5864
+ "https://schema.org/domainIncludes": "https://schema.org/Review".freeze,
5865
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5866
+ "https://schema.org/rangeIncludes": "https://schema.org/Review".freeze,
5867
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5868
+ label: "associatedReview".freeze,
5869
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5652
5870
  property :athlete,
5653
5871
  comment: "A person that acts as performing member of a sports team; a player as opposed to a coach.".freeze,
5654
5872
  "https://schema.org/domainIncludes": "https://schema.org/SportsTeam".freeze,
@@ -5856,7 +6074,7 @@ module RDF::Vocab
5856
6074
  label: "beforeMedia".freeze,
5857
6075
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5858
6076
  property :beneficiaryBank,
5859
- comment: "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary".freeze,
6077
+ comment: "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary.".freeze,
5860
6078
  "https://schema.org/domainIncludes": "https://schema.org/MoneyTransfer".freeze,
5861
6079
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5862
6080
  "https://schema.org/rangeIncludes": ["https://schema.org/BankOrCreditUnion".freeze, "https://schema.org/Text".freeze],
@@ -5891,7 +6109,7 @@ module RDF::Vocab
5891
6109
  label: "billingAddress".freeze,
5892
6110
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5893
6111
  property :billingDuration,
5894
- comment: "Specifies for how long this price (or price component) will be billed. Can be used, for example, to model the contractual duration of a subscription or payment plan. Type can be either a Duration or a Number (in which case the unit of measurement, for example month, is specified by the unitCode property)".freeze,
6112
+ comment: "Specifies for how long this price (or price component) will be billed. Can be used, for example, to model the contractual duration of a subscription or payment plan. Type can be either a Duration or a Number (in which case the unit of measurement, for example month, is specified by the unitCode property).".freeze,
5895
6113
  "https://schema.org/domainIncludes": "https://schema.org/UnitPriceSpecification".freeze,
5896
6114
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5897
6115
  "https://schema.org/rangeIncludes": ["https://schema.org/Duration".freeze, "https://schema.org/Number".freeze, "https://schema.org/QuantitativeValue".freeze],
@@ -5912,13 +6130,37 @@ module RDF::Vocab
5912
6130
  label: "billingPeriod".freeze,
5913
6131
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5914
6132
  property :billingStart,
5915
- comment: "Specifies after how much time this price (or price component) becomes valid and billing starts. Can be used, for example, to model a price increase after the first year of a subscription. The unit of measurement is specified by the unitCode property".freeze,
6133
+ comment: "Specifies after how much time this price (or price component) becomes valid and billing starts. Can be used, for example, to model a price increase after the first year of a subscription. The unit of measurement is specified by the unitCode property.".freeze,
5916
6134
  "https://schema.org/domainIncludes": "https://schema.org/UnitPriceSpecification".freeze,
5917
6135
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
5918
6136
  "https://schema.org/rangeIncludes": "https://schema.org/Number".freeze,
5919
6137
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
5920
6138
  label: "billingStart".freeze,
5921
6139
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6140
+ property :bioChemInteraction,
6141
+ comment: "A BioChemEntity that is known to interact with this item.".freeze,
6142
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
6143
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
6144
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6145
+ "https://schema.org/rangeIncludes": "https://schema.org/BioChemEntity".freeze,
6146
+ label: "bioChemInteraction".freeze,
6147
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6148
+ property :bioChemSimilarity,
6149
+ comment: "A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms.".freeze,
6150
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
6151
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
6152
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6153
+ "https://schema.org/rangeIncludes": "https://schema.org/BioChemEntity".freeze,
6154
+ label: "bioChemSimilarity".freeze,
6155
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6156
+ property :biologicalRole,
6157
+ comment: "A role played by the BioChemEntity within a biological context.".freeze,
6158
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
6159
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
6160
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6161
+ "https://schema.org/rangeIncludes": "https://schema.org/DefinedTerm".freeze,
6162
+ label: "biologicalRole".freeze,
6163
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5922
6164
  property :biomechnicalClass,
5923
6165
  comment: "The biomechanical properties of the bone.".freeze,
5924
6166
  "https://schema.org/domainIncludes": "https://schema.org/Joint".freeze,
@@ -5951,7 +6193,7 @@ module RDF::Vocab
5951
6193
  label: "blogPost".freeze,
5952
6194
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5953
6195
  property :blogPosts,
5954
- comment: "The postings that are part of this blog.".freeze,
6196
+ comment: "Indicates a post that is part of a [[Blog]]. Note that historically, what we term a \"Blog\" was once known as a \"weblog\", and that what we term a \"BlogPosting\" is now often colloquially referred to as a \"blog\".".freeze,
5955
6197
  "https://schema.org/domainIncludes": "https://schema.org/Blog".freeze,
5956
6198
  "https://schema.org/rangeIncludes": "https://schema.org/BlogPosting".freeze,
5957
6199
  "https://schema.org/supersededBy": "https://schema.org/blogPost".freeze,
@@ -6034,7 +6276,7 @@ module RDF::Vocab
6034
6276
  "https://schema.org/domainIncludes": "https://schema.org/Nerve".freeze,
6035
6277
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
6036
6278
  "https://schema.org/rangeIncludes": "https://schema.org/AnatomicalStructure".freeze,
6037
- "https://schema.org/supersededBy": ["https://schema.org/arterialBranch".freeze, "https://schema.org/nerveBranch".freeze, "https://schema.org/veinBranch".freeze],
6279
+ "https://schema.org/supersededBy": "https://schema.org/arterialBranch".freeze,
6038
6280
  label: "branch".freeze,
6039
6281
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6040
6282
  property :branchCode,
@@ -6114,7 +6356,7 @@ module RDF::Vocab
6114
6356
  label: "broadcastServiceTier".freeze,
6115
6357
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6116
6358
  property :broadcastSignalModulation,
6117
- comment: "The modulation (e.g. FM, AM, etc) used by a particular broadcast service".freeze,
6359
+ comment: "The modulation (e.g. FM, AM, etc) used by a particular broadcast service.".freeze,
6118
6360
  "https://schema.org/domainIncludes": "https://schema.org/BroadcastFrequencySpecification".freeze,
6119
6361
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6120
6362
  "https://schema.org/rangeIncludes": ["https://schema.org/QualitativeValue".freeze, "https://schema.org/Text".freeze],
@@ -6183,7 +6425,7 @@ module RDF::Vocab
6183
6425
  property :buyer,
6184
6426
  comment: "A sub property of participant. The participant/person/organization that bought the object.".freeze,
6185
6427
  "https://schema.org/domainIncludes": "https://schema.org/SellAction".freeze,
6186
- "https://schema.org/rangeIncludes": "https://schema.org/Person".freeze,
6428
+ "https://schema.org/rangeIncludes": ["https://schema.org/Organization".freeze, "https://schema.org/Person".freeze],
6187
6429
  label: "buyer".freeze,
6188
6430
  subPropertyOf: "https://schema.org/participant".freeze,
6189
6431
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -6194,7 +6436,7 @@ module RDF::Vocab
6194
6436
  label: "byArtist".freeze,
6195
6437
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6196
6438
  property :byDay,
6197
- comment: "Defines the day(s) of the week on which a recurring [[Event]] takes place. May be specified using either [[DayOfWeek]], or alternatively [[Text]] conforming to iCal's syntax for byDay recurrence rules".freeze,
6439
+ comment: "Defines the day(s) of the week on which a recurring [[Event]] takes place. May be specified using either [[DayOfWeek]], or alternatively [[Text]] conforming to iCal's syntax for byDay recurrence rules.".freeze,
6198
6440
  "https://schema.org/domainIncludes": "https://schema.org/Schedule".freeze,
6199
6441
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6200
6442
  "https://schema.org/rangeIncludes": ["https://schema.org/DayOfWeek".freeze, "https://schema.org/Text".freeze],
@@ -6358,6 +6600,22 @@ module RDF::Vocab
6358
6600
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime".freeze, "https://schema.org/Time".freeze],
6359
6601
  label: "checkoutTime".freeze,
6360
6602
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6603
+ property :chemicalComposition,
6604
+ comment: "The chemical composition describes the identity and relative ratio of the chemical elements that make up the substance.".freeze,
6605
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
6606
+ "https://schema.org/domainIncludes": "https://schema.org/ChemicalSubstance".freeze,
6607
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6608
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
6609
+ label: "chemicalComposition".freeze,
6610
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6611
+ property :chemicalRole,
6612
+ comment: "A role played by the BioChemEntity within a chemical context.".freeze,
6613
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
6614
+ "https://schema.org/domainIncludes": ["https://schema.org/ChemicalSubstance".freeze, "https://schema.org/MolecularEntity".freeze],
6615
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6616
+ "https://schema.org/rangeIncludes": "https://schema.org/DefinedTerm".freeze,
6617
+ label: "chemicalRole".freeze,
6618
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6361
6619
  property :childMaxAge,
6362
6620
  comment: "Maximal age of the child.".freeze,
6363
6621
  "https://schema.org/domainIncludes": "https://schema.org/ParentAudience".freeze,
@@ -6370,6 +6628,15 @@ module RDF::Vocab
6370
6628
  "https://schema.org/rangeIncludes": "https://schema.org/Number".freeze,
6371
6629
  label: "childMinAge".freeze,
6372
6630
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6631
+ property :childTaxon,
6632
+ comment: "Closest child taxa of the taxon in question.".freeze,
6633
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
6634
+ "https://schema.org/domainIncludes": "https://schema.org/Taxon".freeze,
6635
+ "https://schema.org/inverseOf": "https://schema.org/parentTaxon".freeze,
6636
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6637
+ "https://schema.org/rangeIncludes": ["https://schema.org/Taxon".freeze, "https://schema.org/Text".freeze, "https://schema.org/URL".freeze],
6638
+ label: "childTaxon".freeze,
6639
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6373
6640
  property :children,
6374
6641
  comment: "A child of the person.".freeze,
6375
6642
  "https://schema.org/domainIncludes": "https://schema.org/Person".freeze,
@@ -6394,6 +6661,14 @@ module RDF::Vocab
6394
6661
  "https://schema.org/rangeIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/Text".freeze],
6395
6662
  label: "citation".freeze,
6396
6663
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6664
+ property :claimInterpreter,
6665
+ comment: "For a [[Claim]] interpreted from [[MediaObject]] content\n sed to indicate a claim contained, implied or refined from the content of a [[MediaObject]].".freeze,
6666
+ "https://schema.org/domainIncludes": "https://schema.org/Claim".freeze,
6667
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
6668
+ "https://schema.org/rangeIncludes": ["https://schema.org/Organization".freeze, "https://schema.org/Person".freeze],
6669
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
6670
+ label: "claimInterpreter".freeze,
6671
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6397
6672
  property :claimReviewed,
6398
6673
  comment: "A short summary of the specific claims reviewed in a ClaimReview.".freeze,
6399
6674
  "https://schema.org/domainIncludes": "https://schema.org/ClaimReview".freeze,
@@ -6766,7 +7041,7 @@ module RDF::Vocab
6766
7041
  label: "costCategory".freeze,
6767
7042
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6768
7043
  property :costCurrency,
6769
- comment: "The currency (in 3-letter of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217 ".freeze,
7044
+ comment: "The currency (in 3-letter of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217. ".freeze,
6770
7045
  "https://schema.org/domainIncludes": "https://schema.org/DrugCost".freeze,
6771
7046
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
6772
7047
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
@@ -6798,9 +7073,25 @@ module RDF::Vocab
6798
7073
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
6799
7074
  label: "countriesSupported".freeze,
6800
7075
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7076
+ property :countryOfAssembly,
7077
+ comment: "The place where the product was assembled.".freeze,
7078
+ "https://schema.org/domainIncludes": "https://schema.org/Product".freeze,
7079
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
7080
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
7081
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/991".freeze,
7082
+ label: "countryOfAssembly".freeze,
7083
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7084
+ property :countryOfLastProcessing,
7085
+ comment: "The place where the item (typically [[Product]]) was last processed and tested before importation.".freeze,
7086
+ "https://schema.org/domainIncludes": "https://schema.org/Product".freeze,
7087
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
7088
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
7089
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/991".freeze,
7090
+ label: "countryOfLastProcessing".freeze,
7091
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6801
7092
  property :countryOfOrigin,
6802
- comment: "The country of the principal offices of the production company or individual responsible for the movie or program.".freeze,
6803
- "https://schema.org/domainIncludes": ["https://schema.org/Movie".freeze, "https://schema.org/TVEpisode".freeze, "https://schema.org/TVSeason".freeze, "https://schema.org/TVSeries".freeze],
7093
+ comment: "The country of origin of something, including products as well as creative works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.".freeze,
7094
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/Movie".freeze, "https://schema.org/Product".freeze, "https://schema.org/TVEpisode".freeze, "https://schema.org/TVSeason".freeze, "https://schema.org/TVSeries".freeze],
6804
7095
  "https://schema.org/rangeIncludes": "https://schema.org/Country".freeze,
6805
7096
  label: "countryOfOrigin".freeze,
6806
7097
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -6921,6 +7212,30 @@ module RDF::Vocab
6921
7212
  "https://schema.org/rangeIncludes": ["https://schema.org/Organization".freeze, "https://schema.org/Person".freeze],
6922
7213
  label: "customer".freeze,
6923
7214
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7215
+ property :customerRemorseReturnFees,
7216
+ comment: "The type of return fees if the product is returned due to customer remorse.".freeze,
7217
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
7218
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
7219
+ "https://schema.org/rangeIncludes": "https://schema.org/ReturnFeesEnumeration".freeze,
7220
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
7221
+ label: "customerRemorseReturnFees".freeze,
7222
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7223
+ property :customerRemorseReturnLabelSource,
7224
+ comment: "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned due to customer remorse.".freeze,
7225
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
7226
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
7227
+ "https://schema.org/rangeIncludes": "https://schema.org/ReturnLabelSourceEnumeration".freeze,
7228
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
7229
+ label: "customerRemorseReturnLabelSource".freeze,
7230
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7231
+ property :customerRemorseReturnShippingFeesAmount,
7232
+ comment: "The amount of shipping costs if a product is returned due to customer remorse. Applicable when property [[customerRemorseReturnFees]] equals [[ReturnShippingFees]].".freeze,
7233
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
7234
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
7235
+ "https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount".freeze,
7236
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
7237
+ label: "customerRemorseReturnShippingFeesAmount".freeze,
7238
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6924
7239
  property :cutoffTime,
6925
7240
  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).".freeze,
6926
7241
  "https://schema.org/domainIncludes": "https://schema.org/ShippingDeliveryTime".freeze,
@@ -7323,6 +7638,14 @@ module RDF::Vocab
7323
7638
  "https://schema.org/rangeIncludes": "https://schema.org/DDxElement".freeze,
7324
7639
  label: "differentialDiagnosis".freeze,
7325
7640
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7641
+ property :directApply,
7642
+ comment: "Indicates whether an [[url]] that is associated with a [[JobPosting]] enables direct application for the job, via the posting website. A job posting is considered to have directApply of [[True]] if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation level). A value of [[False]] is appropriate if there is no clear path to applying directly online for the specified job, navigating directly from the JobPosting url(s) supplied.".freeze,
7643
+ "https://schema.org/domainIncludes": "https://schema.org/JobPosting".freeze,
7644
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
7645
+ "https://schema.org/rangeIncludes": "https://schema.org/Boolean".freeze,
7646
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2907".freeze,
7647
+ label: "directApply".freeze,
7648
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7326
7649
  property :director,
7327
7650
  comment: "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.".freeze,
7328
7651
  "https://schema.org/domainIncludes": ["https://schema.org/Clip".freeze, "https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/Episode".freeze, "https://schema.org/Event".freeze, "https://schema.org/Movie".freeze, "https://schema.org/MovieSeries".freeze, "https://schema.org/RadioSeries".freeze, "https://schema.org/TVSeries".freeze, "https://schema.org/VideoGame".freeze, "https://schema.org/VideoGameSeries".freeze, "https://schema.org/VideoObject".freeze],
@@ -7543,7 +7866,7 @@ module RDF::Vocab
7543
7866
  label: "dropoffTime".freeze,
7544
7867
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7545
7868
  property :drug,
7546
- comment: "Specifying a drug or medicine used in a medication procedure".freeze,
7869
+ comment: "Specifying a drug or medicine used in a medication procedure.".freeze,
7547
7870
  "https://schema.org/domainIncludes": ["https://schema.org/DrugClass".freeze, "https://schema.org/MedicalCondition".freeze, "https://schema.org/Patient".freeze, "https://schema.org/TherapeuticProcedure".freeze],
7548
7871
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
7549
7872
  "https://schema.org/rangeIncludes": "https://schema.org/Drug".freeze,
@@ -7580,7 +7903,7 @@ module RDF::Vocab
7580
7903
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7581
7904
  property :duration,
7582
7905
  comment: "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).".freeze,
7583
- "https://schema.org/domainIncludes": ["https://schema.org/Audiobook".freeze, "https://schema.org/Event".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Movie".freeze, "https://schema.org/MusicRecording".freeze, "https://schema.org/MusicRelease".freeze, "https://schema.org/QuantitativeValueDistribution".freeze, "https://schema.org/Schedule".freeze],
7906
+ "https://schema.org/domainIncludes": ["https://schema.org/Audiobook".freeze, "https://schema.org/Episode".freeze, "https://schema.org/Event".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Movie".freeze, "https://schema.org/MusicRecording".freeze, "https://schema.org/MusicRelease".freeze, "https://schema.org/QuantitativeValueDistribution".freeze, "https://schema.org/Schedule".freeze],
7584
7907
  "https://schema.org/rangeIncludes": "https://schema.org/Duration".freeze,
7585
7908
  "https://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/1457".freeze, "https://github.com/schemaorg/schemaorg/issues/1698".freeze],
7586
7909
  label: "duration".freeze,
@@ -7746,6 +8069,15 @@ module RDF::Vocab
7746
8069
  "https://schema.org/rangeIncludes": "https://schema.org/URL".freeze,
7747
8070
  label: "embedUrl".freeze,
7748
8071
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8072
+ property :embeddedTextCaption,
8073
+ comment: "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'.".freeze,
8074
+ "https://schema.org/domainIncludes": ["https://schema.org/AudioObject".freeze, "https://schema.org/ImageObject".freeze, "https://schema.org/VideoObject".freeze],
8075
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8076
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
8077
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
8078
+ label: "embeddedTextCaption".freeze,
8079
+ subPropertyOf: "https://schema.org/caption".freeze,
8080
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7749
8081
  property :emissionsCO2,
7750
8082
  comment: "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\".".freeze,
7751
8083
  "https://schema.org/domainIncludes": "https://schema.org/Vehicle".freeze,
@@ -7789,6 +8121,15 @@ module RDF::Vocab
7789
8121
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2296".freeze,
7790
8122
  label: "employmentUnit".freeze,
7791
8123
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8124
+ property :encodesBioChemEntity,
8125
+ comment: "Another BioChemEntity encoded by this one. ".freeze,
8126
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
8127
+ "https://schema.org/domainIncludes": "https://schema.org/Gene".freeze,
8128
+ "https://schema.org/inverseOf": "https://schema.org/isEncodedByBioChemEntity".freeze,
8129
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8130
+ "https://schema.org/rangeIncludes": "https://schema.org/BioChemEntity".freeze,
8131
+ label: "encodesBioChemEntity".freeze,
8132
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7792
8133
  property :encodesCreativeWork,
7793
8134
  comment: "The CreativeWork encoded by this media object.".freeze,
7794
8135
  "https://schema.org/domainIncludes": "https://schema.org/MediaObject".freeze,
@@ -7824,7 +8165,7 @@ module RDF::Vocab
7824
8165
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7825
8166
  property :endDate,
7826
8167
  comment: "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).".freeze,
7827
- "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/CreativeWorkSeries".freeze, "https://schema.org/DatedMoneySpecification".freeze, "https://schema.org/EducationalOccupationalProgram".freeze, "https://schema.org/Event".freeze, "https://schema.org/Role".freeze, "https://schema.org/Schedule".freeze],
8168
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/CreativeWorkSeries".freeze, "https://schema.org/DatedMoneySpecification".freeze, "https://schema.org/EducationalOccupationalProgram".freeze, "https://schema.org/Event".freeze, "https://schema.org/MerchantReturnPolicySeasonalOverride".freeze, "https://schema.org/Role".freeze, "https://schema.org/Schedule".freeze],
7828
8169
  "https://schema.org/rangeIncludes": ["https://schema.org/Date".freeze, "https://schema.org/DateTime".freeze],
7829
8170
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
7830
8171
  label: "endDate".freeze,
@@ -7839,7 +8180,7 @@ module RDF::Vocab
7839
8180
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7840
8181
  property :endTime,
7841
8182
  comment: "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.".freeze,
7842
- "https://schema.org/domainIncludes": ["https://schema.org/Action".freeze, "https://schema.org/FoodEstablishmentReservation".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Schedule".freeze],
8183
+ "https://schema.org/domainIncludes": ["https://schema.org/Action".freeze, "https://schema.org/FoodEstablishmentReservation".freeze, "https://schema.org/InteractionCounter".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Schedule".freeze],
7843
8184
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime".freeze, "https://schema.org/Time".freeze],
7844
8185
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
7845
8186
  label: "endTime".freeze,
@@ -8121,10 +8462,18 @@ module RDF::Vocab
8121
8462
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
8122
8463
  label: "expectsAcceptanceOf".freeze,
8123
8464
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8465
+ property :experienceInPlaceOfEducation,
8466
+ comment: "Indicates whether a [[JobPosting]] will accept experience (as indicated by [[OccupationalExperienceRequirements]]) in place of its formal educational qualifications (as indicated by [[educationRequirements]]). If true, indicates that satisfying one of these requirements is sufficient.".freeze,
8467
+ "https://schema.org/domainIncludes": "https://schema.org/JobPosting".freeze,
8468
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8469
+ "https://schema.org/rangeIncludes": "https://schema.org/Boolean".freeze,
8470
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2681".freeze,
8471
+ label: "experienceInPlaceOfEducation".freeze,
8472
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8124
8473
  property :experienceRequirements,
8125
8474
  comment: "Description of skills and experience needed for the position or Occupation.".freeze,
8126
8475
  "https://schema.org/domainIncludes": ["https://schema.org/JobPosting".freeze, "https://schema.org/Occupation".freeze],
8127
- "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
8476
+ "https://schema.org/rangeIncludes": ["https://schema.org/OccupationalExperienceRequirements".freeze, "https://schema.org/Text".freeze],
8128
8477
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
8129
8478
  label: "experienceRequirements".freeze,
8130
8479
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -8141,6 +8490,14 @@ module RDF::Vocab
8141
8490
  "https://schema.org/rangeIncludes": "https://schema.org/Date".freeze,
8142
8491
  label: "expires".freeze,
8143
8492
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8493
+ property :expressedIn,
8494
+ comment: "Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system.".freeze,
8495
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
8496
+ "https://schema.org/domainIncludes": "https://schema.org/Gene".freeze,
8497
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8498
+ "https://schema.org/rangeIncludes": ["https://schema.org/AnatomicalStructure".freeze, "https://schema.org/AnatomicalSystem".freeze, "https://schema.org/BioChemEntity".freeze, "https://schema.org/DefinedTerm".freeze],
8499
+ label: "expressedIn".freeze,
8500
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8144
8501
  property :familyName,
8145
8502
  comment: "Family name. In the U.S., the last name of a Person.".freeze,
8146
8503
  "https://schema.org/domainIncludes": "https://schema.org/Person".freeze,
@@ -8624,7 +8981,7 @@ module RDF::Vocab
8624
8981
  subPropertyOf: ["https://schema.org/gtin".freeze, "https://schema.org/identifier".freeze],
8625
8982
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8626
8983
  property :gtin8,
8627
- comment: "The [GTIN-8](http://apps.gs1.org/GDD/glossary/Pages/GTIN-8.aspx) code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.".freeze,
8984
+ comment: "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.".freeze,
8628
8985
  "https://schema.org/domainIncludes": ["https://schema.org/Demand".freeze, "https://schema.org/Offer".freeze, "https://schema.org/Product".freeze],
8629
8986
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
8630
8987
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
@@ -8660,6 +9017,24 @@ module RDF::Vocab
8660
9017
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
8661
9018
  label: "handlingTime".freeze,
8662
9019
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9020
+ property :hasBioChemEntityPart,
9021
+ comment: "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. ".freeze,
9022
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
9023
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9024
+ "https://schema.org/inverseOf": "https://schema.org/isPartOfBioChemEntity".freeze,
9025
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9026
+ "https://schema.org/rangeIncludes": "https://schema.org/BioChemEntity".freeze,
9027
+ label: "hasBioChemEntityPart".freeze,
9028
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9029
+ property :hasBioPolymerSequence,
9030
+ comment: "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.".freeze,
9031
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
9032
+ "https://schema.org/domainIncludes": ["https://schema.org/Gene".freeze, "https://schema.org/Protein".freeze],
9033
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9034
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
9035
+ label: "hasBioPolymerSequence".freeze,
9036
+ subPropertyOf: "https://schema.org/hasRepresentation".freeze,
9037
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8663
9038
  property :hasBroadcastChannel,
8664
9039
  comment: "A broadcast channel of a broadcast service.".freeze,
8665
9040
  "https://schema.org/domainIncludes": "https://schema.org/BroadcastService".freeze,
@@ -8701,7 +9076,7 @@ module RDF::Vocab
8701
9076
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8702
9077
  property :hasDefinedTerm,
8703
9078
  comment: "A Defined Term contained in this term set.".freeze,
8704
- "https://schema.org/domainIncludes": "https://schema.org/DefinedTermSet".freeze,
9079
+ "https://schema.org/domainIncludes": ["https://schema.org/DefinedTermSet".freeze, "https://schema.org/Taxon".freeze],
8705
9080
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8706
9081
  "https://schema.org/rangeIncludes": "https://schema.org/DefinedTerm".freeze,
8707
9082
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
@@ -8728,7 +9103,7 @@ module RDF::Vocab
8728
9103
  label: "hasDriveThroughService".freeze,
8729
9104
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8730
9105
  property :hasEnergyConsumptionDetails,
8731
- comment: "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard".freeze,
9106
+ comment: "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard.".freeze,
8732
9107
  "https://schema.org/domainIncludes": "https://schema.org/Product".freeze,
8733
9108
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8734
9109
  "https://schema.org/rangeIncludes": "https://schema.org/EnergyConsumptionDetails".freeze,
@@ -8736,7 +9111,7 @@ module RDF::Vocab
8736
9111
  label: "hasEnergyConsumptionDetails".freeze,
8737
9112
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8738
9113
  property :hasEnergyEfficiencyCategory,
8739
- comment: "Defines the energy efficiency Category (which could be either a rating out of range of values or a yes/no certification) for a product according to an international energy efficiency standard".freeze,
9114
+ comment: "Defines the energy efficiency Category (which could be either a rating out of range of values or a yes/no certification) for a product according to an international energy efficiency standard.".freeze,
8740
9115
  "https://schema.org/domainIncludes": "https://schema.org/EnergyConsumptionDetails".freeze,
8741
9116
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8742
9117
  "https://schema.org/rangeIncludes": "https://schema.org/EnergyEfficiencyEnumeration".freeze,
@@ -8757,6 +9132,14 @@ module RDF::Vocab
8757
9132
  "https://schema.org/rangeIncludes": ["https://schema.org/Map".freeze, "https://schema.org/URL".freeze],
8758
9133
  label: "hasMap".freeze,
8759
9134
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9135
+ property :hasMeasurement,
9136
+ comment: "A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.".freeze,
9137
+ "https://schema.org/domainIncludes": ["https://schema.org/Offer".freeze, "https://schema.org/Product".freeze, "https://schema.org/SizeSpecification".freeze],
9138
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9139
+ "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue".freeze,
9140
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
9141
+ label: "hasMeasurement".freeze,
9142
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8760
9143
  property :hasMenu,
8761
9144
  comment: "Either the actual menu as a structured representation, as text, or a URL of the menu.".freeze,
8762
9145
  "https://schema.org/domainIncludes": "https://schema.org/FoodEstablishment".freeze,
@@ -8776,13 +9159,21 @@ module RDF::Vocab
8776
9159
  label: "hasMenuSection".freeze,
8777
9160
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8778
9161
  property :hasMerchantReturnPolicy,
8779
- comment: "Indicates a MerchantReturnPolicy that may be applicable.".freeze,
8780
- "https://schema.org/domainIncludes": ["https://schema.org/Organization".freeze, "https://schema.org/Product".freeze],
9162
+ comment: "Specifies a MerchantReturnPolicy that may be applicable.".freeze,
9163
+ "https://schema.org/domainIncludes": ["https://schema.org/Offer".freeze, "https://schema.org/Organization".freeze, "https://schema.org/Product".freeze],
8781
9164
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
8782
9165
  "https://schema.org/rangeIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
8783
9166
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
8784
9167
  label: "hasMerchantReturnPolicy".freeze,
8785
9168
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9169
+ property :hasMolecularFunction,
9170
+ comment: "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.".freeze,
9171
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
9172
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9173
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9174
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/PropertyValue".freeze, "https://schema.org/URL".freeze],
9175
+ label: "hasMolecularFunction".freeze,
9176
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8786
9177
  property :hasOccupation,
8787
9178
  comment: "The Person's occupation. For past professions, use Role for expressing dates.".freeze,
8788
9179
  "https://schema.org/domainIncludes": "https://schema.org/Person".freeze,
@@ -8820,6 +9211,14 @@ module RDF::Vocab
8820
9211
  "https://schema.org/supersededBy": "https://schema.org/hasMerchantReturnPolicy".freeze,
8821
9212
  label: "hasProductReturnPolicy".freeze,
8822
9213
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9214
+ property :hasRepresentation,
9215
+ comment: "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.".freeze,
9216
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
9217
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9218
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9219
+ "https://schema.org/rangeIncludes": ["https://schema.org/PropertyValue".freeze, "https://schema.org/Text".freeze, "https://schema.org/URL".freeze],
9220
+ label: "hasRepresentation".freeze,
9221
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8823
9222
  property :hasVariant,
8824
9223
  comment: "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).".freeze,
8825
9224
  "https://schema.org/domainIncludes": "https://schema.org/ProductGroup".freeze,
@@ -9095,6 +9494,24 @@ module RDF::Vocab
9095
9494
  "https://schema.org/rangeIncludes": "https://schema.org/CableOrSatelliteService".freeze,
9096
9495
  label: "inBroadcastLineup".freeze,
9097
9496
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9497
+ property :inChI,
9498
+ comment: "Non-proprietary identifier for molecular entity that can be used in printed and electronic data sources thus enabling easier linking of diverse data compilations.".freeze,
9499
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
9500
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
9501
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9502
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
9503
+ label: "inChI".freeze,
9504
+ subPropertyOf: "https://schema.org/hasRepresentation".freeze,
9505
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9506
+ property :inChIKey,
9507
+ comment: "InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm).".freeze,
9508
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
9509
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
9510
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9511
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
9512
+ label: "inChIKey".freeze,
9513
+ subPropertyOf: "https://schema.org/hasRepresentation".freeze,
9514
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9098
9515
  property :inCodeSet,
9099
9516
  comment: "A [[CategoryCodeSet]] that contains this category code.".freeze,
9100
9517
  "https://schema.org/domainIncludes": "https://schema.org/CategoryCode".freeze,
@@ -9135,7 +9552,7 @@ module RDF::Vocab
9135
9552
  label: "inProductGroupWithID".freeze,
9136
9553
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9137
9554
  property :inStoreReturnsOffered,
9138
- comment: "Are in-store returns offered?".freeze,
9555
+ comment: "Are in-store returns offered? (for more advanced return methods use the [[returnMethod]] property)".freeze,
9139
9556
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
9140
9557
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9141
9558
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean".freeze,
@@ -9244,7 +9661,7 @@ module RDF::Vocab
9244
9661
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9245
9662
  property :ineligibleRegion,
9246
9663
  comment: "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]].\n ".freeze,
9247
- "https://schema.org/domainIncludes": ["https://schema.org/ActionAccessSpecification".freeze, "https://schema.org/DeliveryChargeSpecification".freeze, "https://schema.org/Demand".freeze, "https://schema.org/Offer".freeze],
9664
+ "https://schema.org/domainIncludes": ["https://schema.org/ActionAccessSpecification".freeze, "https://schema.org/DeliveryChargeSpecification".freeze, "https://schema.org/Demand".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Offer".freeze],
9248
9665
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9249
9666
  "https://schema.org/rangeIncludes": ["https://schema.org/GeoShape".freeze, "https://schema.org/Place".freeze, "https://schema.org/Text".freeze],
9250
9667
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2242".freeze,
@@ -9355,6 +9772,15 @@ module RDF::Vocab
9355
9772
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
9356
9773
  label: "interestRate".freeze,
9357
9774
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9775
+ property :interpretedAsClaim,
9776
+ comment: "Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].".freeze,
9777
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/MediaObject".freeze],
9778
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9779
+ "https://schema.org/rangeIncludes": "https://schema.org/Claim".freeze,
9780
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
9781
+ label: "interpretedAsClaim".freeze,
9782
+ subPropertyOf: "https://schema.org/description".freeze,
9783
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9358
9784
  property :inventoryLevel,
9359
9785
  comment: "The current approximate inventory level for the item or items.".freeze,
9360
9786
  "https://schema.org/domainIncludes": ["https://schema.org/Demand".freeze, "https://schema.org/Offer".freeze, "https://schema.org/SomeProducts".freeze],
@@ -9417,6 +9843,15 @@ module RDF::Vocab
9417
9843
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
9418
9844
  label: "isConsumableFor".freeze,
9419
9845
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9846
+ property :isEncodedByBioChemEntity,
9847
+ comment: "Another BioChemEntity encoding by this one.".freeze,
9848
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
9849
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9850
+ "https://schema.org/inverseOf": "https://schema.org/encodesBioChemEntity".freeze,
9851
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9852
+ "https://schema.org/rangeIncludes": "https://schema.org/Gene".freeze,
9853
+ label: "isEncodedByBioChemEntity".freeze,
9854
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9420
9855
  property :isFamilyFriendly,
9421
9856
  comment: "Indicates whether this content is family friendly.".freeze,
9422
9857
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork".freeze,
@@ -9429,12 +9864,28 @@ module RDF::Vocab
9429
9864
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean".freeze,
9430
9865
  label: "isGift".freeze,
9431
9866
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9867
+ property :isInvolvedInBiologicalProcess,
9868
+ comment: "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.".freeze,
9869
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
9870
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9871
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9872
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/PropertyValue".freeze, "https://schema.org/URL".freeze],
9873
+ label: "isInvolvedInBiologicalProcess".freeze,
9874
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9432
9875
  property :isLiveBroadcast,
9433
- comment: "True is the broadcast is of a live event.".freeze,
9876
+ comment: "True if the broadcast is of a live event.".freeze,
9434
9877
  "https://schema.org/domainIncludes": "https://schema.org/BroadcastEvent".freeze,
9435
9878
  "https://schema.org/rangeIncludes": "https://schema.org/Boolean".freeze,
9436
9879
  label: "isLiveBroadcast".freeze,
9437
9880
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9881
+ property :isLocatedInSubcellularLocation,
9882
+ comment: "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.".freeze,
9883
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
9884
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9885
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9886
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/PropertyValue".freeze, "https://schema.org/URL".freeze],
9887
+ label: "isLocatedInSubcellularLocation".freeze,
9888
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9438
9889
  property :isPartOf,
9439
9890
  comment: "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.".freeze,
9440
9891
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork".freeze,
@@ -9442,6 +9893,15 @@ module RDF::Vocab
9442
9893
  "https://schema.org/rangeIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/URL".freeze],
9443
9894
  label: "isPartOf".freeze,
9444
9895
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9896
+ property :isPartOfBioChemEntity,
9897
+ comment: "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. ".freeze,
9898
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
9899
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
9900
+ "https://schema.org/inverseOf": "https://schema.org/hasBioChemEntityPart".freeze,
9901
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
9902
+ "https://schema.org/rangeIncludes": "https://schema.org/BioChemEntity".freeze,
9903
+ label: "isPartOfBioChemEntity".freeze,
9904
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9445
9905
  property :isPlanForApartment,
9446
9906
  comment: "Indicates some accommodation that this floor plan describes.".freeze,
9447
9907
  "https://schema.org/domainIncludes": "https://schema.org/FloorPlan".freeze,
@@ -9561,11 +10021,35 @@ module RDF::Vocab
9561
10021
  label: "item".freeze,
9562
10022
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9563
10023
  property :itemCondition,
9564
- comment: "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.".freeze,
9565
- "https://schema.org/domainIncludes": ["https://schema.org/Demand".freeze, "https://schema.org/Offer".freeze, "https://schema.org/Product".freeze],
10024
+ comment: "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.".freeze,
10025
+ "https://schema.org/domainIncludes": ["https://schema.org/Demand".freeze, "https://schema.org/MerchantReturnPolicy".freeze, "https://schema.org/Offer".freeze, "https://schema.org/Product".freeze],
9566
10026
  "https://schema.org/rangeIncludes": "https://schema.org/OfferItemCondition".freeze,
9567
10027
  label: "itemCondition".freeze,
9568
10028
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10029
+ property :itemDefectReturnFees,
10030
+ comment: "The type of return fees for returns of defect products.".freeze,
10031
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
10032
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10033
+ "https://schema.org/rangeIncludes": "https://schema.org/ReturnFeesEnumeration".freeze,
10034
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
10035
+ label: "itemDefectReturnFees".freeze,
10036
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10037
+ property :itemDefectReturnLabelSource,
10038
+ comment: "The method (from an enumeration) by which the customer obtains a return shipping label for a defect product.".freeze,
10039
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
10040
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10041
+ "https://schema.org/rangeIncludes": "https://schema.org/ReturnLabelSourceEnumeration".freeze,
10042
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
10043
+ label: "itemDefectReturnLabelSource".freeze,
10044
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10045
+ property :itemDefectReturnShippingFeesAmount,
10046
+ comment: "Amount of shipping costs for defect product returns. Applicable when property [[itemDefectReturnFees]] equals [[ReturnShippingFees]].".freeze,
10047
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
10048
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10049
+ "https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount".freeze,
10050
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
10051
+ label: "itemDefectReturnShippingFeesAmount".freeze,
10052
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9569
10053
  property :itemListElement,
9570
10054
  comment: "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.\\n\\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.\\n\\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.".freeze,
9571
10055
  "https://schema.org/domainIncludes": "https://schema.org/ItemList".freeze,
@@ -9614,6 +10098,14 @@ module RDF::Vocab
9614
10098
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze, "https://github.com/schemaorg/schemaorg/issues/1810".freeze],
9615
10099
  label: "itinerary".freeze,
9616
10100
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10101
+ property :iupacName,
10102
+ comment: "Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC).".freeze,
10103
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10104
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
10105
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10106
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
10107
+ label: "iupacName".freeze,
10108
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9617
10109
  property :jobBenefits,
9618
10110
  comment: "Description of benefits associated with the job.".freeze,
9619
10111
  "https://schema.org/domainIncludes": "https://schema.org/JobPosting".freeze,
@@ -10019,7 +10511,7 @@ module RDF::Vocab
10019
10511
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10020
10512
  property :location,
10021
10513
  comment: "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.".freeze,
10022
- "https://schema.org/domainIncludes": ["https://schema.org/Action".freeze, "https://schema.org/Event".freeze, "https://schema.org/Organization".freeze],
10514
+ "https://schema.org/domainIncludes": ["https://schema.org/Action".freeze, "https://schema.org/Event".freeze, "https://schema.org/InteractionCounter".freeze, "https://schema.org/Organization".freeze],
10023
10515
  "https://schema.org/rangeIncludes": ["https://schema.org/Place".freeze, "https://schema.org/PostalAddress".freeze, "https://schema.org/Text".freeze, "https://schema.org/VirtualLocation".freeze],
10024
10516
  label: "location".freeze,
10025
10517
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -10149,7 +10641,7 @@ module RDF::Vocab
10149
10641
  comment: "A marginOfError for an [[Observation]].".freeze,
10150
10642
  "https://schema.org/domainIncludes": "https://schema.org/Observation".freeze,
10151
10643
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10152
- "https://schema.org/rangeIncludes": "https://schema.org/DateTime".freeze,
10644
+ "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue".freeze,
10153
10645
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10154
10646
  label: "marginOfError".freeze,
10155
10647
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -10280,6 +10772,14 @@ module RDF::Vocab
10280
10772
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
10281
10773
  label: "mediaAuthenticityCategory".freeze,
10282
10774
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10775
+ property :mediaItemAppearance,
10776
+ comment: "In the context of a [[MediaReview]], indicates specific media item(s) that are grouped using a [[MediaReviewItem]].".freeze,
10777
+ "https://schema.org/domainIncludes": "https://schema.org/MediaReviewItem".freeze,
10778
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10779
+ "https://schema.org/rangeIncludes": "https://schema.org/MediaObject".freeze,
10780
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
10781
+ label: "mediaItemAppearance".freeze,
10782
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10283
10783
  property :median,
10284
10784
  comment: "The median value.".freeze,
10285
10785
  "https://schema.org/domainIncludes": "https://schema.org/QuantitativeValueDistribution".freeze,
@@ -10385,15 +10885,15 @@ module RDF::Vocab
10385
10885
  label: "merchant".freeze,
10386
10886
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10387
10887
  property :merchantReturnDays,
10388
- comment: "The merchantReturnDays property indicates the number of days (from purchase) within which relevant merchant return policy is applicable.".freeze,
10389
- "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
10888
+ comment: "Specifies either a fixed return date or the number of days (from the delivery date) that a product can be returned. Used when the [[returnPolicyCategory]] property is specified as [[MerchantReturnFiniteReturnWindow]].".freeze,
10889
+ "https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy".freeze, "https://schema.org/MerchantReturnPolicySeasonalOverride".freeze],
10390
10890
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10391
- "https://schema.org/rangeIncludes": "https://schema.org/Integer".freeze,
10891
+ "https://schema.org/rangeIncludes": ["https://schema.org/Date".freeze, "https://schema.org/DateTime".freeze, "https://schema.org/Integer".freeze],
10392
10892
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
10393
10893
  label: "merchantReturnDays".freeze,
10394
10894
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10395
10895
  property :merchantReturnLink,
10396
- comment: "Indicates a Web page or service by URL, for product return.".freeze,
10896
+ comment: "Specifies a Web page or service by URL, for product returns.".freeze,
10397
10897
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
10398
10898
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10399
10899
  "https://schema.org/rangeIncludes": "https://schema.org/URL".freeze,
@@ -10462,6 +10962,30 @@ module RDF::Vocab
10462
10962
  "https://schema.org/rangeIncludes": "https://schema.org/DateTime".freeze,
10463
10963
  label: "modifiedTime".freeze,
10464
10964
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10965
+ property :molecularFormula,
10966
+ comment: "The empirical formula is the simplest whole number ratio of all the atoms in a molecule.".freeze,
10967
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10968
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
10969
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10970
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
10971
+ label: "molecularFormula".freeze,
10972
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10973
+ property :molecularWeight,
10974
+ comment: "This is the molecular weight of the entity being described, not of the parent. Units should be included in the form '<Number> <unit>', for example '12 amu' or as '<QuantitativeValue>.".freeze,
10975
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10976
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
10977
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10978
+ "https://schema.org/rangeIncludes": ["https://schema.org/QuantitativeValue".freeze, "https://schema.org/Text".freeze],
10979
+ label: "molecularWeight".freeze,
10980
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10981
+ property :monoisotopicMolecularWeight,
10982
+ comment: "The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units the form '<Number> <unit>', for example '770.230488 g/mol' or as '<QuantitativeValue>.".freeze,
10983
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10984
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
10985
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
10986
+ "https://schema.org/rangeIncludes": ["https://schema.org/QuantitativeValue".freeze, "https://schema.org/Text".freeze],
10987
+ label: "monoisotopicMolecularWeight".freeze,
10988
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10465
10989
  property :monthlyMinimumRepaymentAmount,
10466
10990
  comment: "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.".freeze,
10467
10991
  "https://schema.org/domainIncludes": "https://schema.org/PaymentCard".freeze,
@@ -10470,6 +10994,14 @@ module RDF::Vocab
10470
10994
  "https://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
10471
10995
  label: "monthlyMinimumRepaymentAmount".freeze,
10472
10996
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10997
+ property :monthsOfExperience,
10998
+ comment: "Indicates the minimal number of months of experience required for a position.".freeze,
10999
+ "https://schema.org/domainIncludes": "https://schema.org/OccupationalExperienceRequirements".freeze,
11000
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
11001
+ "https://schema.org/rangeIncludes": "https://schema.org/Number".freeze,
11002
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2681".freeze,
11003
+ label: "monthsOfExperience".freeze,
11004
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10473
11005
  property :mpn,
10474
11006
  comment: "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.".freeze,
10475
11007
  "https://schema.org/domainIncludes": ["https://schema.org/Demand".freeze, "https://schema.org/Offer".freeze, "https://schema.org/Product".freeze],
@@ -10566,6 +11098,14 @@ module RDF::Vocab
10566
11098
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
10567
11099
  label: "naturalProgression".freeze,
10568
11100
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11101
+ property :negativeNotes,
11102
+ comment: "Indicates, in the context of a [[Review]] (e.g. framed as 'pro' vs 'con' considerations), negative considerations - either as unstructured text, or a list.".freeze,
11103
+ "https://schema.org/domainIncludes": "https://schema.org/Review".freeze,
11104
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
11105
+ "https://schema.org/rangeIncludes": ["https://schema.org/ItemList".freeze, "https://schema.org/ListItem".freeze, "https://schema.org/Text".freeze, "https://schema.org/WebContent".freeze],
11106
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832".freeze,
11107
+ label: "negativeNotes".freeze,
11108
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10569
11109
  property :nerve,
10570
11110
  comment: "The underlying innervation associated with the muscle.".freeze,
10571
11111
  "https://schema.org/domainIncludes": "https://schema.org/Muscle".freeze,
@@ -11017,6 +11557,23 @@ module RDF::Vocab
11017
11557
  "https://schema.org/rangeIncludes": "https://schema.org/PostalAddress".freeze,
11018
11558
  label: "originAddress".freeze,
11019
11559
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11560
+ property :originalMediaContextDescription,
11561
+ comment: "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]].".freeze,
11562
+ "https://schema.org/domainIncludes": "https://schema.org/MediaReview".freeze,
11563
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
11564
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
11565
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
11566
+ label: "originalMediaContextDescription".freeze,
11567
+ subPropertyOf: "https://schema.org/description".freeze,
11568
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11569
+ property :originalMediaLink,
11570
+ comment: "Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file.".freeze,
11571
+ "https://schema.org/domainIncludes": "https://schema.org/MediaReview".freeze,
11572
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
11573
+ "https://schema.org/rangeIncludes": ["https://schema.org/MediaObject".freeze, "https://schema.org/URL".freeze, "https://schema.org/WebPage".freeze],
11574
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
11575
+ label: "originalMediaLink".freeze,
11576
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11020
11577
  property :originatesFrom,
11021
11578
  comment: "The vasculature the lymphatic structure originates, or afferents, from.".freeze,
11022
11579
  "https://schema.org/domainIncludes": "https://schema.org/LymphaticVessel".freeze,
@@ -11110,6 +11667,15 @@ module RDF::Vocab
11110
11667
  "https://schema.org/rangeIncludes": "https://schema.org/BroadcastService".freeze,
11111
11668
  label: "parentService".freeze,
11112
11669
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11670
+ property :parentTaxon,
11671
+ comment: "Closest parent taxon of the taxon in question.".freeze,
11672
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
11673
+ "https://schema.org/domainIncludes": "https://schema.org/Taxon".freeze,
11674
+ "https://schema.org/inverseOf": "https://schema.org/childTaxon".freeze,
11675
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
11676
+ "https://schema.org/rangeIncludes": ["https://schema.org/Taxon".freeze, "https://schema.org/Text".freeze, "https://schema.org/URL".freeze],
11677
+ label: "parentTaxon".freeze,
11678
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11113
11679
  property :parents,
11114
11680
  comment: "A parents of the person.".freeze,
11115
11681
  "https://schema.org/domainIncludes": "https://schema.org/Person".freeze,
@@ -11443,6 +12009,14 @@ module RDF::Vocab
11443
12009
  "https://schema.org/rangeIncludes": ["https://schema.org/Integer".freeze, "https://schema.org/Text".freeze],
11444
12010
  label: "position".freeze,
11445
12011
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12012
+ property :positiveNotes,
12013
+ comment: "Indicates, in the context of a [[Review]] (e.g. framed as 'pro' vs 'con' considerations), positive considerations - either as unstructured text, or a list.".freeze,
12014
+ "https://schema.org/domainIncludes": "https://schema.org/Review".freeze,
12015
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12016
+ "https://schema.org/rangeIncludes": ["https://schema.org/ItemList".freeze, "https://schema.org/ListItem".freeze, "https://schema.org/Text".freeze, "https://schema.org/WebContent".freeze],
12017
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832".freeze,
12018
+ label: "positiveNotes".freeze,
12019
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11446
12020
  property :possibleComplication,
11447
12021
  comment: "A possible unexpected and unfavorable evolution of a medical condition. Complications may include worsening of the signs or symptoms of the disease, extension of the condition to other organ systems, etc.".freeze,
11448
12022
  "https://schema.org/domainIncludes": "https://schema.org/MedicalCondition".freeze,
@@ -11515,6 +12089,14 @@ module RDF::Vocab
11515
12089
  "https://schema.org/rangeIncludes": "https://schema.org/Action".freeze,
11516
12090
  label: "potentialAction".freeze,
11517
12091
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12092
+ property :potentialUse,
12093
+ comment: "Intended use of the BioChemEntity by humans.".freeze,
12094
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
12095
+ "https://schema.org/domainIncludes": ["https://schema.org/ChemicalSubstance".freeze, "https://schema.org/MolecularEntity".freeze],
12096
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12097
+ "https://schema.org/rangeIncludes": "https://schema.org/DefinedTerm".freeze,
12098
+ label: "potentialUse".freeze,
12099
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11518
12100
  property :preOp,
11519
12101
  comment: "A description of the workup, testing, and other preparations required before implanting this device.".freeze,
11520
12102
  "https://schema.org/domainIncludes": "https://schema.org/MedicalDevice".freeze,
@@ -12140,7 +12722,7 @@ module RDF::Vocab
12140
12722
  label: "referencesOrder".freeze,
12141
12723
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12142
12724
  property :refundType,
12143
- comment: "A refundType, from an enumerated list.".freeze,
12725
+ comment: "A refund type, from an enumerated list.".freeze,
12144
12726
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
12145
12727
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12146
12728
  "https://schema.org/rangeIncludes": "https://schema.org/RefundTypeEnumeration".freeze,
@@ -12271,7 +12853,7 @@ module RDF::Vocab
12271
12853
  label: "repeatCount".freeze,
12272
12854
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12273
12855
  property :repeatFrequency,
12274
- comment: "Defines the frequency at which [[Events]] will occur according to a schedule [[Schedule]]. The intervals between\n events should be defined as a [[Duration]] of time.".freeze,
12856
+ comment: "Defines the frequency at which [[Event]]s will occur according to a schedule [[Schedule]]. The intervals between\n events should be defined as a [[Duration]] of time.".freeze,
12275
12857
  "https://schema.org/domainIncludes": "https://schema.org/Schedule".freeze,
12276
12858
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12277
12859
  "https://schema.org/rangeIncludes": ["https://schema.org/Duration".freeze, "https://schema.org/Text".freeze],
@@ -12401,6 +12983,14 @@ module RDF::Vocab
12401
12983
  "https://schema.org/rangeIncludes": ["https://schema.org/QuantitativeValue".freeze, "https://schema.org/Text".freeze],
12402
12984
  label: "restPeriods".freeze,
12403
12985
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12986
+ property :restockingFee,
12987
+ comment: "Use [[MonetaryAmount]] to specify a fixed restocking fee for product returns, or use [[Number]] to specify a percentage of the product price paid by the customer.".freeze,
12988
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
12989
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12990
+ "https://schema.org/rangeIncludes": ["https://schema.org/MonetaryAmount".freeze, "https://schema.org/Number".freeze],
12991
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
12992
+ label: "restockingFee".freeze,
12993
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12404
12994
  property :result,
12405
12995
  comment: "The result produced in the action. e.g. John wrote *a book*.".freeze,
12406
12996
  "https://schema.org/domainIncludes": "https://schema.org/Action".freeze,
@@ -12422,21 +13012,61 @@ module RDF::Vocab
12422
13012
  subPropertyOf: "https://schema.org/result".freeze,
12423
13013
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12424
13014
  property :returnFees,
12425
- comment: "Indicates (via enumerated options) the return fees policy for a MerchantReturnPolicy".freeze,
13015
+ comment: "The type of return fees for purchased products (for any return reason)".freeze,
12426
13016
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
12427
13017
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12428
13018
  "https://schema.org/rangeIncludes": "https://schema.org/ReturnFeesEnumeration".freeze,
12429
13019
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12430
13020
  label: "returnFees".freeze,
12431
13021
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12432
- property :returnPolicyCategory,
12433
- comment: "A returnPolicyCategory expresses at most one of several enumerated kinds of return.".freeze,
13022
+ property :returnLabelSource,
13023
+ comment: "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned for any reason.".freeze,
12434
13024
  "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
12435
13025
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13026
+ "https://schema.org/rangeIncludes": "https://schema.org/ReturnLabelSourceEnumeration".freeze,
13027
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13028
+ label: "returnLabelSource".freeze,
13029
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13030
+ property :returnMethod,
13031
+ comment: "The type of return method offered, specified from an enumeration.".freeze,
13032
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
13033
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13034
+ "https://schema.org/rangeIncludes": "https://schema.org/ReturnMethodEnumeration".freeze,
13035
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13036
+ label: "returnMethod".freeze,
13037
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13038
+ property :returnPolicyCategory,
13039
+ comment: "Specifies an applicable return policy (from an enumeration).".freeze,
13040
+ "https://schema.org/domainIncludes": ["https://schema.org/MerchantReturnPolicy".freeze, "https://schema.org/MerchantReturnPolicySeasonalOverride".freeze],
13041
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12436
13042
  "https://schema.org/rangeIncludes": "https://schema.org/MerchantReturnEnumeration".freeze,
12437
13043
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12438
13044
  label: "returnPolicyCategory".freeze,
12439
13045
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13046
+ property :returnPolicyCountry,
13047
+ comment: "The country where the product has to be sent to for returns, for example \"Ireland\" using the [[name]] property of [[Country]]. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1). Note that this can be different from the country where the product was originally shipped from or sent too.".freeze,
13048
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
13049
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13050
+ "https://schema.org/rangeIncludes": ["https://schema.org/Country".freeze, "https://schema.org/Text".freeze],
13051
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13052
+ label: "returnPolicyCountry".freeze,
13053
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13054
+ property :returnPolicySeasonalOverride,
13055
+ comment: "Seasonal override of a return policy.".freeze,
13056
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
13057
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13058
+ "https://schema.org/rangeIncludes": "https://schema.org/MerchantReturnPolicySeasonalOverride".freeze,
13059
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13060
+ label: "returnPolicySeasonalOverride".freeze,
13061
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13062
+ property :returnShippingFeesAmount,
13063
+ comment: "Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals [[ReturnShippingFees]].".freeze,
13064
+ "https://schema.org/domainIncludes": "https://schema.org/MerchantReturnPolicy".freeze,
13065
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13066
+ "https://schema.org/rangeIncludes": "https://schema.org/MonetaryAmount".freeze,
13067
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13068
+ label: "returnShippingFeesAmount".freeze,
13069
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12440
13070
  property :review,
12441
13071
  comment: "A review of the item.".freeze,
12442
13072
  "https://schema.org/domainIncludes": ["https://schema.org/Brand".freeze, "https://schema.org/CreativeWork".freeze, "https://schema.org/Event".freeze, "https://schema.org/Offer".freeze, "https://schema.org/Organization".freeze, "https://schema.org/Place".freeze, "https://schema.org/Product".freeze, "https://schema.org/Service".freeze],
@@ -12604,7 +13234,7 @@ module RDF::Vocab
12604
13234
  label: "scheduledTime".freeze,
12605
13235
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12606
13236
  property :schemaVersion,
12607
- comment: "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as https://schema.org/version/2.0/ if precise indication of schema version was required by some application. ".freeze,
13237
+ comment: "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to\n indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.".freeze,
12608
13238
  "https://schema.org/domainIncludes": "https://schema.org/CreativeWork".freeze,
12609
13239
  "https://schema.org/rangeIncludes": ["https://schema.org/Text".freeze, "https://schema.org/URL".freeze],
12610
13240
  label: "schemaVersion".freeze,
@@ -12859,6 +13489,15 @@ module RDF::Vocab
12859
13489
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
12860
13490
  label: "servingSize".freeze,
12861
13491
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13492
+ property :sha256,
13493
+ comment: "The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'".freeze,
13494
+ "https://schema.org/domainIncludes": "https://schema.org/MediaObject".freeze,
13495
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13496
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
13497
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
13498
+ label: "sha256".freeze,
13499
+ subPropertyOf: "https://schema.org/description".freeze,
13500
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12862
13501
  property :sharedContent,
12863
13502
  comment: "A CreativeWork such as an image, video, or audio clip shared as part of this posting.".freeze,
12864
13503
  "https://schema.org/domainIncludes": "https://schema.org/SocialMediaPosting".freeze,
@@ -12953,13 +13592,29 @@ module RDF::Vocab
12953
13592
  label: "significantLinks".freeze,
12954
13593
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12955
13594
  property :size,
12956
- comment: "A standardized size of a product or creative work, often simplifying richer information into a simple textual string, either through referring to named sizes or (in the case of product markup), by adopting conventional simplifications. Use of QuantitativeValue with a unitCode or unitText can add more structure; in other cases, the /width, /height, /depth and /weight properties may be more applicable. ".freeze,
13595
+ comment: "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ".freeze,
12957
13596
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/Product".freeze],
12958
13597
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
12959
- "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/QuantitativeValue".freeze, "https://schema.org/Text".freeze],
13598
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/QuantitativeValue".freeze, "https://schema.org/SizeSpecification".freeze, "https://schema.org/Text".freeze],
12960
13599
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1797".freeze,
12961
13600
  label: "size".freeze,
12962
13601
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13602
+ property :sizeGroup,
13603
+ comment: "The size group (also known as \"size type\") for a product's size. Size groups are common in the fashion industry to define size segments and suggested audiences for wearable products. Multiple values can be combined, for example \"men's big and tall\", \"petite maternity\" or \"regular\"".freeze,
13604
+ "https://schema.org/domainIncludes": "https://schema.org/SizeSpecification".freeze,
13605
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13606
+ "https://schema.org/rangeIncludes": ["https://schema.org/SizeGroupEnumeration".freeze, "https://schema.org/Text".freeze],
13607
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
13608
+ label: "sizeGroup".freeze,
13609
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13610
+ property :sizeSystem,
13611
+ comment: "The size system used to identify a product's size. Typically either a standard (for example, \"GS1\" or \"ISO-EN13402\"), country code (for example \"US\" or \"JP\"), or a measuring system (for example \"Metric\" or \"Imperial\").".freeze,
13612
+ "https://schema.org/domainIncludes": "https://schema.org/SizeSpecification".freeze,
13613
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13614
+ "https://schema.org/rangeIncludes": ["https://schema.org/SizeSystemEnumeration".freeze, "https://schema.org/Text".freeze],
13615
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
13616
+ label: "sizeSystem".freeze,
13617
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12963
13618
  property :skills,
12964
13619
  comment: "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.".freeze,
12965
13620
  "https://schema.org/domainIncludes": ["https://schema.org/JobPosting".freeze, "https://schema.org/Occupation".freeze],
@@ -12981,6 +13636,15 @@ module RDF::Vocab
12981
13636
  "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
12982
13637
  label: "slogan".freeze,
12983
13638
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13639
+ property :smiles,
13640
+ comment: "A specification in form of a line notation for describing the structure of chemical species using short ASCII strings. Double bond stereochemistry \\ indicators may need to be escaped in the string in formats where the backslash is an escape character.".freeze,
13641
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
13642
+ "https://schema.org/domainIncludes": "https://schema.org/MolecularEntity".freeze,
13643
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13644
+ "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
13645
+ label: "smiles".freeze,
13646
+ subPropertyOf: "https://schema.org/hasRepresentation".freeze,
13647
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12984
13648
  property :smokingAllowed,
12985
13649
  comment: "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.".freeze,
12986
13650
  "https://schema.org/domainIncludes": "https://schema.org/Place".freeze,
@@ -13159,14 +13823,14 @@ module RDF::Vocab
13159
13823
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13160
13824
  property :startDate,
13161
13825
  comment: "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).".freeze,
13162
- "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/CreativeWorkSeries".freeze, "https://schema.org/DatedMoneySpecification".freeze, "https://schema.org/EducationalOccupationalProgram".freeze, "https://schema.org/Event".freeze, "https://schema.org/Role".freeze, "https://schema.org/Schedule".freeze],
13826
+ "https://schema.org/domainIncludes": ["https://schema.org/CreativeWorkSeason".freeze, "https://schema.org/CreativeWorkSeries".freeze, "https://schema.org/DatedMoneySpecification".freeze, "https://schema.org/EducationalOccupationalProgram".freeze, "https://schema.org/Event".freeze, "https://schema.org/MerchantReturnPolicySeasonalOverride".freeze, "https://schema.org/Role".freeze, "https://schema.org/Schedule".freeze],
13163
13827
  "https://schema.org/rangeIncludes": ["https://schema.org/Date".freeze, "https://schema.org/DateTime".freeze],
13164
13828
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
13165
13829
  label: "startDate".freeze,
13166
13830
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13167
13831
  property :startOffset,
13168
13832
  comment: "The start time of the clip expressed as the number of seconds from the beginning of the work.".freeze,
13169
- "https://schema.org/domainIncludes": "https://schema.org/Clip".freeze,
13833
+ "https://schema.org/domainIncludes": ["https://schema.org/Clip".freeze, "https://schema.org/SeekToAction".freeze],
13170
13834
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
13171
13835
  "https://schema.org/rangeIncludes": ["https://schema.org/HyperTocEntry".freeze, "https://schema.org/Number".freeze],
13172
13836
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
@@ -13174,7 +13838,7 @@ module RDF::Vocab
13174
13838
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13175
13839
  property :startTime,
13176
13840
  comment: "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.".freeze,
13177
- "https://schema.org/domainIncludes": ["https://schema.org/Action".freeze, "https://schema.org/FoodEstablishmentReservation".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Schedule".freeze],
13841
+ "https://schema.org/domainIncludes": ["https://schema.org/Action".freeze, "https://schema.org/FoodEstablishmentReservation".freeze, "https://schema.org/InteractionCounter".freeze, "https://schema.org/MediaObject".freeze, "https://schema.org/Schedule".freeze],
13178
13842
  "https://schema.org/rangeIncludes": ["https://schema.org/DateTime".freeze, "https://schema.org/Time".freeze],
13179
13843
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
13180
13844
  label: "startTime".freeze,
@@ -13366,6 +14030,14 @@ module RDF::Vocab
13366
14030
  "https://schema.org/rangeIncludes": "https://schema.org/Mass".freeze,
13367
14031
  label: "sugarContent".freeze,
13368
14032
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
14033
+ property :suggestedAge,
14034
+ comment: "The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers.".freeze,
14035
+ "https://schema.org/domainIncludes": ["https://schema.org/PeopleAudience".freeze, "https://schema.org/SizeSpecification".freeze],
14036
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14037
+ "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue".freeze,
14038
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
14039
+ label: "suggestedAge".freeze,
14040
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13369
14041
  property :suggestedAnswer,
13370
14042
  comment: "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.".freeze,
13371
14043
  "https://schema.org/domainIncludes": "https://schema.org/Question".freeze,
@@ -13373,19 +14045,27 @@ module RDF::Vocab
13373
14045
  label: "suggestedAnswer".freeze,
13374
14046
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13375
14047
  property :suggestedGender,
13376
- comment: "The gender of the person or audience.".freeze,
13377
- "https://schema.org/domainIncludes": "https://schema.org/PeopleAudience".freeze,
13378
- "https://schema.org/rangeIncludes": "https://schema.org/Text".freeze,
14048
+ comment: "The suggested gender of the intended person or audience, for example \"male\", \"female\", or \"unisex\".".freeze,
14049
+ "https://schema.org/domainIncludes": ["https://schema.org/PeopleAudience".freeze, "https://schema.org/SizeSpecification".freeze],
14050
+ "https://schema.org/rangeIncludes": ["https://schema.org/GenderType".freeze, "https://schema.org/Text".freeze],
13379
14051
  label: "suggestedGender".freeze,
13380
14052
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13381
14053
  property :suggestedMaxAge,
13382
- comment: "Maximal age recommended for viewing content.".freeze,
14054
+ comment: "Maximum recommended age in years for the audience or user.".freeze,
13383
14055
  "https://schema.org/domainIncludes": "https://schema.org/PeopleAudience".freeze,
13384
14056
  "https://schema.org/rangeIncludes": "https://schema.org/Number".freeze,
13385
14057
  label: "suggestedMaxAge".freeze,
13386
14058
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
14059
+ property :suggestedMeasurement,
14060
+ comment: "A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products.".freeze,
14061
+ "https://schema.org/domainIncludes": ["https://schema.org/PeopleAudience".freeze, "https://schema.org/SizeSpecification".freeze],
14062
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14063
+ "https://schema.org/rangeIncludes": "https://schema.org/QuantitativeValue".freeze,
14064
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
14065
+ label: "suggestedMeasurement".freeze,
14066
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13387
14067
  property :suggestedMinAge,
13388
- comment: "Minimal age recommended for viewing content.".freeze,
14068
+ comment: "Minimum recommended age in years for the audience or user.".freeze,
13389
14069
  "https://schema.org/domainIncludes": "https://schema.org/PeopleAudience".freeze,
13390
14070
  "https://schema.org/rangeIncludes": "https://schema.org/Number".freeze,
13391
14071
  label: "suggestedMinAge".freeze,
@@ -13496,6 +14176,22 @@ module RDF::Vocab
13496
14176
  label: "taxID".freeze,
13497
14177
  subPropertyOf: "https://schema.org/identifier".freeze,
13498
14178
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
14179
+ property :taxonRank,
14180
+ comment: "The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary – (typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs).".freeze,
14181
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
14182
+ "https://schema.org/domainIncludes": "https://schema.org/Taxon".freeze,
14183
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14184
+ "https://schema.org/rangeIncludes": ["https://schema.org/PropertyValue".freeze, "https://schema.org/Text".freeze, "https://schema.org/URL".freeze],
14185
+ label: "taxonRank".freeze,
14186
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
14187
+ property :taxonomicRange,
14188
+ comment: "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.".freeze,
14189
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
14190
+ "https://schema.org/domainIncludes": "https://schema.org/BioChemEntity".freeze,
14191
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14192
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/Taxon".freeze, "https://schema.org/Text".freeze, "https://schema.org/URL".freeze],
14193
+ label: "taxonomicRange".freeze,
14194
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13499
14195
  property :teaches,
13500
14196
  comment: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.".freeze,
13501
14197
  "https://schema.org/domainIncludes": ["https://schema.org/CreativeWork".freeze, "https://schema.org/EducationEvent".freeze, "https://schema.org/LearningResource".freeze],
@@ -14085,9 +14781,9 @@ module RDF::Vocab
14085
14781
  label: "valuePattern".freeze,
14086
14782
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
14087
14783
  property :valueReference,
14088
- comment: "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.".freeze,
14784
+ comment: "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.".freeze,
14089
14785
  "https://schema.org/domainIncludes": ["https://schema.org/PropertyValue".freeze, "https://schema.org/QualitativeValue".freeze, "https://schema.org/QuantitativeValue".freeze],
14090
- "https://schema.org/rangeIncludes": ["https://schema.org/Enumeration".freeze, "https://schema.org/PropertyValue".freeze, "https://schema.org/QualitativeValue".freeze, "https://schema.org/QuantitativeValue".freeze, "https://schema.org/StructuredValue".freeze],
14786
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm".freeze, "https://schema.org/Enumeration".freeze, "https://schema.org/MeasurementTypeEnumeration".freeze, "https://schema.org/PropertyValue".freeze, "https://schema.org/QualitativeValue".freeze, "https://schema.org/QuantitativeValue".freeze, "https://schema.org/StructuredValue".freeze, "https://schema.org/Text".freeze],
14091
14787
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
14092
14788
  label: "valueReference".freeze,
14093
14789
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -14448,7 +15144,7 @@ module RDF::Vocab
14448
15144
  label: "Abdomen".freeze,
14449
15145
  type: "https://schema.org/PhysicalExam".freeze
14450
15146
  term :ActivationFee,
14451
- comment: "Represents the activation fee part of the total price for an offered product, for example a cellphone contract".freeze,
15147
+ comment: "Represents the activation fee part of the total price for an offered product, for example a cellphone contract.".freeze,
14452
15148
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14453
15149
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
14454
15150
  label: "ActivationFee".freeze,
@@ -14477,6 +15173,12 @@ module RDF::Vocab
14477
15173
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
14478
15174
  label: "AllWheelDriveConfiguration".freeze,
14479
15175
  type: "https://schema.org/DriveWheelConfigurationValue".freeze
15176
+ term :AllergiesHealthAspect,
15177
+ comment: "Content about the allergy-related aspects of a health topic.".freeze,
15178
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15179
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
15180
+ label: "AllergiesHealthAspect".freeze,
15181
+ type: "https://schema.org/HealthAspectEnumeration".freeze
14480
15182
  term :AnaerobicActivity,
14481
15183
  comment: "Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body.".freeze,
14482
15184
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -14496,12 +15198,6 @@ module RDF::Vocab
14496
15198
  comment: "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.".freeze,
14497
15199
  label: "AudiobookFormat".freeze,
14498
15200
  type: "https://schema.org/BookFormatType".freeze
14499
- term :AuthenticContent,
14500
- comment: "AuthenticMediaObject: An unaltered image that is presented in an accurate way.".freeze,
14501
- "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14502
- "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
14503
- label: "AuthenticContent".freeze,
14504
- type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
14505
15201
  term :AuthoritativeLegalValue,
14506
15202
  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]]\".".freeze,
14507
15203
  exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-authoritative".freeze,
@@ -14514,6 +15210,10 @@ module RDF::Vocab
14514
15210
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
14515
15211
  label: "Ayurvedic".freeze,
14516
15212
  type: "https://schema.org/MedicineSystem".freeze
15213
+ term :BackOrder,
15214
+ comment: "Indicates that the item is available on back order.".freeze,
15215
+ label: "BackOrder".freeze,
15216
+ type: "https://schema.org/ItemAvailability".freeze
14517
15217
  term :Balance,
14518
15218
  comment: "Physical activity that is engaged to help maintain posture and balance.".freeze,
14519
15219
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -14531,6 +15231,84 @@ module RDF::Vocab
14531
15231
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
14532
15232
  label: "BenefitsHealthAspect".freeze,
14533
15233
  type: "https://schema.org/HealthAspectEnumeration".freeze
15234
+ term :BodyMeasurementArm,
15235
+ comment: "Arm length (measured between arms/shoulder line intersection and the prominent wrist bone). Used, for example, to fit shirts.".freeze,
15236
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15237
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15238
+ label: "BodyMeasurementArm".freeze,
15239
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15240
+ term :BodyMeasurementBust,
15241
+ comment: "Maximum girth of bust. Used, for example, to fit women's suits.".freeze,
15242
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15243
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15244
+ label: "BodyMeasurementBust".freeze,
15245
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15246
+ term :BodyMeasurementChest,
15247
+ comment: "Maximum girth of chest. Used, for example, to fit men's suits.".freeze,
15248
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15249
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15250
+ label: "BodyMeasurementChest".freeze,
15251
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15252
+ term :BodyMeasurementFoot,
15253
+ comment: "Foot length (measured between end of the most prominent toe and the most prominent part of the heel). Used, for example, to measure socks.".freeze,
15254
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15255
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15256
+ label: "BodyMeasurementFoot".freeze,
15257
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15258
+ term :BodyMeasurementHand,
15259
+ comment: "Maximum hand girth (measured over the knuckles of the open right hand excluding thumb, fingers together). Used, for example, to fit gloves.".freeze,
15260
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15261
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15262
+ label: "BodyMeasurementHand".freeze,
15263
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15264
+ term :BodyMeasurementHead,
15265
+ comment: "Maximum girth of head above the ears. Used, for example, to fit hats.".freeze,
15266
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15267
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15268
+ label: "BodyMeasurementHead".freeze,
15269
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15270
+ term :BodyMeasurementHeight,
15271
+ comment: "Body height (measured between crown of head and soles of feet). Used, for example, to fit jackets.".freeze,
15272
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15273
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15274
+ label: "BodyMeasurementHeight".freeze,
15275
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15276
+ term :BodyMeasurementHips,
15277
+ comment: "Girth of hips (measured around the buttocks). Used, for example, to fit skirts.".freeze,
15278
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15279
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15280
+ label: "BodyMeasurementHips".freeze,
15281
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15282
+ term :BodyMeasurementInsideLeg,
15283
+ comment: "Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants.".freeze,
15284
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15285
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15286
+ label: "BodyMeasurementInsideLeg".freeze,
15287
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15288
+ term :BodyMeasurementNeck,
15289
+ comment: "Girth of neck. Used, for example, to fit shirts.".freeze,
15290
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15291
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15292
+ label: "BodyMeasurementNeck".freeze,
15293
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15294
+ term :BodyMeasurementUnderbust,
15295
+ comment: "Girth of body just below the bust. Used, for example, to fit women's swimwear.".freeze,
15296
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15297
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15298
+ label: "BodyMeasurementUnderbust".freeze,
15299
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15300
+ term :BodyMeasurementWaist,
15301
+ comment: "Girth of natural waistline (between hip bones and lower ribs). Used, for example, to fit pants.".freeze,
15302
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15303
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15304
+ label: "BodyMeasurementWaist".freeze,
15305
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
15306
+ term :BodyMeasurementWeight,
15307
+ comment: "Body weight. Used, for example, to measure pantyhose.".freeze,
15308
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15309
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
15310
+ label: "BodyMeasurementWeight".freeze,
15311
+ type: "https://schema.org/BodyMeasurementTypeEnumeration".freeze
14534
15312
  term :BroadcastRelease,
14535
15313
  comment: "BroadcastRelease.".freeze,
14536
15314
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
@@ -14590,7 +15368,7 @@ module RDF::Vocab
14590
15368
  label: "Chiropractic".freeze,
14591
15369
  type: "https://schema.org/MedicineSystem".freeze
14592
15370
  term :CleaningFee,
14593
- comment: "Represents the cleaning fee part of the total price for an offered product, for example a vacation rental".freeze,
15371
+ comment: "Represents the cleaning fee part of the total price for an offered product, for example a vacation rental.".freeze,
14594
15372
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14595
15373
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
14596
15374
  label: "CleaningFee".freeze,
@@ -14614,7 +15392,7 @@ module RDF::Vocab
14614
15392
  label: "CommentPermission".freeze,
14615
15393
  type: "https://schema.org/DigitalDocumentPermissionType".freeze
14616
15394
  term :CommunityHealth,
14617
- comment: "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas".freeze,
15395
+ comment: "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas.".freeze,
14618
15396
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
14619
15397
  label: "CommunityHealth".freeze,
14620
15398
  subClassOf: "https://schema.org/MedicalBusiness".freeze,
@@ -14658,6 +15436,12 @@ module RDF::Vocab
14658
15436
  comment: "Indicates that the item is damaged.".freeze,
14659
15437
  label: "DamagedCondition".freeze,
14660
15438
  type: "https://schema.org/OfferItemCondition".freeze
15439
+ term :DecontextualizedContent,
15440
+ comment: "Content coded 'missing context' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'missing context': Presenting unaltered video in an inaccurate manner that misrepresents the footage. For example, using incorrect dates or locations, altering the transcript or sharing brief clips from a longer video to mislead viewers. (A video rated 'original' can also be missing context.)\n\nFor an [[ImageObject]] to be 'missing context': Presenting unaltered images in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An image rated 'original' can also be missing context.)\n\nFor an [[ImageObject]] with embedded text to be 'missing context': An unaltered image presented in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An 'original' image with inaccurate text would generally fall in this category.)\n\nFor an [[AudioObject]] to be 'missing context': Unaltered audio presented in an inaccurate manner that misrepresents it. For example, using incorrect dates or locations, or sharing brief clips from a longer recording to mislead viewers. (Audio rated “original” can also be missing context.)\n".freeze,
15441
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15442
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
15443
+ label: "DecontextualizedContent".freeze,
15444
+ type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
14661
15445
  term :DefinitiveLegalValue,
14662
15446
  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]].".freeze,
14663
15447
  exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-definitive".freeze,
@@ -14676,7 +15460,7 @@ module RDF::Vocab
14676
15460
  label: "Dentistry".freeze,
14677
15461
  type: "https://schema.org/MedicalSpecialty".freeze
14678
15462
  term :Dermatologic,
14679
- comment: "Something relating to or practicing dermatology".freeze,
15463
+ comment: "Something relating to or practicing dermatology.".freeze,
14680
15464
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
14681
15465
  "https://schema.org/supersededBy": "https://schema.org/Dermatology".freeze,
14682
15466
  label: "Dermatologic".freeze,
@@ -14697,7 +15481,7 @@ module RDF::Vocab
14697
15481
  label: "Diagnostic".freeze,
14698
15482
  type: "https://schema.org/MedicalDevicePurpose".freeze
14699
15483
  term :DietNutrition,
14700
- comment: "Dietetic and nutrition as a medical speciality.".freeze,
15484
+ comment: "Dietetic and nutrition as a medical specialty.".freeze,
14701
15485
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
14702
15486
  label: "DietNutrition".freeze,
14703
15487
  subClassOf: "https://schema.org/MedicalBusiness".freeze,
@@ -14723,7 +15507,7 @@ module RDF::Vocab
14723
15507
  label: "Discontinued".freeze,
14724
15508
  type: "https://schema.org/ItemAvailability".freeze
14725
15509
  term :DistanceFee,
14726
- comment: "Represents the distance fee (e.g., price per km or mile) part of the total price for an offered product, for example a car rental".freeze,
15510
+ comment: "Represents the distance fee (e.g., price per km or mile) part of the total price for an offered product, for example a car rental.".freeze,
14727
15511
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14728
15512
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
14729
15513
  label: "DistanceFee".freeze,
@@ -14734,7 +15518,7 @@ module RDF::Vocab
14734
15518
  label: "DoubleBlindedTrial".freeze,
14735
15519
  type: "https://schema.org/MedicalTrialDesign".freeze
14736
15520
  term :Downpayment,
14737
- comment: "Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments".freeze,
15521
+ comment: "Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments.".freeze,
14738
15522
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14739
15523
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
14740
15524
  label: "Downpayment".freeze,
@@ -14755,61 +15539,61 @@ module RDF::Vocab
14755
15539
  label: "EPRelease".freeze,
14756
15540
  type: "https://schema.org/MusicAlbumReleaseType".freeze
14757
15541
  term :EUEnergyEfficiencyCategoryA,
14758
- comment: "Represents EU Energy Efficiency Class A as defined in EU energy labeling regulations".freeze,
15542
+ comment: "Represents EU Energy Efficiency Class A as defined in EU energy labeling regulations.".freeze,
14759
15543
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14760
15544
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14761
15545
  label: "EUEnergyEfficiencyCategoryA".freeze,
14762
15546
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14763
15547
  term :EUEnergyEfficiencyCategoryA1Plus,
14764
- comment: "Represents EU Energy Efficiency Class A+ as defined in EU energy labeling regulations".freeze,
15548
+ comment: "Represents EU Energy Efficiency Class A+ as defined in EU energy labeling regulations.".freeze,
14765
15549
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14766
15550
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14767
15551
  label: "EUEnergyEfficiencyCategoryA1Plus".freeze,
14768
15552
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14769
15553
  term :EUEnergyEfficiencyCategoryA2Plus,
14770
- comment: "Represents EU Energy Efficiency Class A++ as defined in EU energy labeling regulations".freeze,
15554
+ comment: "Represents EU Energy Efficiency Class A++ as defined in EU energy labeling regulations.".freeze,
14771
15555
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14772
15556
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14773
15557
  label: "EUEnergyEfficiencyCategoryA2Plus".freeze,
14774
15558
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14775
15559
  term :EUEnergyEfficiencyCategoryA3Plus,
14776
- comment: "Represents EU Energy Efficiency Class A+++ as defined in EU energy labeling regulations".freeze,
15560
+ comment: "Represents EU Energy Efficiency Class A+++ as defined in EU energy labeling regulations.".freeze,
14777
15561
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14778
15562
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14779
15563
  label: "EUEnergyEfficiencyCategoryA3Plus".freeze,
14780
15564
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14781
15565
  term :EUEnergyEfficiencyCategoryB,
14782
- comment: "Represents EU Energy Efficiency Class B as defined in EU energy labeling regulations".freeze,
15566
+ comment: "Represents EU Energy Efficiency Class B as defined in EU energy labeling regulations.".freeze,
14783
15567
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14784
15568
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14785
15569
  label: "EUEnergyEfficiencyCategoryB".freeze,
14786
15570
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14787
15571
  term :EUEnergyEfficiencyCategoryC,
14788
- comment: "Represents EU Energy Efficiency Class C as defined in EU energy labeling regulations".freeze,
15572
+ comment: "Represents EU Energy Efficiency Class C as defined in EU energy labeling regulations.".freeze,
14789
15573
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14790
15574
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14791
15575
  label: "EUEnergyEfficiencyCategoryC".freeze,
14792
15576
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14793
15577
  term :EUEnergyEfficiencyCategoryD,
14794
- comment: "Represents EU Energy Efficiency Class D as defined in EU energy labeling regulations".freeze,
15578
+ comment: "Represents EU Energy Efficiency Class D as defined in EU energy labeling regulations.".freeze,
14795
15579
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14796
15580
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14797
15581
  label: "EUEnergyEfficiencyCategoryD".freeze,
14798
15582
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14799
15583
  term :EUEnergyEfficiencyCategoryE,
14800
- comment: "Represents EU Energy Efficiency Class E as defined in EU energy labeling regulations".freeze,
15584
+ comment: "Represents EU Energy Efficiency Class E as defined in EU energy labeling regulations.".freeze,
14801
15585
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14802
15586
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14803
15587
  label: "EUEnergyEfficiencyCategoryE".freeze,
14804
15588
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14805
15589
  term :EUEnergyEfficiencyCategoryF,
14806
- comment: "Represents EU Energy Efficiency Class F as defined in EU energy labeling regulations".freeze,
15590
+ comment: "Represents EU Energy Efficiency Class F as defined in EU energy labeling regulations.".freeze,
14807
15591
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14808
15592
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14809
15593
  label: "EUEnergyEfficiencyCategoryF".freeze,
14810
15594
  type: "https://schema.org/EUEnergyEfficiencyEnumeration".freeze
14811
15595
  term :EUEnergyEfficiencyCategoryG,
14812
- comment: "Represents EU Energy Efficiency Class G as defined in EU energy labeling regulations".freeze,
15596
+ comment: "Represents EU Energy Efficiency Class G as defined in EU energy labeling regulations.".freeze,
14813
15597
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14814
15598
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14815
15599
  label: "EUEnergyEfficiencyCategoryG".freeze,
@@ -14819,6 +15603,18 @@ module RDF::Vocab
14819
15603
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
14820
15604
  label: "Ear".freeze,
14821
15605
  type: "https://schema.org/PhysicalExam".freeze
15606
+ term :EditedOrCroppedContent,
15607
+ comment: "Content coded 'edited or cropped content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'edited or cropped content': The video has been edited or rearranged. This category applies to time edits, including editing multiple videos together to alter the story being told or editing out large portions from a video.\n\nFor an [[ImageObject]] to be 'edited or cropped content': Presenting a part of an image from a larger whole to mislead the viewer.\n\nFor an [[ImageObject]] with embedded text to be 'edited or cropped content': Presenting a part of an image from a larger whole to mislead the viewer.\n\nFor an [[AudioObject]] to be 'edited or cropped content': The audio has been edited or rearranged. This category applies to time edits, including editing multiple audio clips together to alter the story being told or editing out large portions from the recording.\n".freeze,
15608
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15609
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
15610
+ label: "EditedOrCroppedContent".freeze,
15611
+ type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
15612
+ term :EffectivenessHealthAspect,
15613
+ comment: "Content about the effectiveness-related aspects of a health topic.".freeze,
15614
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15615
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
15616
+ label: "EffectivenessHealthAspect".freeze,
15617
+ type: "https://schema.org/HealthAspectEnumeration".freeze
14822
15618
  term :Emergency,
14823
15619
  comment: "A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness.".freeze,
14824
15620
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -14831,7 +15627,7 @@ module RDF::Vocab
14831
15627
  label: "Endocrine".freeze,
14832
15628
  type: "https://schema.org/MedicalSpecialty".freeze
14833
15629
  term :EnergyStarCertified,
14834
- comment: "Represents EnergyStar certification".freeze,
15630
+ comment: "Represents EnergyStar certification.".freeze,
14835
15631
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14836
15632
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2670".freeze,
14837
15633
  label: "EnergyStarCertified".freeze,
@@ -14877,7 +15673,7 @@ module RDF::Vocab
14877
15673
  label: "EvidenceLevelC".freeze,
14878
15674
  type: "https://schema.org/MedicalEvidenceLevel".freeze
14879
15675
  term :ExchangeRefund,
14880
- comment: "A ExchangeRefund ...".freeze,
15676
+ comment: "Specifies that a refund can be done as an exchange for the same product.".freeze,
14881
15677
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14882
15678
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14883
15679
  label: "ExchangeRefund".freeze,
@@ -14939,6 +15735,12 @@ module RDF::Vocab
14939
15735
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
14940
15736
  label: "FourWheelDriveConfiguration".freeze,
14941
15737
  type: "https://schema.org/DriveWheelConfigurationValue".freeze
15738
+ term :FreeReturn,
15739
+ comment: "Specifies that product returns are free of charge for the customer.".freeze,
15740
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15741
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
15742
+ label: "FreeReturn".freeze,
15743
+ type: "https://schema.org/ReturnFeesEnumeration".freeze
14942
15744
  term :Friday,
14943
15745
  comment: "The day of the week between Thursday and Saturday.".freeze,
14944
15746
  "https://schema.org/sameAs": "http://www.wikidata.org/entity/Q130".freeze,
@@ -14950,7 +15752,7 @@ module RDF::Vocab
14950
15752
  label: "FrontWheelDriveConfiguration".freeze,
14951
15753
  type: "https://schema.org/DriveWheelConfigurationValue".freeze
14952
15754
  term :FullRefund,
14953
- comment: "A FullRefund ...".freeze,
15755
+ comment: "Specifies that a refund can be done in the full amount the customer paid for the product".freeze,
14954
15756
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
14955
15757
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
14956
15758
  label: "FullRefund".freeze,
@@ -14976,6 +15778,12 @@ module RDF::Vocab
14976
15778
  label: "Geriatric".freeze,
14977
15779
  subClassOf: "https://schema.org/MedicalBusiness".freeze,
14978
15780
  type: "https://schema.org/MedicalSpecialty".freeze
15781
+ term :GettingAccessHealthAspect,
15782
+ comment: "Content that discusses practical and policy aspects for getting access to specific kinds of healthcare (e.g. distribution mechanisms for vaccines).".freeze,
15783
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15784
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
15785
+ label: "GettingAccessHealthAspect".freeze,
15786
+ type: "https://schema.org/HealthAspectEnumeration".freeze
14979
15787
  term :GlutenFreeDiet,
14980
15788
  comment: "A diet exclusive of gluten.".freeze,
14981
15789
  label: "GlutenFreeDiet".freeze,
@@ -15032,6 +15840,12 @@ module RDF::Vocab
15032
15840
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
15033
15841
  label: "Homeopathic".freeze,
15034
15842
  type: "https://schema.org/MedicineSystem".freeze
15843
+ term :HowItWorksHealthAspect,
15844
+ comment: "Content that discusses and explains how a particular health-related topic works, e.g. in terms of mechanisms and underlying science.".freeze,
15845
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15846
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
15847
+ label: "HowItWorksHealthAspect".freeze,
15848
+ type: "https://schema.org/HealthAspectEnumeration".freeze
15035
15849
  term :HowOrWhereHealthAspect,
15036
15850
  comment: "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed.".freeze,
15037
15851
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
@@ -15058,8 +15872,14 @@ module RDF::Vocab
15058
15872
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
15059
15873
  label: "Infectious".freeze,
15060
15874
  type: "https://schema.org/MedicalSpecialty".freeze
15875
+ term :IngredientsHealthAspect,
15876
+ comment: "Content discussing ingredients-related aspects of a health topic.".freeze,
15877
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15878
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
15879
+ label: "IngredientsHealthAspect".freeze,
15880
+ type: "https://schema.org/HealthAspectEnumeration".freeze
15061
15881
  term :Installment,
15062
- comment: "Represents the installment pricing component of the total price for an offered product".freeze,
15882
+ comment: "Represents the installment pricing component of the total price for an offered product.".freeze,
15063
15883
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15064
15884
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
15065
15885
  label: "Installment".freeze,
@@ -15092,7 +15912,7 @@ module RDF::Vocab
15092
15912
  label: "KosherDiet".freeze,
15093
15913
  type: "https://schema.org/RestrictedDiet".freeze
15094
15914
  term :LaboratoryScience,
15095
- comment: "A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research".freeze,
15915
+ comment: "A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research.".freeze,
15096
15916
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
15097
15917
  label: "LaboratoryScience".freeze,
15098
15918
  type: "https://schema.org/MedicalSpecialty".freeze
@@ -15195,25 +16015,25 @@ module RDF::Vocab
15195
16015
  label: "MedicalResearcher".freeze,
15196
16016
  type: "https://schema.org/MedicalAudienceType".freeze
15197
16017
  term :MerchantReturnFiniteReturnWindow,
15198
- comment: "MerchantReturnFiniteReturnWindow: there is a finite window for product returns.".freeze,
16018
+ comment: "Specifies that there is a finite window for product returns.".freeze,
15199
16019
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15200
16020
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15201
16021
  label: "MerchantReturnFiniteReturnWindow".freeze,
15202
16022
  type: "https://schema.org/MerchantReturnEnumeration".freeze
15203
16023
  term :MerchantReturnNotPermitted,
15204
- comment: "MerchantReturnNotPermitted: product returns are not permitted.".freeze,
16024
+ comment: "Specifies that product returns are not permitted.".freeze,
15205
16025
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15206
16026
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15207
16027
  label: "MerchantReturnNotPermitted".freeze,
15208
16028
  type: "https://schema.org/MerchantReturnEnumeration".freeze
15209
16029
  term :MerchantReturnUnlimitedWindow,
15210
- comment: "MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.".freeze,
16030
+ comment: "Specifies that there is an unlimited window for product returns.".freeze,
15211
16031
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15212
16032
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15213
16033
  label: "MerchantReturnUnlimitedWindow".freeze,
15214
16034
  type: "https://schema.org/MerchantReturnEnumeration".freeze
15215
16035
  term :MerchantReturnUnspecified,
15216
- comment: "MerchantReturnUnspecified: a product return policy is not specified here.".freeze,
16036
+ comment: "Specifies that a product return policy is not provided.".freeze,
15217
16037
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15218
16038
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15219
16039
  label: "MerchantReturnUnspecified".freeze,
@@ -15236,12 +16056,6 @@ module RDF::Vocab
15236
16056
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
15237
16057
  label: "MisconceptionsHealthAspect".freeze,
15238
16058
  type: "https://schema.org/HealthAspectEnumeration".freeze
15239
- term :MissingContext,
15240
- comment: "MissingContext: ...".freeze,
15241
- "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15242
- "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
15243
- label: "MissingContext".freeze,
15244
- type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
15245
16059
  term :MixedEventAttendanceMode,
15246
16060
  comment: "MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.".freeze,
15247
16061
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
@@ -15671,8 +16485,14 @@ module RDF::Vocab
15671
16485
  comment: "OrderStatus representing that an order has been returned.".freeze,
15672
16486
  label: "OrderReturned".freeze,
15673
16487
  type: "https://schema.org/OrderStatus".freeze
16488
+ term :OriginalMediaContent,
16489
+ comment: "Content coded 'as original media content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'original': No evidence the footage has been misleadingly altered or manipulated, though it may contain false or misleading claims.\n\nFor an [[ImageObject]] to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims.\n\nFor an [[ImageObject]] with embedded text to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims.\n\nFor an [[AudioObject]] to be 'original': No evidence the audio has been misleadingly altered or manipulated, though it may contain false or misleading claims.\n".freeze,
16490
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16491
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
16492
+ label: "OriginalMediaContent".freeze,
16493
+ type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
15674
16494
  term :OriginalShippingFees,
15675
- comment: "OriginalShippingFees ...".freeze,
16495
+ comment: "Specifies that the customer must pay the original shipping costs when returning a product.".freeze,
15676
16496
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15677
16497
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15678
16498
  label: "OriginalShippingFees".freeze,
@@ -15817,6 +16637,12 @@ module RDF::Vocab
15817
16637
  comment: "Indicates that the item is available for ordering and delivery before general availability.".freeze,
15818
16638
  label: "PreSale".freeze,
15819
16639
  type: "https://schema.org/ItemAvailability".freeze
16640
+ term :PregnancyHealthAspect,
16641
+ comment: "Content discussing pregnancy-related aspects of a health topic.".freeze,
16642
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16643
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
16644
+ label: "PregnancyHealthAspect".freeze,
16645
+ type: "https://schema.org/HealthAspectEnumeration".freeze
15820
16646
  term :PrescriptionOnly,
15821
16647
  comment: "Available by prescription only.".freeze,
15822
16648
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -15973,7 +16799,7 @@ module RDF::Vocab
15973
16799
  subClassOf: "https://schema.org/MedicalTherapy".freeze,
15974
16800
  type: "https://schema.org/MedicalSpecialty".freeze
15975
16801
  term :RestockingFees,
15976
- comment: "RestockingFees ...".freeze,
16802
+ comment: "Specifies that the customer must pay a restocking fee when returning a product".freeze,
15977
16803
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15978
16804
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15979
16805
  label: "RestockingFees".freeze,
@@ -15993,8 +16819,50 @@ module RDF::Vocab
15993
16819
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
15994
16820
  label: "Retail".freeze,
15995
16821
  type: "https://schema.org/DrugCostCategory".freeze
16822
+ term :ReturnAtKiosk,
16823
+ comment: "Specifies that product returns must be made at a kiosk.".freeze,
16824
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16825
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16826
+ label: "ReturnAtKiosk".freeze,
16827
+ type: "https://schema.org/ReturnMethodEnumeration".freeze
16828
+ term :ReturnByMail,
16829
+ comment: "Specifies that product returns must to be done by mail.".freeze,
16830
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16831
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16832
+ label: "ReturnByMail".freeze,
16833
+ type: "https://schema.org/ReturnMethodEnumeration".freeze
16834
+ term :ReturnFeesCustomerResponsibility,
16835
+ comment: "Specifies that product returns must be paid for, and are the responsibility of, the customer.".freeze,
16836
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16837
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16838
+ label: "ReturnFeesCustomerResponsibility".freeze,
16839
+ type: "https://schema.org/ReturnFeesEnumeration".freeze
16840
+ term :ReturnInStore,
16841
+ comment: "Specifies that product returns must be made in a store.".freeze,
16842
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16843
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16844
+ label: "ReturnInStore".freeze,
16845
+ type: "https://schema.org/ReturnMethodEnumeration".freeze
16846
+ term :ReturnLabelCustomerResponsibility,
16847
+ comment: "Indicated that creating a return label is the responsibility of the customer.".freeze,
16848
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16849
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16850
+ label: "ReturnLabelCustomerResponsibility".freeze,
16851
+ type: "https://schema.org/ReturnLabelSourceEnumeration".freeze
16852
+ term :ReturnLabelDownloadAndPrint,
16853
+ comment: "Indicated that a return label must be downloaded and printed by the customer.".freeze,
16854
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16855
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16856
+ label: "ReturnLabelDownloadAndPrint".freeze,
16857
+ type: "https://schema.org/ReturnLabelSourceEnumeration".freeze
16858
+ term :ReturnLabelInBox,
16859
+ comment: "Specifies that a return label will be provided by the seller in the shipping box.".freeze,
16860
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16861
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16862
+ label: "ReturnLabelInBox".freeze,
16863
+ type: "https://schema.org/ReturnLabelSourceEnumeration".freeze
15996
16864
  term :ReturnShippingFees,
15997
- comment: "ReturnShippingFees ...".freeze,
16865
+ comment: "Specifies that the customer must pay the return shipping costs when returning a product".freeze,
15998
16866
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
15999
16867
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
16000
16868
  label: "ReturnShippingFees".freeze,
@@ -16033,12 +16901,24 @@ module RDF::Vocab
16033
16901
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712".freeze,
16034
16902
  label: "SRP".freeze,
16035
16903
  type: "https://schema.org/PriceTypeEnumeration".freeze
16904
+ term :SafetyHealthAspect,
16905
+ comment: "Content about the safety-related aspects of a health topic.".freeze,
16906
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16907
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2799".freeze,
16908
+ label: "SafetyHealthAspect".freeze,
16909
+ type: "https://schema.org/HealthAspectEnumeration".freeze
16036
16910
  term :SalePrice,
16037
16911
  comment: "Represents a sale price (usually active for a limited period) of an offered product.".freeze,
16038
16912
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16039
16913
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712".freeze,
16040
16914
  label: "SalePrice".freeze,
16041
16915
  type: "https://schema.org/PriceTypeEnumeration".freeze
16916
+ term :SatireOrParodyContent,
16917
+ comment: "Content coded 'satire or parody content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'satire or parody content': A video that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n\nFor an [[ImageObject]] to be 'satire or parody content': An image that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n\nFor an [[ImageObject]] with embedded text to be 'satire or parody content': An image that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n\nFor an [[AudioObject]] to be 'satire or parody content': Audio that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n".freeze,
16918
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16919
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
16920
+ label: "SatireOrParodyContent".freeze,
16921
+ type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
16042
16922
  term :Saturday,
16043
16923
  comment: "The day of the week between Friday and Sunday.".freeze,
16044
16924
  "https://schema.org/sameAs": "http://www.wikidata.org/entity/Q131".freeze,
@@ -16091,6 +16971,18 @@ module RDF::Vocab
16091
16971
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
16092
16972
  label: "SingleRelease".freeze,
16093
16973
  type: "https://schema.org/MusicAlbumReleaseType".freeze
16974
+ term :SizeSystemImperial,
16975
+ comment: "Imperial size system.".freeze,
16976
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16977
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
16978
+ label: "SizeSystemImperial".freeze,
16979
+ type: "https://schema.org/SizeSystemEnumeration".freeze
16980
+ term :SizeSystemMetric,
16981
+ comment: "Metric size system.".freeze,
16982
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16983
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
16984
+ label: "SizeSystemMetric".freeze,
16985
+ type: "https://schema.org/SizeSystemEnumeration".freeze
16094
16986
  term :Skin,
16095
16987
  comment: "Skin assessment with clinical examination.".freeze,
16096
16988
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
@@ -16115,6 +17007,12 @@ module RDF::Vocab
16115
17007
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
16116
17008
  label: "SpokenWordAlbum".freeze,
16117
17009
  type: "https://schema.org/MusicAlbumProductionType".freeze
17010
+ term :StagedContent,
17011
+ comment: "Content coded 'staged content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'staged content': A video that has been created using actors or similarly contrived.\n\nFor an [[ImageObject]] to be 'staged content': An image that was created using actors or similarly contrived, such as a screenshot of a fake tweet.\n\nFor an [[ImageObject]] with embedded text to be 'staged content': An image that was created using actors or similarly contrived, such as a screenshot of a fake tweet.\n\nFor an [[AudioObject]] to be 'staged content': Audio that has been created using actors or similarly contrived.\n".freeze,
17012
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17013
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
17014
+ label: "StagedContent".freeze,
17015
+ type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
16118
17016
  term :StagesHealthAspect,
16119
17017
  comment: "Stages that can be observed from a topic.".freeze,
16120
17018
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
@@ -16122,7 +17020,7 @@ module RDF::Vocab
16122
17020
  label: "StagesHealthAspect".freeze,
16123
17021
  type: "https://schema.org/HealthAspectEnumeration".freeze
16124
17022
  term :StoreCreditRefund,
16125
- comment: "A StoreCreditRefund ...".freeze,
17023
+ comment: "Specifies that the customer receives a store credit as refund when returning a product".freeze,
16126
17024
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16127
17025
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
16128
17026
  label: "StoreCreditRefund".freeze,
@@ -16138,7 +17036,7 @@ module RDF::Vocab
16138
17036
  label: "StudioAlbum".freeze,
16139
17037
  type: "https://schema.org/MusicAlbumProductionType".freeze
16140
17038
  term :Subscription,
16141
- comment: "Represents the subscription pricing component of the total price for an offered product".freeze,
17039
+ comment: "Represents the subscription pricing component of the total price for an offered product.".freeze,
16142
17040
  "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
16143
17041
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
16144
17042
  label: "Subscription".freeze,
@@ -16204,6 +17102,12 @@ module RDF::Vocab
16204
17102
  "https://schema.org/isPartOf": "https://health-lifesci.schema.org".freeze,
16205
17103
  label: "TraditionalChinese".freeze,
16206
17104
  type: "https://schema.org/MedicineSystem".freeze
17105
+ term :TransformedContent,
17106
+ comment: "Content coded 'transformed content' in a [[MediaReview]], considered in the context of how it was published or shared.\n\nFor a [[VideoObject]] to be 'transformed content': or all of the video has been manipulated to transform the footage itself. This category includes using tools like the Adobe Suite to change the speed of the video, add or remove visual elements or dub audio. Deepfakes are also a subset of transformation.\n\nFor an [[ImageObject]] to be transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an [[ImageObject]] with embedded text to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an [[AudioObject]] to be 'transformed content': Part or all of the audio has been manipulated to alter the words or sounds, or the audio has been synthetically generated, such as to create a sound-alike voice.\n".freeze,
17107
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17108
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
17109
+ label: "TransformedContent".freeze,
17110
+ type: "https://schema.org/MediaManipulationRatingEnumeration".freeze
16207
17111
  term :TransitMap,
16208
17112
  comment: "A transit map.".freeze,
16209
17113
  label: "TransitMap".freeze,
@@ -16296,6 +17200,264 @@ module RDF::Vocab
16296
17200
  "https://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
16297
17201
  label: "VinylFormat".freeze,
16298
17202
  type: "https://schema.org/MusicReleaseFormatType".freeze
17203
+ term :WearableMeasurementBack,
17204
+ comment: "Measurement of the back section, for example of a jacket".freeze,
17205
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17206
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17207
+ label: "WearableMeasurementBack".freeze,
17208
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17209
+ term :WearableMeasurementChestOrBust,
17210
+ comment: "Measurement of the chest/bust section, for example of a suit".freeze,
17211
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17212
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17213
+ label: "WearableMeasurementChestOrBust".freeze,
17214
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17215
+ term :WearableMeasurementCollar,
17216
+ comment: "Measurement of the collar, for example of a shirt".freeze,
17217
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17218
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17219
+ label: "WearableMeasurementCollar".freeze,
17220
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17221
+ term :WearableMeasurementCup,
17222
+ comment: "Measurement of the cup, for example of a bra".freeze,
17223
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17224
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17225
+ label: "WearableMeasurementCup".freeze,
17226
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17227
+ term :WearableMeasurementHeight,
17228
+ comment: "Measurement of the height, for example the heel height of a shoe".freeze,
17229
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17230
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17231
+ label: "WearableMeasurementHeight".freeze,
17232
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17233
+ term :WearableMeasurementHips,
17234
+ comment: "Measurement of the hip section, for example of a skirt".freeze,
17235
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17236
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17237
+ label: "WearableMeasurementHips".freeze,
17238
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17239
+ term :WearableMeasurementInseam,
17240
+ comment: "Measurement of the inseam, for example of pants".freeze,
17241
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17242
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17243
+ label: "WearableMeasurementInseam".freeze,
17244
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17245
+ term :WearableMeasurementLength,
17246
+ comment: "Represents the length, for example of a dress".freeze,
17247
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17248
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17249
+ label: "WearableMeasurementLength".freeze,
17250
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17251
+ term :WearableMeasurementOutsideLeg,
17252
+ comment: "Measurement of the outside leg, for example of pants".freeze,
17253
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17254
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17255
+ label: "WearableMeasurementOutsideLeg".freeze,
17256
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17257
+ term :WearableMeasurementSleeve,
17258
+ comment: "Measurement of the sleeve length, for example of a shirt".freeze,
17259
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17260
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17261
+ label: "WearableMeasurementSleeve".freeze,
17262
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17263
+ term :WearableMeasurementWaist,
17264
+ comment: "Measurement of the waist section, for example of pants".freeze,
17265
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17266
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17267
+ label: "WearableMeasurementWaist".freeze,
17268
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17269
+ term :WearableMeasurementWidth,
17270
+ comment: "Measurement of the width, for example of shoes".freeze,
17271
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17272
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17273
+ label: "WearableMeasurementWidth".freeze,
17274
+ type: "https://schema.org/WearableMeasurementTypeEnumeration".freeze
17275
+ term :WearableSizeGroupBig,
17276
+ comment: "Size group \"Big\" for wearables.".freeze,
17277
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17278
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17279
+ label: "WearableSizeGroupBig".freeze,
17280
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17281
+ term :WearableSizeGroupBoys,
17282
+ comment: "Size group \"Boys\" for wearables.".freeze,
17283
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17284
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17285
+ label: "WearableSizeGroupBoys".freeze,
17286
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17287
+ term :WearableSizeGroupExtraShort,
17288
+ comment: "Size group \"Extra Short\" for wearables.".freeze,
17289
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17290
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17291
+ label: "WearableSizeGroupExtraShort".freeze,
17292
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17293
+ term :WearableSizeGroupExtraTall,
17294
+ comment: "Size group \"Extra Tall\" for wearables.".freeze,
17295
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17296
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17297
+ label: "WearableSizeGroupExtraTall".freeze,
17298
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17299
+ term :WearableSizeGroupGirls,
17300
+ comment: "Size group \"Girls\" for wearables.".freeze,
17301
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17302
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17303
+ label: "WearableSizeGroupGirls".freeze,
17304
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17305
+ term :WearableSizeGroupHusky,
17306
+ comment: "Size group \"Husky\" (or \"Stocky\") for wearables.".freeze,
17307
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17308
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17309
+ label: "WearableSizeGroupHusky".freeze,
17310
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17311
+ term :WearableSizeGroupInfants,
17312
+ comment: "Size group \"Infants\" for wearables.".freeze,
17313
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17314
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17315
+ label: "WearableSizeGroupInfants".freeze,
17316
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17317
+ term :WearableSizeGroupJuniors,
17318
+ comment: "Size group \"Juniors\" for wearables.".freeze,
17319
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17320
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17321
+ label: "WearableSizeGroupJuniors".freeze,
17322
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17323
+ term :WearableSizeGroupMaternity,
17324
+ comment: "Size group \"Maternity\" for wearables.".freeze,
17325
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17326
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17327
+ label: "WearableSizeGroupMaternity".freeze,
17328
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17329
+ term :WearableSizeGroupMens,
17330
+ comment: "Size group \"Mens\" for wearables.".freeze,
17331
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17332
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17333
+ label: "WearableSizeGroupMens".freeze,
17334
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17335
+ term :WearableSizeGroupMisses,
17336
+ comment: "Size group \"Misses\" (also known as \"Missy\") for wearables.".freeze,
17337
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17338
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17339
+ label: "WearableSizeGroupMisses".freeze,
17340
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17341
+ term :WearableSizeGroupPetite,
17342
+ comment: "Size group \"Petite\" for wearables.".freeze,
17343
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17344
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17345
+ label: "WearableSizeGroupPetite".freeze,
17346
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17347
+ term :WearableSizeGroupPlus,
17348
+ comment: "Size group \"Plus\" for wearables.".freeze,
17349
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17350
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17351
+ label: "WearableSizeGroupPlus".freeze,
17352
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17353
+ term :WearableSizeGroupRegular,
17354
+ comment: "Size group \"Regular\" for wearables.".freeze,
17355
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17356
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17357
+ label: "WearableSizeGroupRegular".freeze,
17358
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17359
+ term :WearableSizeGroupShort,
17360
+ comment: "Size group \"Short\" for wearables.".freeze,
17361
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17362
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17363
+ label: "WearableSizeGroupShort".freeze,
17364
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17365
+ term :WearableSizeGroupTall,
17366
+ comment: "Size group \"Tall\" for wearables.".freeze,
17367
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17368
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17369
+ label: "WearableSizeGroupTall".freeze,
17370
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17371
+ term :WearableSizeGroupWomens,
17372
+ comment: "Size group \"Womens\" for wearables.".freeze,
17373
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17374
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17375
+ label: "WearableSizeGroupWomens".freeze,
17376
+ type: "https://schema.org/WearableSizeGroupEnumeration".freeze
17377
+ term :WearableSizeSystemAU,
17378
+ comment: "Australian size system for wearables.".freeze,
17379
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17380
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17381
+ label: "WearableSizeSystemAU".freeze,
17382
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17383
+ term :WearableSizeSystemBR,
17384
+ comment: "Brazilian size system for wearables.".freeze,
17385
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17386
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17387
+ label: "WearableSizeSystemBR".freeze,
17388
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17389
+ term :WearableSizeSystemCN,
17390
+ comment: "Chinese size system for wearables.".freeze,
17391
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17392
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17393
+ label: "WearableSizeSystemCN".freeze,
17394
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17395
+ term :WearableSizeSystemContinental,
17396
+ comment: "Continental size system for wearables.".freeze,
17397
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17398
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17399
+ label: "WearableSizeSystemContinental".freeze,
17400
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17401
+ term :WearableSizeSystemDE,
17402
+ comment: "German size system for wearables.".freeze,
17403
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17404
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17405
+ label: "WearableSizeSystemDE".freeze,
17406
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17407
+ term :WearableSizeSystemEN13402,
17408
+ comment: "EN 13402 (joint European standard for size labelling of clothes).".freeze,
17409
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17410
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17411
+ label: "WearableSizeSystemEN13402".freeze,
17412
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17413
+ term :WearableSizeSystemEurope,
17414
+ comment: "European size system for wearables.".freeze,
17415
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17416
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17417
+ label: "WearableSizeSystemEurope".freeze,
17418
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17419
+ term :WearableSizeSystemFR,
17420
+ comment: "French size system for wearables.".freeze,
17421
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17422
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17423
+ label: "WearableSizeSystemFR".freeze,
17424
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17425
+ term :WearableSizeSystemGS1,
17426
+ comment: "GS1 (formerly NRF) size system for wearables.".freeze,
17427
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17428
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17429
+ label: "WearableSizeSystemGS1".freeze,
17430
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17431
+ term :WearableSizeSystemIT,
17432
+ comment: "Italian size system for wearables.".freeze,
17433
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17434
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17435
+ label: "WearableSizeSystemIT".freeze,
17436
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17437
+ term :WearableSizeSystemJP,
17438
+ comment: "Japanese size system for wearables.".freeze,
17439
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17440
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17441
+ label: "WearableSizeSystemJP".freeze,
17442
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17443
+ term :WearableSizeSystemMX,
17444
+ comment: "Mexican size system for wearables.".freeze,
17445
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17446
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17447
+ label: "WearableSizeSystemMX".freeze,
17448
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17449
+ term :WearableSizeSystemUK,
17450
+ comment: "United Kingdom size system for wearables.".freeze,
17451
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17452
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17453
+ label: "WearableSizeSystemUK".freeze,
17454
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
17455
+ term :WearableSizeSystemUS,
17456
+ comment: "United States size system for wearables.".freeze,
17457
+ "https://schema.org/isPartOf": "https://pending.schema.org".freeze,
17458
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2811".freeze,
17459
+ label: "WearableSizeSystemUS".freeze,
17460
+ type: "https://schema.org/WearableSizeSystemEnumeration".freeze
16299
17461
  term :Wednesday,
16300
17462
  comment: "The day of the week between Tuesday and Thursday.".freeze,
16301
17463
  "https://schema.org/sameAs": "http://www.wikidata.org/entity/Q128".freeze,