LCIACategory

class

LCIA Category

Individual Life Cycle Impact Assessment category result within the environmental footprint.

URI:https://ref.openepcis.io/extensions/eu/textile/LCIACategory

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 (3)

DescriptionDomainRangeVocabularies
lciaCategoryCode
LCIA Category Code
The impact category code.eutex:LCIACategoryeutex:LCIACategoryCode
lciaUnit
LCIA Unit
Unit of the LCIA value (e.g. 'kg CO2-eq', 'm3 world-eq', 'mol H+-eq').eutex:LCIACategoryxsd:string
lciaValue
LCIA Value
The impact category value in the category-specific unit.eutex:LCIACategoryxsd:decimal

Vocabulary alignment

Referenced upstream terms

Loading external vocabulary...

Used as Range (1)

Where used

Referenced by other terms (4)

In SHACL shapes (2)

  • LCIACategoryShapetargets
  • EnvironmentalFootprintShapeclass-of

In example documents (4)

Master data & product examples

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/textile/textile-context.jsonld",
  "type": "LCIACategory",
  "lciaCategoryCode": "...",
  "lciaUnit": "...",
  "lciaValue": "..."
}