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

Vocabulary alignment

Close match

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by local QA panels per round (claude-opus-4-8 / qwen3.5-27b / qwen3-32b).

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",
  "hasIndicatorType": "...",
  "hasLifecycleStageResult": "...",
  "indicatorTotalValue": "..."
}