Visual Diagram
classDiagram
class QuantitativeValue
QuantitativeValue : +name
QuantitativeValue : +value
QuantitativeValue : +unitCode
QuantitativeValue : +unitText
Description
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 | equivalentProperty |
|---|---|---|---|
| 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 |
| 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 |
