Visual Diagram
classDiagram
class QuantitativeValue
QuantitativeValue : +componentName
QuantitativeValue : +name
QuantitativeValue : +weightPercentage
QuantitativeValue : +value
QuantitativeValue : +unitCode
QuantitativeValue : +unitText
QuantitativeValue : +cycles
QuantitativeValue : +warpChange
QuantitativeValue : +weftChange
QuantitativeValue : +grade
Attributes
A structured value representing a measurement, including the numeric value and the unit of measure.
equivalentClass: schema:QuantitativeValue, qudt:QuantityValue, unece:QuantityType
Properties
| Property | Description | Type | subPropertyOf | equivalentProperty |
|---|---|---|---|---|
| Component Name (dppk:componentName) | The name of the component or material. | xsd:string | dppk:name | |
| 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 | ||
| Value (dppk:value) | The numeric value of the measurement. | xsd:double | schema:value, gs1:value, unece:unitQuantity | |
| Unit Code (dppk:unitCode) | The unit of measurement, preferably using UN/CEFACT codes (e.g., KGM, MTR, LTR). | xsd:string | schema:unitCode, gs1:unitCode, unece:QuantityTypeCode | |
| Unit Text (dppk:unitText) | A human-readable representation of the unit (e.g., kg CO2e, Nm). | xsd:string | schema:unitText | |
| Cycles (dppk:cycles) | Number of cycles (e.g., rubs) withstanded. | xsd:integer | ||
| Warp Change (dppk:warpChange) | Dimensional change in the warp (length) direction. | xsd:double | ||
| Weft Change (dppk:weftChange) | Dimensional change in the weft (width) direction. | xsd:double | ||
| Grade (dppk:grade) | The specific grade or value achieved (e.g. 1-5 scale). | xsd:double |
