ImpactIndicatorResult
classImpact Indicator Result
One environmental impact indicator (e.g. Global Warming Potential) reported within an EPD: its indicator type, declared unit, aggregate value, and optional per-lifecycle-module values.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (4)
| Description | Domain | Range | Vocabularies | |
|---|---|---|---|---|
| indicatorTotalValue Indicator Total Value | Aggregate value of the indicator across the declared lifecycle modules, in the declared unit. | oec:ImpactIndicatorResult | xsd:decimal | |
| indicatorType Indicator Type | The EN 15804 impact category this result reports (e.g. oec:GWPTotal). | oec:ImpactIndicatorResult | oec:ImpactIndicatorType | — |
| indicatorUnit Indicator Unit | Declared unit for this indicator (e.g. kg CO2 eq, kg CFC11 eq, mol H+ eq, m3 world eq deprived). | oec:ImpactIndicatorResult | xsd:string | |
| lifecycleStageResult Lifecycle Stage Result | A single EN 15804 module value contributing to this indicator. | oec:ImpactIndicatorResult | oec:LifecycleStageResult |
Vocabulary alignment
Close match
Referenced upstream terms
Loading external vocabulary...
Used as Range (1)
Where used
Referenced by other terms (5)
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "ImpactIndicatorResult",
"indicatorTotalValue": "...",
"indicatorType": "...",
"indicatorUnit": "..."
}