~
Properties:
referenceUnitName | string | The name of the reference unit of the LCIA category (e.g. kg CO2-eq.). |
parameters | List[Parameter] | A set of parameters which can be used in formulas of the characterisation factors in this impact category. |
impactFactors | List[ImpactFactor] | The characterisation factors of the LCIA category. |
~
Properties from CategorizedEntity:
category | Ref[Category] | The category of the entity. |
tags | List[string] | A list of optional tags. A tag is just a string which should not contain commas (and other special characters). |
library | string | If this entity is part of a library, this field contains the identifier of that library. The identifier is typically just the combination of the library name and version. |
~
Properties from RootEntity:
name | string | The name of the entity. |
description | string | The description of the entity. |
version | string | A version number in MAJOR.MINOR.PATCH format where the MINOR and PATCH fields are optional and the fields may have leading zeros (so 01.00.00 is the same as 1.0.0 or 1). |
lastChange | dateTime | The timestamp when the entity was changed the last time. |
~
JSON-LD Example
{ "@context": "http://greendelta.github.io/olca-schema/context.jsonld", "@type": "ImpactCategory", "@id": "3a08605b-d7c9-4f40-a17e-74cece1dde8b", "name": "Depletion of abiotic resources - elements, ultimate reserves", "description": "ADPelements (Oers et al. 2001)", "referenceUnitName": "kg antimony eq.", "impactFactors": [ { "@type": "ImpactFactor", "value": 1.0943318963E-9, "flow": { "@type": "Flow", "@id": "0305b169-255d-4041-8f5d-6e095bcb6358", "name": "Aluminium" }, "unit": { "@type": "Unit", "@id": "20aadc24-a391-41cf-b340-3e4529f44bde", "name": "kg" }, "flowProperty": { "@type": "FlowProperty", "@id": "93a60a56-a3c8-11da-a746-0800200b9a66", "name": "Mass" } }, { "@type": "ImpactFactor", "value": 5.5155314778E-6, "flow": { "@type": "Flow", "@id": "041f5cea-6556-11dd-ad8b-0800200c9a66", "name": "Phosphorus" }, "unit": { "@type": "Unit", "@id": "20aadc24-a391-41cf-b340-3e4529f44bde", "name": "kg" }, "flowProperty": { "@type": "FlowProperty", "@id": "93a60a56-a3c8-11da-a746-0800200b9a66", "name": "Mass" } } ] }