Visual Diagram
classDiagram
class Component
Component : +componentName
Component : +componentPercentage
Component : +componentIdentifier
Component : +componentCasNumber
Component : +componentEcNumber
Component : +componentIupacName
Component : +componentLocationInProduct
Component : +name
Component : +uniqueProductIdentifier
Description
A constituent part, material, or substance that is included in the main product.
Properties
| Property | Description | Type | equivalentProperty | governedBy |
|---|---|---|---|---|
| Component Name (dppk:componentName) | The specific name of the component. | rdf:langString | ||
| Component Percentage (dppk:componentPercentage) | The percentage contribution of this component to the parent assembly (e.g., by weight). | xsd:double | ||
| Component Identifier (dppk:componentIdentifier) | The unique product identifier of the component. | xsd:string | ||
| Component CAS Number (dppk:componentCasNumber) | The Chemical Abstracts Service (CAS) registry number for the component. | xsd:string | ||
| Component EC Number (dppk:componentEcNumber) | The European Community (EC) number for the component. | xsd:string | ||
| Component IUPAC Name (dppk:componentIupacName) | The International Union of Pure and Applied Chemistry nomenclature for the component. | xsd:string | ||
| Component Location in Product (dppk:componentLocationInProduct) | Specific physical location of the component or substance inside the parent assembly. | xsd:string | ||
| 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 | hEN18219 |
