René's URL Explorer Experiment


Title: ProductModel - Schema.org Type

Description: Schema.org Type: ProductModel - A datasheet or vendor specification of a product (in the sense of a prototypical description).

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:Product",
      "@type": "rdfs:Class",
      "rdfs:comment": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.",
      "rdfs:label": "Product",
      "owl:equivalentClass": [
        {
          "@id": "http://unece.org/vocab#TradeProduct"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/Product"
        }
      ],
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      }
    },
    {
      "@id": "schema:ProductModel",
      "@type": "rdfs:Class",
      "rdfs:comment": "A datasheet or vendor specification of a product (in the sense of a prototypical description).",
      "rdfs:label": "ProductModel",
      "rdfs:subClassOf": {
        "@id": "schema:Product"
      },
      "schema:contributor": {
        "@id": "https://blog.schema.org/2012/11/08/good-relations-and-schema-org/"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@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: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: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:audience",
      "@type": "rdf:Property",
      "rdfs:comment": "An intended audience, i.e. a group for whom something was created.",
      "rdfs:label": "audience",
      "owl:equivalentProperty": {
        "@id": "dcterms:audience"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:LodgingBusiness"
        },
        {
          "@id": "schema:PlayAction"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Audience"
      }
    },
    {
      "@id": "schema:award",
      "@type": "rdf:Property",
      "rdfs:comment": "An award won by or for this item.",
      "rdfs:label": "award",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:awards",
      "@type": "rdf:Property",
      "rdfs:comment": "Awards won by or for this item.",
      "rdfs:label": "awards",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:supersededBy": {
        "@id": "schema:award"
      }
    },
    {
      "@id": "schema:brand",
      "@type": "rdf:Property",
      "rdfs:comment": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.",
      "rdfs:label": "brand",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#brandName"
      },
      "rdfs:subPropertyOf": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/hasDesignation"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        }
      ]
    },
    {
      "@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:color",
      "@type": "rdf:Property",
      "rdfs:comment": "The color of the product.",
      "rdfs:label": "color",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#colourDescription"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:colorSwatch",
      "@type": "rdf:Property",
      "rdfs:comment": "A color swatch image, visualizing the color of a [[Product]]. Should match the textual description specified in the [[color]] property. This can be a URL or a fully described ImageObject.",
      "rdfs:label": "colorSwatch",
      "rdfs:subPropertyOf": {
        "@id": "schema:image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3423"
      }
    },
    {
      "@id": "schema:countryOfAssembly",
      "@type": "rdf:Property",
      "rdfs:comment": "The place where the product was assembled.",
      "rdfs:label": "countryOfAssembly",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#finalAssemblyCountry"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/991"
      }
    },
    {
      "@id": "schema:countryOfLastProcessing",
      "@type": "rdf:Property",
      "rdfs:comment": "The place where the item (typically [[Product]]) was last processed and tested before importation.",
      "rdfs:label": "countryOfLastProcessing",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ProcessingCountry"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/991"
      }
    },
    {
      "@id": "schema:countryOfOrigin",
      "@type": "rdf:Property",
      "rdfs: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.",
      "rdfs:label": "countryOfOrigin",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#originCountry"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Movie"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:TVEpisode"
        },
        {
          "@id": "schema:TVSeason"
        },
        {
          "@id": "schema:TVSeries"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Country"
      }
    },
    {
      "@id": "schema:depth",
      "@type": "rdf:Property",
      "rdfs:comment": "The depth of the item.",
      "rdfs:label": "depth",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:ShippingConditions"
        },
        {
          "@id": "schema:VisualArtwork"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Distance"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
      }
    },
    {
      "@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:displayLocation",
      "@type": "rdf:Property",
      "rdfs:comment": "The location at which an item can be viewed or experienced in-person.",
      "rdfs:label": "displayLocation",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4513"
      }
    },
    {
      "@id": "schema:funding",
      "@type": "rdf:Property",
      "rdfs:comment": "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].",
      "rdfs:label": "funding",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/TP"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:BioChemEntity"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MedicalEntity"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:fundedItem"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Grant"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/383"
      }
    },
    {
      "@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:hasCertification",
      "@type": "rdf:Property",
      "rdfs:comment": "Certification information about a product, organization, service, place, or person.",
      "rdfs:label": "hasCertification",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ApplicableCertificate"
      },
      "rdfs:subPropertyOf": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/isReferencedIn"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Certification"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3230"
      }
    },
    {
      "@id": "schema:hasEnergyConsumptionDetails",
      "@type": "rdf:Property",
      "rdfs:comment": "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard.",
      "rdfs:label": "hasEnergyConsumptionDetails",
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:EnergyConsumptionDetails"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2670"
      }
    },
    {
      "@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:hasProductReturnPolicy",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a ProductReturnPolicy that may be applicable.",
      "rdfs:label": "hasProductReturnPolicy",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://attic.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ProductReturnPolicy"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2288"
      },
      "schema:supersededBy": {
        "@id": "schema:hasMerchantReturnPolicy"
      }
    },
    {
      "@id": "schema:height",
      "@type": "rdf:Property",
      "rdfs:comment": "The height of the item.",
      "rdfs:label": "height",
      "schema:domainIncludes": [
        {
          "@id": "schema:MediaObject"
        },
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:ShippingConditions"
        },
        {
          "@id": "schema:VisualArtwork"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Distance"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
      }
    },
    {
      "@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:inProductGroupWithID",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]]. ",
      "rdfs:label": "inProductGroupWithID",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#variantId"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1797"
      }
    },
    {
      "@id": "schema:isAccessoryOrSparePartFor",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.",
      "rdfs:label": "isAccessoryOrSparePartFor",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Product"
      }
    },
    {
      "@id": "schema:isConsumableFor",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to another product (or multiple products) for which this product is a consumable.",
      "rdfs:label": "isConsumableFor",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Product"
      }
    },
    {
      "@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:isRelatedTo",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to another, somehow related product (or multiple products).",
      "rdfs:label": "isRelatedTo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#RelatedProduct"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ]
    },
    {
      "@id": "schema:isSimilarTo",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer to another, functionally similar product (or multiple products).",
      "rdfs:label": "isSimilarTo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#SubstituteProduct"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ]
    },
    {
      "@id": "schema:isVariantOf",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group.",
      "rdfs:label": "isVariantOf",
      "rdfs:subPropertyOf": [
        {
          "@id": "https://www.omg.org/spec/Commons/Classifiers/exemplifies"
        },
        {
          "@id": "skos:broader"
        }
      ],
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:ProductModel"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:hasVariant"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ProductGroup"
        },
        {
          "@id": "schema:ProductModel"
        }
      ]
    },
    {
      "@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:keywords",
      "@type": "rdf:Property",
      "rdfs:comment": "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
      "rdfs:label": "keywords",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:logo",
      "@type": "rdf:Property",
      "rdfs:comment": "An associated logo.",
      "rdfs:label": "logo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#logoReferencedDocument"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:image"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@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:manufacturer",
      "@type": "rdf:Property",
      "rdfs:comment": "The manufacturer of the product.",
      "rdfs:label": "manufacturer",
      "owl:equivalentProperty": [
        {
          "@id": "http://unece.org/vocab#manufacturerParty"
        },
        {
          "@id": "https://ref.gs1.org/voc/manufacturer"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isProvisionedBy"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Organization"
      }
    },
    {
      "@id": "schema:material",
      "@type": "rdf:Property",
      "rdfs:comment": "A material that something is made from, e.g. leather, wool, cotton, paper.",
      "rdfs:label": "material",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@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:model",
      "@type": "rdf:Property",
      "rdfs:comment": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.",
      "rdfs:label": "model",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ModelName"
      },
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ProductModel"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@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:negativeNotes",
      "@type": "rdf:Property",
      "rdfs:comment": "Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry \n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions \ntend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).",
      "rdfs:label": "negativeNotes",
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Review"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ItemList"
        },
        {
          "@id": "schema:ListItem"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:WebContent"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2832"
      }
    },
    {
      "@id": "schema:nsn",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]]. ",
      "rdfs:label": "nsn",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#nSNId"
      },
      "rdfs:subPropertyOf": [
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        },
        {
          "@id": "schema:identifier"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2126"
      }
    },
    {
      "@id": "schema:offers",
      "@type": "rdf:Property",
      "rdfs:comment": "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n      ",
      "rdfs:label": "offers",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/isProductOf"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:AggregateOffer"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:EducationalOccupationalProgram"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:MenuItem"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        },
        {
          "@id": "schema:Trip"
        }
      ],
      "schema:inverseOf": {
        "@id": "schema:itemOffered"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:Offer"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2289"
      }
    },
    {
      "@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:pattern",
      "@type": "rdf:Property",
      "rdfs:comment": "A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.",
      "rdfs:label": "pattern",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#printDesignDescription"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1797"
      }
    },
    {
      "@id": "schema:positiveNotes",
      "@type": "rdf:Property",
      "rdfs:comment": "Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.\n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).",
      "rdfs:label": "positiveNotes",
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Review"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ItemList"
        },
        {
          "@id": "schema:ListItem"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:WebContent"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2832"
      }
    },
    {
      "@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:predecessorOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer from a previous, often discontinued variant of the product to its newer variant.",
      "rdfs:label": "predecessorOf",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:ProductModel"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ProductModel"
      }
    },
    {
      "@id": "schema:productID",
      "@type": "rdf:Property",
      "rdfs:comment": "The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\" content=\"isbn:123-456-789\" ```.",
      "rdfs:label": "productID",
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:productionDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The date of production of the item, e.g. vehicle.",
      "rdfs:label": "productionDate",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ProductionDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/Automotive_Ontology_Working_Group"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Vehicle"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      }
    },
    {
      "@id": "schema:purchaseDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The date the item, e.g. vehicle, was purchased by the current owner.",
      "rdfs:label": "purchaseDate",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/Automotive_Ontology_Working_Group"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Vehicle"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Date"
      }
    },
    {
      "@id": "schema:releaseDate",
      "@type": "rdf:Property",
      "rdfs:comment": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.",
      "rdfs:label": "releaseDate",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ProductAvailabilityDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Product"
      },
      "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:size",
      "@type": "rdf:Property",
      "rdfs:comment": "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ",
      "rdfs:label": "size",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#sizeDescription"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:SizeSpecification"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1797"
      }
    },
    {
      "@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:slogan",
      "@type": "rdf:Property",
      "rdfs:comment": "A slogan or motto associated with the item.",
      "rdfs:label": "slogan",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#PromotionalMessage"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "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:successorOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A pointer from a newer variant of a product  to its previous, often discontinued predecessor.",
      "rdfs:label": "successorOf",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:ProductModel"
      },
      "schema:rangeIncludes": {
        "@id": "schema:ProductModel"
      }
    },
    {
      "@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:weight",
      "@type": "rdf:Property",
      "rdfs:comment": "The weight of the product or person.",
      "rdfs:label": "weight",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:ShippingConditions"
        },
        {
          "@id": "schema:VisualArtwork"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Mass"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
      }
    },
    {
      "@id": "schema:width",
      "@type": "rdf:Property",
      "rdfs:comment": "The width of the item.",
      "rdfs:label": "width",
      "schema:domainIncludes": [
        {
          "@id": "schema:MediaObject"
        },
        {
          "@id": "schema:OfferShippingDetails"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:ShippingConditions"
        },
        {
          "@id": "schema:VisualArtwork"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Distance"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3617"
      }
    }
  ]
}

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);
1K - 10K Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Producthttps://schema.org/Product
ProductModelhttps://schema.org/ProductModel
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+ProductModel
ProductModelhttps://schema.org/ProductModel
isVariantOfhttps://schema.org/isVariantOf
ProductGrouphttps://schema.org/ProductGroup
ProductModelhttps://schema.org/ProductModel
ProductModelhttps://schema.org/ProductModel
ProductGrouphttps://schema.org/ProductGroup
ProductGrouphttps://schema.org/ProductGroup
Producthttps://schema.org/Product
hasVarianthttps://schema.org/hasVariant
predecessorOfhttps://schema.org/predecessorOf
ProductModelhttps://schema.org/ProductModel
successorOfhttps://schema.org/successorOf
ProductModelhttps://schema.org/ProductModel
Producthttps://schema.org/Product
additionalPropertyhttps://schema.org/additionalProperty
PropertyValuehttps://schema.org/PropertyValue
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
asinhttps://schema.org/asin
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Wikipediahttps://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number
audiencehttps://schema.org/audience
Audiencehttps://schema.org/Audience
serviceAudiencehttps://schema.org/serviceAudience
awardhttps://schema.org/award
Texthttps://schema.org/Text
awardshttps://schema.org/awards
brandhttps://schema.org/brand
Brandhttps://schema.org/Brand
Organizationhttps://schema.org/Organization
categoryhttps://schema.org/category
CategoryCodehttps://schema.org/CategoryCode
PhysicalActivityCategoryhttps://schema.org/PhysicalActivityCategory
Texthttps://schema.org/Text
Thinghttps://schema.org/Thing
URLhttps://schema.org/URL
colorhttps://schema.org/color
Texthttps://schema.org/Text
colorSwatchhttps://schema.org/colorSwatch
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
Producthttps://schema.org/Product
colorhttps://schema.org/color
countryOfAssemblyhttps://schema.org/countryOfAssembly
Texthttps://schema.org/Text
countryOfLastProcessinghttps://schema.org/countryOfLastProcessing
Texthttps://schema.org/Text
Producthttps://schema.org/Product
countryOfOriginhttps://schema.org/countryOfOrigin
Countryhttps://schema.org/Country
CreativeWorkhttps://schema.org/CreativeWork
contentLocationhttps://schema.org/contentLocation
locationCreatedhttps://schema.org/locationCreated
depthhttps://schema.org/depth
Distancehttps://schema.org/Distance
QuantitativeValuehttps://schema.org/QuantitativeValue
displayLocationhttps://schema.org/displayLocation
Placehttps://schema.org/Place
fundinghttps://schema.org/funding
Granthttps://schema.org/Grant
Granthttps://schema.org/Grant
ownershipFundingInfohttps://schema.org/ownershipFundingInfo
fundedItemhttps://schema.org/fundedItem
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
hasCertificationhttps://schema.org/hasCertification
Certificationhttps://schema.org/Certification
hasEnergyConsumptionDetailshttps://schema.org/hasEnergyConsumptionDetails
EnergyConsumptionDetailshttps://schema.org/EnergyConsumptionDetails
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
heighthttps://schema.org/height
Distancehttps://schema.org/Distance
QuantitativeValuehttps://schema.org/QuantitativeValue
inProductGroupWithIDhttps://schema.org/inProductGroupWithID
Texthttps://schema.org/Text
productGroupIDhttps://schema.org/productGroupID
ProductGrouphttps://schema.org/ProductGroup
isVariantOfhttps://schema.org/isVariantOf
isAccessoryOrSparePartForhttps://schema.org/isAccessoryOrSparePartFor
Producthttps://schema.org/Product
isConsumableForhttps://schema.org/isConsumableFor
Producthttps://schema.org/Product
isFamilyFriendlyhttps://schema.org/isFamilyFriendly
Booleanhttps://schema.org/Boolean
isRelatedTohttps://schema.org/isRelatedTo
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
isSimilarTohttps://schema.org/isSimilarTo
Producthttps://schema.org/Product
Servicehttps://schema.org/Service
isVariantOfhttps://schema.org/isVariantOf
ProductGrouphttps://schema.org/ProductGroup
ProductModelhttps://schema.org/ProductModel
ProductModelhttps://schema.org/ProductModel
ProductGrouphttps://schema.org/ProductGroup
ProductGrouphttps://schema.org/ProductGroup
Producthttps://schema.org/Product
hasVarianthttps://schema.org/hasVariant
itemConditionhttps://schema.org/itemCondition
OfferItemConditionhttps://schema.org/OfferItemCondition
keywordshttps://schema.org/keywords
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
logohttps://schema.org/logo
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
manufacturerhttps://schema.org/manufacturer
Organizationhttps://schema.org/Organization
materialhttps://schema.org/material
Producthttps://schema.org/Product
Texthttps://schema.org/Text
URLhttps://schema.org/URL
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
modelhttps://schema.org/model
ProductModelhttps://schema.org/ProductModel
Texthttps://schema.org/Text
mpnhttps://schema.org/mpn
Texthttps://schema.org/Text
negativeNoteshttps://schema.org/negativeNotes
ItemListhttps://schema.org/ItemList
ListItemhttps://schema.org/ListItem
Texthttps://schema.org/Text
WebContenthttps://schema.org/WebContent
positiveNoteshttps://schema.org/positiveNotes
Reviewhttps://schema.org/Review
itemReviewedhttps://schema.org/itemReviewed
Producthttps://schema.org/Product
negativeNoteshttps://schema.org/negativeNotes
negativeNoteshttps://schema.org/negativeNotes
Producthttps://schema.org/Product
nsnhttps://schema.org/nsn
Texthttps://schema.org/Text
NATO stock numberhttps://en.wikipedia.org/wiki/NATO_Stock_Number
Producthttps://schema.org/Product
offershttps://schema.org/offers
Demandhttps://schema.org/Demand
Offerhttps://schema.org/Offer
businessFunctionhttps://schema.org/businessFunction
Demandhttps://schema.org/Demand
itemOfferedhttps://schema.org/itemOffered
patternhttps://schema.org/pattern
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
positiveNoteshttps://schema.org/positiveNotes
ItemListhttps://schema.org/ItemList
ListItemhttps://schema.org/ListItem
Texthttps://schema.org/Text
WebContenthttps://schema.org/WebContent
negativeNoteshttps://schema.org/negativeNotes
Reviewhttps://schema.org/Review
itemReviewedhttps://schema.org/itemReviewed
Producthttps://schema.org/Product
productIDhttps://schema.org/productID
Texthttps://schema.org/Text
productionDatehttps://schema.org/productionDate
Datehttps://schema.org/Date
purchaseDatehttps://schema.org/purchaseDate
Datehttps://schema.org/Date
releaseDatehttps://schema.org/releaseDate
Datehttps://schema.org/Date
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
sizehttps://schema.org/size
DefinedTermhttps://schema.org/DefinedTerm
QuantitativeValuehttps://schema.org/QuantitativeValue
SizeSpecificationhttps://schema.org/SizeSpecification
Texthttps://schema.org/Text
SizeSpecificationhttps://schema.org/SizeSpecification
widthhttps://schema.org/width
heighthttps://schema.org/height
depthhttps://schema.org/depth
weighthttps://schema.org/weight
skuhttps://schema.org/sku
Texthttps://schema.org/Text
sloganhttps://schema.org/slogan
Texthttps://schema.org/Text
weighthttps://schema.org/weight
Masshttps://schema.org/Mass
QuantitativeValuehttps://schema.org/QuantitativeValue
widthhttps://schema.org/width
Distancehttps://schema.org/Distance
QuantitativeValuehttps://schema.org/QuantitativeValue
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
ProductModelhttps://schema.org/ProductModel
isVariantOfhttps://schema.org/isVariantOf
Producthttps://schema.org/Product
ProductModelhttps://schema.org/ProductModel
ProductModelhttps://schema.org/ProductModel
ProductGrouphttps://schema.org/ProductGroup
ProductGrouphttps://schema.org/ProductGroup
Producthttps://schema.org/Product
modelhttps://schema.org/model
Producthttps://schema.org/Product
predecessorOfhttps://schema.org/predecessorOf
ProductModelhttps://schema.org/ProductModel
successorOfhttps://schema.org/successorOf
ProductModelhttps://schema.org/ProductModel
Example 1https://schema.org/ProductModel#eg-0031
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
RDFahttps://en.wikipedia.org/wiki/RDFa
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.