LCIACategory
classLCIA Category
Individual Life Cycle Impact Assessment category result within the environmental footprint.
Properties (3)
| Property | Description | Range |
|---|---|---|
| lciaCategoryCode | The impact category code. | LCIACategoryCode |
| lciaUnit | Unit of the LCIA value (e.g. 'kg CO2-eq', 'm3 world-eq', 'mol H+-eq'). | xsd:string |
| lciaValue | The impact category value in the category-specific unit. | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (4)
range:
In SHACL shapes (2)
- LCIACategoryShapetargets
- EnvironmentalFootprintShapeclass-of
In example documents (4)
Master data & product examples
References
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/textile/textile-context.jsonld",
"type": "LCIACategory",
"lciaCategoryCode": "...",
"lciaUnit": "...",
"lciaValue": "..."
}