Skip to content

Class: ProductModel

URI: schema:ProductModel

Inheritance

Slots

Name Range Cardinality Description Info
isVariantOf NONE 0..* None .
predecessorOf ProductModel 0..* None .
successorOf ProductModel 0..* None .
category NONE 0..* None .
gtin Text 0..* None .
gtin12 Text 0..* None .
gtin13 Text 0..* None .
gtin14 Text 0..* None .
gtin8 Text 0..* None .
logo NONE 0..* None .
material NONE 0..* None .
nsn Text 0..* None .
productID Text 0..* None .
sku Text 0..* None .
additionalProperty PropertyValue 0..* None .
aggregateRating AggregateRating 0..* None .
audience Audience 0..* None .
award Text 0..* None .
awards Text 0..* None .
brand NONE 0..* None .
color Text 0..* None .
countryOfAssembly Text 0..* None .
countryOfLastProcessing Text 0..* None .
countryOfOrigin Country 0..* None .
depth NONE 0..* None .
hasEnergyConsumptionDetails EnergyConsumptionDetails 0..* None .
hasMeasurement QuantitativeValue 0..* None .
hasMerchantReturnPolicy MerchantReturnPolicy 0..* None .
height NONE 0..* None .
inProductGroupWithID Text 0..* None .
isAccessoryOrSparePartFor Product 0..* None .
isConsumableFor Product 0..* None .
isRelatedTo NONE 0..* None .
isSimilarTo NONE 0..* None .
itemCondition OfferItemCondition 0..* None .
manufacturer Organization 0..* None .
model NONE 0..* None .
mpn Text 0..* None .
offers NONE 0..* None .
pattern NONE 0..* None .
productionDate Date 0..* None .
purchaseDate Date 0..* None .
releaseDate Date 0..* None .
review Review 0..* None .
reviews Review 0..* None .
size NONE 0..* None .
slogan Text 0..* None .
weight QuantitativeValue 0..* None .
width NONE 0..* None .
additionalType URL 0..* None .
description Text 0..* None .
disambiguatingDescription Text 0..* None .
identifier NONE 0..* None .
image NONE 0..* None .
name Text 0..* None .
sameAs URL 0..* None .
alternateName Text 0..* None .
mainEntityOfPage NONE 0..* None .
potentialAction Action 0..* None .
subjectOf NONE 0..* None .
url URL 0..* None .

Usages

used by used in type used
ProductModel PredecessorOf range ProductModel
ProductModel SuccessorOf range ProductModel

Identifier and Mapping Information

LinkML Specification

Direct

name: ProductModel
comments:
- A datasheet or vendor specification of a product (in the sense of a prototypical
  description).
from_schema: http://w3id.og/linkml/schemaorg
is_a: Product
slots:
- isVariantOf
- predecessorOf
- successorOf
class_uri: schema:ProductModel

Induced

name: ProductModel
comments:
- A datasheet or vendor specification of a product (in the sense of a prototypical
  description).
from_schema: http://w3id.og/linkml/schemaorg
is_a: Product
attributes:
  isVariantOf:
    name: isVariantOf
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: isVariantOf
    owner: ProductModel
    any_of:
    - range: ProductGroup
    - range: ProductModel
  predecessorOf:
    name: predecessorOf
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: predecessorOf
    owner: ProductModel
    range: ProductModel
  successorOf:
    name: successorOf
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: successorOf
    owner: ProductModel
    range: ProductModel
  category:
    name: category
    comments:
    - A category for the item. Greater signs or slashes can be used to informally
      indicate a category hierarchy.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:category
    multivalued: true
    alias: category
    owner: ProductModel
    any_of:
    - range: PhysicalActivityCategory
    - range: Text
    - range: Thing
    - range: URL
  gtin:
    name: gtin
    comments:
    - "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. The [[gtin]] property generalizes the earlier [[gtin8]],\
      \ [[gtin12]], [[gtin13]], and [[gtin14]] properties. The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/)\
      \ express GTINs as URLs. A 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.\n\
      \   "
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: identifier
    slot_uri: schema:gtin
    multivalued: true
    alias: gtin
    owner: ProductModel
    range: Text
  gtin12:
    name: gtin12
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: gtin
    mixins:
    - identifier
    slot_uri: schema:gtin12
    multivalued: true
    alias: gtin12
    owner: ProductModel
    range: Text
  gtin13:
    name: gtin13
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: gtin
    mixins:
    - identifier
    slot_uri: schema:gtin13
    multivalued: true
    alias: gtin13
    owner: ProductModel
    range: Text
  gtin14:
    name: gtin14
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: gtin
    mixins:
    - identifier
    slot_uri: schema:gtin14
    multivalued: true
    alias: gtin14
    owner: ProductModel
    range: Text
  gtin8:
    name: gtin8
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: gtin
    mixins:
    - identifier
    slot_uri: schema:gtin8
    multivalued: true
    alias: gtin8
    owner: ProductModel
    range: Text
  logo:
    name: logo
    comments:
    - An associated logo.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: image
    slot_uri: schema:logo
    multivalued: true
    alias: logo
    owner: ProductModel
    any_of:
    - range: ImageObject
    - range: URL
  material:
    name: material
    comments:
    - A material that something is made from, e.g. leather, wool, cotton, paper.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:material
    multivalued: true
    alias: material
    owner: ProductModel
    any_of:
    - range: Product
    - range: Text
    - range: URL
  nsn:
    name: nsn
    comments:
    - 'Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number)
      (nsn) of a [[Product]]. '
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: identifier
    slot_uri: schema:nsn
    multivalued: true
    alias: nsn
    owner: ProductModel
    range: Text
  productID:
    name: productID
    comments:
    - 'The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\"
      content=\"isbn:123-456-789\" ```.'
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: identifier
    slot_uri: schema:productID
    multivalued: true
    alias: productID
    owner: ProductModel
    range: Text
  sku:
    name: sku
    comments:
    - The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product
      or service, or the product to which the offer refers.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: identifier
    slot_uri: schema:sku
    multivalued: true
    alias: sku
    owner: ProductModel
    range: Text
  additionalProperty:
    name: additionalProperty
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: additionalProperty
    owner: ProductModel
    range: PropertyValue
  aggregateRating:
    name: aggregateRating
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: aggregateRating
    owner: ProductModel
    range: AggregateRating
  audience:
    name: audience
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: audience
    owner: ProductModel
    range: Audience
  award:
    name: award
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: award
    owner: ProductModel
    range: Text
  awards:
    name: awards
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: awards
    owner: ProductModel
    range: Text
  brand:
    name: brand
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: brand
    owner: ProductModel
    any_of:
    - range: Brand
    - range: Organization
  color:
    name: color
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: color
    owner: ProductModel
    range: Text
  countryOfAssembly:
    name: countryOfAssembly
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: countryOfAssembly
    owner: ProductModel
    range: Text
  countryOfLastProcessing:
    name: countryOfLastProcessing
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: countryOfLastProcessing
    owner: ProductModel
    range: Text
  countryOfOrigin:
    name: countryOfOrigin
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: countryOfOrigin
    owner: ProductModel
    range: Country
  depth:
    name: depth
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: depth
    owner: ProductModel
    any_of:
    - range: Distance
    - range: QuantitativeValue
  hasEnergyConsumptionDetails:
    name: hasEnergyConsumptionDetails
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: hasEnergyConsumptionDetails
    owner: ProductModel
    range: EnergyConsumptionDetails
  hasMeasurement:
    name: hasMeasurement
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: hasMeasurement
    owner: ProductModel
    range: QuantitativeValue
  hasMerchantReturnPolicy:
    name: hasMerchantReturnPolicy
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: hasMerchantReturnPolicy
    owner: ProductModel
    range: MerchantReturnPolicy
  height:
    name: height
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: height
    owner: ProductModel
    any_of:
    - range: Distance
    - range: QuantitativeValue
  inProductGroupWithID:
    name: inProductGroupWithID
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: inProductGroupWithID
    owner: ProductModel
    range: Text
  isAccessoryOrSparePartFor:
    name: isAccessoryOrSparePartFor
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: isAccessoryOrSparePartFor
    owner: ProductModel
    range: Product
  isConsumableFor:
    name: isConsumableFor
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: isConsumableFor
    owner: ProductModel
    range: Product
  isRelatedTo:
    name: isRelatedTo
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: isRelatedTo
    owner: ProductModel
    any_of:
    - range: Product
    - range: Service
  isSimilarTo:
    name: isSimilarTo
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: isSimilarTo
    owner: ProductModel
    any_of:
    - range: Product
    - range: Service
  itemCondition:
    name: itemCondition
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: itemCondition
    owner: ProductModel
    range: OfferItemCondition
  manufacturer:
    name: manufacturer
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: manufacturer
    owner: ProductModel
    range: Organization
  model:
    name: model
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: model
    owner: ProductModel
    any_of:
    - range: ProductModel
    - range: Text
  mpn:
    name: mpn
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: mpn
    owner: ProductModel
    range: Text
  offers:
    name: offers
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: offers
    owner: ProductModel
    any_of:
    - range: Demand
    - range: Offer
  pattern:
    name: pattern
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: pattern
    owner: ProductModel
    any_of:
    - range: DefinedTerm
    - range: Text
  productionDate:
    name: productionDate
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: productionDate
    owner: ProductModel
    range: Date
  purchaseDate:
    name: purchaseDate
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: purchaseDate
    owner: ProductModel
    range: Date
  releaseDate:
    name: releaseDate
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: releaseDate
    owner: ProductModel
    range: Date
  review:
    name: review
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: review
    owner: ProductModel
    range: Review
  reviews:
    name: reviews
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: reviews
    owner: ProductModel
    range: Review
  size:
    name: size
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: size
    owner: ProductModel
    any_of:
    - range: DefinedTerm
    - range: QuantitativeValue
    - range: SizeSpecification
    - range: Text
  slogan:
    name: slogan
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: slogan
    owner: ProductModel
    range: Text
  weight:
    name: weight
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: weight
    owner: ProductModel
    range: QuantitativeValue
  width:
    name: width
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: width
    owner: ProductModel
    any_of:
    - range: Distance
    - range: QuantitativeValue
  additionalType:
    name: additionalType
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: type
    slot_uri: schema:additionalType
    multivalued: true
    alias: additionalType
    owner: ProductModel
    range: URL
  description:
    name: description
    comments:
    - A description of the item.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:description
    multivalued: true
    alias: description
    owner: ProductModel
    range: Text
  disambiguatingDescription:
    name: disambiguatingDescription
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    is_a: description
    slot_uri: schema:disambiguatingDescription
    multivalued: true
    alias: disambiguatingDescription
    owner: ProductModel
    range: Text
  identifier:
    name: identifier
    comments:
    - "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        "
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:identifier
    multivalued: true
    alias: identifier
    owner: ProductModel
    any_of:
    - range: PropertyValue
    - range: Text
    - range: URL
  image:
    name: image
    comments:
    - An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:image
    multivalued: true
    alias: image
    owner: ProductModel
    any_of:
    - range: ImageObject
    - range: URL
  name:
    name: name
    comments:
    - The name of the item.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:name
    multivalued: true
    alias: name
    owner: ProductModel
    range: Text
  sameAs:
    name: sameAs
    comments:
    - 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.
    from_schema: http://w3id.og/linkml/schemaorg
    slot_uri: schema:sameAs
    multivalued: true
    alias: sameAs
    owner: ProductModel
    range: URL
  alternateName:
    name: alternateName
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: alternateName
    owner: ProductModel
    range: Text
  mainEntityOfPage:
    name: mainEntityOfPage
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: mainEntityOfPage
    owner: ProductModel
    any_of:
    - range: CreativeWork
    - range: URL
  potentialAction:
    name: potentialAction
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: potentialAction
    owner: ProductModel
    range: Action
  subjectOf:
    name: subjectOf
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: subjectOf
    owner: ProductModel
    any_of:
    - range: CreativeWork
    - range: Event
  url:
    name: url
    from_schema: http://w3id.og/linkml/schemaorg
    multivalued: true
    alias: url
    owner: ProductModel
    range: URL
class_uri: schema:ProductModel