René's URL Explorer Experiment


Title: Offer - Schema.org Type

Description: Schema.org Type: Offer - An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.

Note: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.

For GTIN-related fields, see Check Digit calculator and validation guide from GS1.

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "qb": "http://purl.org/linked-data/cube#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:Intangible",
      "@type": "rdfs:Class",
      "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
      "rdfs:label": "Intangible",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:Offer",
      "@type": "rdfs:Class",
      "rdfs:comment": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\\n\\nNote: As the [[businessFunction]] property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\\n\\nFor [GTIN](http://www.gs1.org/barcodes/technical/idkeys/gtin)-related fields, see [Check Digit calculator](http://www.gs1.org/barcodes/support/check_digit_calculator) and [validation guide](http://www.gs1us.org/resources/standards/gtin-validation-guide) from [GS1](http://www.gs1.org/).",
      "rdfs:label": "Offer",
      "owl:equivalentClass": [
        {
          "@id": "http://unece.org/vocab#Offer"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Offer"
        }
      ],
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:acceptedPaymentMethod",
      "@type": "rdf:Property",
      "rdfs:comment": "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.",
      "rdfs:label": "acceptedPaymentMethod",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:LoanOrCredit"
        },
        {
          "@id": "schema:PaymentMethod"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3537"
      }
    },
    {
      "@id": "schema:addOn",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).",
      "rdfs:label": "addOn",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Offer"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Offer"
      }
    },
    {
      "@id": "schema:additionalProperty",
      "@type": "rdf:Property",
      "rdfs:comment": "A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
      "rdfs:label": "additionalProperty",
      "schema:domainIncludes": [
        {
          "@id": "schema:MerchantReturnPolicy"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:PropertyValue"
      }
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs: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. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:advanceBookingRequirement",
      "@type": "rdf:Property",
      "rdfs:comment": "The amount of time that is required between accepting the offer and the actual usage of the resource or service.",
      "rdfs:label": "advanceBookingRequirement",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      }
    },
    {
      "@id": "schema:aggregateRating",
      "@type": "rdf:Property",
      "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
      "rdfs:label": "aggregateRating",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:AggregateRating"
      }
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:areaServed",
      "@type": "rdf:Property",
      "rdfs:comment": "The geographic area where a service or offered item is provided.",
      "rdfs:label": "areaServed",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/hasServiceArea"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:DeliveryChargeSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:AdministrativeArea"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:asin",
      "@type": "rdf:Property",
      "rdfs:comment": "An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).\n\nNote also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.\nASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too.",
      "rdfs:label": "asin",
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2288"
      }
    },
    {
      "@id": "schema:availability",
      "@type": "rdf:Property",
      "rdfs:comment": "The availability of this item—for example In stock, Out of stock, Pre-order, etc.",
      "rdfs:label": "availability",
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:ItemAvailability"
      }
    },
    {
      "@id": "schema:availabilityEnds",
      "@type": "rdf:Property",
      "rdfs:comment": "The end of the availability of the product or service included in the offer.",
      "rdfs:label": "availabilityEnds",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ActionAccessSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        },
        {
          "@id": "schema:Time"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1741"
      }
    },
    {
      "@id": "schema:availabilityStarts",
      "@type": "rdf:Property",
      "rdfs:comment": "The beginning of the availability of the product or service included in the offer.",
      "rdfs:label": "availabilityStarts",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ActionAccessSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        },
        {
          "@id": "schema:Time"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1741"
      }
    },
    {
      "@id": "schema:availableAtOrFrom",
      "@type": "rdf:Property",
      "rdfs:comment": "The place(s) from which the offer can be obtained (e.g. store locations).",
      "rdfs:label": "availableAtOrFrom",
      "rdfs:subPropertyOf": {
        "@id": "schema:areaServed"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:availableDeliveryMethod",
      "@type": "rdf:Property",
      "rdfs:comment": "The delivery method(s) available for this offer.",
      "rdfs:label": "availableDeliveryMethod",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:DeliveryMethod"
      }
    },
    {
      "@id": "schema:businessFunction",
      "@type": "rdf:Property",
      "rdfs:comment": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.",
      "rdfs:label": "businessFunction",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:TypeAndQuantityNode"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:BusinessFunction"
      }
    },
    {
      "@id": "schema:category",
      "@type": "rdf:Property",
      "rdfs:comment": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
      "rdfs:label": "category",
      "schema:domainIncludes": [
        {
          "@id": "schema:ActionAccessSpecification"
        },
        {
          "@id": "schema:Guide"
        },
        {
          "@id": "schema:Invoice"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:PhysicalActivity"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Recommendation"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:SpecialAnnouncement"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:CategoryCode"
        },
        {
          "@id": "schema:PhysicalActivityCategory"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:Thing"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/1741"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/2490"
        }
      ]
    },
    {
      "@id": "schema:checkoutPageURLTemplate",
      "@type": "rdf:Property",
      "rdfs:comment": "A URL template (RFC 6570) for a checkout page for an offer. This approach allows merchants to specify a URL for online checkout of the offered product, by interpolating parameters such as the logged in user ID, product ID, quantity, discount code etc. Parameter naming and standardization are not specified here.",
      "rdfs:label": "checkoutPageURLTemplate",
      "schema:domainIncludes": {
        "@id": "schema:Offer"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3135"
      }
    },
    {
      "@id": "schema:deliveryLeadTime",
      "@type": "rdf:Property",
      "rdfs:comment": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.",
      "rdfs:label": "deliveryLeadTime",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:eligibleCustomerType",
      "@type": "rdf:Property",
      "rdfs:comment": "The type(s) of customers for which the given offer is valid.",
      "rdfs:label": "eligibleCustomerType",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:BusinessEntityType"
      }
    },
    {
      "@id": "schema:eligibleDuration",
      "@type": "rdf:Property",
      "rdfs:comment": "The duration for which the given offer is valid.",
      "rdfs:label": "eligibleDuration",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      }
    },
    {
      "@id": "schema:eligibleQuantity",
      "@type": "rdf:Property",
      "rdfs:comment": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.",
      "rdfs:label": "eligibleQuantity",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      }
    },
    {
      "@id": "schema:eligibleRegion",
      "@type": "rdf:Property",
      "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\\n\\nSee also [[ineligibleRegion]].\n    ",
      "rdfs:label": "eligibleRegion",
      "rdfs:subPropertyOf": {
        "@id": "schema:areaServed"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ActionAccessSpecification"
        },
        {
          "@id": "schema:DeliveryChargeSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1741"
      }
    },
    {
      "@id": "schema:eligibleTransactionVolume",
      "@type": "rdf:Property",
      "rdfs:comment": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.",
      "rdfs:label": "eligibleTransactionVolume",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:PriceSpecification"
      }
    },
    {
      "@id": "schema:gtin",
      "@type": "rdf:Property",
      "rdfs:comment": "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.\n\nA correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.\n\nThe GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) expresses GTINs as URLs (URIs, IRIs, etc.).\nDigital Links should be populated into the [[hasGS1DigitalLink]] attribute.\n\nNote also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details.",
      "rdfs:label": "gtin",
      "owl:equivalentProperty": [
        {
          "@id": "http://unece.org/vocab#gTINId"
        },
        {
          "@id": "https://ref.gs1.org/voc/gtin"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2288"
      }
    },
    {
      "@id": "schema:gtin12",
      "@type": "rdf:Property",
      "rdfs:comment": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
      "rdfs:label": "gtin12",
      "rdfs:subPropertyOf": [
        {
          "@id": "schema:gtin"
        },
        {
          "@id": "schema:identifier"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:gtin13",
      "@type": "rdf:Property",
      "rdfs:comment": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
      "rdfs:label": "gtin13",
      "rdfs:subPropertyOf": [
        {
          "@id": "schema:gtin"
        },
        {
          "@id": "schema:identifier"
        }
      ],
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:gtin14",
      "@type": "rdf:Property",
      "rdfs:comment": "The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
      "rdfs:label": "gtin14",
      "rdfs:subPropertyOf": [
        {
          "@id": "schema:gtin"
        },
        {
          "@id": "schema:identifier"
        }
      ],
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:gtin8",
      "@type": "rdf:Property",
      "rdfs:comment": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
      "rdfs:label": "gtin8",
      "rdfs:subPropertyOf": [
        {
          "@id": "schema:gtin"
        },
        {
          "@id": "schema:identifier"
        }
      ],
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:hasAdultConsideration",
      "@type": "rdf:Property",
      "rdfs:comment": "Used to tag an item to be intended or suitable for consumption or use by adults only.",
      "rdfs:label": "hasAdultConsideration",
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:AdultOrientedEnumeration"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2989"
      }
    },
    {
      "@id": "schema:hasGS1DigitalLink",
      "@type": "rdf:Property",
      "rdfs:comment": "The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products: Other item types should be adapted similarly.",
      "rdfs:label": "hasGS1DigitalLink",
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3475"
      }
    },
    {
      "@id": "schema:hasMeasurement",
      "@type": "rdf:Property",
      "rdfs:comment": "A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.",
      "rdfs:label": "hasMeasurement",
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:SizeSpecification"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2811"
      }
    },
    {
      "@id": "schema:hasMerchantReturnPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "Specifies a MerchantReturnPolicy that may be applicable.",
      "rdfs:label": "hasMerchantReturnPolicy",
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MerchantReturnPolicy"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2288"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:includesObject",
      "@type": "rdf:Property",
      "rdfs:comment": "This links to a node or nodes indicating the exact quantity of the products included in  an [[Offer]] or [[ProductCollection]].",
      "rdfs:label": "includesObject",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:ProductCollection"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:TypeAndQuantityNode"
      }
    },
    {
      "@id": "schema:ineligibleRegion",
      "@type": "rdf:Property",
      "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]].\n      ",
      "rdfs:label": "ineligibleRegion",
      "schema:domainIncludes": [
        {
          "@id": "schema:ActionAccessSpecification"
        },
        {
          "@id": "schema:DeliveryChargeSpecification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:MediaObject"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2242"
      }
    },
    {
      "@id": "schema:inventoryLevel",
      "@type": "rdf:Property",
      "rdfs:comment": "The current approximate inventory level for the item or items.",
      "rdfs:label": "inventoryLevel",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:SomeProducts"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:QuantitativeValue"
      }
    },
    {
      "@id": "schema:isFamilyFriendly",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates whether this content is family friendly.",
      "rdfs:label": "isFamilyFriendly",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      }
    },
    {
      "@id": "schema:itemCondition",
      "@type": "rdf:Property",
      "rdfs: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.",
      "rdfs:label": "itemCondition",
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:MerchantReturnPolicy"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:OfferItemCondition"
      }
    },
    {
      "@id": "schema:itemOffered",
      "@type": "rdf:Property",
      "rdfs:comment": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using [[businessFunction]], e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
      "rdfs:label": "itemOffered",
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:offers"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:AggregateOffer"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MenuItem"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Trip"
        }
      ]
    },
    {
      "@id": "schema:leaseLength",
      "@type": "rdf:Property",
      "rdfs:comment": "Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property.",
      "rdfs:label": "leaseLength",
      "schema:domainIncludes": [
        {
          "@id": "schema:Accommodation"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:RealEstateListing"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Duration"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2373"
      }
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:mobileUrl",
      "@type": "rdf:Property",
      "rdfs:comment": "The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.\n\nTo discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional \"mobile site\" alongside the main one. It should not be taken as an endorsement of this publication style.\n    ",
      "rdfs:label": "mobileUrl",
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3134"
      }
    },
    {
      "@id": "schema:mpn",
      "@type": "rdf:Property",
      "rdfs:comment": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
      "rdfs:label": "mpn",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#manufacturerAssignedId"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:offeredBy",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to the organization or person making the offer.",
      "rdfs:label": "offeredBy",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isOfferedBy"
      },
      "schema:domainIncludes": {
        "@id": "schema:Offer"
      },
      "schema:inverseOf": {
        "@id": "schema:makesOffer"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:price",
      "@type": "rdf:Property",
      "rdfs:comment": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\n      ",
      "rdfs:label": "price",
      "rdfs:subPropertyOf": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/hasAmount"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Quantities/hasNumericValue"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:DonateAction"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:PriceSpecification"
        },
        {
          "@id": "schema:TradeAction"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Number"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:priceCurrency",
      "@type": "rdf:Property",
      "rdfs:comment": "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\".",
      "rdfs:label": "priceCurrency",
      "rdfs:subPropertyOf": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/hasCurrency"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:DonateAction"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:PriceSpecification"
        },
        {
          "@id": "schema:Reservation"
        },
        {
          "@id": "schema:Ticket"
        },
        {
          "@id": "schema:TradeAction"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:priceSpecification",
      "@type": "rdf:Property",
      "rdfs:comment": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
      "rdfs:label": "priceSpecification",
      "owl:equivalentClass": {
        "@id": "http://unece.org/vocab#AmountType"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:DonateAction"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:TradeAction"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:PriceSpecification"
      }
    },
    {
      "@id": "schema:priceValidUntil",
      "@type": "rdf:Property",
      "rdfs:comment": "The date after which the price is no longer available.",
      "rdfs:label": "priceValidUntil",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#EffectiveEndDateTime"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:endDate"
      },
      "schema:domainIncludes": {
        "@id": "schema:Offer"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      }
    },
    {
      "@id": "schema:review",
      "@type": "rdf:Property",
      "rdfs:comment": "A review of the item.",
      "rdfs:label": "review",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      }
    },
    {
      "@id": "schema:reviews",
      "@type": "rdf:Property",
      "rdfs:comment": "Review of the item.",
      "rdfs:label": "reviews",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      },
      "schema:supersededBy": {
        "@id": "schema:review"
      }
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:seller",
      "@type": "rdf:Property",
      "rdfs:comment": "An entity which offers (sells / leases / lends / loans) the services / goods.  A seller may also be a provider.",
      "rdfs:label": "seller",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#Seller"
      },
      "rdfs:subPropertyOf": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/hasSupplier"
        },
        {
          "@id": "schema:participant"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:BuyAction"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Flight"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Order"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ]
    },
    {
      "@id": "schema:serialNumber",
      "@type": "rdf:Property",
      "rdfs:comment": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
      "rdfs:label": "serialNumber",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#SerialId"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:IndividualProduct"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:shippingDetails",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates information about the shipping policies and options associated with an [[Offer]].",
      "rdfs:label": "shippingDetails",
      "schema:domainIncludes": {
        "@id": "schema:Offer"
      },
      "schema:rangeIncludes": {
        "@id": "schema:OfferShippingDetails"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:sku",
      "@type": "rdf:Property",
      "rdfs:comment": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.",
      "rdfs:label": "sku",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#sellerAssignedId"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:validForMemberTier",
      "@type": "rdf:Property",
      "rdfs:comment": "The membership program tier(s) an Offer (or a PriceSpecification, OfferShippingDetails, or MerchantReturnPolicy under an Offer) is valid for.",
      "rdfs:label": "validForMemberTier",
      "schema:domainIncludes": [
        {
          "@id": "schema:MerchantReturnPolicy"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:PriceSpecification"
        },
        {
          "@id": "schema:ShippingService"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:MemberProgramTier"
      },
      "schema:source": [
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/3563"
        },
        {
          "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
        }
      ]
    },
    {
      "@id": "schema:validFrom",
      "@type": "rdf:Property",
      "rdfs:comment": "The date when the item becomes valid.",
      "rdfs:label": "validFrom",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasStartDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OpeningHoursSpecification"
        },
        {
          "@id": "schema:Permit"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:validThrough",
      "@type": "rdf:Property",
      "rdfs:comment": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.",
      "rdfs:label": "validThrough",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasEndDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:JobPosting"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OpeningHoursSpecification"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:warranty",
      "@type": "rdf:Property",
      "rdfs:comment": "The warranty promise(s) included in the offer.",
      "rdfs:label": "warranty",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:WarrantyPromise"
      }
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
1M - 10M Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Intangiblehttps://schema.org/Intangible
Offerhttps://schema.org/Offer
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+Offer
businessFunctionhttps://schema.org/businessFunction
GTINhttp://www.gs1.org/barcodes/technical/idkeys/gtin
Check Digit calculatorhttp://www.gs1.org/barcodes/support/check_digit_calculator
validation guidehttp://www.gs1us.org/resources/standards/gtin-validation-guide
GS1http://www.gs1.org/
Offerhttps://schema.org/Offer
acceptedPaymentMethodhttps://schema.org/acceptedPaymentMethod
LoanOrCredithttps://schema.org/LoanOrCredit
PaymentMethodhttps://schema.org/PaymentMethod
Texthttps://schema.org/Text
addOnhttps://schema.org/addOn
Offerhttps://schema.org/Offer
additionalPropertyhttps://schema.org/additionalProperty
PropertyValuehttps://schema.org/PropertyValue
advanceBookingRequirementhttps://schema.org/advanceBookingRequirement
QuantitativeValuehttps://schema.org/QuantitativeValue
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
areaServedhttps://schema.org/areaServed
AdministrativeAreahttps://schema.org/AdministrativeArea
GeoShapehttps://schema.org/GeoShape
Placehttps://schema.org/Place
Texthttps://schema.org/Text
serviceAreahttps://schema.org/serviceArea
asinhttps://schema.org/asin
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Wikipediahttps://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number
availabilityhttps://schema.org/availability
ItemAvailabilityhttps://schema.org/ItemAvailability
availabilityEndshttps://schema.org/availabilityEnds
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
Timehttps://schema.org/Time
availabilityStartshttps://schema.org/availabilityStarts
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
Timehttps://schema.org/Time
availableAtOrFromhttps://schema.org/availableAtOrFrom
Placehttps://schema.org/Place
availableDeliveryMethodhttps://schema.org/availableDeliveryMethod
DeliveryMethodhttps://schema.org/DeliveryMethod
businessFunctionhttps://schema.org/businessFunction
BusinessFunctionhttps://schema.org/BusinessFunction
categoryhttps://schema.org/category
CategoryCodehttps://schema.org/CategoryCode
PhysicalActivityCategoryhttps://schema.org/PhysicalActivityCategory
Texthttps://schema.org/Text
Thinghttps://schema.org/Thing
URLhttps://schema.org/URL
checkoutPageURLTemplatehttps://schema.org/checkoutPageURLTemplate
Texthttps://schema.org/Text
deliveryLeadTimehttps://schema.org/deliveryLeadTime
QuantitativeValuehttps://schema.org/QuantitativeValue
eligibleCustomerTypehttps://schema.org/eligibleCustomerType
BusinessEntityTypehttps://schema.org/BusinessEntityType
eligibleDurationhttps://schema.org/eligibleDuration
QuantitativeValuehttps://schema.org/QuantitativeValue
eligibleQuantityhttps://schema.org/eligibleQuantity
QuantitativeValuehttps://schema.org/QuantitativeValue
eligibleRegionhttps://schema.org/eligibleRegion
GeoShapehttps://schema.org/GeoShape
Placehttps://schema.org/Place
Texthttps://schema.org/Text
ineligibleRegionhttps://schema.org/ineligibleRegion
eligibleTransactionVolumehttps://schema.org/eligibleTransactionVolume
PriceSpecificationhttps://schema.org/PriceSpecification
gtinhttps://schema.org/gtin
Texthttps://schema.org/Text
URLhttps://schema.org/URL
GTINhttps://www.gs1.org/standards/id-keys/gtin
gtinhttps://schema.org/gtin
valid GS1 check digithttps://www.gs1.org/services/check-digit-calculator
GS1's GTIN Summaryhttp://www.gs1.org/barcodes/technical/idkeys/gtin
Wikipediahttps://en.wikipedia.org/wiki/Global_Trade_Item_Number
gtinhttps://schema.org/gtin
gtin8https://schema.org/gtin8
gtin12https://schema.org/gtin12
gtin13https://schema.org/gtin13
gtin14https://schema.org/gtin14
digital link specificationshttps://www.gs1.org/standards/Digital-Link/
hasGS1DigitalLinkhttps://schema.org/hasGS1DigitalLink
gtin12https://schema.org/gtin12
Texthttps://schema.org/Text
GS1 GTIN Summaryhttp://www.gs1.org/barcodes/technical/idkeys/gtin
gtin13https://schema.org/gtin13
Texthttps://schema.org/Text
GS1 GTIN Summaryhttp://www.gs1.org/barcodes/technical/idkeys/gtin
gtin14https://schema.org/gtin14
Texthttps://schema.org/Text
GS1 GTIN Summaryhttp://www.gs1.org/barcodes/technical/idkeys/gtin
gtin8https://schema.org/gtin8
Texthttps://schema.org/Text
GS1 GTIN Summaryhttp://www.gs1.org/barcodes/technical/idkeys/gtin
hasAdultConsiderationhttps://schema.org/hasAdultConsideration
AdultOrientedEnumerationhttps://schema.org/AdultOrientedEnumeration
hasGS1DigitalLinkhttps://schema.org/hasGS1DigitalLink
URLhttps://schema.org/URL
GS1 digital linkhttps://www.gs1.org/standards/gs1-digital-link
Producthttps://schema.org/Product
Organizationhttps://schema.org/Organization
IndividualProducthttps://schema.org/IndividualProduct
SomeProductshttps://schema.org/SomeProducts
IndividualProducthttps://schema.org/IndividualProduct
Producthttps://schema.org/Product
ProductModelhttps://schema.org/ProductModel
hasMeasurementhttps://schema.org/hasMeasurement
QuantitativeValuehttps://schema.org/QuantitativeValue
hasMerchantReturnPolicyhttps://schema.org/hasMerchantReturnPolicy
MerchantReturnPolicyhttps://schema.org/MerchantReturnPolicy
hasProductReturnPolicyhttps://schema.org/hasProductReturnPolicy
includesObjecthttps://schema.org/includesObject
TypeAndQuantityNodehttps://schema.org/TypeAndQuantityNode
Offerhttps://schema.org/Offer
ProductCollectionhttps://schema.org/ProductCollection
ineligibleRegionhttps://schema.org/ineligibleRegion
GeoShapehttps://schema.org/GeoShape
Placehttps://schema.org/Place
Texthttps://schema.org/Text
eligibleRegionhttps://schema.org/eligibleRegion
inventoryLevelhttps://schema.org/inventoryLevel
QuantitativeValuehttps://schema.org/QuantitativeValue
isFamilyFriendlyhttps://schema.org/isFamilyFriendly
Booleanhttps://schema.org/Boolean
itemConditionhttps://schema.org/itemCondition
OfferItemConditionhttps://schema.org/OfferItemCondition
itemOfferedhttps://schema.org/itemOffered
AggregateOfferhttps://schema.org/AggregateOffer
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
MenuItemhttps://schema.org/MenuItem
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
Triphttps://schema.org/Trip
businessFunctionhttps://schema.org/businessFunction
offershttps://schema.org/offers
leaseLengthhttps://schema.org/leaseLength
Durationhttps://schema.org/Duration
QuantitativeValuehttps://schema.org/QuantitativeValue
Accommodationhttps://schema.org/Accommodation
Offerhttps://schema.org/Offer
mobileUrlhttps://schema.org/mobileUrl
Texthttps://schema.org/Text
mobileUrlhttps://schema.org/mobileUrl
Producthttps://schema.org/Product
Offerhttps://schema.org/Offer
Thinghttps://schema.org/Thing
responsive designhttps://en.wikipedia.org/wiki/Responsive_web_design
urlhttps://schema.org/url
urlhttps://schema.org/url
mobileUrlhttps://schema.org/mobileUrl
Producthttps://schema.org/Product
Offerhttps://schema.org/Offer
mpnhttps://schema.org/mpn
Texthttps://schema.org/Text
offeredByhttps://schema.org/offeredBy
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
makesOfferhttps://schema.org/makesOffer
pricehttps://schema.org/price
Numberhttps://schema.org/Number
Texthttps://schema.org/Text
priceCurrencyhttps://schema.org/priceCurrency
ISO 4217 currency formathttp://en.wikipedia.org/wiki/ISO_4217
Ticker symbolhttps://en.wikipedia.org/wiki/List_of_cryptocurrencies
Local Exchange Trading Systemshttps://en.wikipedia.org/wiki/Local_exchange_trading_system
ambiguous symbolshttp://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign
RDFahttp://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute
priceCurrencyhttps://schema.org/priceCurrency
Texthttps://schema.org/Text
PriceSpecificationhttps://schema.org/PriceSpecification
ISO 4217 currency formathttp://en.wikipedia.org/wiki/ISO_4217
Ticker symbolhttps://en.wikipedia.org/wiki/List_of_cryptocurrencies
Local Exchange Trading Systemshttps://en.wikipedia.org/wiki/Local_exchange_trading_system
priceSpecificationhttps://schema.org/priceSpecification
PriceSpecificationhttps://schema.org/PriceSpecification
priceValidUntilhttps://schema.org/priceValidUntil
Datehttps://schema.org/Date
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
sellerhttps://schema.org/seller
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
merchanthttps://schema.org/merchant
vendorhttps://schema.org/vendor
serialNumberhttps://schema.org/serialNumber
Texthttps://schema.org/Text
shippingDetailshttps://schema.org/shippingDetails
OfferShippingDetailshttps://schema.org/OfferShippingDetails
Offerhttps://schema.org/Offer
skuhttps://schema.org/sku
Texthttps://schema.org/Text
validForMemberTierhttps://schema.org/validForMemberTier
MemberProgramTierhttps://schema.org/MemberProgramTier
validFromhttps://schema.org/validFrom
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
validThroughhttps://schema.org/validThrough
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
warrantyhttps://schema.org/warranty
WarrantyPromisehttps://schema.org/WarrantyPromise
warrantyPromisehttps://schema.org/warrantyPromise
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
Offerhttps://schema.org/Offer
acceptedOfferhttps://schema.org/acceptedOffer
Orderhttps://schema.org/Order
addOnhttps://schema.org/addOn
Offerhttps://schema.org/Offer
expectsAcceptanceOfhttps://schema.org/expectsAcceptanceOf
ActionAccessSpecificationhttps://schema.org/ActionAccessSpecification
ConsumeActionhttps://schema.org/ConsumeAction
MediaSubscriptionhttps://schema.org/MediaSubscription
hasParticipationOfferhttps://schema.org/hasParticipationOffer
Eventhttps://schema.org/Event
hasSponsorshipOfferhttps://schema.org/hasSponsorshipOffer
Eventhttps://schema.org/Event
makesOfferhttps://schema.org/makesOffer
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
offershttps://schema.org/offers
AggregateOfferhttps://schema.org/AggregateOffer
CreativeWorkhttps://schema.org/CreativeWork
EducationalOccupationalProgramhttps://schema.org/EducationalOccupationalProgram
Eventhttps://schema.org/Event
MenuItemhttps://schema.org/MenuItem
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
Triphttps://schema.org/Trip
businessFunctionhttps://schema.org/businessFunction
Demandhttps://schema.org/Demand
AggregateOfferhttps://schema.org/AggregateOffer
OfferForLeasehttps://schema.org/OfferForLease
OfferForPurchasehttps://schema.org/OfferForPurchase
useshttps://blog.schema.org/2012/11/08/good-relations-and-schema-org/
http://purl.org/goodrelations/http://purl.org/goodrelations/
Example 1https://schema.org/Offer#eg-0010
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 2https://schema.org/Offer#eg-0011
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 3https://schema.org/Offer#eg-0012
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 4https://schema.org/Offer#eg-0171
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 5https://schema.org/Offer#eg-0172
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 6https://schema.org/Offer#eg-0173
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 7https://schema.org/Offer#eg-0174
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 8https://schema.org/Offer#eg-0201
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 9https://schema.org/Offer#eg-0202
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 10https://schema.org/Offer#eg-0208
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 11https://schema.org/Offer#eg-0393
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 12https://schema.org/Offer#eg-0394
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 13https://schema.org/Offer#eg-0396
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 14https://schema.org/Offer#eg-0397
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 15https://schema.org/Offer#eg-0462
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 16https://schema.org/Offer#eg-0475
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 17https://schema.org/Offer#eg-3617a
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 18https://schema.org/Offer#eg-3617c
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Example 19https://schema.org/Offer#eg-4505
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.