Visual Diagram
classDiagram
class Component
Component : +componentName
Component : +percentage
Component : +name
Component : +weightPercentage
Attributes
A part or material that is included in the main product.
Properties
| Property | Description | Type | subPropertyOf | equivalentProperty |
|---|---|---|---|---|
| Component Name (dppk:componentName) | The name of the component or material. | xsd:string | dppk:name | |
| 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 | |
| Weight Percentage (dppk:weightPercentage) | The percentage of the total weight of the main product that this component or material constitutes. | xsd:double |
