Visual Diagram
classDiagram
class Component
Component : +percentage
Component : +name
Component : +uniqueProductIdentifier
Attributes
A constituent part, material, or substance that is included in the main product.
Properties
| Property | Description | Type | equivalentProperty |
|---|---|---|---|
| Percentage (dppk:percentage) | The percentage contribution of this component to the parent assembly (e.g., by weight). | xsd:double | |
| 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 |
| Unique Product Identifier (UPI) (dppk:uniqueProductIdentifier) | The globally resolvable URI for the product/DPP. | xsd:anyURI | gs1:productID, schema:productID |
