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.
Properties
| Property | Description | Type |
|---|---|---|
| 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 |
| Value (dppk:value) | The numeric value of the measurement. | xsd:double |
| Unit Code (dppk:unitCode) | The unit of measurement, preferably using UN/CEFACT codes (e.g., KGM, MTR, LTR). | xsd:string |
| Unit Text (dppk:unitText) | A human-readable representation of the unit (e.g., kg CO2e, Nm). | xsd:string |
