ImpactIndicatorResult

class

Impact 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.

URI:https://ref.openepcis.io/extensions/common/core/ImpactIndicatorResult

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)

DescriptionDomainRangeVocabularies
indicatorTotalValue
Indicator Total Value
Aggregate value of the indicator across the declared lifecycle modules, in the declared unit.oec:ImpactIndicatorResultxsd:decimal
indicatorType
Indicator Type
The EN 15804 impact category this result reports (e.g. oec:GWPTotal).oec:ImpactIndicatorResultoec: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:ImpactIndicatorResultxsd:string
lifecycleStageResult
Lifecycle Stage Result
A single EN 15804 module value contributing to this indicator.oec:ImpactIndicatorResultoec:LifecycleStageResult

Vocabulary alignment

Referenced upstream terms

Loading external vocabulary...

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "ImpactIndicatorResult",
  "indicatorTotalValue": "...",
  "indicatorType": "...",
  "indicatorUnit": "..."
}