Product

class

Product means any physical goods that are placed on the market or put into service. ESPR Art 2 (1))

URI:https://w3id.org/eudpp#Product

Upstream alignment

How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.

Properties (18)

DescriptionDomainRangeVocabularies
commodityCode
Commodity code
Relevant commodity codes, such as a TARIC code as defined in Council Regulation (EEC) No 2658/87.[ESPR Annex III (d)]cirpass2:Productxsd:string
description
Description
Product descriptioncirpass2:Productxsd:string
GTINA globally unique identifier for trade items, defined by GS1, used to identify products at various packaging levels.cirpass2:Productxsd:string
hasDPP
Has DPP
A Product has a DPP. The property links a Product with a DPP.cirpass2:Productcirpass2:DPP
hasEconomicOperator
Has economic operator
Linking the product to the economic operator (Actor from ACTOR module). Product is modelled in the EU DPP CO P_DPP module. Actor is modelled in the EU DPP CO ACTOR module.cirpass2:Productcirpass2:Actor
hasEUDeclarationOfConformity
Has EU Declaration of Conformity
Specifies the EU declaration of conformity issued for the product. EUDeclarationOfConformity is modelled in the EU DPP CO COMP module. Product is modelled in the EU DPP CO P_DPP module.cirpass2:Productcirpass2:EUDeclarationOfConformity
hasLCAStudy
Has LCA study
A product has a LCA Result -- a measurable outcome of a life cycle assessment, representing the quantified effect of a product. Product is modelled in the EU DPP CO P_DPP module. LcaResult is modelled in the EU DPP CO LCA module.cirpass2:Product-
hasManufacturer
Has manufacturer
A product has a manufacturer (Actor from ACTOR module). Product is modelled in the EU DPP CO P_DPP module. Actor is modelled in the EU DPP CO ACTOR module.cirpass2:Productcirpass2:Actor
hasMaterial
Has material
Linking the Product to a MaterialOfComposition. Product is modelled in the EU DPP CO P_DPP module. MaterialOfComposition is modelled in the EU DPP CO MAT module.cirpass2:Productcirpass2:MaterialOfComposition
hasProductGroup
Has product group
Product group means a set of products that serve similar purposes and are similar in terms of use, or have similar functional properties, and are similar in terms of consumer perception (ESPR Art 2 (4)). The product group or groups covered are given by delegated acts. (ESPR Art 8 (a)) This will be probably a classification code from some product classification scheme .cirpass2:Productcirpass2:ClassificationCode
hasProperty
Has property
Product has a property that could be a document or some measurable properties (measurands). Linking the product to the property.cirpass2:Productcirpass2:Property
hasUniqueProductIdentifier
Has unique product identifier
Realisation of the uniqueProductIdentifier. Product is modelled in the EU DPP CO P_DPP module. ProductIdentifier is modelled in the EU DPP CO IDENT module.cirpass2:Productcirpass2:ProductIdentifier
isComponentOf
Is component of
A product is a component of another product. ‘component’ means a product intended to be incorporated into another product; [ESPR Art 2(2)]cirpass2:Productcirpass2:Product
isConformWith
Is conform with
Specifies Union Harminised Lagislation for which conformity of the product is stated.cirpass2:Product-
isEnergyRelated
Is energy related Product
Energy related product means any product that has an impact on energy consumption during use. (ESPR Art 2 (4)). The boolean data type property indicates is a Product energy related or not?cirpass2:Productxsd:boolean
isSparePartOf
Is spare part of
A product is a spare part of another product.cirpass2:Productcirpass2:Product
productImage
Product image
An image of the product.cirpass2:Productxsd:anyURI
productName
Product name
Product namecirpass2:Productxsd:string

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/upstream/cirpass2-eudpp/cirpass2-eudpp-context.jsonld",
  "type": "Product",
  "commodityCode": "...",
  "description": "...",
  "GTIN": "..."
}