rdf-vocab 3.1.13 → 3.1.14

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rdf/vocab/org.rb CHANGED
@@ -76,7 +76,7 @@ module RDF::Vocab
76
76
  term :OrganizationalCollaboration,
77
77
  comment: "A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_".freeze,
78
78
  equivalentClass: term(
79
- intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9660".freeze),
79
+ intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9820".freeze),
80
80
  type: "http://www.w3.org/2002/07/owl#Class".freeze
81
81
  ),
82
82
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -198,7 +198,7 @@ module RDF::Vocab
198
198
  type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
199
199
  property :headOf,
200
200
  comment: "Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head.".freeze,
201
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
201
+ domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
202
202
  isDefinedBy: "http://www.w3.org/ns/org".freeze,
203
203
  label: "head of".freeze,
204
204
  range: "http://www.w3.org/ns/org#Organization".freeze,
@@ -7,9 +7,19 @@ module RDF::Vocab
7
7
 
8
8
  # Ontology definition
9
9
  ontology :"http://rdaregistry.info/Elements/u/",
10
- "http://purl.org/dc/elements/1.1/title": "RDA Unconstrained properties".freeze,
11
- "http://xmlns.com/foaf/0.1/homepage": "http://www.rdaregistry.info/Elements/u/".freeze,
12
- note: "Properties derived from RDA elements without specific or implicit restrictions to RDA entities.".freeze
10
+ "http://creativecommons.org/ns#licence": "https://creativecommons.org/licenses/by/4.0/deed.en_US".freeze,
11
+ "http://purl.org/dc/elements/1.1/contributor": "RSC Technical Working Group".freeze,
12
+ "http://purl.org/dc/elements/1.1/creator": "RDA Steering Committee".freeze,
13
+ "http://purl.org/dc/elements/1.1/description": "Properties that are derived from the elements of all of the RDA entities with semantics that are independent of the IFLA Library Reference Model.".freeze,
14
+ "http://purl.org/dc/elements/1.1/issued": "2014-01-18".freeze,
15
+ "http://purl.org/dc/elements/1.1/modified": "2021-06-28".freeze,
16
+ "http://purl.org/dc/elements/1.1/publisher": "ALA Digital Reference".freeze,
17
+ "http://purl.org/dc/elements/1.1/rights": "Copyright © 2020 American Library Association, Canadian Federation of Library Associations, and CILIP: Chartered Institute of Library and Information Professionals".freeze,
18
+ "http://purl.org/dc/elements/1.1/title": "Unconstrained properties".freeze,
19
+ "http://purl.org/dc/elements/1.1/type": "http://rdaregistry.info/termList/RDALinkedDataWork/1003".freeze,
20
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": "rdau".freeze,
21
+ "http://www.w3.org/2002/07/owl#versionInfo": "v4.0.10".freeze,
22
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
13
23
 
14
24
  # Property definitions
15
25
  property :P60001,
@@ -286,6 +286,13 @@ module RDF::Vocab
286
286
  label: "AudioObject".freeze,
287
287
  subClassOf: "http://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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
292
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
293
+ label: "AudioObjectSnapshot".freeze,
294
+ subClassOf: "http://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
  "http://schema.org/isPartOf": "http://bib.schema.org".freeze,
@@ -412,8 +419,15 @@ module RDF::Vocab
412
419
  label: "BikeStore".freeze,
413
420
  subClassOf: "http://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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
426
+ label: "BioChemEntity".freeze,
427
+ subClassOf: "http://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: "http://schema.org/CreativeWork".freeze,
419
433
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -732,6 +746,13 @@ module RDF::Vocab
732
746
  label: "CheckoutPage".freeze,
733
747
  subClassOf: "http://schema.org/WebPage".freeze,
734
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
753
+ label: "ChemicalSubstance".freeze,
754
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
755
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
735
756
  term :ChildCare,
736
757
  comment: "A Childcare center.".freeze,
737
758
  label: "ChildCare".freeze,
@@ -1765,6 +1786,13 @@ module RDF::Vocab
1765
1786
  label: "GenderType".freeze,
1766
1787
  subClassOf: "http://schema.org/Enumeration".freeze,
1767
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
1793
+ label: "Gene".freeze,
1794
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
1795
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
1768
1796
  term :GeneralContractor,
1769
1797
  comment: "A general contractor.".freeze,
1770
1798
  label: "GeneralContractor".freeze,
@@ -2061,6 +2089,13 @@ module RDF::Vocab
2061
2089
  label: "ImageObject".freeze,
2062
2090
  subClassOf: "http://schema.org/MediaObject".freeze,
2063
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
2095
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2096
+ label: "ImageObjectSnapshot".freeze,
2097
+ subClassOf: "http://schema.org/ImageObject".freeze,
2098
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2064
2099
  term :ImagingTest,
2065
2100
  comment: "Any medical imaging modality typically used for diagnostic purposes.".freeze,
2066
2101
  "http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -2330,7 +2365,7 @@ module RDF::Vocab
2330
2365
  subClassOf: "http://schema.org/Event".freeze,
2331
2366
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2332
2367
  term :LiveBlogPosting,
2333
- 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,
2334
2369
  label: "LiveBlogPosting".freeze,
2335
2370
  subClassOf: "http://schema.org/BlogPosting".freeze,
2336
2371
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -2449,6 +2484,13 @@ module RDF::Vocab
2449
2484
  label: "MediaReview".freeze,
2450
2485
  subClassOf: "http://schema.org/Review".freeze,
2451
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
2490
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
2491
+ label: "MediaReviewItem".freeze,
2492
+ subClassOf: "http://schema.org/CreativeWork".freeze,
2493
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2452
2494
  term :MediaSubscription,
2453
2495
  comment: "A subscription which allows a user to access media including audio, video, books, etc.".freeze,
2454
2496
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
@@ -2742,19 +2784,26 @@ module RDF::Vocab
2742
2784
  subClassOf: "http://schema.org/CreativeWork".freeze,
2743
2785
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2744
2786
  term :MerchantReturnEnumeration,
2745
- 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,
2746
2788
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
2747
2789
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2748
2790
  label: "MerchantReturnEnumeration".freeze,
2749
2791
  subClassOf: "http://schema.org/Enumeration".freeze,
2750
2792
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2751
2793
  term :MerchantReturnPolicy,
2752
- 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,
2753
2795
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
2754
2796
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
2755
2797
  label: "MerchantReturnPolicy".freeze,
2756
2798
  subClassOf: "http://schema.org/Intangible".freeze,
2757
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
2803
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
2804
+ label: "MerchantReturnPolicySeasonalOverride".freeze,
2805
+ subClassOf: "http://schema.org/Intangible".freeze,
2806
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2758
2807
  term :Message,
2759
2808
  comment: "A single message from a sender to one or more organizations or people.".freeze,
2760
2809
  label: "Message".freeze,
@@ -2775,6 +2824,13 @@ module RDF::Vocab
2775
2824
  label: "MobilePhoneStore".freeze,
2776
2825
  subClassOf: "http://schema.org/Store".freeze,
2777
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
2831
+ label: "MolecularEntity".freeze,
2832
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
2833
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
2778
2834
  term :MonetaryAmount,
2779
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,
2780
2836
  "http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
@@ -3382,7 +3438,7 @@ module RDF::Vocab
3382
3438
  subClassOf: "http://schema.org/OrganizeAction".freeze,
3383
3439
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3384
3440
  term :Play,
3385
- 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,
3386
3442
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
3387
3443
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1816".freeze,
3388
3444
  label: "Play".freeze,
@@ -3600,6 +3656,13 @@ module RDF::Vocab
3600
3656
  label: "PropertyValueSpecification".freeze,
3601
3657
  subClassOf: "http://schema.org/Intangible".freeze,
3602
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
3663
+ label: "Protein".freeze,
3664
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
3665
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3603
3666
  term :Protozoa,
3604
3667
  comment: "Single-celled organism that causes an infection.".freeze,
3605
3668
  "http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -3798,7 +3861,7 @@ module RDF::Vocab
3798
3861
  subClassOf: "http://schema.org/LocalBusiness".freeze,
3799
3862
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3800
3863
  term :RefundTypeEnumeration,
3801
- comment: "RefundTypeEnumeration enumerates several kinds of product return refund types.".freeze,
3864
+ comment: "Enumerates several kinds of product return refund types.".freeze,
3802
3865
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
3803
3866
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3804
3867
  label: "RefundTypeEnumeration".freeze,
@@ -3859,6 +3922,13 @@ module RDF::Vocab
3859
3922
  label: "ReportedDoseSchedule".freeze,
3860
3923
  subClassOf: "http://schema.org/DoseSchedule".freeze,
3861
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
3928
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2877".freeze,
3929
+ label: "ResearchOrganization".freeze,
3930
+ subClassOf: "http://schema.org/Organization".freeze,
3931
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3862
3932
  term :ResearchProject,
3863
3933
  comment: "A Research project.".freeze,
3864
3934
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
@@ -3928,12 +3998,26 @@ module RDF::Vocab
3928
3998
  subClassOf: "http://schema.org/TransferAction".freeze,
3929
3999
  type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3930
4000
  term :ReturnFeesEnumeration,
3931
- comment: "ReturnFeesEnumeration expresses policies for return fees.".freeze,
4001
+ comment: "Enumerates several kinds of policies for product return fees.".freeze,
3932
4002
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
3933
4003
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
3934
4004
  label: "ReturnFeesEnumeration".freeze,
3935
4005
  subClassOf: "http://schema.org/Enumeration".freeze,
3936
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
4010
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
4011
+ label: "ReturnLabelSourceEnumeration".freeze,
4012
+ subClassOf: "http://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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
4017
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
4018
+ label: "ReturnMethodEnumeration".freeze,
4019
+ subClassOf: "http://schema.org/Enumeration".freeze,
4020
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
3937
4021
  term :Review,
3938
4022
  comment: "A review of an item - for example, of a restaurant, movie, or store.".freeze,
3939
4023
  label: "Review".freeze,
@@ -4271,6 +4355,13 @@ module RDF::Vocab
4271
4355
  label: "State".freeze,
4272
4356
  subClassOf: "http://schema.org/AdministrativeArea".freeze,
4273
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
4361
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2912".freeze,
4362
+ label: "Statement".freeze,
4363
+ subClassOf: "http://schema.org/CreativeWork".freeze,
4364
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4274
4365
  term :StatisticalPopulation,
4275
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,
4276
4367
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
@@ -4408,6 +4499,13 @@ module RDF::Vocab
4408
4499
  label: "TaxiStand".freeze,
4409
4500
  subClassOf: "http://schema.org/CivicStructure".freeze,
4410
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
4506
+ label: "Taxon".freeze,
4507
+ subClassOf: "http://schema.org/Thing".freeze,
4508
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4411
4509
  term :TechArticle,
4412
4510
  comment: "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.".freeze,
4413
4511
  label: "TechArticle".freeze,
@@ -4734,6 +4832,13 @@ module RDF::Vocab
4734
4832
  label: "VideoObject".freeze,
4735
4833
  subClassOf: "http://schema.org/MediaObject".freeze,
4736
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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
4838
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
4839
+ label: "VideoObjectSnapshot".freeze,
4840
+ subClassOf: "http://schema.org/VideoObject".freeze,
4841
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
4737
4842
  term :ViewAction,
4738
4843
  comment: "The act of consuming static visual content.".freeze,
4739
4844
  label: "ViewAction".freeze,
@@ -5174,7 +5279,7 @@ module RDF::Vocab
5174
5279
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5175
5280
  property :actor,
5176
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,
5177
- domainIncludes: ["http://schema.org/Clip".freeze, "http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/Episode".freeze, "http://schema.org/Event".freeze, "http://schema.org/Movie".freeze, "http://schema.org/MovieSeries".freeze, "http://schema.org/RadioSeries".freeze, "http://schema.org/TVSeries".freeze, "http://schema.org/VideoGame".freeze, "http://schema.org/VideoGameSeries".freeze, "http://schema.org/VideoObject".freeze],
5282
+ domainIncludes: ["http://schema.org/Clip".freeze, "http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/Episode".freeze, "http://schema.org/Event".freeze, "http://schema.org/Movie".freeze, "http://schema.org/MovieSeries".freeze, "http://schema.org/PodcastSeries".freeze, "http://schema.org/RadioSeries".freeze, "http://schema.org/TVSeries".freeze, "http://schema.org/VideoGame".freeze, "http://schema.org/VideoGameSeries".freeze, "http://schema.org/VideoObject".freeze],
5178
5283
  label: "actor".freeze,
5179
5284
  rangeIncludes: "http://schema.org/Person".freeze,
5180
5285
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -5206,7 +5311,7 @@ module RDF::Vocab
5206
5311
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5207
5312
  property :additionalProperty,
5208
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. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n".freeze,
5209
- domainIncludes: ["http://schema.org/Place".freeze, "http://schema.org/Product".freeze, "http://schema.org/QualitativeValue".freeze, "http://schema.org/QuantitativeValue".freeze],
5314
+ domainIncludes: ["http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/Place".freeze, "http://schema.org/Product".freeze, "http://schema.org/QualitativeValue".freeze, "http://schema.org/QuantitativeValue".freeze],
5210
5315
  label: "additionalProperty".freeze,
5211
5316
  rangeIncludes: "http://schema.org/PropertyValue".freeze,
5212
5317
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -5375,6 +5480,14 @@ module RDF::Vocab
5375
5480
  label: "alternativeHeadline".freeze,
5376
5481
  rangeIncludes: "http://schema.org/Text".freeze,
5377
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
+ domainIncludes: "http://schema.org/Gene".freeze,
5486
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
5487
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
5488
+ label: "alternativeOf".freeze,
5489
+ rangeIncludes: "http://schema.org/Gene".freeze,
5490
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5378
5491
  property :alumni,
5379
5492
  comment: "Alumni of an organization.".freeze,
5380
5493
  domainIncludes: ["http://schema.org/EducationalOrganization".freeze, "http://schema.org/Organization".freeze],
@@ -5543,6 +5656,14 @@ module RDF::Vocab
5543
5656
  label: "archiveHeld".freeze,
5544
5657
  rangeIncludes: "http://schema.org/ArchiveComponent".freeze,
5545
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
+ domainIncludes: "http://schema.org/CreativeWork".freeze,
5662
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
5663
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5664
+ label: "archivedAt".freeze,
5665
+ rangeIncludes: ["http://schema.org/URL".freeze, "http://schema.org/WebPage".freeze],
5666
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5546
5667
  property :area,
5547
5668
  comment: "The area within which users can expect to reach the broadcast service.".freeze,
5548
5669
  domainIncludes: "http://schema.org/BroadcastService".freeze,
@@ -5699,12 +5820,38 @@ module RDF::Vocab
5699
5820
  label: "associatedArticle".freeze,
5700
5821
  rangeIncludes: "http://schema.org/NewsArticle".freeze,
5701
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
+ domainIncludes: "http://schema.org/Review".freeze,
5826
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
5827
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5828
+ label: "associatedClaimReview".freeze,
5829
+ rangeIncludes: "http://schema.org/Review".freeze,
5830
+ subPropertyOf: "http://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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
5835
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
5836
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
5837
+ label: "associatedDisease".freeze,
5838
+ rangeIncludes: ["http://schema.org/MedicalCondition".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
5839
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5702
5840
  property :associatedMedia,
5703
5841
  comment: "A media object that encodes this CreativeWork. This property is a synonym for encoding.".freeze,
5704
5842
  domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/HyperToc".freeze, "http://schema.org/HyperTocEntry".freeze],
5705
5843
  label: "associatedMedia".freeze,
5706
5844
  rangeIncludes: "http://schema.org/MediaObject".freeze,
5707
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
+ domainIncludes: "http://schema.org/Review".freeze,
5849
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
5850
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5851
+ label: "associatedMediaReview".freeze,
5852
+ rangeIncludes: "http://schema.org/Review".freeze,
5853
+ subPropertyOf: "http://schema.org/associatedReview".freeze,
5854
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5708
5855
  property :associatedPathophysiology,
5709
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,
5710
5857
  domainIncludes: ["http://schema.org/AnatomicalStructure".freeze, "http://schema.org/AnatomicalSystem".freeze, "http://schema.org/SuperficialAnatomy".freeze],
@@ -5712,6 +5859,14 @@ module RDF::Vocab
5712
5859
  label: "associatedPathophysiology".freeze,
5713
5860
  rangeIncludes: "http://schema.org/Text".freeze,
5714
5861
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5862
+ property :associatedReview,
5863
+ comment: "An associated [[Review]].".freeze,
5864
+ domainIncludes: "http://schema.org/Review".freeze,
5865
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
5866
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
5867
+ label: "associatedReview".freeze,
5868
+ rangeIncludes: "http://schema.org/Review".freeze,
5869
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5715
5870
  property :athlete,
5716
5871
  comment: "A person that acts as performing member of a sports team; a player as opposed to a coach.".freeze,
5717
5872
  domainIncludes: "http://schema.org/SportsTeam".freeze,
@@ -5982,6 +6137,30 @@ module RDF::Vocab
5982
6137
  label: "billingStart".freeze,
5983
6138
  rangeIncludes: "http://schema.org/Number".freeze,
5984
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
6143
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
6144
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6145
+ label: "bioChemInteraction".freeze,
6146
+ rangeIncludes: "http://schema.org/BioChemEntity".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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
6151
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
6152
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6153
+ label: "bioChemSimilarity".freeze,
6154
+ rangeIncludes: "http://schema.org/BioChemEntity".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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
6159
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
6160
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6161
+ label: "biologicalRole".freeze,
6162
+ rangeIncludes: "http://schema.org/DefinedTerm".freeze,
6163
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
5985
6164
  property :biomechnicalClass,
5986
6165
  comment: "The biomechanical properties of the bone.".freeze,
5987
6166
  domainIncludes: "http://schema.org/Joint".freeze,
@@ -6014,7 +6193,7 @@ module RDF::Vocab
6014
6193
  rangeIncludes: "http://schema.org/BlogPosting".freeze,
6015
6194
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6016
6195
  property :blogPosts,
6017
- 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,
6018
6197
  domainIncludes: "http://schema.org/Blog".freeze,
6019
6198
  "http://schema.org/supersededBy": "http://schema.org/blogPost".freeze,
6020
6199
  label: "blogPosts".freeze,
@@ -6247,7 +6426,7 @@ module RDF::Vocab
6247
6426
  comment: "A sub property of participant. The participant/person/organization that bought the object.".freeze,
6248
6427
  domainIncludes: "http://schema.org/SellAction".freeze,
6249
6428
  label: "buyer".freeze,
6250
- rangeIncludes: "http://schema.org/Person".freeze,
6429
+ rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
6251
6430
  subPropertyOf: "http://schema.org/participant".freeze,
6252
6431
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6253
6432
  property :byArtist,
@@ -6421,6 +6600,22 @@ module RDF::Vocab
6421
6600
  label: "checkoutTime".freeze,
6422
6601
  rangeIncludes: ["http://schema.org/DateTime".freeze, "http://schema.org/Time".freeze],
6423
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
+ domainIncludes: "http://schema.org/ChemicalSubstance".freeze,
6606
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
6607
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6608
+ label: "chemicalComposition".freeze,
6609
+ rangeIncludes: "http://schema.org/Text".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
+ domainIncludes: ["http://schema.org/ChemicalSubstance".freeze, "http://schema.org/MolecularEntity".freeze],
6614
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
6615
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6616
+ label: "chemicalRole".freeze,
6617
+ rangeIncludes: "http://schema.org/DefinedTerm".freeze,
6618
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6424
6619
  property :childMaxAge,
6425
6620
  comment: "Maximal age of the child.".freeze,
6426
6621
  domainIncludes: "http://schema.org/ParentAudience".freeze,
@@ -6433,6 +6628,15 @@ module RDF::Vocab
6433
6628
  label: "childMinAge".freeze,
6434
6629
  rangeIncludes: "http://schema.org/Number".freeze,
6435
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
+ domainIncludes: "http://schema.org/Taxon".freeze,
6634
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
6635
+ "http://schema.org/inverseOf": "http://schema.org/parentTaxon".freeze,
6636
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6637
+ label: "childTaxon".freeze,
6638
+ rangeIncludes: ["http://schema.org/Taxon".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
6639
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6436
6640
  property :children,
6437
6641
  comment: "A child of the person.".freeze,
6438
6642
  domainIncludes: "http://schema.org/Person".freeze,
@@ -6457,6 +6661,14 @@ module RDF::Vocab
6457
6661
  label: "citation".freeze,
6458
6662
  rangeIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/Text".freeze],
6459
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
+ domainIncludes: "http://schema.org/Claim".freeze,
6667
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
6668
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
6669
+ label: "claimInterpreter".freeze,
6670
+ rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
6671
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6460
6672
  property :claimReviewed,
6461
6673
  comment: "A short summary of the specific claims reviewed in a ClaimReview.".freeze,
6462
6674
  domainIncludes: "http://schema.org/ClaimReview".freeze,
@@ -6861,9 +7073,25 @@ module RDF::Vocab
6861
7073
  label: "countriesSupported".freeze,
6862
7074
  rangeIncludes: "http://schema.org/Text".freeze,
6863
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
+ domainIncludes: "http://schema.org/Product".freeze,
7079
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
7080
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/991".freeze,
7081
+ label: "countryOfAssembly".freeze,
7082
+ rangeIncludes: "http://schema.org/Text".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
+ domainIncludes: "http://schema.org/Product".freeze,
7087
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
7088
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/991".freeze,
7089
+ label: "countryOfLastProcessing".freeze,
7090
+ rangeIncludes: "http://schema.org/Text".freeze,
7091
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6864
7092
  property :countryOfOrigin,
6865
- comment: "The country of the principal offices of the production company or individual responsible for the movie or program.".freeze,
6866
- domainIncludes: ["http://schema.org/Movie".freeze, "http://schema.org/TVEpisode".freeze, "http://schema.org/TVSeason".freeze, "http://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
+ domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/Movie".freeze, "http://schema.org/Product".freeze, "http://schema.org/TVEpisode".freeze, "http://schema.org/TVSeason".freeze, "http://schema.org/TVSeries".freeze],
6867
7095
  label: "countryOfOrigin".freeze,
6868
7096
  rangeIncludes: "http://schema.org/Country".freeze,
6869
7097
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -6984,6 +7212,30 @@ module RDF::Vocab
6984
7212
  label: "customer".freeze,
6985
7213
  rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
6986
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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
7218
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
7219
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
7220
+ label: "customerRemorseReturnFees".freeze,
7221
+ rangeIncludes: "http://schema.org/ReturnFeesEnumeration".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
7226
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
7227
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
7228
+ label: "customerRemorseReturnLabelSource".freeze,
7229
+ rangeIncludes: "http://schema.org/ReturnLabelSourceEnumeration".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
7234
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
7235
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
7236
+ label: "customerRemorseReturnShippingFeesAmount".freeze,
7237
+ rangeIncludes: "http://schema.org/MonetaryAmount".freeze,
7238
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
6987
7239
  property :cutoffTime,
6988
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,
6989
7241
  domainIncludes: "http://schema.org/ShippingDeliveryTime".freeze,
@@ -7386,6 +7638,14 @@ module RDF::Vocab
7386
7638
  label: "differentialDiagnosis".freeze,
7387
7639
  rangeIncludes: "http://schema.org/DDxElement".freeze,
7388
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
+ domainIncludes: "http://schema.org/JobPosting".freeze,
7644
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
7645
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2907".freeze,
7646
+ label: "directApply".freeze,
7647
+ rangeIncludes: "http://schema.org/Boolean".freeze,
7648
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7389
7649
  property :director,
7390
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,
7391
7651
  domainIncludes: ["http://schema.org/Clip".freeze, "http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/Episode".freeze, "http://schema.org/Event".freeze, "http://schema.org/Movie".freeze, "http://schema.org/MovieSeries".freeze, "http://schema.org/RadioSeries".freeze, "http://schema.org/TVSeries".freeze, "http://schema.org/VideoGame".freeze, "http://schema.org/VideoGameSeries".freeze, "http://schema.org/VideoObject".freeze],
@@ -7809,6 +8069,15 @@ module RDF::Vocab
7809
8069
  label: "embedUrl".freeze,
7810
8070
  rangeIncludes: "http://schema.org/URL".freeze,
7811
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
+ domainIncludes: ["http://schema.org/AudioObject".freeze, "http://schema.org/ImageObject".freeze, "http://schema.org/VideoObject".freeze],
8075
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
8076
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
8077
+ label: "embeddedTextCaption".freeze,
8078
+ rangeIncludes: "http://schema.org/Text".freeze,
8079
+ subPropertyOf: "http://schema.org/caption".freeze,
8080
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7812
8081
  property :emissionsCO2,
7813
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,
7814
8083
  domainIncludes: "http://schema.org/Vehicle".freeze,
@@ -7852,6 +8121,15 @@ module RDF::Vocab
7852
8121
  label: "employmentUnit".freeze,
7853
8122
  rangeIncludes: "http://schema.org/Organization".freeze,
7854
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
+ domainIncludes: "http://schema.org/Gene".freeze,
8127
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
8128
+ "http://schema.org/inverseOf": "http://schema.org/isEncodedByBioChemEntity".freeze,
8129
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
8130
+ label: "encodesBioChemEntity".freeze,
8131
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
8132
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7855
8133
  property :encodesCreativeWork,
7856
8134
  comment: "The CreativeWork encoded by this media object.".freeze,
7857
8135
  domainIncludes: "http://schema.org/MediaObject".freeze,
@@ -7887,7 +8165,7 @@ module RDF::Vocab
7887
8165
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7888
8166
  property :endDate,
7889
8167
  comment: "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).".freeze,
7890
- domainIncludes: ["http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/CreativeWorkSeries".freeze, "http://schema.org/DatedMoneySpecification".freeze, "http://schema.org/EducationalOccupationalProgram".freeze, "http://schema.org/Event".freeze, "http://schema.org/Role".freeze, "http://schema.org/Schedule".freeze],
8168
+ domainIncludes: ["http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/CreativeWorkSeries".freeze, "http://schema.org/DatedMoneySpecification".freeze, "http://schema.org/EducationalOccupationalProgram".freeze, "http://schema.org/Event".freeze, "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze, "http://schema.org/Role".freeze, "http://schema.org/Schedule".freeze],
7891
8169
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
7892
8170
  label: "endDate".freeze,
7893
8171
  rangeIncludes: ["http://schema.org/Date".freeze, "http://schema.org/DateTime".freeze],
@@ -7902,7 +8180,7 @@ module RDF::Vocab
7902
8180
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
7903
8181
  property :endTime,
7904
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,
7905
- domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/FoodEstablishmentReservation".freeze, "http://schema.org/MediaObject".freeze, "http://schema.org/Schedule".freeze],
8183
+ domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/FoodEstablishmentReservation".freeze, "http://schema.org/InteractionCounter".freeze, "http://schema.org/MediaObject".freeze, "http://schema.org/Schedule".freeze],
7906
8184
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
7907
8185
  label: "endTime".freeze,
7908
8186
  rangeIncludes: ["http://schema.org/DateTime".freeze, "http://schema.org/Time".freeze],
@@ -8212,6 +8490,14 @@ module RDF::Vocab
8212
8490
  label: "expires".freeze,
8213
8491
  rangeIncludes: "http://schema.org/Date".freeze,
8214
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
+ domainIncludes: "http://schema.org/Gene".freeze,
8496
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
8497
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
8498
+ label: "expressedIn".freeze,
8499
+ rangeIncludes: ["http://schema.org/AnatomicalStructure".freeze, "http://schema.org/AnatomicalSystem".freeze, "http://schema.org/BioChemEntity".freeze, "http://schema.org/DefinedTerm".freeze],
8500
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8215
8501
  property :familyName,
8216
8502
  comment: "Family name. In the U.S., the last name of a Person.".freeze,
8217
8503
  domainIncludes: "http://schema.org/Person".freeze,
@@ -8731,6 +9017,24 @@ module RDF::Vocab
8731
9017
  label: "handlingTime".freeze,
8732
9018
  rangeIncludes: "http://schema.org/QuantitativeValue".freeze,
8733
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9023
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
9024
+ "http://schema.org/inverseOf": "http://schema.org/isPartOfBioChemEntity".freeze,
9025
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9026
+ label: "hasBioChemEntityPart".freeze,
9027
+ rangeIncludes: "http://schema.org/BioChemEntity".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
+ domainIncludes: ["http://schema.org/Gene".freeze, "http://schema.org/Protein".freeze],
9032
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
9033
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9034
+ label: "hasBioPolymerSequence".freeze,
9035
+ rangeIncludes: "http://schema.org/Text".freeze,
9036
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
9037
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8734
9038
  property :hasBroadcastChannel,
8735
9039
  comment: "A broadcast channel of a broadcast service.".freeze,
8736
9040
  domainIncludes: "http://schema.org/BroadcastService".freeze,
@@ -8772,7 +9076,7 @@ module RDF::Vocab
8772
9076
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8773
9077
  property :hasDefinedTerm,
8774
9078
  comment: "A Defined Term contained in this term set.".freeze,
8775
- domainIncludes: "http://schema.org/DefinedTermSet".freeze,
9079
+ domainIncludes: ["http://schema.org/DefinedTermSet".freeze, "http://schema.org/Taxon".freeze],
8776
9080
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
8777
9081
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
8778
9082
  label: "hasDefinedTerm".freeze,
@@ -8855,13 +9159,21 @@ module RDF::Vocab
8855
9159
  rangeIncludes: "http://schema.org/MenuSection".freeze,
8856
9160
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8857
9161
  property :hasMerchantReturnPolicy,
8858
- comment: "Indicates a MerchantReturnPolicy that may be applicable.".freeze,
8859
- domainIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Product".freeze],
9162
+ comment: "Specifies a MerchantReturnPolicy that may be applicable.".freeze,
9163
+ domainIncludes: ["http://schema.org/Offer".freeze, "http://schema.org/Organization".freeze, "http://schema.org/Product".freeze],
8860
9164
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
8861
9165
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
8862
9166
  label: "hasMerchantReturnPolicy".freeze,
8863
9167
  rangeIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
8864
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9172
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
9173
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9174
+ label: "hasMolecularFunction".freeze,
9175
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
9176
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8865
9177
  property :hasOccupation,
8866
9178
  comment: "The Person's occupation. For past professions, use Role for expressing dates.".freeze,
8867
9179
  domainIncludes: "http://schema.org/Person".freeze,
@@ -8899,6 +9211,14 @@ module RDF::Vocab
8899
9211
  label: "hasProductReturnPolicy".freeze,
8900
9212
  rangeIncludes: "http://schema.org/ProductReturnPolicy".freeze,
8901
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9217
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
9218
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9219
+ label: "hasRepresentation".freeze,
9220
+ rangeIncludes: ["http://schema.org/PropertyValue".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
9221
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
8902
9222
  property :hasVariant,
8903
9223
  comment: "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).".freeze,
8904
9224
  domainIncludes: "http://schema.org/ProductGroup".freeze,
@@ -9174,6 +9494,24 @@ module RDF::Vocab
9174
9494
  label: "inBroadcastLineup".freeze,
9175
9495
  rangeIncludes: "http://schema.org/CableOrSatelliteService".freeze,
9176
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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
9500
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
9501
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9502
+ label: "inChI".freeze,
9503
+ rangeIncludes: "http://schema.org/Text".freeze,
9504
+ subPropertyOf: "http://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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
9509
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
9510
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9511
+ label: "inChIKey".freeze,
9512
+ rangeIncludes: "http://schema.org/Text".freeze,
9513
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
9514
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9177
9515
  property :inCodeSet,
9178
9516
  comment: "A [[CategoryCodeSet]] that contains this category code.".freeze,
9179
9517
  domainIncludes: "http://schema.org/CategoryCode".freeze,
@@ -9214,7 +9552,7 @@ module RDF::Vocab
9214
9552
  rangeIncludes: "http://schema.org/Text".freeze,
9215
9553
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9216
9554
  property :inStoreReturnsOffered,
9217
- comment: "Are in-store returns offered?".freeze,
9555
+ comment: "Are in-store returns offered? (for more advanced return methods use the [[returnMethod]] property)".freeze,
9218
9556
  domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
9219
9557
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9220
9558
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
@@ -9434,6 +9772,15 @@ module RDF::Vocab
9434
9772
  label: "interestRate".freeze,
9435
9773
  rangeIncludes: ["http://schema.org/Number".freeze, "http://schema.org/QuantitativeValue".freeze],
9436
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
+ domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/MediaObject".freeze],
9778
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9779
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
9780
+ label: "interpretedAsClaim".freeze,
9781
+ rangeIncludes: "http://schema.org/Claim".freeze,
9782
+ subPropertyOf: "http://schema.org/description".freeze,
9783
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9437
9784
  property :inventoryLevel,
9438
9785
  comment: "The current approximate inventory level for the item or items.".freeze,
9439
9786
  domainIncludes: ["http://schema.org/Demand".freeze, "http://schema.org/Offer".freeze, "http://schema.org/SomeProducts".freeze],
@@ -9496,6 +9843,15 @@ module RDF::Vocab
9496
9843
  label: "isConsumableFor".freeze,
9497
9844
  rangeIncludes: "http://schema.org/Product".freeze,
9498
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9849
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
9850
+ "http://schema.org/inverseOf": "http://schema.org/encodesBioChemEntity".freeze,
9851
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9852
+ label: "isEncodedByBioChemEntity".freeze,
9853
+ rangeIncludes: "http://schema.org/Gene".freeze,
9854
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9499
9855
  property :isFamilyFriendly,
9500
9856
  comment: "Indicates whether this content is family friendly.".freeze,
9501
9857
  domainIncludes: "http://schema.org/CreativeWork".freeze,
@@ -9508,12 +9864,28 @@ module RDF::Vocab
9508
9864
  label: "isGift".freeze,
9509
9865
  rangeIncludes: "http://schema.org/Boolean".freeze,
9510
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9870
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
9871
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9872
+ label: "isInvolvedInBiologicalProcess".freeze,
9873
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
9874
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9511
9875
  property :isLiveBroadcast,
9512
9876
  comment: "True if the broadcast is of a live event.".freeze,
9513
9877
  domainIncludes: "http://schema.org/BroadcastEvent".freeze,
9514
9878
  label: "isLiveBroadcast".freeze,
9515
9879
  rangeIncludes: "http://schema.org/Boolean".freeze,
9516
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9884
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
9885
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9886
+ label: "isLocatedInSubcellularLocation".freeze,
9887
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
9888
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9517
9889
  property :isPartOf,
9518
9890
  comment: "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.".freeze,
9519
9891
  domainIncludes: "http://schema.org/CreativeWork".freeze,
@@ -9521,6 +9893,15 @@ module RDF::Vocab
9521
9893
  label: "isPartOf".freeze,
9522
9894
  rangeIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/URL".freeze],
9523
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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
9899
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
9900
+ "http://schema.org/inverseOf": "http://schema.org/hasBioChemEntityPart".freeze,
9901
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
9902
+ label: "isPartOfBioChemEntity".freeze,
9903
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
9904
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9524
9905
  property :isPlanForApartment,
9525
9906
  comment: "Indicates some accommodation that this floor plan describes.".freeze,
9526
9907
  domainIncludes: "http://schema.org/FloorPlan".freeze,
@@ -9640,11 +10021,35 @@ module RDF::Vocab
9640
10021
  rangeIncludes: "http://schema.org/Thing".freeze,
9641
10022
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9642
10023
  property :itemCondition,
9643
- 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,
9644
- domainIncludes: ["http://schema.org/Demand".freeze, "http://schema.org/Offer".freeze, "http://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
+ domainIncludes: ["http://schema.org/Demand".freeze, "http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/Offer".freeze, "http://schema.org/Product".freeze],
9645
10026
  label: "itemCondition".freeze,
9646
10027
  rangeIncludes: "http://schema.org/OfferItemCondition".freeze,
9647
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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
10032
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10033
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
10034
+ label: "itemDefectReturnFees".freeze,
10035
+ rangeIncludes: "http://schema.org/ReturnFeesEnumeration".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
10040
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10041
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
10042
+ label: "itemDefectReturnLabelSource".freeze,
10043
+ rangeIncludes: "http://schema.org/ReturnLabelSourceEnumeration".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
10048
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10049
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
10050
+ label: "itemDefectReturnShippingFeesAmount".freeze,
10051
+ rangeIncludes: "http://schema.org/MonetaryAmount".freeze,
10052
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9648
10053
  property :itemListElement,
9649
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,
9650
10055
  domainIncludes: "http://schema.org/ItemList".freeze,
@@ -9693,6 +10098,14 @@ module RDF::Vocab
9693
10098
  label: "itinerary".freeze,
9694
10099
  rangeIncludes: ["http://schema.org/ItemList".freeze, "http://schema.org/Place".freeze],
9695
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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
10104
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10105
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10106
+ label: "iupacName".freeze,
10107
+ rangeIncludes: "http://schema.org/Text".freeze,
10108
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
9696
10109
  property :jobBenefits,
9697
10110
  comment: "Description of benefits associated with the job.".freeze,
9698
10111
  domainIncludes: "http://schema.org/JobPosting".freeze,
@@ -10098,7 +10511,7 @@ module RDF::Vocab
10098
10511
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10099
10512
  property :location,
10100
10513
  comment: "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.".freeze,
10101
- domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/Event".freeze, "http://schema.org/Organization".freeze],
10514
+ domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/Event".freeze, "http://schema.org/InteractionCounter".freeze, "http://schema.org/Organization".freeze],
10102
10515
  label: "location".freeze,
10103
10516
  rangeIncludes: ["http://schema.org/Place".freeze, "http://schema.org/PostalAddress".freeze, "http://schema.org/Text".freeze, "http://schema.org/VirtualLocation".freeze],
10104
10517
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -10359,6 +10772,14 @@ module RDF::Vocab
10359
10772
  label: "mediaAuthenticityCategory".freeze,
10360
10773
  rangeIncludes: "http://schema.org/MediaManipulationRatingEnumeration".freeze,
10361
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
+ domainIncludes: "http://schema.org/MediaReviewItem".freeze,
10778
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10779
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
10780
+ label: "mediaItemAppearance".freeze,
10781
+ rangeIncludes: "http://schema.org/MediaObject".freeze,
10782
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10362
10783
  property :median,
10363
10784
  comment: "The median value.".freeze,
10364
10785
  domainIncludes: "http://schema.org/QuantitativeValueDistribution".freeze,
@@ -10464,15 +10885,15 @@ module RDF::Vocab
10464
10885
  rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
10465
10886
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10466
10887
  property :merchantReturnDays,
10467
- comment: "The merchantReturnDays property indicates the number of days (from purchase) within which relevant merchant return policy is applicable.".freeze,
10468
- domainIncludes: "http://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
+ domainIncludes: ["http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze],
10469
10890
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10470
10891
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
10471
10892
  label: "merchantReturnDays".freeze,
10472
- rangeIncludes: "http://schema.org/Integer".freeze,
10893
+ rangeIncludes: ["http://schema.org/Date".freeze, "http://schema.org/DateTime".freeze, "http://schema.org/Integer".freeze],
10473
10894
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10474
10895
  property :merchantReturnLink,
10475
- 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,
10476
10897
  domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
10477
10898
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10478
10899
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
@@ -10541,6 +10962,30 @@ module RDF::Vocab
10541
10962
  label: "modifiedTime".freeze,
10542
10963
  rangeIncludes: "http://schema.org/DateTime".freeze,
10543
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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
10968
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10969
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10970
+ label: "molecularFormula".freeze,
10971
+ rangeIncludes: "http://schema.org/Text".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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
10976
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10977
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10978
+ label: "molecularWeight".freeze,
10979
+ rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
10984
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
10985
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
10986
+ label: "monoisotopicMolecularWeight".freeze,
10987
+ rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".freeze],
10988
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10544
10989
  property :monthlyMinimumRepaymentAmount,
10545
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,
10546
10991
  domainIncludes: "http://schema.org/PaymentCard".freeze,
@@ -10653,6 +11098,14 @@ module RDF::Vocab
10653
11098
  label: "naturalProgression".freeze,
10654
11099
  rangeIncludes: "http://schema.org/Text".freeze,
10655
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
+ domainIncludes: "http://schema.org/Review".freeze,
11104
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
11105
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832".freeze,
11106
+ label: "negativeNotes".freeze,
11107
+ rangeIncludes: ["http://schema.org/ItemList".freeze, "http://schema.org/ListItem".freeze, "http://schema.org/Text".freeze, "http://schema.org/WebContent".freeze],
11108
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
10656
11109
  property :nerve,
10657
11110
  comment: "The underlying innervation associated with the muscle.".freeze,
10658
11111
  domainIncludes: "http://schema.org/Muscle".freeze,
@@ -11104,6 +11557,23 @@ module RDF::Vocab
11104
11557
  label: "originAddress".freeze,
11105
11558
  rangeIncludes: "http://schema.org/PostalAddress".freeze,
11106
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
+ domainIncludes: "http://schema.org/MediaReview".freeze,
11563
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
11564
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
11565
+ label: "originalMediaContextDescription".freeze,
11566
+ rangeIncludes: "http://schema.org/Text".freeze,
11567
+ subPropertyOf: "http://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
+ domainIncludes: "http://schema.org/MediaReview".freeze,
11572
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
11573
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
11574
+ label: "originalMediaLink".freeze,
11575
+ rangeIncludes: ["http://schema.org/MediaObject".freeze, "http://schema.org/URL".freeze, "http://schema.org/WebPage".freeze],
11576
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11107
11577
  property :originatesFrom,
11108
11578
  comment: "The vasculature the lymphatic structure originates, or afferents, from.".freeze,
11109
11579
  domainIncludes: "http://schema.org/LymphaticVessel".freeze,
@@ -11197,6 +11667,15 @@ module RDF::Vocab
11197
11667
  label: "parentService".freeze,
11198
11668
  rangeIncludes: "http://schema.org/BroadcastService".freeze,
11199
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
+ domainIncludes: "http://schema.org/Taxon".freeze,
11673
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
11674
+ "http://schema.org/inverseOf": "http://schema.org/childTaxon".freeze,
11675
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
11676
+ label: "parentTaxon".freeze,
11677
+ rangeIncludes: ["http://schema.org/Taxon".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
11678
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11200
11679
  property :parents,
11201
11680
  comment: "A parents of the person.".freeze,
11202
11681
  domainIncludes: "http://schema.org/Person".freeze,
@@ -11530,6 +12009,14 @@ module RDF::Vocab
11530
12009
  label: "position".freeze,
11531
12010
  rangeIncludes: ["http://schema.org/Integer".freeze, "http://schema.org/Text".freeze],
11532
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
+ domainIncludes: "http://schema.org/Review".freeze,
12015
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
12016
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832".freeze,
12017
+ label: "positiveNotes".freeze,
12018
+ rangeIncludes: ["http://schema.org/ItemList".freeze, "http://schema.org/ListItem".freeze, "http://schema.org/Text".freeze, "http://schema.org/WebContent".freeze],
12019
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11533
12020
  property :possibleComplication,
11534
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,
11535
12022
  domainIncludes: "http://schema.org/MedicalCondition".freeze,
@@ -11602,6 +12089,14 @@ module RDF::Vocab
11602
12089
  label: "potentialAction".freeze,
11603
12090
  rangeIncludes: "http://schema.org/Action".freeze,
11604
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
+ domainIncludes: ["http://schema.org/ChemicalSubstance".freeze, "http://schema.org/MolecularEntity".freeze],
12095
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
12096
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
12097
+ label: "potentialUse".freeze,
12098
+ rangeIncludes: "http://schema.org/DefinedTerm".freeze,
12099
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
11605
12100
  property :preOp,
11606
12101
  comment: "A description of the workup, testing, and other preparations required before implanting this device.".freeze,
11607
12102
  domainIncludes: "http://schema.org/MedicalDevice".freeze,
@@ -12227,7 +12722,7 @@ module RDF::Vocab
12227
12722
  rangeIncludes: "http://schema.org/Order".freeze,
12228
12723
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12229
12724
  property :refundType,
12230
- comment: "A refundType, from an enumerated list.".freeze,
12725
+ comment: "A refund type, from an enumerated list.".freeze,
12231
12726
  domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
12232
12727
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
12233
12728
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
@@ -12488,6 +12983,14 @@ module RDF::Vocab
12488
12983
  label: "restPeriods".freeze,
12489
12984
  rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".freeze],
12490
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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
12989
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
12990
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
12991
+ label: "restockingFee".freeze,
12992
+ rangeIncludes: ["http://schema.org/MonetaryAmount".freeze, "http://schema.org/Number".freeze],
12993
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12491
12994
  property :result,
12492
12995
  comment: "The result produced in the action. e.g. John wrote *a book*.".freeze,
12493
12996
  domainIncludes: "http://schema.org/Action".freeze,
@@ -12509,21 +13012,61 @@ module RDF::Vocab
12509
13012
  subPropertyOf: "http://schema.org/result".freeze,
12510
13013
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12511
13014
  property :returnFees,
12512
- 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,
12513
13016
  domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
12514
13017
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
12515
13018
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12516
13019
  label: "returnFees".freeze,
12517
13020
  rangeIncludes: "http://schema.org/ReturnFeesEnumeration".freeze,
12518
13021
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12519
- property :returnPolicyCategory,
12520
- 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,
12521
13024
  domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
12522
13025
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13026
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13027
+ label: "returnLabelSource".freeze,
13028
+ rangeIncludes: "http://schema.org/ReturnLabelSourceEnumeration".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
13033
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13034
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13035
+ label: "returnMethod".freeze,
13036
+ rangeIncludes: "http://schema.org/ReturnMethodEnumeration".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
+ domainIncludes: ["http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze],
13041
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
12523
13042
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
12524
13043
  label: "returnPolicyCategory".freeze,
12525
13044
  rangeIncludes: "http://schema.org/MerchantReturnEnumeration".freeze,
12526
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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
13049
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13050
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13051
+ label: "returnPolicyCountry".freeze,
13052
+ rangeIncludes: ["http://schema.org/Country".freeze, "http://schema.org/Text".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
13057
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13058
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13059
+ label: "returnPolicySeasonalOverride".freeze,
13060
+ rangeIncludes: "http://schema.org/MerchantReturnPolicySeasonalOverride".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
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
13065
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13066
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
13067
+ label: "returnShippingFeesAmount".freeze,
13068
+ rangeIncludes: "http://schema.org/MonetaryAmount".freeze,
13069
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12527
13070
  property :review,
12528
13071
  comment: "A review of the item.".freeze,
12529
13072
  domainIncludes: ["http://schema.org/Brand".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/Event".freeze, "http://schema.org/Offer".freeze, "http://schema.org/Organization".freeze, "http://schema.org/Place".freeze, "http://schema.org/Product".freeze, "http://schema.org/Service".freeze],
@@ -12946,6 +13489,15 @@ module RDF::Vocab
12946
13489
  label: "servingSize".freeze,
12947
13490
  rangeIncludes: "http://schema.org/Text".freeze,
12948
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
+ domainIncludes: "http://schema.org/MediaObject".freeze,
13495
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13496
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
13497
+ label: "sha256".freeze,
13498
+ rangeIncludes: "http://schema.org/Text".freeze,
13499
+ subPropertyOf: "http://schema.org/description".freeze,
13500
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
12949
13501
  property :sharedContent,
12950
13502
  comment: "A CreativeWork such as an image, video, or audio clip shared as part of this posting.".freeze,
12951
13503
  domainIncludes: "http://schema.org/SocialMediaPosting".freeze,
@@ -13084,6 +13636,15 @@ module RDF::Vocab
13084
13636
  label: "slogan".freeze,
13085
13637
  rangeIncludes: "http://schema.org/Text".freeze,
13086
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
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
13642
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
13643
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13644
+ label: "smiles".freeze,
13645
+ rangeIncludes: "http://schema.org/Text".freeze,
13646
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
13647
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13087
13648
  property :smokingAllowed,
13088
13649
  comment: "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.".freeze,
13089
13650
  domainIncludes: "http://schema.org/Place".freeze,
@@ -13262,14 +13823,14 @@ module RDF::Vocab
13262
13823
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13263
13824
  property :startDate,
13264
13825
  comment: "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).".freeze,
13265
- domainIncludes: ["http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/CreativeWorkSeries".freeze, "http://schema.org/DatedMoneySpecification".freeze, "http://schema.org/EducationalOccupationalProgram".freeze, "http://schema.org/Event".freeze, "http://schema.org/Role".freeze, "http://schema.org/Schedule".freeze],
13826
+ domainIncludes: ["http://schema.org/CreativeWorkSeason".freeze, "http://schema.org/CreativeWorkSeries".freeze, "http://schema.org/DatedMoneySpecification".freeze, "http://schema.org/EducationalOccupationalProgram".freeze, "http://schema.org/Event".freeze, "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze, "http://schema.org/Role".freeze, "http://schema.org/Schedule".freeze],
13266
13827
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
13267
13828
  label: "startDate".freeze,
13268
13829
  rangeIncludes: ["http://schema.org/Date".freeze, "http://schema.org/DateTime".freeze],
13269
13830
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13270
13831
  property :startOffset,
13271
13832
  comment: "The start time of the clip expressed as the number of seconds from the beginning of the work.".freeze,
13272
- domainIncludes: "http://schema.org/Clip".freeze,
13833
+ domainIncludes: ["http://schema.org/Clip".freeze, "http://schema.org/SeekToAction".freeze],
13273
13834
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
13274
13835
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
13275
13836
  label: "startOffset".freeze,
@@ -13277,7 +13838,7 @@ module RDF::Vocab
13277
13838
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13278
13839
  property :startTime,
13279
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,
13280
- domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/FoodEstablishmentReservation".freeze, "http://schema.org/MediaObject".freeze, "http://schema.org/Schedule".freeze],
13841
+ domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/FoodEstablishmentReservation".freeze, "http://schema.org/InteractionCounter".freeze, "http://schema.org/MediaObject".freeze, "http://schema.org/Schedule".freeze],
13281
13842
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
13282
13843
  label: "startTime".freeze,
13283
13844
  rangeIncludes: ["http://schema.org/DateTime".freeze, "http://schema.org/Time".freeze],
@@ -13615,6 +14176,22 @@ module RDF::Vocab
13615
14176
  rangeIncludes: "http://schema.org/Text".freeze,
13616
14177
  subPropertyOf: "http://schema.org/identifier".freeze,
13617
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
+ domainIncludes: "http://schema.org/Taxon".freeze,
14182
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
14183
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
14184
+ label: "taxonRank".freeze,
14185
+ rangeIncludes: ["http://schema.org/PropertyValue".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".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
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
14190
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
14191
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
14192
+ label: "taxonomicRange".freeze,
14193
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/Taxon".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
14194
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
13618
14195
  property :teaches,
13619
14196
  comment: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.".freeze,
13620
14197
  domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/EducationEvent".freeze, "http://schema.org/LearningResource".freeze],
@@ -15096,7 +15673,7 @@ module RDF::Vocab
15096
15673
  label: "EvidenceLevelC".freeze,
15097
15674
  type: "http://schema.org/MedicalEvidenceLevel".freeze
15098
15675
  term :ExchangeRefund,
15099
- comment: "A ExchangeRefund ...".freeze,
15676
+ comment: "Specifies that a refund can be done as an exchange for the same product.".freeze,
15100
15677
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15101
15678
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15102
15679
  label: "ExchangeRefund".freeze,
@@ -15158,6 +15735,12 @@ module RDF::Vocab
15158
15735
  "http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
15159
15736
  label: "FourWheelDriveConfiguration".freeze,
15160
15737
  type: "http://schema.org/DriveWheelConfigurationValue".freeze
15738
+ term :FreeReturn,
15739
+ comment: "Specifies that product returns are free of charge for the customer.".freeze,
15740
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15741
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
15742
+ label: "FreeReturn".freeze,
15743
+ type: "http://schema.org/ReturnFeesEnumeration".freeze
15161
15744
  term :Friday,
15162
15745
  comment: "The day of the week between Thursday and Saturday.".freeze,
15163
15746
  "http://schema.org/sameAs": "http://www.wikidata.org/entity/Q130".freeze,
@@ -15169,7 +15752,7 @@ module RDF::Vocab
15169
15752
  label: "FrontWheelDriveConfiguration".freeze,
15170
15753
  type: "http://schema.org/DriveWheelConfigurationValue".freeze
15171
15754
  term :FullRefund,
15172
- comment: "A FullRefund ...".freeze,
15755
+ comment: "Specifies that a refund can be done in the full amount the customer paid for the product".freeze,
15173
15756
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15174
15757
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15175
15758
  label: "FullRefund".freeze,
@@ -15432,25 +16015,25 @@ module RDF::Vocab
15432
16015
  label: "MedicalResearcher".freeze,
15433
16016
  type: "http://schema.org/MedicalAudienceType".freeze
15434
16017
  term :MerchantReturnFiniteReturnWindow,
15435
- comment: "MerchantReturnFiniteReturnWindow: there is a finite window for product returns.".freeze,
16018
+ comment: "Specifies that there is a finite window for product returns.".freeze,
15436
16019
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15437
16020
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15438
16021
  label: "MerchantReturnFiniteReturnWindow".freeze,
15439
16022
  type: "http://schema.org/MerchantReturnEnumeration".freeze
15440
16023
  term :MerchantReturnNotPermitted,
15441
- comment: "MerchantReturnNotPermitted: product returns are not permitted.".freeze,
16024
+ comment: "Specifies that product returns are not permitted.".freeze,
15442
16025
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15443
16026
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15444
16027
  label: "MerchantReturnNotPermitted".freeze,
15445
16028
  type: "http://schema.org/MerchantReturnEnumeration".freeze
15446
16029
  term :MerchantReturnUnlimitedWindow,
15447
- comment: "MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.".freeze,
16030
+ comment: "Specifies that there is an unlimited window for product returns.".freeze,
15448
16031
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15449
16032
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15450
16033
  label: "MerchantReturnUnlimitedWindow".freeze,
15451
16034
  type: "http://schema.org/MerchantReturnEnumeration".freeze
15452
16035
  term :MerchantReturnUnspecified,
15453
- comment: "MerchantReturnUnspecified: a product return policy is not specified here.".freeze,
16036
+ comment: "Specifies that a product return policy is not provided.".freeze,
15454
16037
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15455
16038
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15456
16039
  label: "MerchantReturnUnspecified".freeze,
@@ -15909,7 +16492,7 @@ module RDF::Vocab
15909
16492
  label: "OriginalMediaContent".freeze,
15910
16493
  type: "http://schema.org/MediaManipulationRatingEnumeration".freeze
15911
16494
  term :OriginalShippingFees,
15912
- comment: "OriginalShippingFees ...".freeze,
16495
+ comment: "Specifies that the customer must pay the original shipping costs when returning a product.".freeze,
15913
16496
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
15914
16497
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
15915
16498
  label: "OriginalShippingFees".freeze,
@@ -16216,7 +16799,7 @@ module RDF::Vocab
16216
16799
  subClassOf: "http://schema.org/MedicalTherapy".freeze,
16217
16800
  type: "http://schema.org/MedicalSpecialty".freeze
16218
16801
  term :RestockingFees,
16219
- comment: "RestockingFees ...".freeze,
16802
+ comment: "Specifies that the customer must pay a restocking fee when returning a product".freeze,
16220
16803
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16221
16804
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
16222
16805
  label: "RestockingFees".freeze,
@@ -16236,8 +16819,50 @@ module RDF::Vocab
16236
16819
  "http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
16237
16820
  label: "Retail".freeze,
16238
16821
  type: "http://schema.org/DrugCostCategory".freeze
16822
+ term :ReturnAtKiosk,
16823
+ comment: "Specifies that product returns must be made at a kiosk.".freeze,
16824
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16825
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16826
+ label: "ReturnAtKiosk".freeze,
16827
+ type: "http://schema.org/ReturnMethodEnumeration".freeze
16828
+ term :ReturnByMail,
16829
+ comment: "Specifies that product returns must to be done by mail.".freeze,
16830
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16831
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16832
+ label: "ReturnByMail".freeze,
16833
+ type: "http://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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16837
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16838
+ label: "ReturnFeesCustomerResponsibility".freeze,
16839
+ type: "http://schema.org/ReturnFeesEnumeration".freeze
16840
+ term :ReturnInStore,
16841
+ comment: "Specifies that product returns must be made in a store.".freeze,
16842
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16843
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16844
+ label: "ReturnInStore".freeze,
16845
+ type: "http://schema.org/ReturnMethodEnumeration".freeze
16846
+ term :ReturnLabelCustomerResponsibility,
16847
+ comment: "Indicated that creating a return label is the responsibility of the customer.".freeze,
16848
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16849
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16850
+ label: "ReturnLabelCustomerResponsibility".freeze,
16851
+ type: "http://schema.org/ReturnLabelSourceEnumeration".freeze
16852
+ term :ReturnLabelDownloadAndPrint,
16853
+ comment: "Indicated that a return label must be downloaded and printed by the customer.".freeze,
16854
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16855
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16856
+ label: "ReturnLabelDownloadAndPrint".freeze,
16857
+ type: "http://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
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16861
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
16862
+ label: "ReturnLabelInBox".freeze,
16863
+ type: "http://schema.org/ReturnLabelSourceEnumeration".freeze
16239
16864
  term :ReturnShippingFees,
16240
- comment: "ReturnShippingFees ...".freeze,
16865
+ comment: "Specifies that the customer must pay the return shipping costs when returning a product".freeze,
16241
16866
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16242
16867
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
16243
16868
  label: "ReturnShippingFees".freeze,
@@ -16289,7 +16914,7 @@ module RDF::Vocab
16289
16914
  label: "SalePrice".freeze,
16290
16915
  type: "http://schema.org/PriceTypeEnumeration".freeze
16291
16916
  term :SatireOrParodyContent,
16292
- comment: "Content coded 'satire or 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,
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,
16293
16918
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16294
16919
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
16295
16920
  label: "SatireOrParodyContent".freeze,
@@ -16395,7 +17020,7 @@ module RDF::Vocab
16395
17020
  label: "StagesHealthAspect".freeze,
16396
17021
  type: "http://schema.org/HealthAspectEnumeration".freeze
16397
17022
  term :StoreCreditRefund,
16398
- comment: "A StoreCreditRefund ...".freeze,
17023
+ comment: "Specifies that the customer receives a store credit as refund when returning a product".freeze,
16399
17024
  "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
16400
17025
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
16401
17026
  label: "StoreCreditRefund".freeze,