EssentialCharacteristic
classEssential Characteristic
A single declared essential characteristic (e.g. compressive strength, thermal conductivity, water vapour permeability) per CPR Annex III. Pair name + value + unit + harmonised standard reference.
Properties (3)
| Property | Description | Range |
|---|---|---|
| characteristicName | — | xsd:string |
| characteristicValue | Quantitative value of the essential characteristic. gs1:QuantitativeValue with the unitCode appropriate for the characteristic (e.g. 'N31' for MPa, 'F94' for W/(m·K)). | gs1:QuantitativeValue |
| harmonisedStandard | URI of the harmonised technical specification (hEN) under which the essential characteristic is declared (e.g. EN 197-1 for cement, EN 13162 for mineral wool insulation). | xsd:anyURI |
Used as Range (1)
Where used
Referenced by other terms (4)
In SHACL shapes (1)
- EssentialCharacteristicShapetargets
In example documents (2)
Master data & product examples
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/cpr/cpr-context.jsonld",
"type": "EssentialCharacteristic",
"characteristicName": "...",
"characteristicValue": "...",
"harmonisedStandard": "..."
}