DPP Keystone Logo

Ontology: core / DPP Core Ontology - Product and Material Definitions (v2)

Class: Product or Material (dppk:Product)

Visual Diagram

                    classDiagram
  class Product
  Product : +name
  Product : +productName
  Product : +description
  Product : +gtin
  Product : +brand
  Product : +model
  Product : +image
  Product --|> RelatedResource : image
  Product : +color
  Product : +components
  Product --|> Component : components
  Product : +countryOfOrigin
  Product : +recycledContentPercentage
  Product : +netWeight
  Product --|> KgWeightLiteral : netWeight
  Product : +grossWeight
  Product --|> KgWeightLiteral : grossWeight
  Product : +length
  Product --|> MetersLengthLiteral : length
  Product : +width
  Product --|> MetersLengthLiteral : width
  Product : +height
  Product --|> MetersLengthLiteral : height
  Product : +depth
  Product --|> MetersLengthLiteral : depth
  Product : +productCharacteristics
  Product --|> ProductCharacteristic : productCharacteristics
  Product : +warrantyDuration
  Product : +apparelSize
  Product : +apparelSizeSystem
  Product : +documents
  Product --|> RelatedResource : documents
  Product : +certifications
  Product --|> Certification : certifications
  Product : +additionalCertification
  Product --|> Certification : additionalCertification
  Product : +substancesOfConcern
  Product --|> Component : substancesOfConcern
  Product : +packaging
  Product --|> Packaging : packaging
  Product : +productionSteps
  Product --|> ProductionStep : productionSteps
  Product : +epd
  Product --|> EPDBlock : epd
  Product : +uniqueProductIdentifier
  Product : +instructionsForUse
  Product --|> RelatedResource : instructionsForUse
  Product : +safetyDataSheet
  Product --|> RelatedResource : safetyDataSheet
  Product : +safeUseInstructions
  Product --|> RelatedResource : safeUseInstructions
  Product : +endOfLifeInstructions
  Product --|> RelatedResource : endOfLifeInstructions
  Product : +repairInstructions
  Product --|> RelatedResource : repairInstructions
  Product : +careInstructions
  Product --|> RelatedResource : careInstructions
  Product : +steelGrade
  Product : +railProfile
  Product : +euApparelSize
  Product --|> EuApparelSizeObject : euApparelSize
  click RelatedResource href "../RelatedResource/RelatedResource.html" "dppk:RelatedResource"
  style RelatedResource stroke:#2962ff,color:#2962ff
  click Component href "Component.html" "dppk:Component"
  style Component stroke:#2962ff,color:#2962ff
  click ProductCharacteristic href "ProductCharacteristic.html" "dppk:ProductCharacteristic"
  style ProductCharacteristic stroke:#2962ff,color:#2962ff
  click Certification href "../Compliance/Certification.html" "dppk:Certification"
  style Certification stroke:#2962ff,color:#2962ff
  click Packaging href "../Compliance/Packaging.html" "dppk:Packaging"
  style Packaging stroke:#2962ff,color:#2962ff
  click ProductionStep href "../Compliance/ProductionStep.html" "dppk:ProductionStep"
  style ProductionStep stroke:#2962ff,color:#2962ff
  click EPDBlock href "../EPDMetadata/EPDBlock.html" "dppk:EPDBlock"
  style EPDBlock stroke:#2962ff,color:#2962ff
  click EuApparelSizeObject href "../../sectors/EUApparelSizeSystem/EuApparelSizeObject.html" "dppk:EuApparelSizeObject"
  style EuApparelSizeObject stroke:#2962ff,color:#2962ff

                

Description

A general concept covering finished goods, components, or raw materials.

equivalentClass: schema:Product, gs1:Product, unece:TradeProduct, eudpp:Product

Properties

Property Description Type equivalentPropertygovernedBysubPropertyOf
Name (dppk:name) A generic name or title for a resource (e.g., a document title). For the name of a product, prefer the more specific 'dppk:productName'. rdf:langString schema:name, unece:name
Product Name (dppk:productName) The common name of the product. rdf:langString gs1:productName, unece:name
Product Description (dppk:description) A detailed description of the product. rdf:langString schema:description, gs1:productDescription, unece:description
Global Trade Item Number (GTIN) (dppk:gtin) The GS1 identifier for the trade item. xsd:string schema:gtin, gs1:gtin, unece:gTINId
Brand Name (dppk:brand) The brand name of the product. xsd:string schema:brand, gs1:brandName, unece:brandName
Model Number (dppk:model) The model identifier or number of the product. xsd:string schema:model, unece:modelId
Product Image (dppk:image) A reference to an image resource related to the product. dppk:RelatedResource schema:image, gs1:productImage, unece:specifiedPicture
Color Description (dppk:color) The color of the product. rdf:langString schema:color, gs1:colourDescription, unece:colourDescription
Components (dppk:components) A constituent part or material of the product. dppk:Component
Country of Origin (dppk:countryOfOrigin) The country where the product or material was manufactured or produced. Recommended to use ISO 3166-1 alpha-3 codes. xsd:string schema:countryOfOrigin, gs1:countryOfOrigin, unece:originCountry
Recycled Content Percentage (dppk:recycledContentPercentage) The percentage of the material that is derived from recycled sources. xsd:double
Net Weight (dppk:netWeight) The weight of the product or material, excluding packaging. Recommended to use specific datatypes like dppk:KgWeightLiteral. dppk:KgWeightLiteral gs1:netWeight, unece:netWeightMeasure
Gross Weight (dppk:grossWeight) The weight of the product or material, including packaging, expressed as a QuantitativeValue. dppk:KgWeightLiteral gs1:grossWeight, unece:grossWeightMeasure
Length (dppk:length) The length of the product or material. Recommended to use specific datatypes like dppk:MetersLengthLiteral. dppk:MetersLengthLiteral schema:length
Width (dppk:width) The width of the product or material. Recommended to use specific datatypes like dppk:MetersLengthLiteral. dppk:MetersLengthLiteral schema:width
Height (dppk:height) The height of the product or material. Recommended to use specific datatypes like dppk:MetersLengthLiteral. dppk:MetersLengthLiteral schema:height
Depth (dppk:depth) The depth of the product or material. Recommended to use specific datatypes like dppk:MetersLengthLiteral. dppk:MetersLengthLiteral schema:depth
Product Characteristics (dppk:productCharacteristics) Relates a product to its specific characteristics or performance properties. dppk:ProductCharacteristic
Warranty Duration (dppk:warrantyDuration) The duration of the commercial warranty provided with the product. xsd:string ISO 22059:2020
Apparel Size (dppk:apparelSize) The size of the product (e.g., 'M', 'L', '42'). Applicable primarily to apparel and textiles. xsd:string gs1:sizeCode
Apparel Size System (dppk:apparelSizeSystem) The sizing system used for the apparel size (e.g., 'EU', 'US', 'UK'). xsd:string
Documents (dppk:documents) Relates the product to associated digital documents. dppk:RelatedResource gs1:referencedFile
Certifications (dppk:certifications) Relates the product to its certifications. dppk:Certification schema:hasCertification, gs1:certification
Additional Certification (dppk:additionalCertification) Relates the product to any additional voluntary or secondary certifications. dppk:Certification dppk:certifications
Substances of Concern (dppk:substancesOfConcern) Relates the product to any substances of concern it contains. dppk:Component
Packaging (dppk:packaging) A list of packaging elements associated with the product. dppk:Packaging gs1:packaging
Production Steps (dppk:productionSteps) dppk:ProductionStep
Environmental Product Declaration (dppk:epd) A dictionary of environmental impact indicators and their values across different life cycle stages. dppk:EPDBlock EN 15804:2012+A2:2019
Unique Product Identifier (UPI) (dppk:uniqueProductIdentifier) The globally resolvable URI for the product/DPP. xsd:anyURI gs1:productID, schema:productIDhEN18219
Instructions for Use (dppk:instructionsForUse) A link to the instructions for use or user manual for the product. dppk:RelatedResource
Safety Data Sheet (dppk:safetyDataSheet) A link to the safety data sheet (SDS) for the product. dppk:RelatedResource
Safe Use Instructions (dppk:safeUseInstructions) Instructions and guidelines for the safe use and maintenance of the product. dppk:RelatedResource schema:subjectOf
End of Life Instructions (dppk:endOfLifeInstructions) Instructions for the proper disassembly, recycling, or disposal of the product at the end of its life. dppk:RelatedResource schema:subjectOf
Repair Instructions (dppk:repairInstructions) Instructions on how to repair or replace components of the product. dppk:RelatedResource schema:subjectOf
Care Instructions (dppk:careInstructions) Instructions and manuals for the care, washing, and maintenance of the product. dppk:RelatedResource schema:subjectOf
Steel Grade (dppk:steelGrade) The classification of the steel based on its composition and physical properties (e.g., R260, S355). xsd:string
Rail Profile (dppk:railProfile) The standardized cross-section design of a railway rail (e.g., 46E1). xsd:string
EU Apparel Size (dppk:euApparelSize) The structured EU specific size of the product based on body dimensions (e.g., EN 13402). dppk:EuApparelSizeObject