lib/rdf/vocab/schema.rb in rdf-vocab-3.1.13 vs lib/rdf/vocab/schema.rb in rdf-vocab-3.1.14
- old
+ new
@@ -284,10 +284,17 @@
comment: "An audio file.".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "AudioObject".freeze,
subClassOf: "http://schema.org/MediaObject".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :AudioObjectSnapshot,
+ 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,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "AudioObjectSnapshot".freeze,
+ subClassOf: "http://schema.org/AudioObject".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :Audiobook,
comment: "An audiobook.".freeze,
"http://schema.org/isPartOf": "http://bib.schema.org".freeze,
label: "Audiobook".freeze,
subClassOf: ["http://schema.org/AudioObject".freeze, "http://schema.org/Book".freeze],
@@ -410,12 +417,19 @@
term :BikeStore,
comment: "A bike store.".freeze,
label: "BikeStore".freeze,
subClassOf: "http://schema.org/Store".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :BioChemEntity,
+ comment: "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical.".freeze,
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "BioChemEntity".freeze,
+ subClassOf: "http://schema.org/Thing".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :Blog,
- comment: "A blog.".freeze,
+ 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,
label: "Blog".freeze,
subClassOf: "http://schema.org/CreativeWork".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :BlogPosting,
comment: "A blog post.".freeze,
@@ -730,10 +744,17 @@
term :CheckoutPage,
comment: "Web page type: Checkout page.".freeze,
label: "CheckoutPage".freeze,
subClassOf: "http://schema.org/WebPage".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :ChemicalSubstance,
+ 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,
+ "http://purl.org/dc/terms/source": ["http://bioschemas.org".freeze, "https://www.ebi.ac.uk/chebi/searchId.do?chebiId=59999".freeze],
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "ChemicalSubstance".freeze,
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :ChildCare,
comment: "A Childcare center.".freeze,
label: "ChildCare".freeze,
subClassOf: "http://schema.org/LocalBusiness".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -1763,10 +1784,17 @@
term :GenderType,
comment: "An enumeration of genders.".freeze,
label: "GenderType".freeze,
subClassOf: "http://schema.org/Enumeration".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :Gene,
+ 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,
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "Gene".freeze,
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :GeneralContractor,
comment: "A general contractor.".freeze,
label: "GeneralContractor".freeze,
subClassOf: "http://schema.org/HomeAndConstructionBusiness".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -2059,10 +2087,17 @@
comment: "An image file.".freeze,
equivalentClass: "http://purl.org/dc/dcmitype/Image".freeze,
label: "ImageObject".freeze,
subClassOf: "http://schema.org/MediaObject".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :ImageObjectSnapshot,
+ 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,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "ImageObjectSnapshot".freeze,
+ subClassOf: "http://schema.org/ImageObject".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :ImagingTest,
comment: "Any medical imaging modality typically used for diagnostic purposes.".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "ImagingTest".freeze,
subClassOf: "http://schema.org/MedicalTest".freeze,
@@ -2328,11 +2363,11 @@
comment: "Event type: Literary event.".freeze,
label: "LiteraryEvent".freeze,
subClassOf: "http://schema.org/Event".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :LiveBlogPosting,
- comment: "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.".freeze,
+ comment: "A [[LiveBlogPosting]] is a [[BlogPosting]] intended to provide a rolling textual coverage of an ongoing event through continuous updates.".freeze,
label: "LiveBlogPosting".freeze,
subClassOf: "http://schema.org/BlogPosting".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :LoanOrCredit,
comment: "A financial product for the loaning of an amount of money, or line of credit, under agreed terms and charges.".freeze,
@@ -2447,10 +2482,17 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "MediaReview".freeze,
subClassOf: "http://schema.org/Review".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :MediaReviewItem,
+ 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,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "MediaReviewItem".freeze,
+ subClassOf: "http://schema.org/CreativeWork".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :MediaSubscription,
comment: "A subscription which allows a user to access media including audio, video, books, etc.".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
label: "MediaSubscription".freeze,
subClassOf: "http://schema.org/Intangible".freeze,
@@ -2740,23 +2782,30 @@
comment: "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.".freeze,
label: "MenuSection".freeze,
subClassOf: "http://schema.org/CreativeWork".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :MerchantReturnEnumeration,
- comment: "MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.".freeze,
+ comment: "Enumerates several kinds of product return policies.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnEnumeration".freeze,
subClassOf: "http://schema.org/Enumeration".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :MerchantReturnPolicy,
- comment: "A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]] or [[Product]].".freeze,
+ comment: "A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]], [[Product]], or [[Offer]].".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnPolicy".freeze,
subClassOf: "http://schema.org/Intangible".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :MerchantReturnPolicySeasonalOverride,
+ comment: "A seasonal override of a return policy, for example used for holidays.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "MerchantReturnPolicySeasonalOverride".freeze,
+ subClassOf: "http://schema.org/Intangible".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :Message,
comment: "A single message from a sender to one or more organizations or people.".freeze,
label: "Message".freeze,
subClassOf: "http://schema.org/CreativeWork".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -2773,10 +2822,17 @@
term :MobilePhoneStore,
comment: "A store that sells mobile phones and related accessories.".freeze,
label: "MobilePhoneStore".freeze,
subClassOf: "http://schema.org/Store".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :MolecularEntity,
+ comment: "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.".freeze,
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "MolecularEntity".freeze,
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :MonetaryAmount,
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,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "MonetaryAmount".freeze,
subClassOf: "http://schema.org/StructuredValue".freeze,
@@ -3380,11 +3436,11 @@
comment: "The act of planning the execution of an event/task/action/reservation/plan to a future date.".freeze,
label: "PlanAction".freeze,
subClassOf: "http://schema.org/OrganizeAction".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :Play,
- 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,
+ 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,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1816".freeze,
label: "Play".freeze,
subClassOf: "http://schema.org/CreativeWork".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -3598,10 +3654,17 @@
comment: "A Property value specification.".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
label: "PropertyValueSpecification".freeze,
subClassOf: "http://schema.org/Intangible".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :Protein,
+ 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,
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "Protein".freeze,
+ subClassOf: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :Protozoa,
comment: "Single-celled organism that causes an infection.".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "Protozoa".freeze,
type: "http://schema.org/InfectiousAgentClass".freeze
@@ -3796,11 +3859,11 @@
comment: "A recycling center.".freeze,
label: "RecyclingCenter".freeze,
subClassOf: "http://schema.org/LocalBusiness".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :RefundTypeEnumeration,
- comment: "RefundTypeEnumeration enumerates several kinds of product return refund types.".freeze,
+ comment: "Enumerates several kinds of product return refund types.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "RefundTypeEnumeration".freeze,
subClassOf: "http://schema.org/Enumeration".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -3857,10 +3920,17 @@
comment: "A patient-reported or observed dosing schedule for a drug or supplement.".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "ReportedDoseSchedule".freeze,
subClassOf: "http://schema.org/DoseSchedule".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :ResearchOrganization,
+ comment: "A Research Organization (e.g. scientific institute, research company).".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2877".freeze,
+ label: "ResearchOrganization".freeze,
+ subClassOf: "http://schema.org/Organization".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :ResearchProject,
comment: "A Research project.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": ["https://github.com/schemaorg/schemaorg/issues/383".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze],
label: "ResearchProject".freeze,
@@ -3926,16 +3996,30 @@
comment: "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).".freeze,
label: "ReturnAction".freeze,
subClassOf: "http://schema.org/TransferAction".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :ReturnFeesEnumeration,
- comment: "ReturnFeesEnumeration expresses policies for return fees.".freeze,
+ comment: "Enumerates several kinds of policies for product return fees.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ReturnFeesEnumeration".freeze,
subClassOf: "http://schema.org/Enumeration".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :ReturnLabelSourceEnumeration,
+ comment: "Enumerates several types of return labels for product returns.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnLabelSourceEnumeration".freeze,
+ subClassOf: "http://schema.org/Enumeration".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :ReturnMethodEnumeration,
+ comment: "Enumerates several types of product return methods.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnMethodEnumeration".freeze,
+ subClassOf: "http://schema.org/Enumeration".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :Review,
comment: "A review of an item - for example, of a restaurant, movie, or store.".freeze,
label: "Review".freeze,
subClassOf: "http://schema.org/CreativeWork".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -4269,10 +4353,17 @@
term :State,
comment: "A state or province of a country.".freeze,
label: "State".freeze,
subClassOf: "http://schema.org/AdministrativeArea".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :Statement,
+ 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,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2912".freeze,
+ label: "Statement".freeze,
+ subClassOf: "http://schema.org/CreativeWork".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :StatisticalPopulation,
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,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
label: "StatisticalPopulation".freeze,
@@ -4406,10 +4497,17 @@
term :TaxiStand,
comment: "A taxi stand.".freeze,
label: "TaxiStand".freeze,
subClassOf: "http://schema.org/CivicStructure".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :Taxon,
+ comment: "A set of organisms asserted to represent a natural cohesive biological unit.".freeze,
+ "http://purl.org/dc/terms/source": "http://bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "Taxon".freeze,
+ subClassOf: "http://schema.org/Thing".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :TechArticle,
comment: "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.".freeze,
label: "TechArticle".freeze,
subClassOf: "http://schema.org/Article".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -4732,10 +4830,17 @@
comment: "A video file.".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "VideoObject".freeze,
subClassOf: "http://schema.org/MediaObject".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
+ term :VideoObjectSnapshot,
+ 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,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "VideoObjectSnapshot".freeze,
+ subClassOf: "http://schema.org/VideoObject".freeze,
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
term :ViewAction,
comment: "The act of consuming static visual content.".freeze,
label: "ViewAction".freeze,
subClassOf: "http://schema.org/ConsumeAction".freeze,
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
@@ -5172,11 +5277,11 @@
label: "activityFrequency".freeze,
rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :actor,
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,
- 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],
+ 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],
label: "actor".freeze,
rangeIncludes: "http://schema.org/Person".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :actors,
comment: "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.".freeze,
@@ -5204,11 +5309,11 @@
label: "additionalNumberOfGuests".freeze,
rangeIncludes: "http://schema.org/Number".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :additionalProperty,
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,
- domainIncludes: ["http://schema.org/Place".freeze, "http://schema.org/Product".freeze, "http://schema.org/QualitativeValue".freeze, "http://schema.org/QuantitativeValue".freeze],
+ 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],
label: "additionalProperty".freeze,
rangeIncludes: "http://schema.org/PropertyValue".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :additionalType,
comment: "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.".freeze,
@@ -5373,10 +5478,18 @@
comment: "A secondary title of the CreativeWork.".freeze,
domainIncludes: "http://schema.org/CreativeWork".freeze,
label: "alternativeHeadline".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :alternativeOf,
+ comment: "Another gene which is a variation of this one.".freeze,
+ domainIncludes: "http://schema.org/Gene".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "alternativeOf".freeze,
+ rangeIncludes: "http://schema.org/Gene".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :alumni,
comment: "Alumni of an organization.".freeze,
domainIncludes: ["http://schema.org/EducationalOrganization".freeze, "http://schema.org/Organization".freeze],
"http://schema.org/inverseOf": "http://schema.org/alumniOf".freeze,
label: "alumni".freeze,
@@ -5541,10 +5654,18 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
label: "archiveHeld".freeze,
rangeIncludes: "http://schema.org/ArchiveComponent".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :archivedAt,
+ 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,
+ domainIncludes: "http://schema.org/CreativeWork".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "archivedAt".freeze,
+ rangeIncludes: ["http://schema.org/URL".freeze, "http://schema.org/WebPage".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :area,
comment: "The area within which users can expect to reach the broadcast service.".freeze,
domainIncludes: "http://schema.org/BroadcastService".freeze,
"http://schema.org/supersededBy": "http://schema.org/serviceArea".freeze,
label: "area".freeze,
@@ -5697,23 +5818,57 @@
comment: "A NewsArticle associated with the Media Object.".freeze,
domainIncludes: "http://schema.org/MediaObject".freeze,
label: "associatedArticle".freeze,
rangeIncludes: "http://schema.org/NewsArticle".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :associatedClaimReview,
+ 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,
+ domainIncludes: "http://schema.org/Review".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "associatedClaimReview".freeze,
+ rangeIncludes: "http://schema.org/Review".freeze,
+ subPropertyOf: "http://schema.org/associatedReview".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :associatedDisease,
+ 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,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "associatedDisease".freeze,
+ rangeIncludes: ["http://schema.org/MedicalCondition".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :associatedMedia,
comment: "A media object that encodes this CreativeWork. This property is a synonym for encoding.".freeze,
domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/HyperToc".freeze, "http://schema.org/HyperTocEntry".freeze],
label: "associatedMedia".freeze,
rangeIncludes: "http://schema.org/MediaObject".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :associatedMediaReview,
+ 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,
+ domainIncludes: "http://schema.org/Review".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "associatedMediaReview".freeze,
+ rangeIncludes: "http://schema.org/Review".freeze,
+ subPropertyOf: "http://schema.org/associatedReview".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :associatedPathophysiology,
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,
domainIncludes: ["http://schema.org/AnatomicalStructure".freeze, "http://schema.org/AnatomicalSystem".freeze, "http://schema.org/SuperficialAnatomy".freeze],
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "associatedPathophysiology".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :associatedReview,
+ comment: "An associated [[Review]].".freeze,
+ domainIncludes: "http://schema.org/Review".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "associatedReview".freeze,
+ rangeIncludes: "http://schema.org/Review".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :athlete,
comment: "A person that acts as performing member of a sports team; a player as opposed to a coach.".freeze,
domainIncludes: "http://schema.org/SportsTeam".freeze,
label: "athlete".freeze,
rangeIncludes: "http://schema.org/Person".freeze,
@@ -5980,10 +6135,34 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2689".freeze,
label: "billingStart".freeze,
rangeIncludes: "http://schema.org/Number".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :bioChemInteraction,
+ comment: "A BioChemEntity that is known to interact with this item.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "bioChemInteraction".freeze,
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :bioChemSimilarity,
+ comment: "A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "bioChemSimilarity".freeze,
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :biologicalRole,
+ comment: "A role played by the BioChemEntity within a biological context.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "biologicalRole".freeze,
+ rangeIncludes: "http://schema.org/DefinedTerm".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :biomechnicalClass,
comment: "The biomechanical properties of the bone.".freeze,
domainIncludes: "http://schema.org/Joint".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "biomechnicalClass".freeze,
@@ -6012,11 +6191,11 @@
domainIncludes: "http://schema.org/Blog".freeze,
label: "blogPost".freeze,
rangeIncludes: "http://schema.org/BlogPosting".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :blogPosts,
- comment: "The postings that are part of this blog.".freeze,
+ 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,
domainIncludes: "http://schema.org/Blog".freeze,
"http://schema.org/supersededBy": "http://schema.org/blogPost".freeze,
label: "blogPosts".freeze,
rangeIncludes: "http://schema.org/BlogPosting".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -6245,11 +6424,11 @@
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :buyer,
comment: "A sub property of participant. The participant/person/organization that bought the object.".freeze,
domainIncludes: "http://schema.org/SellAction".freeze,
label: "buyer".freeze,
- rangeIncludes: "http://schema.org/Person".freeze,
+ rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
subPropertyOf: "http://schema.org/participant".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :byArtist,
comment: "The artist that performed this album or recording.".freeze,
domainIncludes: ["http://schema.org/MusicAlbum".freeze, "http://schema.org/MusicRecording".freeze],
@@ -6419,10 +6598,26 @@
comment: "The latest someone may check out of a lodging establishment.".freeze,
domainIncludes: ["http://schema.org/LodgingBusiness".freeze, "http://schema.org/LodgingReservation".freeze],
label: "checkoutTime".freeze,
rangeIncludes: ["http://schema.org/DateTime".freeze, "http://schema.org/Time".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :chemicalComposition,
+ comment: "The chemical composition describes the identity and relative ratio of the chemical elements that make up the substance.".freeze,
+ domainIncludes: "http://schema.org/ChemicalSubstance".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "chemicalComposition".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :chemicalRole,
+ comment: "A role played by the BioChemEntity within a chemical context.".freeze,
+ domainIncludes: ["http://schema.org/ChemicalSubstance".freeze, "http://schema.org/MolecularEntity".freeze],
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "chemicalRole".freeze,
+ rangeIncludes: "http://schema.org/DefinedTerm".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :childMaxAge,
comment: "Maximal age of the child.".freeze,
domainIncludes: "http://schema.org/ParentAudience".freeze,
label: "childMaxAge".freeze,
rangeIncludes: "http://schema.org/Number".freeze,
@@ -6431,10 +6626,19 @@
comment: "Minimal age of the child.".freeze,
domainIncludes: "http://schema.org/ParentAudience".freeze,
label: "childMinAge".freeze,
rangeIncludes: "http://schema.org/Number".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :childTaxon,
+ comment: "Closest child taxa of the taxon in question.".freeze,
+ domainIncludes: "http://schema.org/Taxon".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
+ "http://schema.org/inverseOf": "http://schema.org/parentTaxon".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "childTaxon".freeze,
+ rangeIncludes: ["http://schema.org/Taxon".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :children,
comment: "A child of the person.".freeze,
domainIncludes: "http://schema.org/Person".freeze,
label: "children".freeze,
rangeIncludes: "http://schema.org/Person".freeze,
@@ -6455,10 +6659,18 @@
comment: "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.".freeze,
domainIncludes: "http://schema.org/CreativeWork".freeze,
label: "citation".freeze,
rangeIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/Text".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :claimInterpreter,
+ 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,
+ domainIncludes: "http://schema.org/Claim".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "claimInterpreter".freeze,
+ rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :claimReviewed,
comment: "A short summary of the specific claims reviewed in a ClaimReview.".freeze,
domainIncludes: "http://schema.org/ClaimReview".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1061".freeze,
label: "claimReviewed".freeze,
@@ -6859,13 +7071,29 @@
comment: "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.".freeze,
domainIncludes: "http://schema.org/SoftwareApplication".freeze,
label: "countriesSupported".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :countryOfAssembly,
+ comment: "The place where the product was assembled.".freeze,
+ domainIncludes: "http://schema.org/Product".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/991".freeze,
+ label: "countryOfAssembly".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :countryOfLastProcessing,
+ comment: "The place where the item (typically [[Product]]) was last processed and tested before importation.".freeze,
+ domainIncludes: "http://schema.org/Product".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/991".freeze,
+ label: "countryOfLastProcessing".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :countryOfOrigin,
- comment: "The country of the principal offices of the production company or individual responsible for the movie or program.".freeze,
- domainIncludes: ["http://schema.org/Movie".freeze, "http://schema.org/TVEpisode".freeze, "http://schema.org/TVSeason".freeze, "http://schema.org/TVSeries".freeze],
+ 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,
+ 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],
label: "countryOfOrigin".freeze,
rangeIncludes: "http://schema.org/Country".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :course,
comment: "A sub property of location. The course where this action was taken.".freeze,
@@ -6982,10 +7210,34 @@
comment: "Party placing the order or paying the invoice.".freeze,
domainIncludes: ["http://schema.org/Invoice".freeze, "http://schema.org/Order".freeze],
label: "customer".freeze,
rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :customerRemorseReturnFees,
+ comment: "The type of return fees if the product is returned due to customer remorse.".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "customerRemorseReturnFees".freeze,
+ rangeIncludes: "http://schema.org/ReturnFeesEnumeration".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :customerRemorseReturnLabelSource,
+ comment: "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned due to customer remorse.".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "customerRemorseReturnLabelSource".freeze,
+ rangeIncludes: "http://schema.org/ReturnLabelSourceEnumeration".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :customerRemorseReturnShippingFeesAmount,
+ comment: "The amount of shipping costs if a product is returned due to customer remorse. Applicable when property [[customerRemorseReturnFees]] equals [[ReturnShippingFees]].".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "customerRemorseReturnShippingFeesAmount".freeze,
+ rangeIncludes: "http://schema.org/MonetaryAmount".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :cutoffTime,
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,
domainIncludes: "http://schema.org/ShippingDeliveryTime".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
@@ -7384,10 +7636,18 @@
domainIncludes: "http://schema.org/MedicalCondition".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "differentialDiagnosis".freeze,
rangeIncludes: "http://schema.org/DDxElement".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :directApply,
+ 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,
+ domainIncludes: "http://schema.org/JobPosting".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2907".freeze,
+ label: "directApply".freeze,
+ rangeIncludes: "http://schema.org/Boolean".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :director,
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,
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],
label: "director".freeze,
rangeIncludes: "http://schema.org/Person".freeze,
@@ -7807,10 +8067,19 @@
comment: "A URL pointing to a player for a specific video. In general, this is the information in the ```src``` element of an ```embed``` tag and should not be the same as the content of the ```loc``` tag.".freeze,
domainIncludes: "http://schema.org/MediaObject".freeze,
label: "embedUrl".freeze,
rangeIncludes: "http://schema.org/URL".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :embeddedTextCaption,
+ comment: "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'.".freeze,
+ domainIncludes: ["http://schema.org/AudioObject".freeze, "http://schema.org/ImageObject".freeze, "http://schema.org/VideoObject".freeze],
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "embeddedTextCaption".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/caption".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :emissionsCO2,
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,
domainIncludes: "http://schema.org/Vehicle".freeze,
"http://schema.org/isPartOf": "http://auto.schema.org".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
@@ -7850,10 +8119,19 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2296".freeze,
label: "employmentUnit".freeze,
rangeIncludes: "http://schema.org/Organization".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :encodesBioChemEntity,
+ comment: "Another BioChemEntity encoded by this one. ".freeze,
+ domainIncludes: "http://schema.org/Gene".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
+ "http://schema.org/inverseOf": "http://schema.org/isEncodedByBioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "encodesBioChemEntity".freeze,
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :encodesCreativeWork,
comment: "The CreativeWork encoded by this media object.".freeze,
domainIncludes: "http://schema.org/MediaObject".freeze,
"http://schema.org/inverseOf": "http://schema.org/encoding".freeze,
label: "encodesCreativeWork".freeze,
@@ -7885,11 +8163,11 @@
label: "encodings".freeze,
rangeIncludes: "http://schema.org/MediaObject".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :endDate,
comment: "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).".freeze,
- 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],
+ 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],
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
label: "endDate".freeze,
rangeIncludes: ["http://schema.org/Date".freeze, "http://schema.org/DateTime".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :endOffset,
@@ -7900,11 +8178,11 @@
label: "endOffset".freeze,
rangeIncludes: ["http://schema.org/HyperTocEntry".freeze, "http://schema.org/Number".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :endTime,
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,
- domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/FoodEstablishmentReservation".freeze, "http://schema.org/MediaObject".freeze, "http://schema.org/Schedule".freeze],
+ 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],
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
label: "endTime".freeze,
rangeIncludes: ["http://schema.org/DateTime".freeze, "http://schema.org/Time".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :endorsee,
@@ -8210,10 +8488,18 @@
comment: "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.".freeze,
domainIncludes: "http://schema.org/CreativeWork".freeze,
label: "expires".freeze,
rangeIncludes: "http://schema.org/Date".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :expressedIn,
+ comment: "Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system.".freeze,
+ domainIncludes: "http://schema.org/Gene".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "expressedIn".freeze,
+ rangeIncludes: ["http://schema.org/AnatomicalStructure".freeze, "http://schema.org/AnatomicalSystem".freeze, "http://schema.org/BioChemEntity".freeze, "http://schema.org/DefinedTerm".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :familyName,
comment: "Family name. In the U.S., the last name of a Person.".freeze,
domainIncludes: "http://schema.org/Person".freeze,
label: "familyName".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
@@ -8729,10 +9015,28 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
label: "handlingTime".freeze,
rangeIncludes: "http://schema.org/QuantitativeValue".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :hasBioChemEntityPart,
+ comment: "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. ".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/inverseOf": "http://schema.org/isPartOfBioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "hasBioChemEntityPart".freeze,
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :hasBioPolymerSequence,
+ comment: "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.".freeze,
+ domainIncludes: ["http://schema.org/Gene".freeze, "http://schema.org/Protein".freeze],
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "hasBioPolymerSequence".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :hasBroadcastChannel,
comment: "A broadcast channel of a broadcast service.".freeze,
domainIncludes: "http://schema.org/BroadcastService".freeze,
"http://schema.org/inverseOf": "http://schema.org/providesBroadcastService".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
@@ -8770,11 +9074,11 @@
label: "hasCredential".freeze,
rangeIncludes: "http://schema.org/EducationalOccupationalCredential".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :hasDefinedTerm,
comment: "A Defined Term contained in this term set.".freeze,
- domainIncludes: "http://schema.org/DefinedTermSet".freeze,
+ domainIncludes: ["http://schema.org/DefinedTermSet".freeze, "http://schema.org/Taxon".freeze],
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
label: "hasDefinedTerm".freeze,
rangeIncludes: "http://schema.org/DefinedTerm".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
@@ -8853,17 +9157,25 @@
domainIncludes: ["http://schema.org/Menu".freeze, "http://schema.org/MenuSection".freeze],
label: "hasMenuSection".freeze,
rangeIncludes: "http://schema.org/MenuSection".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :hasMerchantReturnPolicy,
- comment: "Indicates a MerchantReturnPolicy that may be applicable.".freeze,
- domainIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Product".freeze],
+ comment: "Specifies a MerchantReturnPolicy that may be applicable.".freeze,
+ domainIncludes: ["http://schema.org/Offer".freeze, "http://schema.org/Organization".freeze, "http://schema.org/Product".freeze],
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "hasMerchantReturnPolicy".freeze,
rangeIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :hasMolecularFunction,
+ comment: "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "hasMolecularFunction".freeze,
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :hasOccupation,
comment: "The Person's occupation. For past professions, use Role for expressing dates.".freeze,
domainIncludes: "http://schema.org/Person".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
label: "hasOccupation".freeze,
@@ -8897,10 +9209,18 @@
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"http://schema.org/supersededBy": "http://schema.org/hasMerchantReturnPolicy".freeze,
label: "hasProductReturnPolicy".freeze,
rangeIncludes: "http://schema.org/ProductReturnPolicy".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :hasRepresentation,
+ comment: "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "hasRepresentation".freeze,
+ rangeIncludes: ["http://schema.org/PropertyValue".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :hasVariant,
comment: "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).".freeze,
domainIncludes: "http://schema.org/ProductGroup".freeze,
"http://schema.org/inverseOf": "http://schema.org/isVariantOf".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
@@ -9172,10 +9492,28 @@
comment: "The CableOrSatelliteService offering the channel.".freeze,
domainIncludes: "http://schema.org/BroadcastChannel".freeze,
label: "inBroadcastLineup".freeze,
rangeIncludes: "http://schema.org/CableOrSatelliteService".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :inChI,
+ 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,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "inChI".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :inChIKey,
+ comment: "InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm).".freeze,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "inChIKey".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :inCodeSet,
comment: "A [[CategoryCodeSet]] that contains this category code.".freeze,
domainIncludes: "http://schema.org/CategoryCode".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
@@ -9212,11 +9550,11 @@
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1797".freeze,
label: "inProductGroupWithID".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :inStoreReturnsOffered,
- comment: "Are in-store returns offered?".freeze,
+ comment: "Are in-store returns offered? (for more advanced return methods use the [[returnMethod]] property)".freeze,
domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "inStoreReturnsOffered".freeze,
rangeIncludes: "http://schema.org/Boolean".freeze,
@@ -9432,10 +9770,19 @@
domainIncludes: "http://schema.org/FinancialProduct".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "interestRate".freeze,
rangeIncludes: ["http://schema.org/Number".freeze, "http://schema.org/QuantitativeValue".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :interpretedAsClaim,
+ 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,
+ domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/MediaObject".freeze],
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "interpretedAsClaim".freeze,
+ rangeIncludes: "http://schema.org/Claim".freeze,
+ subPropertyOf: "http://schema.org/description".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :inventoryLevel,
comment: "The current approximate inventory level for the item or items.".freeze,
domainIncludes: ["http://schema.org/Demand".freeze, "http://schema.org/Offer".freeze, "http://schema.org/SomeProducts".freeze],
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
label: "inventoryLevel".freeze,
@@ -9494,10 +9841,19 @@
domainIncludes: "http://schema.org/Product".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
label: "isConsumableFor".freeze,
rangeIncludes: "http://schema.org/Product".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :isEncodedByBioChemEntity,
+ comment: "Another BioChemEntity encoding by this one.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Gene".freeze,
+ "http://schema.org/inverseOf": "http://schema.org/encodesBioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "isEncodedByBioChemEntity".freeze,
+ rangeIncludes: "http://schema.org/Gene".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :isFamilyFriendly,
comment: "Indicates whether this content is family friendly.".freeze,
domainIncludes: "http://schema.org/CreativeWork".freeze,
label: "isFamilyFriendly".freeze,
rangeIncludes: "http://schema.org/Boolean".freeze,
@@ -9506,23 +9862,48 @@
comment: "Was the offer accepted as a gift for someone other than the buyer.".freeze,
domainIncludes: "http://schema.org/Order".freeze,
label: "isGift".freeze,
rangeIncludes: "http://schema.org/Boolean".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :isInvolvedInBiologicalProcess,
+ comment: "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "isInvolvedInBiologicalProcess".freeze,
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :isLiveBroadcast,
comment: "True if the broadcast is of a live event.".freeze,
domainIncludes: "http://schema.org/BroadcastEvent".freeze,
label: "isLiveBroadcast".freeze,
rangeIncludes: "http://schema.org/Boolean".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :isLocatedInSubcellularLocation,
+ comment: "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/BioChemEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "isLocatedInSubcellularLocation".freeze,
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/PropertyValue".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :isPartOf,
comment: "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.".freeze,
domainIncludes: "http://schema.org/CreativeWork".freeze,
"http://schema.org/inverseOf": "http://schema.org/hasPart".freeze,
label: "isPartOf".freeze,
rangeIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/URL".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :isPartOfBioChemEntity,
+ comment: "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. ".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/inverseOf": "http://schema.org/hasBioChemEntityPart".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "isPartOfBioChemEntity".freeze,
+ rangeIncludes: "http://schema.org/BioChemEntity".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :isPlanForApartment,
comment: "Indicates some accommodation that this floor plan describes.".freeze,
domainIncludes: "http://schema.org/FloorPlan".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
@@ -9638,15 +10019,39 @@
domainIncludes: ["http://schema.org/DataFeedItem".freeze, "http://schema.org/ListItem".freeze],
label: "item".freeze,
rangeIncludes: "http://schema.org/Thing".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :itemCondition,
- 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,
- domainIncludes: ["http://schema.org/Demand".freeze, "http://schema.org/Offer".freeze, "http://schema.org/Product".freeze],
+ 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,
+ domainIncludes: ["http://schema.org/Demand".freeze, "http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/Offer".freeze, "http://schema.org/Product".freeze],
label: "itemCondition".freeze,
rangeIncludes: "http://schema.org/OfferItemCondition".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :itemDefectReturnFees,
+ comment: "The type of return fees for returns of defect products.".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "itemDefectReturnFees".freeze,
+ rangeIncludes: "http://schema.org/ReturnFeesEnumeration".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :itemDefectReturnLabelSource,
+ comment: "The method (from an enumeration) by which the customer obtains a return shipping label for a defect product.".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "itemDefectReturnLabelSource".freeze,
+ rangeIncludes: "http://schema.org/ReturnLabelSourceEnumeration".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :itemDefectReturnShippingFeesAmount,
+ comment: "Amount of shipping costs for defect product returns. Applicable when property [[itemDefectReturnFees]] equals [[ReturnShippingFees]].".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "itemDefectReturnShippingFeesAmount".freeze,
+ rangeIncludes: "http://schema.org/MonetaryAmount".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :itemListElement,
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,
domainIncludes: "http://schema.org/ItemList".freeze,
label: "itemListElement".freeze,
rangeIncludes: ["http://schema.org/ListItem".freeze, "http://schema.org/Text".freeze, "http://schema.org/Thing".freeze],
@@ -9691,10 +10096,18 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze, "https://github.com/schemaorg/schemaorg/issues/1810".freeze],
label: "itinerary".freeze,
rangeIncludes: ["http://schema.org/ItemList".freeze, "http://schema.org/Place".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :iupacName,
+ comment: "Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC).".freeze,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "iupacName".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :jobBenefits,
comment: "Description of benefits associated with the job.".freeze,
domainIncludes: "http://schema.org/JobPosting".freeze,
label: "jobBenefits".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
@@ -10096,11 +10509,11 @@
label: "loanType".freeze,
rangeIncludes: ["http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :location,
comment: "The location of, for example, where an event is happening, where an organization is located, or where an action takes place.".freeze,
- domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/Event".freeze, "http://schema.org/Organization".freeze],
+ domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/Event".freeze, "http://schema.org/InteractionCounter".freeze, "http://schema.org/Organization".freeze],
label: "location".freeze,
rangeIncludes: ["http://schema.org/Place".freeze, "http://schema.org/PostalAddress".freeze, "http://schema.org/Text".freeze, "http://schema.org/VirtualLocation".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :locationCreated,
comment: "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.".freeze,
@@ -10357,10 +10770,18 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "mediaAuthenticityCategory".freeze,
rangeIncludes: "http://schema.org/MediaManipulationRatingEnumeration".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :mediaItemAppearance,
+ comment: "In the context of a [[MediaReview]], indicates specific media item(s) that are grouped using a [[MediaReviewItem]].".freeze,
+ domainIncludes: "http://schema.org/MediaReviewItem".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "mediaItemAppearance".freeze,
+ rangeIncludes: "http://schema.org/MediaObject".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :median,
comment: "The median value.".freeze,
domainIncludes: "http://schema.org/QuantitativeValueDistribution".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
label: "median".freeze,
@@ -10462,19 +10883,19 @@
"http://schema.org/supersededBy": "http://schema.org/seller".freeze,
label: "merchant".freeze,
rangeIncludes: ["http://schema.org/Organization".freeze, "http://schema.org/Person".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :merchantReturnDays,
- comment: "The merchantReturnDays property indicates the number of days (from purchase) within which relevant merchant return policy is applicable.".freeze,
- domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ 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,
+ domainIncludes: ["http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze],
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "merchantReturnDays".freeze,
- rangeIncludes: "http://schema.org/Integer".freeze,
+ rangeIncludes: ["http://schema.org/Date".freeze, "http://schema.org/DateTime".freeze, "http://schema.org/Integer".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :merchantReturnLink,
- comment: "Indicates a Web page or service by URL, for product return.".freeze,
+ comment: "Specifies a Web page or service by URL, for product returns.".freeze,
domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "merchantReturnLink".freeze,
rangeIncludes: "http://schema.org/URL".freeze,
@@ -10539,10 +10960,34 @@
comment: "The date and time the reservation was modified.".freeze,
domainIncludes: "http://schema.org/Reservation".freeze,
label: "modifiedTime".freeze,
rangeIncludes: "http://schema.org/DateTime".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :molecularFormula,
+ comment: "The empirical formula is the simplest whole number ratio of all the atoms in a molecule.".freeze,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "molecularFormula".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :molecularWeight,
+ 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,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "molecularWeight".freeze,
+ rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :monoisotopicMolecularWeight,
+ 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,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "monoisotopicMolecularWeight".freeze,
+ rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :monthlyMinimumRepaymentAmount,
comment: "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.".freeze,
domainIncludes: "http://schema.org/PaymentCard".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
@@ -10651,10 +11096,18 @@
domainIncludes: "http://schema.org/MedicalCondition".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "naturalProgression".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :negativeNotes,
+ 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,
+ domainIncludes: "http://schema.org/Review".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832".freeze,
+ label: "negativeNotes".freeze,
+ rangeIncludes: ["http://schema.org/ItemList".freeze, "http://schema.org/ListItem".freeze, "http://schema.org/Text".freeze, "http://schema.org/WebContent".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :nerve,
comment: "The underlying innervation associated with the muscle.".freeze,
domainIncludes: "http://schema.org/Muscle".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "nerve".freeze,
@@ -11102,10 +11555,27 @@
comment: "Shipper's address.".freeze,
domainIncludes: "http://schema.org/ParcelDelivery".freeze,
label: "originAddress".freeze,
rangeIncludes: "http://schema.org/PostalAddress".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :originalMediaContextDescription,
+ comment: "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]].".freeze,
+ domainIncludes: "http://schema.org/MediaReview".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "originalMediaContextDescription".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/description".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :originalMediaLink,
+ 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,
+ domainIncludes: "http://schema.org/MediaReview".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "originalMediaLink".freeze,
+ rangeIncludes: ["http://schema.org/MediaObject".freeze, "http://schema.org/URL".freeze, "http://schema.org/WebPage".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :originatesFrom,
comment: "The vasculature the lymphatic structure originates, or afferents, from.".freeze,
domainIncludes: "http://schema.org/LymphaticVessel".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "originatesFrom".freeze,
@@ -11195,10 +11665,19 @@
comment: "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.".freeze,
domainIncludes: "http://schema.org/BroadcastService".freeze,
label: "parentService".freeze,
rangeIncludes: "http://schema.org/BroadcastService".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :parentTaxon,
+ comment: "Closest parent taxon of the taxon in question.".freeze,
+ domainIncludes: "http://schema.org/Taxon".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
+ "http://schema.org/inverseOf": "http://schema.org/childTaxon".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "parentTaxon".freeze,
+ rangeIncludes: ["http://schema.org/Taxon".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :parents,
comment: "A parents of the person.".freeze,
domainIncludes: "http://schema.org/Person".freeze,
"http://schema.org/supersededBy": "http://schema.org/parent".freeze,
label: "parents".freeze,
@@ -11528,10 +12007,18 @@
comment: "The position of an item in a series or sequence of items.".freeze,
domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/ListItem".freeze],
label: "position".freeze,
rangeIncludes: ["http://schema.org/Integer".freeze, "http://schema.org/Text".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :positiveNotes,
+ 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,
+ domainIncludes: "http://schema.org/Review".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2832".freeze,
+ label: "positiveNotes".freeze,
+ rangeIncludes: ["http://schema.org/ItemList".freeze, "http://schema.org/ListItem".freeze, "http://schema.org/Text".freeze, "http://schema.org/WebContent".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :possibleComplication,
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,
domainIncludes: "http://schema.org/MedicalCondition".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "possibleComplication".freeze,
@@ -11600,10 +12087,18 @@
comment: "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.".freeze,
domainIncludes: "http://schema.org/Thing".freeze,
label: "potentialAction".freeze,
rangeIncludes: "http://schema.org/Action".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :potentialUse,
+ comment: "Intended use of the BioChemEntity by humans.".freeze,
+ domainIncludes: ["http://schema.org/ChemicalSubstance".freeze, "http://schema.org/MolecularEntity".freeze],
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/ChemicalSubstance".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "potentialUse".freeze,
+ rangeIncludes: "http://schema.org/DefinedTerm".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :preOp,
comment: "A description of the workup, testing, and other preparations required before implanting this device.".freeze,
domainIncludes: "http://schema.org/MedicalDevice".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "preOp".freeze,
@@ -12225,11 +12720,11 @@
domainIncludes: "http://schema.org/Invoice".freeze,
label: "referencesOrder".freeze,
rangeIncludes: "http://schema.org/Order".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :refundType,
- comment: "A refundType, from an enumerated list.".freeze,
+ comment: "A refund type, from an enumerated list.".freeze,
domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "refundType".freeze,
rangeIncludes: "http://schema.org/RefundTypeEnumeration".freeze,
@@ -12486,10 +12981,18 @@
domainIncludes: "http://schema.org/ExercisePlan".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "restPeriods".freeze,
rangeIncludes: ["http://schema.org/QuantitativeValue".freeze, "http://schema.org/Text".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :restockingFee,
+ 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,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "restockingFee".freeze,
+ rangeIncludes: ["http://schema.org/MonetaryAmount".freeze, "http://schema.org/Number".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :result,
comment: "The result produced in the action. e.g. John wrote *a book*.".freeze,
domainIncludes: "http://schema.org/Action".freeze,
label: "result".freeze,
rangeIncludes: "http://schema.org/Thing".freeze,
@@ -12507,25 +13010,65 @@
label: "resultReview".freeze,
rangeIncludes: "http://schema.org/Review".freeze,
subPropertyOf: "http://schema.org/result".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :returnFees,
- comment: "Indicates (via enumerated options) the return fees policy for a MerchantReturnPolicy".freeze,
+ comment: "The type of return fees for purchased products (for any return reason)".freeze,
domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "returnFees".freeze,
rangeIncludes: "http://schema.org/ReturnFeesEnumeration".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
- property :returnPolicyCategory,
- comment: "A returnPolicyCategory expresses at most one of several enumerated kinds of return.".freeze,
+ property :returnLabelSource,
+ comment: "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned for any reason.".freeze,
domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "returnLabelSource".freeze,
+ rangeIncludes: "http://schema.org/ReturnLabelSourceEnumeration".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :returnMethod,
+ comment: "The type of return method offered, specified from an enumeration.".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "returnMethod".freeze,
+ rangeIncludes: "http://schema.org/ReturnMethodEnumeration".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :returnPolicyCategory,
+ comment: "Specifies an applicable return policy (from an enumeration).".freeze,
+ domainIncludes: ["http://schema.org/MerchantReturnPolicy".freeze, "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze],
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "returnPolicyCategory".freeze,
rangeIncludes: "http://schema.org/MerchantReturnEnumeration".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :returnPolicyCountry,
+ 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,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "returnPolicyCountry".freeze,
+ rangeIncludes: ["http://schema.org/Country".freeze, "http://schema.org/Text".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :returnPolicySeasonalOverride,
+ comment: "Seasonal override of a return policy.".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "returnPolicySeasonalOverride".freeze,
+ rangeIncludes: "http://schema.org/MerchantReturnPolicySeasonalOverride".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :returnShippingFeesAmount,
+ comment: "Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals [[ReturnShippingFees]].".freeze,
+ domainIncludes: "http://schema.org/MerchantReturnPolicy".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "returnShippingFeesAmount".freeze,
+ rangeIncludes: "http://schema.org/MonetaryAmount".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :review,
comment: "A review of the item.".freeze,
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],
label: "review".freeze,
rangeIncludes: "http://schema.org/Review".freeze,
@@ -12944,10 +13487,19 @@
comment: "The serving size, in terms of the number of volume or mass.".freeze,
domainIncludes: "http://schema.org/NutritionInformation".freeze,
label: "servingSize".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :sha256,
+ 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,
+ domainIncludes: "http://schema.org/MediaObject".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
+ label: "sha256".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/description".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :sharedContent,
comment: "A CreativeWork such as an image, video, or audio clip shared as part of this posting.".freeze,
domainIncludes: "http://schema.org/SocialMediaPosting".freeze,
label: "sharedContent".freeze,
rangeIncludes: "http://schema.org/CreativeWork".freeze,
@@ -13082,10 +13634,19 @@
comment: "A slogan or motto associated with the item.".freeze,
domainIncludes: ["http://schema.org/Brand".freeze, "http://schema.org/Organization".freeze, "http://schema.org/Place".freeze, "http://schema.org/Product".freeze, "http://schema.org/Service".freeze],
label: "slogan".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :smiles,
+ 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,
+ domainIncludes: "http://schema.org/MolecularEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/MolecularEntity".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "smiles".freeze,
+ rangeIncludes: "http://schema.org/Text".freeze,
+ subPropertyOf: "http://schema.org/hasRepresentation".freeze,
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :smokingAllowed,
comment: "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.".freeze,
domainIncludes: "http://schema.org/Place".freeze,
"http://schema.org/source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "smokingAllowed".freeze,
@@ -13260,26 +13821,26 @@
label: "starRating".freeze,
rangeIncludes: "http://schema.org/Rating".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :startDate,
comment: "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).".freeze,
- 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],
+ 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],
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
label: "startDate".freeze,
rangeIncludes: ["http://schema.org/Date".freeze, "http://schema.org/DateTime".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :startOffset,
comment: "The start time of the clip expressed as the number of seconds from the beginning of the work.".freeze,
- domainIncludes: "http://schema.org/Clip".freeze,
+ domainIncludes: ["http://schema.org/Clip".freeze, "http://schema.org/SeekToAction".freeze],
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
label: "startOffset".freeze,
rangeIncludes: ["http://schema.org/HyperTocEntry".freeze, "http://schema.org/Number".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :startTime,
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,
- domainIncludes: ["http://schema.org/Action".freeze, "http://schema.org/FoodEstablishmentReservation".freeze, "http://schema.org/MediaObject".freeze, "http://schema.org/Schedule".freeze],
+ 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],
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
label: "startTime".freeze,
rangeIncludes: ["http://schema.org/DateTime".freeze, "http://schema.org/Time".freeze],
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :status,
@@ -13613,10 +14174,26 @@
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
label: "taxID".freeze,
rangeIncludes: "http://schema.org/Text".freeze,
subPropertyOf: "http://schema.org/identifier".freeze,
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :taxonRank,
+ 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,
+ domainIncludes: "http://schema.org/Taxon".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org/Taxon".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "taxonRank".freeze,
+ rangeIncludes: ["http://schema.org/PropertyValue".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
+ property :taxonomicRange,
+ comment: "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity.".freeze,
+ domainIncludes: "http://schema.org/BioChemEntity".freeze,
+ "http://purl.org/dc/terms/source": "http://www.bioschemas.org".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ label: "taxonomicRange".freeze,
+ rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://schema.org/Taxon".freeze, "http://schema.org/Text".freeze, "http://schema.org/URL".freeze],
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
property :teaches,
comment: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.".freeze,
domainIncludes: ["http://schema.org/CreativeWork".freeze, "http://schema.org/EducationEvent".freeze, "http://schema.org/LearningResource".freeze],
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2427".freeze,
@@ -15094,11 +15671,11 @@
comment: "Only consensus opinion of experts, case studies, or standard-of-care.".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "EvidenceLevelC".freeze,
type: "http://schema.org/MedicalEvidenceLevel".freeze
term :ExchangeRefund,
- comment: "A ExchangeRefund ...".freeze,
+ comment: "Specifies that a refund can be done as an exchange for the same product.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ExchangeRefund".freeze,
type: "http://schema.org/RefundTypeEnumeration".freeze
term :Eye,
@@ -15156,10 +15733,16 @@
term :FourWheelDriveConfiguration,
comment: "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "FourWheelDriveConfiguration".freeze,
type: "http://schema.org/DriveWheelConfigurationValue".freeze
+ term :FreeReturn,
+ comment: "Specifies that product returns are free of charge for the customer.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "FreeReturn".freeze,
+ type: "http://schema.org/ReturnFeesEnumeration".freeze
term :Friday,
comment: "The day of the week between Thursday and Saturday.".freeze,
"http://schema.org/sameAs": "http://www.wikidata.org/entity/Q130".freeze,
label: "Friday".freeze,
type: "http://schema.org/DayOfWeek".freeze
@@ -15167,11 +15750,11 @@
comment: "Front-wheel drive is a transmission layout where the engine drives the front wheels.".freeze,
"http://schema.org/source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "FrontWheelDriveConfiguration".freeze,
type: "http://schema.org/DriveWheelConfigurationValue".freeze
term :FullRefund,
- comment: "A FullRefund ...".freeze,
+ comment: "Specifies that a refund can be done in the full amount the customer paid for the product".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "FullRefund".freeze,
type: "http://schema.org/RefundTypeEnumeration".freeze
term :Gastroenterologic,
@@ -15430,29 +16013,29 @@
comment: "Medical researchers.".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "MedicalResearcher".freeze,
type: "http://schema.org/MedicalAudienceType".freeze
term :MerchantReturnFiniteReturnWindow,
- comment: "MerchantReturnFiniteReturnWindow: there is a finite window for product returns.".freeze,
+ comment: "Specifies that there is a finite window for product returns.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnFiniteReturnWindow".freeze,
type: "http://schema.org/MerchantReturnEnumeration".freeze
term :MerchantReturnNotPermitted,
- comment: "MerchantReturnNotPermitted: product returns are not permitted.".freeze,
+ comment: "Specifies that product returns are not permitted.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnNotPermitted".freeze,
type: "http://schema.org/MerchantReturnEnumeration".freeze
term :MerchantReturnUnlimitedWindow,
- comment: "MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.".freeze,
+ comment: "Specifies that there is an unlimited window for product returns.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnUnlimitedWindow".freeze,
type: "http://schema.org/MerchantReturnEnumeration".freeze
term :MerchantReturnUnspecified,
- comment: "MerchantReturnUnspecified: a product return policy is not specified here.".freeze,
+ comment: "Specifies that a product return policy is not provided.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnUnspecified".freeze,
type: "http://schema.org/MerchantReturnEnumeration".freeze
term :Midwifery,
@@ -15907,11 +16490,11 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "OriginalMediaContent".freeze,
type: "http://schema.org/MediaManipulationRatingEnumeration".freeze
term :OriginalShippingFees,
- comment: "OriginalShippingFees ...".freeze,
+ comment: "Specifies that the customer must pay the original shipping costs when returning a product.".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "OriginalShippingFees".freeze,
type: "http://schema.org/ReturnFeesEnumeration".freeze
term :Osteopathic,
@@ -16214,11 +16797,11 @@
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "RespiratoryTherapy".freeze,
subClassOf: "http://schema.org/MedicalTherapy".freeze,
type: "http://schema.org/MedicalSpecialty".freeze
term :RestockingFees,
- comment: "RestockingFees ...".freeze,
+ comment: "Specifies that the customer must pay a restocking fee when returning a product".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "RestockingFees".freeze,
type: "http://schema.org/ReturnFeesEnumeration".freeze
term :ResultsAvailable,
@@ -16234,12 +16817,54 @@
term :Retail,
comment: "The drug's cost represents the retail cost of the drug.".freeze,
"http://schema.org/isPartOf": "http://health-lifesci.schema.org".freeze,
label: "Retail".freeze,
type: "http://schema.org/DrugCostCategory".freeze
+ term :ReturnAtKiosk,
+ comment: "Specifies that product returns must be made at a kiosk.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnAtKiosk".freeze,
+ type: "http://schema.org/ReturnMethodEnumeration".freeze
+ term :ReturnByMail,
+ comment: "Specifies that product returns must to be done by mail.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnByMail".freeze,
+ type: "http://schema.org/ReturnMethodEnumeration".freeze
+ term :ReturnFeesCustomerResponsibility,
+ comment: "Specifies that product returns must be paid for, and are the responsibility of, the customer.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnFeesCustomerResponsibility".freeze,
+ type: "http://schema.org/ReturnFeesEnumeration".freeze
+ term :ReturnInStore,
+ comment: "Specifies that product returns must be made in a store.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnInStore".freeze,
+ type: "http://schema.org/ReturnMethodEnumeration".freeze
+ term :ReturnLabelCustomerResponsibility,
+ comment: "Indicated that creating a return label is the responsibility of the customer.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnLabelCustomerResponsibility".freeze,
+ type: "http://schema.org/ReturnLabelSourceEnumeration".freeze
+ term :ReturnLabelDownloadAndPrint,
+ comment: "Indicated that a return label must be downloaded and printed by the customer.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnLabelDownloadAndPrint".freeze,
+ type: "http://schema.org/ReturnLabelSourceEnumeration".freeze
+ term :ReturnLabelInBox,
+ comment: "Specifies that a return label will be provided by the seller in the shipping box.".freeze,
+ "http://schema.org/isPartOf": "http://pending.schema.org".freeze,
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2880".freeze,
+ label: "ReturnLabelInBox".freeze,
+ type: "http://schema.org/ReturnLabelSourceEnumeration".freeze
term :ReturnShippingFees,
- comment: "ReturnShippingFees ...".freeze,
+ comment: "Specifies that the customer must pay the return shipping costs when returning a product".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ReturnShippingFees".freeze,
type: "http://schema.org/ReturnFeesEnumeration".freeze
term :Rheumatologic,
@@ -16287,11 +16912,11 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2712".freeze,
label: "SalePrice".freeze,
type: "http://schema.org/PriceTypeEnumeration".freeze
term :SatireOrParodyContent,
- 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,
+ 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,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "SatireOrParodyContent".freeze,
type: "http://schema.org/MediaManipulationRatingEnumeration".freeze
term :Saturday,
@@ -16393,10 +17018,10 @@
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "StagesHealthAspect".freeze,
type: "http://schema.org/HealthAspectEnumeration".freeze
term :StoreCreditRefund,
- comment: "A StoreCreditRefund ...".freeze,
+ comment: "Specifies that the customer receives a store credit as refund when returning a product".freeze,
"http://schema.org/isPartOf": "http://pending.schema.org".freeze,
"http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "StoreCreditRefund".freeze,
type: "http://schema.org/RefundTypeEnumeration".freeze
term :StrengthTraining,