Class: ProductGroup
URI: schema:ProductGroup
Inheritance
Slots
Name | Range | Cardinality | Description | Info |
---|---|---|---|---|
hasVariant | Product | 0..* | None | . |
productGroupID | Text | 0..* | None | . |
variesBy | NONE | 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 | . |
isVariantOf | 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
Identifier and Mapping Information
LinkML Specification
Direct
name: ProductGroup
comments:
- 'A ProductGroup represents a group of [[Product]]s that vary only in certain well-described
ways, such as by [[size]], [[color]], [[material]] etc.
While a ProductGroup itself is not directly offered for sale, the various varying
products that it represents can be. The ProductGroup serves as a prototype or template,
standing in for all of the products who have an [[isVariantOf]] relationship to
it. As such, properties (including additional types) can be applied to the ProductGroup
to represent characteristics shared by each of the (possibly very many) variants.
Properties that reference a ProductGroup are not included in this mechanism; neither
are the following specific properties [[variesBy]], [[hasVariant]], [[url]]. '
from_schema: http://w3id.og/linkml/schemaorg
is_a: Product
slots:
- hasVariant
- productGroupID
- variesBy
class_uri: schema:ProductGroup
Induced
name: ProductGroup
comments:
- 'A ProductGroup represents a group of [[Product]]s that vary only in certain well-described
ways, such as by [[size]], [[color]], [[material]] etc.
While a ProductGroup itself is not directly offered for sale, the various varying
products that it represents can be. The ProductGroup serves as a prototype or template,
standing in for all of the products who have an [[isVariantOf]] relationship to
it. As such, properties (including additional types) can be applied to the ProductGroup
to represent characteristics shared by each of the (possibly very many) variants.
Properties that reference a ProductGroup are not included in this mechanism; neither
are the following specific properties [[variesBy]], [[hasVariant]], [[url]]. '
from_schema: http://w3id.og/linkml/schemaorg
is_a: Product
attributes:
hasVariant:
name: hasVariant
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: hasVariant
owner: ProductGroup
range: Product
productGroupID:
name: productGroupID
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: productGroupID
owner: ProductGroup
range: Text
variesBy:
name: variesBy
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: variesBy
owner: ProductGroup
any_of:
- range: DefinedTerm
- range: Text
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
range: Text
additionalProperty:
name: additionalProperty
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: additionalProperty
owner: ProductGroup
range: PropertyValue
aggregateRating:
name: aggregateRating
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: aggregateRating
owner: ProductGroup
range: AggregateRating
audience:
name: audience
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: audience
owner: ProductGroup
range: Audience
award:
name: award
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: award
owner: ProductGroup
range: Text
awards:
name: awards
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: awards
owner: ProductGroup
range: Text
brand:
name: brand
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: brand
owner: ProductGroup
any_of:
- range: Brand
- range: Organization
color:
name: color
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: color
owner: ProductGroup
range: Text
countryOfAssembly:
name: countryOfAssembly
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: countryOfAssembly
owner: ProductGroup
range: Text
countryOfLastProcessing:
name: countryOfLastProcessing
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: countryOfLastProcessing
owner: ProductGroup
range: Text
countryOfOrigin:
name: countryOfOrigin
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: countryOfOrigin
owner: ProductGroup
range: Country
depth:
name: depth
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: depth
owner: ProductGroup
any_of:
- range: Distance
- range: QuantitativeValue
hasEnergyConsumptionDetails:
name: hasEnergyConsumptionDetails
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: hasEnergyConsumptionDetails
owner: ProductGroup
range: EnergyConsumptionDetails
hasMeasurement:
name: hasMeasurement
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: hasMeasurement
owner: ProductGroup
range: QuantitativeValue
hasMerchantReturnPolicy:
name: hasMerchantReturnPolicy
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: hasMerchantReturnPolicy
owner: ProductGroup
range: MerchantReturnPolicy
height:
name: height
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: height
owner: ProductGroup
any_of:
- range: Distance
- range: QuantitativeValue
inProductGroupWithID:
name: inProductGroupWithID
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: inProductGroupWithID
owner: ProductGroup
range: Text
isAccessoryOrSparePartFor:
name: isAccessoryOrSparePartFor
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: isAccessoryOrSparePartFor
owner: ProductGroup
range: Product
isConsumableFor:
name: isConsumableFor
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: isConsumableFor
owner: ProductGroup
range: Product
isRelatedTo:
name: isRelatedTo
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: isRelatedTo
owner: ProductGroup
any_of:
- range: Product
- range: Service
isSimilarTo:
name: isSimilarTo
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: isSimilarTo
owner: ProductGroup
any_of:
- range: Product
- range: Service
isVariantOf:
name: isVariantOf
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: isVariantOf
owner: ProductGroup
any_of:
- range: ProductGroup
- range: ProductModel
itemCondition:
name: itemCondition
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: itemCondition
owner: ProductGroup
range: OfferItemCondition
manufacturer:
name: manufacturer
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: manufacturer
owner: ProductGroup
range: Organization
model:
name: model
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: model
owner: ProductGroup
any_of:
- range: ProductModel
- range: Text
mpn:
name: mpn
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: mpn
owner: ProductGroup
range: Text
offers:
name: offers
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: offers
owner: ProductGroup
any_of:
- range: Demand
- range: Offer
pattern:
name: pattern
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: pattern
owner: ProductGroup
any_of:
- range: DefinedTerm
- range: Text
productionDate:
name: productionDate
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: productionDate
owner: ProductGroup
range: Date
purchaseDate:
name: purchaseDate
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: purchaseDate
owner: ProductGroup
range: Date
releaseDate:
name: releaseDate
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: releaseDate
owner: ProductGroup
range: Date
review:
name: review
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: review
owner: ProductGroup
range: Review
reviews:
name: reviews
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: reviews
owner: ProductGroup
range: Review
size:
name: size
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: size
owner: ProductGroup
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: ProductGroup
range: Text
weight:
name: weight
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: weight
owner: ProductGroup
range: QuantitativeValue
width:
name: width
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: width
owner: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
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: ProductGroup
range: URL
alternateName:
name: alternateName
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: alternateName
owner: ProductGroup
range: Text
mainEntityOfPage:
name: mainEntityOfPage
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: mainEntityOfPage
owner: ProductGroup
any_of:
- range: CreativeWork
- range: URL
potentialAction:
name: potentialAction
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: potentialAction
owner: ProductGroup
range: Action
subjectOf:
name: subjectOf
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: subjectOf
owner: ProductGroup
any_of:
- range: CreativeWork
- range: Event
url:
name: url
from_schema: http://w3id.og/linkml/schemaorg
multivalued: true
alias: url
owner: ProductGroup
range: URL
class_uri: schema:ProductGroup