A chemical flow into water, soil, or air occurring during a Cycle or Transformation. Each Emission must be unique and the fields which determine uniqueness are defined in the emissions field of the Cycle or Transformation.
| Field | Type | Required | Definition |
|---|---|---|---|
term | Term | Yes | |
description | string | No | A description of the Emission. |
key | Term | No | For certain emissions (`Pesticide, to ...`, `Ionising compounds, to`, and `Heavy metals, to...`) the element or compound that was emitted. This field has additional validation rules when set:
|
value | array[number|null] | Yes | The quantity of the Emission. If an average, it should always be the mean. Can be a single number (array of length one) or an array of numbers with associated |
distribution | array[number]|array[array[number]] | No | |
sd | array[number|null] | No | The standard deviation of value. This field has additional validation rules when set:
|
min | array[number|null] | No | The minimum of value. This field has additional validation rules when set:
|
max | array[number|null] | No | The maximum of value. This field has additional validation rules when set:
|
statsDefinition | string | No | What the descriptive statistics ( Possible values are: This field has additional validation rules when set:
|
observations | array[number|null] | No | The number of observations the descriptive statistics are calculated over. |
dates | array[string] | No | |
startDate | string | No | |
endDate | string | No | |
emissionDuration | number | No | The duration of the Emissions in days, particularly used for measured Emissions. |
depthUpper | number | No | For soil Emissions, the upper (shallower) depth at which the Emission was recorded in centimeters, using positive numbers. |
depthLower | number | No | For soil Emissions, the lower (deeper) depth at which the Emission was recorded in centimeters, using positive numbers. |
methodTier | string | Yes |
Possible values are: |
methodModel | Term | Yes | |
methodModelDescription | string | No | |
properties | List[Property] | No | A list of Properties of the Emission, which would override any default properties specified in the
properties
cannot be duplicated.
The following fields determine whether a
Property is unique:
|
inputs | List[Term] | No | For background Emissions, the Term(s) describing the Inputs they are associated with. This is a required field for background Emissions.
inputs
cannot be duplicated.
The following fields determine whether a
Term is unique:
This field has additional validation rules when set:
|
animals | List[Term] | No | For background Emissions, the Term(s) describing the Animal(s) they are associated with.
animals
cannot be duplicated.
The following fields determine whether a
Term is unique:
This field has additional validation rules when set:
|
transport | List[Term] | No | |
operation | Term | No | |
transformation | Term | No | For Emissions created during a Transformation, the Term describing the Transformation. |
site | Site | No | If the Cycle occurred on multiple Sites, the Site where this Emission occurred. |
country | Term | No | |
source | Source | No | A reference to the Source of these data, if different from the |
otherSources | List[Source] | No | A list of references to any other sources of these data. |
Internal Properties
The following properties are automatically set when data are uploaded to the HESTIA platform. If they are included in a file which is uploaded, they will be overwritten.
| Field | Type | Definition |
|---|---|---|
@context | The location of the JSON-LD context file. | |
@id | The unique ID assigned to the Node by HESTIA. | |
@type | Emission | |
percentile10th | number | The 10th percentile of |
percentile90th | number | The 90th percentile of |
schemaVersion | string | The version of the schema when these data were created. |
added | array[string] | A list of fields that have been added to the original dataset. |
addedVersion | array[string] | A list of versions of the model used to add these fields. |
updated | array[string] | A list of fields that have been updated on the original dataset. |
updatedVersion | array[string] | A list of versions of the model used to update these fields. |
aggregated | array[string] | A list of fields that have been 'aggregated' using data from multiple Cycles. |
aggregatedVersion | array[string] | A list of versions of the aggregation engine corresponding to each aggregated field. |
deleted | boolean | Indicates if this emission has been marked as deleted from the original dataset. |
Example 1
{
"@type": "Emission",
"term": {
"@id": "no3ToGroundwaterSoilFlux",
"@type": "Term",
"name": "NO3, to groundwater, soil flux",
"units": "kg NO3",
"termType": "emission"
},
"value": [
60.75,
70.5
],
"dates": [
"1989-06-16",
"1989-08-01"
],
"methodModel": {
"@id": "percolationLysimeter",
"@type": "Term",
"name": "Percolation lysimeter",
"termType": "methodEmissionResourceUse"
},
"methodTier": "measured",
"source": {
"@id": "yyu8v5",
"@type": "Source",
"name": "Murwira (1993)"
}
}Example 2
{
"@type": "Emission",
"term": {
"@id": "so2ToAirInputsProduction",
"@type": "Term",
"name": "SO2, to air, inputs production",
"units": "kg SO2",
"termType": "emission"
},
"value": [
2.11
],
"methodModel": {
"@id": "ecoinventV3",
"@type": "Term",
"name": "ecoinvent v3",
"termType": "model"
},
"methodModelDescription": "version 3.1.2",
"methodTier": "background",
"inputs": [
{
"@id": "electricityGridMarketMix",
"@type": "Term",
"name": "Electricity, grid, market mix",
"termType": "electricity"
}
],
"country": {
"@id": "GADM-FRA",
"@type": "Term",
"name": "France"
},
"source": {
"@id": "yyu8v5",
"@type": "Source",
"name": "Wernet et al (2016)"
}
}Example 3
{
"@type": "Emission",
"term": {
"@id": "co2ToAirUreaHydrolysis",
"@type": "Term",
"name": "CO2, to air, urea hydrolysis",
"units": "kg CO2",
"termType": "emission"
},
"value": [
32
],
"methodModel": {
"@id": "ipcc2006",
"@type": "Term",
"name": "IPCC (2006)",
"termType": "model"
},
"methodTier": "tier 1"
}Example 4
{
"@type": "Emission",
"term": {
"@id": "pesticideToWaterInputsProduction",
"@type": "Term",
"name": "Pesticide, to water, inputs productions",
"units": "kg active ingredient",
"termType": "emission"
},
"key": {
"@id": "CAS-1071-83-6",
"@type": "Term",
"name": "Glyphosate",
"units": "kg active ingredient",
"termType": "pesticideAI"
},
"inputs": [
{
"@id": "rapeseedSeedWhole",
"@type": "Term",
"name": "Rapeseed, seed (whole)",
"termType": "crop"
}
],
"value": [
0.00622
],
"methodModel": {
"@id": "usetoxV2-1",
"@type": "Term",
"name": "USEtox v2.1",
"termType": "model"
},
"methodTier": "background"
}