Vocabulary Deprecated
More information...

ProductModel

schema:Thing > schema:Product > schema:ProductModel

A datasheet or vendor specification of a product (in the sense of a prototypical description).
PropertyExpected TypeDescription
Properties from schema:ProductModel
schema:isVariantOf schema:ProductModel A pointer 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.
schema:predecessorOf schema:ProductModel A pointer from a previous, often discontinued variant of the product to its newer variant.
schema:successorOf schema:ProductModel A pointer from a newer variant of a product to its previous, often discontinued predecessor.
Properties from schema:Product
schema:aggregateRating schema:AggregateRating The overall rating, based on a collection of reviews or ratings, of the item.
schema:audience schema:Audience The intended audience of the item, i.e. the group for whom the item was created.
schema:brand schema:Organization  or
schema:Brand 
The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.
schema:color schema:Text The color of the product.
schema:depth schema:Distance  or
schema:QuantitativeValue 
The depth of the item.
schema:gtin13 schema:Text 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 preceeding zero. See GS1 GTIN Summary for more details.
schema:gtin14 schema:Text The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.
schema:gtin8 schema:Text 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 for more details.
schema:height schema:Distance  or
schema:QuantitativeValue 
The height of the item.
schema:isAccessoryOrSparePartFor schema:Product A pointer to another product (or multiple products) for which this product is an accessory or spare part.
schema:isConsumableFor schema:Product A pointer to another product (or multiple products) for which this product is a consumable.
schema:isRelatedTo schema:Product A pointer to another, somehow related product (or multiple products).
schema:isSimilarTo schema:Product A pointer to another, functionally similar product (or multiple products).
schema:itemCondition schema:OfferItemCondition A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.
schema:logo schema:ImageObject  or
schema:URL 
An associated logo.
schema:manufacturer schema:Organization The manufacturer of the product.
schema:model schema:Text  or
schema:ProductModel 
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.
schema:mpn schema:Text The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.
schema:offers schema:Offer An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, or give away tickets to an event.
schema:productID schema:Text The product identifier, such as ISBN. For example: <meta itemprop='productID' content='isbn:123-456-789'/>.
schema:releaseDate schema:Date The release date of a product or product model. This can be used to distinguish the exact variant of a product.
schema:review schema:Review A review of the item. Supersedes schema:reviews.
schema:sku schema:Text The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.
schema:weight schema:QuantitativeValue The weight of the product or person.
schema:width schema:Distance  or
schema:QuantitativeValue 
The width of the item.
Properties from schema:Thing
schema:additionalType schema:URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
schema:alternateName schema:Text An alias for the item.
schema:description schema:Text A short description of the item.
schema:image schema:ImageObject  or
schema:URL 
An image of the item. This can be a URL or a fully described ImageObject.
schema:name schema:Text The name of the item.
schema:potentialAction schema:Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
schema:sameAs schema:URL URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.
schema:url schema:URL URL of the item.


Instances of schema:ProductModel may appear as values for the following properties
PropertyOn TypesDescription
schema:isVariantOf schema:ProductModel A pointer 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.
schema:model schema:Product 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.
schema:predecessorOf schema:ProductModel A pointer from a previous, often discontinued variant of the product to its newer variant.
schema:successorOf schema:ProductModel A pointer from a newer variant of a product to its previous, often discontinued predecessor.

Prefixes used:

  • schema: http://schema.org/
  • Acknowledgements

    This class is derived from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web that can be expressed in a variety of syntaxes, including RDFa and HTML5 Microdata. More information about GoodRelations can be found at http://purl.org/goodrelations/.

    Examples

    <div>
    ACME Colorvision 123. The ACME Colorvision 123 is the leading-edge color TV from
    our company. EAN/UPC: 1234567890123.
    </div>
    
    A ProductModel gives a datasheet or vendor specification of a
    product (in the sense of a prototypical description).  Use this type
    when you are describing a product datasheet rather than an actual
    product, e.g. if you are the manufacturer of the product and want to
    mark up your product specification pages. For example: The ACME
    Colorvision 123 specifiation on the ACME Corp. site for that model.
    <div itemscope itemtype="http://schema.org/ProductModel" itemid="#model">
     <link itemprop="additionalType"
           href="http://www.productontology.org/id/Television_set" />
     <span itemprop="name">ACME Colorvision 123</span>
     <span itemprop="description">The ACME Colorvision 123 is
      the leading-edge color TV from our company.</span>
     EAN/UPC: <span itemprop="gtin13">1234567890123</span>
    </div>
    Recommendation: Try to provide identifiers (gtin13, gtin14, gtin8, mpn
    properties) and link to you as the manufacturer (manufacturer
    property) so that search engines can use your data to enrich offers of
    your products found elsewhere.
    
    A ProductModel gives a datasheet or vendor specification of a
    product (in the sense of a prototypical description).  Use this type
    when you are describing a product datasheet rather than an actual
    product, e.g. if you are the manufacturer of the product and want to
    mark up your product specification pages. For example: The ACME
    Colorvision 123 specifiation on the ACME Corp. site for that model.
    <div  typeof="ProductModel" resource="#model">
     <link property="additionalType"
           href="http://www.productontology.org/id/Television_set" />
     <span property="name">ACME Colorvision 123</span>
     <span property="description">The ACME Colorvision 123 is
      the leading-edge color TV from our company.</span>
     EAN/UPC: <span property="gtin13">1234567890123</span>
    </div>
    Recommendation: Try to provide identifiers (gtin13, gtin14, gtin8, mpn
    properties) and link to you as the manufacturer (manufacturer
    property) so that search engines can use your data to enrich offers of
    your products found elsewhere.
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@id": "#model",
      "@type": "ProductModel",
      "additionalType": "http://www.productontology.org/id/Television_set",
      "description": "The ACME Colorvision 123 is the leading-edge color TV from our company.",
      "gtin13": "1234567890123",
      "name": "ACME Colorvision 123"
    }
    </script>
    

    BiblioGraph.net Version 1.1
    Schema.org Version 1.93
    Code Version 1.1