hestia-earth-models 0.64.4__py3-none-any.whl → 0.64.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hestia-earth-models might be problematic. Click here for more details.

Files changed (63) hide show
  1. hestia_earth/models/blonkConsultants2016/ch4ToAirNaturalVegetationBurning.py +5 -9
  2. hestia_earth/models/blonkConsultants2016/co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +5 -9
  3. hestia_earth/models/blonkConsultants2016/n2OToAirNaturalVegetationBurningDirect.py +6 -13
  4. hestia_earth/models/cycle/animal/input/properties.py +6 -0
  5. hestia_earth/models/cycle/completeness/soilAmendment.py +3 -2
  6. hestia_earth/models/cycle/concentrateFeed.py +10 -4
  7. hestia_earth/models/cycle/input/properties.py +6 -0
  8. hestia_earth/models/cycle/liveAnimal.py +2 -2
  9. hestia_earth/models/cycle/milkYield.py +3 -3
  10. hestia_earth/models/cycle/otherSitesArea.py +59 -0
  11. hestia_earth/models/cycle/otherSitesUnusedDuration.py +9 -8
  12. hestia_earth/models/cycle/pastureSystem.py +3 -2
  13. hestia_earth/models/cycle/product/properties.py +6 -0
  14. hestia_earth/models/cycle/siteArea.py +83 -0
  15. hestia_earth/models/cycle/stockingDensityAnimalHousingAverage.py +28 -16
  16. hestia_earth/models/cycle/utils.py +1 -1
  17. hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandOccupation.py +128 -0
  18. hestia_earth/models/environmentalFootprintV3/utils.py +17 -0
  19. hestia_earth/models/ipcc2006/co2ToAirOrganicSoilCultivation.py +17 -6
  20. hestia_earth/models/ipcc2006/n2OToAirOrganicSoilCultivationDirect.py +17 -6
  21. hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +3 -1
  22. hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +904 -0
  23. hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChangeManagementChange.py +70 -618
  24. hestia_earth/models/mocking/search-results.json +392 -320
  25. hestia_earth/models/pooreNemecek2018/saplings.py +10 -7
  26. hestia_earth/models/site/management.py +18 -14
  27. hestia_earth/models/utils/__init__.py +38 -0
  28. hestia_earth/models/utils/array_builders.py +63 -52
  29. hestia_earth/models/utils/blank_node.py +137 -82
  30. hestia_earth/models/utils/descriptive_stats.py +3 -239
  31. hestia_earth/models/utils/feedipedia.py +15 -2
  32. hestia_earth/models/utils/landCover.py +9 -0
  33. hestia_earth/models/utils/lookup.py +13 -2
  34. hestia_earth/models/utils/measurement.py +3 -28
  35. hestia_earth/models/utils/stats.py +429 -0
  36. hestia_earth/models/utils/term.py +15 -3
  37. hestia_earth/models/utils/time_series.py +90 -0
  38. hestia_earth/models/version.py +1 -1
  39. {hestia_earth_models-0.64.4.dist-info → hestia_earth_models-0.64.6.dist-info}/METADATA +1 -1
  40. {hestia_earth_models-0.64.4.dist-info → hestia_earth_models-0.64.6.dist-info}/RECORD +63 -49
  41. tests/models/blonkConsultants2016/test_ch4ToAirNaturalVegetationBurning.py +2 -2
  42. tests/models/blonkConsultants2016/test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py +2 -2
  43. tests/models/blonkConsultants2016/test_n2OToAirNaturalVegetationBurningDirect.py +2 -2
  44. tests/models/cycle/completeness/test_soilAmendment.py +1 -1
  45. tests/models/cycle/test_liveAnimal.py +1 -1
  46. tests/models/cycle/test_milkYield.py +1 -1
  47. tests/models/cycle/test_otherSitesArea.py +68 -0
  48. tests/models/cycle/test_siteArea.py +51 -0
  49. tests/models/cycle/test_stockingDensityAnimalHousingAverage.py +2 -2
  50. tests/models/environmentalFootprintV3/test_soilQualityIndexLandOccupation.py +136 -0
  51. tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +50 -0
  52. tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChangeManagementChange.py +1 -39
  53. tests/models/pooreNemecek2018/test_saplings.py +1 -1
  54. tests/models/site/test_management.py +3 -153
  55. tests/models/utils/test_array_builders.py +67 -6
  56. tests/models/utils/test_blank_node.py +191 -7
  57. tests/models/utils/test_descriptive_stats.py +2 -86
  58. tests/models/utils/test_measurement.py +1 -22
  59. tests/models/utils/test_stats.py +186 -0
  60. tests/models/utils/test_time_series.py +88 -0
  61. {hestia_earth_models-0.64.4.dist-info → hestia_earth_models-0.64.6.dist-info}/LICENSE +0 -0
  62. {hestia_earth_models-0.64.4.dist-info → hestia_earth_models-0.64.6.dist-info}/WHEEL +0 -0
  63. {hestia_earth_models-0.64.4.dist-info → hestia_earth_models-0.64.6.dist-info}/top_level.txt +0 -0
@@ -7,875 +7,875 @@
7
7
  "results": [
8
8
  {
9
9
  "@type": "Term",
10
- "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
10
+ "@id": "so2ToAirIndustrialProcesses"
11
11
  },
12
12
  {
13
13
  "@type": "Term",
14
- "@id": "chloromethaneToAirInputsProduction"
14
+ "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
15
15
  },
16
16
  {
17
17
  "@type": "Term",
18
- "@id": "n2OToAirIndustrialProcessesDirect"
18
+ "@id": "chloropentafluoroethaneToAirInputsProduction"
19
19
  },
20
20
  {
21
21
  "@type": "Term",
22
- "@id": "nitriteToWaterIndustrialProcesses"
22
+ "@id": "po43ToSurfaceWaterInputsProduction"
23
23
  },
24
24
  {
25
25
  "@type": "Term",
26
- "@id": "hydroxylamineToAirInputsProduction"
26
+ "@id": "nitriteToAirInputsProduction"
27
27
  },
28
28
  {
29
29
  "@type": "Term",
30
- "@id": "nitriteToAirIndustrialProcesses"
30
+ "@id": "pm25ToAirAnimalHousing"
31
31
  },
32
32
  {
33
33
  "@type": "Term",
34
- "@id": "hcfc124ToAirIndustrialProcesses"
34
+ "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
35
35
  },
36
36
  {
37
37
  "@type": "Term",
38
- "@id": "trichlorofluoromethaneToAirInputsProduction"
38
+ "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
39
39
  },
40
40
  {
41
41
  "@type": "Term",
42
- "@id": "n2OToAirCropResidueDecompositionIndirect"
42
+ "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
43
43
  },
44
44
  {
45
45
  "@type": "Term",
46
- "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
46
+ "@id": "po43ToSurfaceWaterSoilFlux"
47
47
  },
48
48
  {
49
49
  "@type": "Term",
50
- "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
50
+ "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
51
51
  },
52
52
  {
53
53
  "@type": "Term",
54
- "@id": "pToDrainageWaterSoilFlux"
54
+ "@id": "noToAirWasteTreatment"
55
55
  },
56
56
  {
57
57
  "@type": "Term",
58
- "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
58
+ "@id": "nmvocToAirAnimalHousing"
59
59
  },
60
60
  {
61
61
  "@type": "Term",
62
- "@id": "pm02ToAirInputsProduction"
62
+ "@id": "pesticideToWaterPesticideApplication"
63
63
  },
64
64
  {
65
65
  "@type": "Term",
66
- "@id": "nToSurfaceWaterSoilFlux"
66
+ "@id": "no3ToAirIndustrialProcesses"
67
67
  },
68
68
  {
69
69
  "@type": "Term",
70
- "@id": "po43ToSurfaceWaterInorganicFertiliser"
70
+ "@id": "pesticideToWaterInputsProduction"
71
71
  },
72
72
  {
73
73
  "@type": "Term",
74
- "@id": "pesticideToAirInputsProduction"
74
+ "@id": "nmvocToAirExcreta"
75
75
  },
76
76
  {
77
77
  "@type": "Term",
78
- "@id": "pesticideToSoilPesticideApplication"
78
+ "@id": "nmvocToAirSilageStorage"
79
79
  },
80
80
  {
81
81
  "@type": "Term",
82
- "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
82
+ "@id": "n2OToAirCropResidueDecompositionDirect"
83
83
  },
84
84
  {
85
85
  "@type": "Term",
86
- "@id": "nh3ToAirCropResidueDecomposition"
86
+ "@id": "so3ToAirIndustrialProcesses"
87
87
  },
88
88
  {
89
89
  "@type": "Term",
90
- "@id": "bod5ToWaterInputsProduction"
90
+ "@id": "nh3ToAirFuelCombustion"
91
91
  },
92
92
  {
93
93
  "@type": "Term",
94
- "@id": "co2ToAirUreaHydrolysis"
94
+ "@id": "noToAirSoilFlux"
95
95
  },
96
96
  {
97
97
  "@type": "Term",
98
- "@id": "no3ToGroundwaterIndustrialProcesses"
98
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
99
99
  },
100
100
  {
101
101
  "@type": "Term",
102
- "@id": "bromochlorodifluoromethaneToAirInputsProduction"
102
+ "@id": "noxToAirOrganicSoilCultivation"
103
103
  },
104
104
  {
105
105
  "@type": "Term",
106
- "@id": "blackCarbonToAirInputsProduction"
106
+ "@id": "n2OToAirFuelCombustionDirect"
107
107
  },
108
108
  {
109
109
  "@type": "Term",
110
- "@id": "sf6ToAirInputsProduction"
110
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
111
111
  },
112
112
  {
113
113
  "@type": "Term",
114
- "@id": "dichlorodifluoromethaneToAirInputsProduction"
114
+ "@id": "noxToAirCropResidueDecomposition"
115
115
  },
116
116
  {
117
117
  "@type": "Term",
118
- "@id": "po43ToGroundwaterInorganicFertiliser"
118
+ "@id": "nToSurfaceWaterAquacultureSystems"
119
119
  },
120
120
  {
121
121
  "@type": "Term",
122
- "@id": "nf3ToAirIndustrialProcesses"
122
+ "@id": "noToAirAquacultureSystems"
123
123
  },
124
124
  {
125
125
  "@type": "Term",
126
- "@id": "pm10ToAirIndustrialProcesses"
126
+ "@id": "pesticideToHarvestedCropInputsProduction"
127
127
  },
128
128
  {
129
129
  "@type": "Term",
130
- "@id": "n2OToAirWasteTreatmentIndirect"
130
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
131
131
  },
132
132
  {
133
133
  "@type": "Term",
134
- "@id": "nh4ToGroundwaterExcreta"
134
+ "@id": "pToGroundwaterSoilFlux"
135
135
  },
136
136
  {
137
137
  "@type": "Term",
138
- "@id": "pToGroundwaterIndustrialProcesses"
138
+ "@id": "noxToAirInorganicFertiliser"
139
139
  },
140
140
  {
141
141
  "@type": "Term",
142
- "@id": "codToWaterIndustrialProcesses"
142
+ "@id": "bromomethaneToAirIndustrialProcesses"
143
143
  },
144
144
  {
145
145
  "@type": "Term",
146
- "@id": "noToAirInorganicFertiliser"
146
+ "@id": "bromomethaneToAirInputsProduction"
147
147
  },
148
148
  {
149
149
  "@type": "Term",
150
- "@id": "no3ToGroundwaterInorganicFertiliser"
150
+ "@id": "pToSurfaceWaterSoilFlux"
151
151
  },
152
152
  {
153
153
  "@type": "Term",
154
- "@id": "noToAirExcreta"
154
+ "@id": "nh3ToAirInputsProduction"
155
155
  },
156
156
  {
157
157
  "@type": "Term",
158
- "@id": "nh3ToAirOrganicSoilCultivation"
158
+ "@id": "noxToAirFuelCombustion"
159
159
  },
160
160
  {
161
161
  "@type": "Term",
162
- "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
162
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
163
163
  },
164
164
  {
165
165
  "@type": "Term",
166
- "@id": "n2ToAirWasteTreatment"
166
+ "@id": "ch4ToAirIndustrialProcessesNonFossil"
167
167
  },
168
168
  {
169
169
  "@type": "Term",
170
- "@id": "nh4ToGroundwaterIndustrialProcesses"
170
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
171
171
  },
172
172
  {
173
173
  "@type": "Term",
174
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
174
+ "@id": "co2ToAirSoilFlux"
175
175
  },
176
176
  {
177
177
  "@type": "Term",
178
- "@id": "so2ToAirFuelCombustion"
178
+ "@id": "n2ToAirOrganicFertiliser"
179
179
  },
180
180
  {
181
181
  "@type": "Term",
182
- "@id": "noToAirIndustrialProcesses"
182
+ "@id": "ch4ToAirOrganicSoilCultivation"
183
183
  },
184
184
  {
185
185
  "@type": "Term",
186
- "@id": "carbonTetrachlorideToAirInputsProduction"
186
+ "@id": "ch4ToAirWasteTreatment"
187
187
  },
188
188
  {
189
189
  "@type": "Term",
190
- "@id": "no3ToAirInputsProduction"
190
+ "@id": "ch4ToAirFuelCombustion"
191
191
  },
192
192
  {
193
193
  "@type": "Term",
194
- "@id": "nh4ToAirInputsProduction"
194
+ "@id": "n2ToAirExcreta"
195
195
  },
196
196
  {
197
197
  "@type": "Term",
198
- "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
198
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
199
199
  },
200
200
  {
201
201
  "@type": "Term",
202
- "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
202
+ "@id": "n2OToAirCropResidueBurningIndirect"
203
203
  },
204
204
  {
205
205
  "@type": "Term",
206
- "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
206
+ "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
207
207
  },
208
208
  {
209
209
  "@type": "Term",
210
- "@id": "hcfc124ToAirInputsProduction"
210
+ "@id": "dibromodifluoromethaneToAirInputsProduction"
211
211
  },
212
212
  {
213
213
  "@type": "Term",
214
- "@id": "no2ToAirIndustrialProcesses"
214
+ "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
215
215
  },
216
216
  {
217
217
  "@type": "Term",
218
- "@id": "coToAirFuelCombustion"
218
+ "@id": "n2OToAirInputsProduction"
219
219
  },
220
220
  {
221
221
  "@type": "Term",
222
- "@id": "no2ToAirInputsProduction"
222
+ "@id": "n2OToAirExcretaDirect"
223
223
  },
224
224
  {
225
225
  "@type": "Term",
226
- "@id": "noxToAirOrganicFertiliser"
226
+ "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
227
227
  },
228
228
  {
229
229
  "@type": "Term",
230
- "@id": "noToAirOrganicFertiliser"
230
+ "@id": "pm10ToAirIndustrialProcesses"
231
231
  },
232
232
  {
233
233
  "@type": "Term",
234
- "@id": "no3ToGroundwaterCropResidueDecomposition"
234
+ "@id": "sf6ToAirInputsProduction"
235
235
  },
236
236
  {
237
237
  "@type": "Term",
238
- "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
238
+ "@id": "nf3ToAirIndustrialProcesses"
239
239
  },
240
240
  {
241
241
  "@type": "Term",
242
- "@id": "nh3ToAirNaturalVegetationBurning"
242
+ "@id": "nh3ToAirCropResidueDecomposition"
243
243
  },
244
244
  {
245
245
  "@type": "Term",
246
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
246
+ "@id": "dichlorodifluoromethaneToAirInputsProduction"
247
247
  },
248
248
  {
249
249
  "@type": "Term",
250
- "@id": "nh4ToGroundwaterWasteTreatment"
250
+ "@id": "blackCarbonToAirInputsProduction"
251
251
  },
252
252
  {
253
253
  "@type": "Term",
254
- "@id": "no3ToSurfaceWaterExcreta"
254
+ "@id": "bromochlorodifluoromethaneToAirInputsProduction"
255
255
  },
256
256
  {
257
257
  "@type": "Term",
258
- "@id": "no3ToGroundwaterWasteTreatment"
258
+ "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
259
259
  },
260
260
  {
261
261
  "@type": "Term",
262
- "@id": "n2OToAirBackgroundSoilFluxDirect"
262
+ "@id": "po43ToGroundwaterInorganicFertiliser"
263
263
  },
264
264
  {
265
265
  "@type": "Term",
266
- "@id": "pToSurfaceWaterExcreta"
266
+ "@id": "pm02ToAirInputsProduction"
267
267
  },
268
268
  {
269
269
  "@type": "Term",
270
- "@id": "nh3ToAirIndustrialProcesses"
270
+ "@id": "chloromethaneToAirInputsProduction"
271
271
  },
272
272
  {
273
273
  "@type": "Term",
274
- "@id": "noxToAirCropResidueBurning"
274
+ "@id": "n2OToAirIndustrialProcessesDirect"
275
275
  },
276
276
  {
277
277
  "@type": "Term",
278
- "@id": "n2ToAirSoilFlux"
278
+ "@id": "noToAirInorganicFertiliser"
279
279
  },
280
280
  {
281
281
  "@type": "Term",
282
- "@id": "n2OToAirAquacultureSystemsDirect"
282
+ "@id": "n2OToAirWasteTreatmentIndirect"
283
283
  },
284
284
  {
285
285
  "@type": "Term",
286
- "@id": "tspToAirAnimalHousing"
286
+ "@id": "trichlorofluoromethaneToAirInputsProduction"
287
287
  },
288
288
  {
289
289
  "@type": "Term",
290
- "@id": "n2ToAirAquacultureSystems"
290
+ "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
291
291
  },
292
292
  {
293
293
  "@type": "Term",
294
- "@id": "n2OToAirOrganicSoilBurningIndirect"
294
+ "@id": "nitriteToWaterIndustrialProcesses"
295
295
  },
296
296
  {
297
297
  "@type": "Term",
298
- "@id": "nmvocToAirFuelCombustion"
298
+ "@id": "pesticideToSoilPesticideApplication"
299
299
  },
300
300
  {
301
301
  "@type": "Term",
302
- "@id": "nh3ToAirOrganicSoilBurning"
302
+ "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
303
303
  },
304
304
  {
305
305
  "@type": "Term",
306
- "@id": "noxToAirNaturalVegetationBurning"
306
+ "@id": "codToWaterIndustrialProcesses"
307
307
  },
308
308
  {
309
309
  "@type": "Term",
310
- "@id": "coToAirInputsProduction"
310
+ "@id": "nitriteToAirIndustrialProcesses"
311
311
  },
312
312
  {
313
313
  "@type": "Term",
314
- "@id": "noxToAirAquacultureSystems"
314
+ "@id": "po43ToSurfaceWaterInorganicFertiliser"
315
315
  },
316
316
  {
317
317
  "@type": "Term",
318
- "@id": "sf6ToAirIndustrialProcesses"
318
+ "@id": "hydroxylamineToAirInputsProduction"
319
319
  },
320
320
  {
321
321
  "@type": "Term",
322
- "@id": "pm10ToAirFuelCombustion"
322
+ "@id": "no3ToGroundwaterIndustrialProcesses"
323
323
  },
324
324
  {
325
325
  "@type": "Term",
326
- "@id": "n2OToAirSoilFlux"
326
+ "@id": "no3ToGroundwaterInorganicFertiliser"
327
327
  },
328
328
  {
329
329
  "@type": "Term",
330
- "@id": "no3ToGroundwaterSoilFlux"
330
+ "@id": "pToGroundwaterIndustrialProcesses"
331
331
  },
332
332
  {
333
333
  "@type": "Term",
334
- "@id": "tefluraneToAirInputsProduction"
334
+ "@id": "bod5ToWaterInputsProduction"
335
335
  },
336
336
  {
337
337
  "@type": "Term",
338
- "@id": "nh4ToSurfaceWaterAquacultureSystems"
338
+ "@id": "pesticideToAirInputsProduction"
339
339
  },
340
340
  {
341
341
  "@type": "Term",
342
- "@id": "pToSurfaceWaterIndustrialProcesses"
342
+ "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
343
343
  },
344
344
  {
345
345
  "@type": "Term",
346
- "@id": "nToSurfaceWaterInputsProduction"
346
+ "@id": "hcfc124ToAirIndustrialProcesses"
347
347
  },
348
348
  {
349
349
  "@type": "Term",
350
- "@id": "nErosionSoilFlux"
350
+ "@id": "nh4ToGroundwaterExcreta"
351
351
  },
352
352
  {
353
353
  "@type": "Term",
354
- "@id": "chlorodifluoromethaneToAirInputsProduction"
354
+ "@id": "nh3ToAirOrganicSoilCultivation"
355
355
  },
356
356
  {
357
357
  "@type": "Term",
358
- "@id": "ch4ToAirExcreta"
358
+ "@id": "nToSurfaceWaterSoilFlux"
359
359
  },
360
360
  {
361
361
  "@type": "Term",
362
- "@id": "n2OToAirOrganicSoilCultivationDirect"
362
+ "@id": "noToAirExcreta"
363
363
  },
364
364
  {
365
365
  "@type": "Term",
366
- "@id": "1112TetrafluoroethaneToAirInputsProduction"
366
+ "@id": "pToDrainageWaterSoilFlux"
367
367
  },
368
368
  {
369
369
  "@type": "Term",
370
- "@id": "ch4ToAirSoilFlux"
370
+ "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
371
371
  },
372
372
  {
373
373
  "@type": "Term",
374
- "@id": "soxToAirIndustrialProcesses"
374
+ "@id": "n2OToAirCropResidueDecompositionIndirect"
375
375
  },
376
376
  {
377
377
  "@type": "Term",
378
- "@id": "no3ToGroundwaterExcreta"
378
+ "@id": "ionisingCompoundsToSaltwaterInputsProduction"
379
379
  },
380
380
  {
381
381
  "@type": "Term",
382
- "@id": "pesticideToAirPesticideApplication"
382
+ "@id": "n2ToAirWasteTreatment"
383
383
  },
384
384
  {
385
385
  "@type": "Term",
386
- "@id": "n2OToAirInputsProduction"
386
+ "@id": "co2ToAirUreaHydrolysis"
387
387
  },
388
388
  {
389
389
  "@type": "Term",
390
- "@id": "pToSurfaceWaterSoilFlux"
390
+ "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
391
391
  },
392
392
  {
393
393
  "@type": "Term",
394
- "@id": "n2OToAirExcretaDirect"
394
+ "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
395
395
  },
396
396
  {
397
397
  "@type": "Term",
398
- "@id": "co2ToAirSoilFlux"
398
+ "@id": "hcfc124ToAirInputsProduction"
399
399
  },
400
400
  {
401
401
  "@type": "Term",
402
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
402
+ "@id": "nh4ToSurfaceWaterAquacultureSystems"
403
403
  },
404
404
  {
405
405
  "@type": "Term",
406
- "@id": "nmvocToAirSilageStorage"
406
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
407
407
  },
408
408
  {
409
409
  "@type": "Term",
410
- "@id": "ch4ToAirFuelCombustion"
410
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
411
411
  },
412
412
  {
413
413
  "@type": "Term",
414
- "@id": "noToAirSoilFlux"
414
+ "@id": "nErosionSoilFlux"
415
415
  },
416
416
  {
417
417
  "@type": "Term",
418
- "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
418
+ "@id": "n2OToAirOrganicSoilCultivationDirect"
419
419
  },
420
420
  {
421
421
  "@type": "Term",
422
- "@id": "nitriteToAirInputsProduction"
422
+ "@id": "n2OToAirSoilFlux"
423
423
  },
424
424
  {
425
425
  "@type": "Term",
426
- "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
426
+ "@id": "nh4ToGroundwaterWasteTreatment"
427
427
  },
428
428
  {
429
429
  "@type": "Term",
430
- "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
430
+ "@id": "no3ToGroundwaterSoilFlux"
431
431
  },
432
432
  {
433
433
  "@type": "Term",
434
- "@id": "bromomethaneToAirInputsProduction"
434
+ "@id": "n2ToAirAquacultureSystems"
435
435
  },
436
436
  {
437
437
  "@type": "Term",
438
- "@id": "no3ToAirIndustrialProcesses"
438
+ "@id": "nh3ToAirOrganicSoilBurning"
439
439
  },
440
440
  {
441
441
  "@type": "Term",
442
- "@id": "chloropentafluoroethaneToAirInputsProduction"
442
+ "@id": "noxToAirOrganicFertiliser"
443
443
  },
444
444
  {
445
445
  "@type": "Term",
446
- "@id": "bromomethaneToAirIndustrialProcesses"
446
+ "@id": "pesticideToAirPesticideApplication"
447
447
  },
448
448
  {
449
449
  "@type": "Term",
450
- "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
450
+ "@id": "nh3ToAirIndustrialProcesses"
451
451
  },
452
452
  {
453
453
  "@type": "Term",
454
- "@id": "n2OToAirFuelCombustionDirect"
454
+ "@id": "no2ToAirIndustrialProcesses"
455
455
  },
456
456
  {
457
457
  "@type": "Term",
458
- "@id": "ionisingCompondsToWaterInputsProduction"
458
+ "@id": "tspToAirAnimalHousing"
459
459
  },
460
460
  {
461
461
  "@type": "Term",
462
- "@id": "ch4ToAirIndustrialProcessesNonFossil"
462
+ "@id": "nh4ToAirInputsProduction"
463
463
  },
464
464
  {
465
465
  "@type": "Term",
466
- "@id": "ch4ToAirOrganicSoilCultivation"
466
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
467
467
  },
468
468
  {
469
469
  "@type": "Term",
470
- "@id": "n2ToAirExcreta"
470
+ "@id": "1112TetrafluoroethaneToAirInputsProduction"
471
471
  },
472
472
  {
473
473
  "@type": "Term",
474
- "@id": "n2ToAirOrganicFertiliser"
474
+ "@id": "ionisingCompoundsToAirInputsProduction"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
478
- "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
478
+ "@id": "n2OToAirAquacultureSystemsDirect"
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "ch4ToAirWasteTreatment"
482
+ "@id": "ch4ToAirExcreta"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "noToAirAquacultureSystems"
486
+ "@id": "n2ToAirSoilFlux"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "noxToAirCropResidueDecomposition"
490
+ "@id": "coToAirInputsProduction"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
494
+ "@id": "ch4ToAirSoilFlux"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
498
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "nh4ToGroundwaterInorganicFertiliser"
502
+ "@id": "n2OToAirBackgroundSoilFluxDirect"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "pesticideToHarvestedCropInputsProduction"
506
+ "@id": "coToAirFuelCombustion"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
510
- "@id": "pm25ToAirAnimalHousing"
510
+ "@id": "noxToAirNaturalVegetationBurning"
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "n2OToAirCropResidueBurningIndirect"
514
+ "@id": "nToSurfaceWaterInputsProduction"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "pToGroundwaterSoilFlux"
518
+ "@id": "carbonTetrachlorideToAirInputsProduction"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "ionisingCompondsToSaltwaterInputsProduction"
522
+ "@id": "no3ToAirInputsProduction"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "nmvocToAirExcreta"
526
+ "@id": "chlorodifluoromethaneToAirInputsProduction"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "noxToAirFuelCombustion"
530
+ "@id": "no3ToSurfaceWaterExcreta"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "so2ToAirIndustrialProcesses"
534
+ "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "noToAirWasteTreatment"
538
+ "@id": "no2ToAirInputsProduction"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
542
+ "@id": "so2ToAirFuelCombustion"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "noxToAirOrganicSoilCultivation"
546
+ "@id": "pm10ToAirFuelCombustion"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "n2OToAirCropResidueDecompositionDirect"
550
+ "@id": "soxToAirIndustrialProcesses"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "po43ToSurfaceWaterInputsProduction"
554
+ "@id": "tefluraneToAirInputsProduction"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "pesticideToWaterInputsProduction"
558
+ "@id": "no3ToGroundwaterWasteTreatment"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "nToSurfaceWaterAquacultureSystems"
562
+ "@id": "nh4ToGroundwaterIndustrialProcesses"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
566
+ "@id": "sf6ToAirIndustrialProcesses"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "so3ToAirIndustrialProcesses"
570
+ "@id": "noToAirIndustrialProcesses"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
574
+ "@id": "no3ToGroundwaterExcreta"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "noxToAirInorganicFertiliser"
578
+ "@id": "noToAirOrganicFertiliser"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "nh3ToAirFuelCombustion"
582
+ "@id": "nmvocToAirFuelCombustion"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "nmvocToAirAnimalHousing"
586
+ "@id": "pToSurfaceWaterExcreta"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "pesticideToWaterPesticideApplication"
590
+ "@id": "nh3ToAirNaturalVegetationBurning"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "nh3ToAirInputsProduction"
594
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "po43ToSurfaceWaterSoilFlux"
598
+ "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "nh4ToGroundwaterOrganicFertiliser"
602
+ "@id": "noxToAirAquacultureSystems"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
606
+ "@id": "pToSurfaceWaterIndustrialProcesses"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "dibromodifluoromethaneToAirInputsProduction"
610
+ "@id": "noxToAirCropResidueBurning"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "chloromethaneToAirIndustrialProcesses"
614
+ "@id": "nh3ToAirAquacultureSystems"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "112TrichloroethaneToAirInputsProduction"
618
+ "@id": "n2OToAirInorganicFertiliserIndirect"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "bromodifluoromethaneToAirIndustrialProcesses"
622
+ "@id": "noToAirCropResidueDecomposition"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "halothaneToAirIndustrialProcesses"
626
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
630
+ "@id": "nh4ToGroundwaterInputsProduction"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
634
+ "@id": "nh3ToAirExcreta"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
638
+ "@id": "po43ToGroundwaterOrganicFertiliser"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "ch4ToAirFloodedRice"
642
+ "@id": "po43ToGroundwaterSoilFlux"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "ch4ToAirReservoirs"
646
+ "@id": "nh3ToAirInorganicFertiliser"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "co2ToAirFuelCombustion"
650
+ "@id": "nToSurfaceWaterIndustrialProcesses"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "n2ToAirCropResidueDecomposition"
654
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "pm0225ToAirIndustrialProcesses"
658
+ "@id": "noxToAirSoilFlux"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "n2ToAirInorganicFertiliser"
662
+ "@id": "nh3ToAirCropResidueBurning"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "ch4ToAirInputsProductionFossil"
666
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "no3ToSurfaceWaterInputsProduction"
670
+ "@id": "noxToAirWasteTreatment"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "ch4ToAirInputsProductionNonFossil"
674
+ "@id": "co2ToAirNaturalVegetationBurning"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "no3ToGroundwaterOrganicFertiliser"
678
+ "@id": "pToSurfaceWaterInputsProduction"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "ch4ToAirEntericFermentation"
682
+ "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "co2ToAirOrganicSoilCultivation"
686
+ "@id": "pm0225ToAirInputsProduction"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "nh3ToAirWasteTreatment"
690
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "co2ToAirCropResidueDecomposition"
694
+ "@id": "n2OToAirFuelCombustionIndirect"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "n2OToAirInorganicFertiliserDirect"
698
+ "@id": "noxToAirIndustrialProcesses"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
702
+ "@id": "tefluraneToAirIndustrialProcesses"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "n2OToAirExcretaIndirect"
706
+ "@id": "n2OToAirOrganicSoilBurningDirect"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
710
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "blackCarbonToAirFuelCombustion"
714
+ "@id": "codToWaterInputsProduction"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "co2ToAirWasteTreatment"
718
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "n2OToAirNaturalVegetationBurningDirect"
722
+ "@id": "ch4ToAirAquacultureSystems"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "tspToAirFuelCombustion"
726
+ "@id": "ch4ToAirOrganicSoilBurning"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "nmvocToAirWasteTreatment"
730
+ "@id": "h2SToAirIndustrialProcesses"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "pesticideToSoilInputsProduction"
734
+ "@id": "co2ToAirLimeHydrolysis"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "nmvocToAirSilageFeeding"
738
+ "@id": "n2OToAirAquacultureSystemsIndirect"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "noxToAirInputsProduction"
742
+ "@id": "ionisingCompoundsToWaterInputsProduction"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "pErosionSoilFlux"
746
+ "@id": "coToAirIndustrialProcesses"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "nf3ToAirInputsProduction"
750
+ "@id": "n2OToAirCropResidueBurningDirect"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "po43ToSurfaceWaterAquacultureSystems"
754
+ "@id": "h2SToAirWasteTreatment"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "ionisingCompondsToAirInputsProduction"
758
+ "@id": "ch4ToAirCropResidueBurning"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "pToGroundwaterInputsProduction"
762
+ "@id": "co2ToAirOrganicSoilBurning"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
766
+ "@id": "ch4ToAirNaturalVegetationBurning"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "nh4ToGroundwaterSoilFlux"
770
+ "@id": "co2ToAirInputsProduction"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "pesticideToHarvestedCropPesticideApplication"
774
+ "@id": "bromofluoroformToAirInputsProduction"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
778
+ "@id": "nitriteToWaterInputsProduction"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "pm10ToAirInputsProduction"
782
+ "@id": "po43ToGroundwaterIndustrialProcesses"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
786
+ "@id": "n2OToAirOrganicFertiliserIndirect"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
790
+ "@id": "soxToAirFuelCombustion"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "nh3ToAirOrganicFertiliser"
794
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "pm10ToAirAnimalHousing"
798
+ "@id": "noToAirCropResidueBurning"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "nh3ToAirSoilFlux"
802
+ "@id": "halothaneToAirInputsProduction"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "no3ToGroundwaterInputsProduction"
806
+ "@id": "nmvocToAirInputsProduction"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "soxToAirInputsProduction"
810
+ "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "nh4ToSurfaceWaterInputsProduction"
814
+ "@id": "bromofluoroformToAirIndustrialProcesses"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "h2SToAirInputsProduction"
818
+ "@id": "n2OToAirWasteTreatmentDirect"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "po43ToGroundwaterInputsProduction"
822
+ "@id": "carbonTetrachlorideToAirIndustrialProcesses"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "noxToAirOrganicSoilBurning"
826
+ "@id": "pToDrainageWaterInputsProduction"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "n2OToAirOrganicFertiliserDirect"
830
+ "@id": "pm25ToAirIndustrialProcesses"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "nToSurfaceWaterExcreta"
834
+ "@id": "pm25ToAirInputsProduction"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "pm25ToAirCropResidueBurning"
838
+ "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "tspToAirInputsProduction"
842
+ "@id": "bod5ToWaterIndustrialProcesses"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "blackCarbonToAirIndustrialProcesses"
846
+ "@id": "noToAirInputsProduction"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "ch4ToAirCropResidueDecomposition"
850
+ "@id": "bromodifluoromethaneToAirInputsProduction"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "noxToAirExcreta"
854
+ "@id": "pm10ToAirCropResidueBurning"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "tspToAirIndustrialProcesses"
858
+ "@id": "nErosionInputsProduction"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "pToSurfaceWaterAquacultureSystems"
862
+ "@id": "hydroxylamineToAirIndustrialProcesses"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
866
+ "@id": "so3ToAirInputsProduction"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "hexaneToAirInputsProduction"
870
+ "@id": "so2ToAirCropResidueBurning"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "pToDrainageWaterIndustrialProcesses"
874
+ "@id": "pErosionInputsProduction"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
878
+ "@id": "pm25ToAirFuelCombustion"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
@@ -883,283 +883,283 @@
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "nh4ToAirIndustrialProcesses"
886
+ "@id": "pm02ToAirIndustrialProcesses"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
890
+ "@id": "nh4ToAirIndustrialProcesses"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "bromodifluoromethaneToAirInputsProduction"
894
+ "@id": "hexaneToAirIndustrialProcesses"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "halothaneToAirInputsProduction"
898
+ "@id": "so2ToAirInputsProduction"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
902
+ "@id": "soxToAirCropResidueBurning"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "bromofluoroformToAirInputsProduction"
906
+ "@id": "tspToAirInputsProduction"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "bromofluoroformToAirIndustrialProcesses"
910
+ "@id": "pErosionSoilFlux"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "carbonTetrachlorideToAirIndustrialProcesses"
914
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "ch4ToAirOrganicSoilBurning"
918
+ "@id": "halothaneToAirIndustrialProcesses"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "nitriteToWaterInputsProduction"
922
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
923
923
  },
924
924
  {
925
925
  "@type": "Term",
926
- "@id": "h2SToAirIndustrialProcesses"
926
+ "@id": "no3ToGroundwaterInputsProduction"
927
927
  },
928
928
  {
929
929
  "@type": "Term",
930
- "@id": "so3ToAirInputsProduction"
930
+ "@id": "pesticideToHarvestedCropPesticideApplication"
931
931
  },
932
932
  {
933
933
  "@type": "Term",
934
- "@id": "nh3ToAirExcreta"
934
+ "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
935
935
  },
936
936
  {
937
937
  "@type": "Term",
938
- "@id": "coToAirIndustrialProcesses"
938
+ "@id": "112TrichloroethaneToAirInputsProduction"
939
939
  },
940
940
  {
941
941
  "@type": "Term",
942
- "@id": "nh3ToAirInorganicFertiliser"
942
+ "@id": "blackCarbonToAirIndustrialProcesses"
943
943
  },
944
944
  {
945
945
  "@type": "Term",
946
- "@id": "ch4ToAirNaturalVegetationBurning"
946
+ "@id": "tspToAirIndustrialProcesses"
947
947
  },
948
948
  {
949
949
  "@type": "Term",
950
- "@id": "hydroxylamineToAirIndustrialProcesses"
950
+ "@id": "nh3ToAirSoilFlux"
951
951
  },
952
952
  {
953
953
  "@type": "Term",
954
- "@id": "pm0225ToAirInputsProduction"
954
+ "@id": "chloromethaneToAirIndustrialProcesses"
955
955
  },
956
956
  {
957
957
  "@type": "Term",
958
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
958
+ "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
959
959
  },
960
960
  {
961
961
  "@type": "Term",
962
- "@id": "hexaneToAirIndustrialProcesses"
962
+ "@id": "nmvocToAirSilageFeeding"
963
963
  },
964
964
  {
965
965
  "@type": "Term",
966
- "@id": "n2OToAirInorganicFertiliserIndirect"
966
+ "@id": "tspToAirFuelCombustion"
967
967
  },
968
968
  {
969
969
  "@type": "Term",
970
- "@id": "n2OToAirAquacultureSystemsIndirect"
970
+ "@id": "pm10ToAirAnimalHousing"
971
971
  },
972
972
  {
973
973
  "@type": "Term",
974
- "@id": "pToDrainageWaterInputsProduction"
974
+ "@id": "noxToAirInputsProduction"
975
975
  },
976
976
  {
977
977
  "@type": "Term",
978
- "@id": "ch4ToAirAquacultureSystems"
978
+ "@id": "pm0225ToAirIndustrialProcesses"
979
979
  },
980
980
  {
981
981
  "@type": "Term",
982
- "@id": "h2SToAirWasteTreatment"
982
+ "@id": "pToSurfaceWaterAquacultureSystems"
983
983
  },
984
984
  {
985
985
  "@type": "Term",
986
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
986
+ "@id": "n2OToAirInorganicFertiliserDirect"
987
987
  },
988
988
  {
989
989
  "@type": "Term",
990
- "@id": "pm25ToAirInputsProduction"
990
+ "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
991
991
  },
992
992
  {
993
993
  "@type": "Term",
994
- "@id": "co2ToAirLimeHydrolysis"
994
+ "@id": "nToSurfaceWaterExcreta"
995
995
  },
996
996
  {
997
997
  "@type": "Term",
998
- "@id": "codToWaterInputsProduction"
998
+ "@id": "no3ToGroundwaterOrganicFertiliser"
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "noxToAirSoilFlux"
1002
+ "@id": "pm10ToAirInputsProduction"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "nToSurfaceWaterIndustrialProcesses"
1006
+ "@id": "blackCarbonToAirFuelCombustion"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
1010
- "@id": "noToAirCropResidueDecomposition"
1010
+ "@id": "nf3ToAirInputsProduction"
1011
1011
  },
1012
1012
  {
1013
1013
  "@type": "Term",
1014
- "@id": "soxToAirCropResidueBurning"
1014
+ "@id": "hexaneToAirInputsProduction"
1015
1015
  },
1016
1016
  {
1017
1017
  "@type": "Term",
1018
- "@id": "no3ToSurfaceWaterAquacultureSystems"
1018
+ "@id": "co2ToAirCropResidueDecomposition"
1019
1019
  },
1020
1020
  {
1021
1021
  "@type": "Term",
1022
- "@id": "co2ToAirNaturalVegetationBurning"
1022
+ "@id": "po43ToGroundwaterInputsProduction"
1023
1023
  },
1024
1024
  {
1025
1025
  "@type": "Term",
1026
- "@id": "noToAirInputsProduction"
1026
+ "@id": "noxToAirOrganicSoilBurning"
1027
1027
  },
1028
1028
  {
1029
1029
  "@type": "Term",
1030
- "@id": "nh3ToAirCropResidueBurning"
1030
+ "@id": "nmvocToAirWasteTreatment"
1031
1031
  },
1032
1032
  {
1033
1033
  "@type": "Term",
1034
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
1034
+ "@id": "n2OToAirOrganicFertiliserDirect"
1035
1035
  },
1036
1036
  {
1037
1037
  "@type": "Term",
1038
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
1038
+ "@id": "nh3ToAirOrganicFertiliser"
1039
1039
  },
1040
1040
  {
1041
1041
  "@type": "Term",
1042
- "@id": "n2OToAirWasteTreatmentDirect"
1042
+ "@id": "h2SToAirInputsProduction"
1043
1043
  },
1044
1044
  {
1045
1045
  "@type": "Term",
1046
- "@id": "pm25ToAirIndustrialProcesses"
1046
+ "@id": "noxToAirExcreta"
1047
1047
  },
1048
1048
  {
1049
1049
  "@type": "Term",
1050
- "@id": "so2ToAirCropResidueBurning"
1050
+ "@id": "co2ToAirWasteTreatment"
1051
1051
  },
1052
1052
  {
1053
1053
  "@type": "Term",
1054
- "@id": "pToSurfaceWaterInputsProduction"
1054
+ "@id": "n2OToAirExcretaIndirect"
1055
1055
  },
1056
1056
  {
1057
1057
  "@type": "Term",
1058
- "@id": "nh3ToAirAquacultureSystems"
1058
+ "@id": "pToGroundwaterInputsProduction"
1059
1059
  },
1060
1060
  {
1061
1061
  "@type": "Term",
1062
- "@id": "nh4ToGroundwaterInputsProduction"
1062
+ "@id": "nh3ToAirWasteTreatment"
1063
1063
  },
1064
1064
  {
1065
1065
  "@type": "Term",
1066
- "@id": "nmvocToAirInputsProduction"
1066
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
1067
1067
  },
1068
1068
  {
1069
1069
  "@type": "Term",
1070
- "@id": "po43ToGroundwaterSoilFlux"
1070
+ "@id": "nh4ToSurfaceWaterInputsProduction"
1071
1071
  },
1072
1072
  {
1073
1073
  "@type": "Term",
1074
- "@id": "pm25ToAirFuelCombustion"
1074
+ "@id": "pesticideToSoilInputsProduction"
1075
1075
  },
1076
1076
  {
1077
1077
  "@type": "Term",
1078
- "@id": "pErosionInputsProduction"
1078
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
1079
1079
  },
1080
1080
  {
1081
1081
  "@type": "Term",
1082
- "@id": "n2OToAirOrganicSoilBurningDirect"
1082
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
1083
1083
  },
1084
1084
  {
1085
1085
  "@type": "Term",
1086
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
1086
+ "@id": "bromodifluoromethaneToAirIndustrialProcesses"
1087
1087
  },
1088
1088
  {
1089
1089
  "@type": "Term",
1090
- "@id": "noToAirCropResidueBurning"
1090
+ "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
1091
1091
  },
1092
1092
  {
1093
1093
  "@type": "Term",
1094
- "@id": "so2ToAirInputsProduction"
1094
+ "@id": "nh4ToGroundwaterSoilFlux"
1095
1095
  },
1096
1096
  {
1097
1097
  "@type": "Term",
1098
- "@id": "po43ToGroundwaterOrganicFertiliser"
1098
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
1099
1099
  },
1100
1100
  {
1101
1101
  "@type": "Term",
1102
- "@id": "co2ToAirOrganicSoilBurning"
1102
+ "@id": "soxToAirInputsProduction"
1103
1103
  },
1104
1104
  {
1105
1105
  "@type": "Term",
1106
- "@id": "n2OToAirCropResidueBurningDirect"
1106
+ "@id": "no3ToSurfaceWaterInputsProduction"
1107
1107
  },
1108
1108
  {
1109
1109
  "@type": "Term",
1110
- "@id": "noxToAirWasteTreatment"
1110
+ "@id": "pm25ToAirCropResidueBurning"
1111
1111
  },
1112
1112
  {
1113
1113
  "@type": "Term",
1114
- "@id": "nErosionInputsProduction"
1114
+ "@id": "ch4ToAirEntericFermentation"
1115
1115
  },
1116
1116
  {
1117
1117
  "@type": "Term",
1118
- "@id": "tefluraneToAirIndustrialProcesses"
1118
+ "@id": "co2ToAirFuelCombustion"
1119
1119
  },
1120
1120
  {
1121
1121
  "@type": "Term",
1122
- "@id": "po43ToGroundwaterIndustrialProcesses"
1122
+ "@id": "ch4ToAirReservoirs"
1123
1123
  },
1124
1124
  {
1125
1125
  "@type": "Term",
1126
- "@id": "co2ToAirInputsProduction"
1126
+ "@id": "ch4ToAirInputsProductionNonFossil"
1127
1127
  },
1128
1128
  {
1129
1129
  "@type": "Term",
1130
- "@id": "n2OToAirFuelCombustionIndirect"
1130
+ "@id": "co2ToAirOrganicSoilCultivation"
1131
1131
  },
1132
1132
  {
1133
1133
  "@type": "Term",
1134
- "@id": "ch4ToAirCropResidueBurning"
1134
+ "@id": "ch4ToAirCropResidueDecomposition"
1135
1135
  },
1136
1136
  {
1137
1137
  "@type": "Term",
1138
- "@id": "bod5ToWaterIndustrialProcesses"
1138
+ "@id": "ch4ToAirFloodedRice"
1139
1139
  },
1140
1140
  {
1141
1141
  "@type": "Term",
1142
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
1142
+ "@id": "ch4ToAirInputsProductionFossil"
1143
1143
  },
1144
1144
  {
1145
1145
  "@type": "Term",
1146
- "@id": "n2OToAirOrganicFertiliserIndirect"
1146
+ "@id": "n2ToAirCropResidueDecomposition"
1147
1147
  },
1148
1148
  {
1149
1149
  "@type": "Term",
1150
- "@id": "noxToAirIndustrialProcesses"
1150
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
1151
1151
  },
1152
1152
  {
1153
1153
  "@type": "Term",
1154
- "@id": "soxToAirFuelCombustion"
1154
+ "@id": "n2ToAirInorganicFertiliser"
1155
1155
  },
1156
1156
  {
1157
1157
  "@type": "Term",
1158
- "@id": "pm02ToAirIndustrialProcesses"
1158
+ "@id": "pToDrainageWaterIndustrialProcesses"
1159
1159
  },
1160
1160
  {
1161
1161
  "@type": "Term",
1162
- "@id": "pm10ToAirCropResidueBurning"
1162
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
1163
1163
  }
1164
1164
  ]
1165
1165
  },
@@ -1302,11 +1302,11 @@
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
1305
- "@id": "residueRemoved"
1305
+ "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
1309
- "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1309
+ "@id": "residueRemoved"
1310
1310
  },
1311
1311
  {
1312
1312
  "@type": "Term",
@@ -1528,14 +1528,6 @@
1528
1528
  "units.keyword": "kg N"
1529
1529
  },
1530
1530
  "results": [
1531
- {
1532
- "@type": "Term",
1533
- "@id": "excretaBuffaloKgN"
1534
- },
1535
- {
1536
- "@type": "Term",
1537
- "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1538
- },
1539
1531
  {
1540
1532
  "@type": "Term",
1541
1533
  "@id": "excretaDeerKgN"
@@ -1560,6 +1552,14 @@
1560
1552
  "@type": "Term",
1561
1553
  "@id": "excretaPoultryKgN"
1562
1554
  },
1555
+ {
1556
+ "@type": "Term",
1557
+ "@id": "excretaBuffaloKgN"
1558
+ },
1559
+ {
1560
+ "@type": "Term",
1561
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1562
+ },
1563
1563
  {
1564
1564
  "@type": "Term",
1565
1565
  "@id": "excretaInsectsKgN"
@@ -1768,7 +1768,7 @@
1768
1768
  "@type": "Term",
1769
1769
  "name": "Generic crop, seed",
1770
1770
  "@id": "genericCropSeed",
1771
- "_score": 25.537537
1771
+ "_score": 25.205883
1772
1772
  }
1773
1773
  ]
1774
1774
  },
@@ -2004,61 +2004,133 @@
2004
2004
  "@type": "Term",
2005
2005
  "name": "Glass or high accessible cover",
2006
2006
  "@id": "glassOrHighAccessibleCover",
2007
- "_score": 58.69941
2007
+ "_score": 58.4161
2008
2008
  },
2009
2009
  {
2010
2010
  "@type": "Term",
2011
2011
  "name": "River or stream",
2012
2012
  "@id": "riverOrStream",
2013
- "_score": 49.892113
2013
+ "_score": 49.59658
2014
2014
  },
2015
2015
  {
2016
2016
  "@type": "Term",
2017
2017
  "name": "Other natural vegetation",
2018
2018
  "@id": "otherNaturalVegetation",
2019
- "_score": 39.190735
2019
+ "_score": 38.991608
2020
2020
  },
2021
2021
  {
2022
2022
  "@type": "Term",
2023
2023
  "name": "Natural forest",
2024
2024
  "@id": "naturalForest",
2025
- "_score": 30.287527
2025
+ "_score": 29.744726
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
2029
  "name": "Permanent pasture",
2030
2030
  "@id": "permanentPasture",
2031
- "_score": 27.72403
2031
+ "_score": 27.615036
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
2035
2035
  "name": "Animal housing",
2036
2036
  "@id": "animalHousing",
2037
- "_score": 26.560026
2037
+ "_score": 26.396496
2038
2038
  },
2039
2039
  {
2040
2040
  "@type": "Term",
2041
2041
  "name": "Root or tuber crop plant",
2042
2042
  "@id": "rootOrTuberCropPlant",
2043
- "_score": 24.472519
2043
+ "_score": 24.173046
2044
2044
  },
2045
2045
  {
2046
2046
  "@type": "Term",
2047
2047
  "name": "High intensity grazing pasture",
2048
2048
  "@id": "highIntensityGrazingPasture",
2049
- "_score": 23.215178
2049
+ "_score": 22.774563
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
2053
2053
  "name": "Permanent cropland",
2054
2054
  "@id": "permanentCropland",
2055
- "_score": 19.953989
2055
+ "_score": 19.904846
2056
2056
  },
2057
2057
  {
2058
2058
  "@type": "Term",
2059
2059
  "name": "Forest",
2060
2060
  "@id": "forest",
2061
- "_score": 19.567623
2061
+ "_score": 18.93229
2062
+ },
2063
+ {
2064
+ "@type": "Term",
2065
+ "name": "Pond",
2066
+ "@id": "pond",
2067
+ "_score": 18.6627
2068
+ },
2069
+ {
2070
+ "@type": "Term",
2071
+ "name": "Plantation forest",
2072
+ "@id": "plantationForest",
2073
+ "_score": 17.620533
2074
+ },
2075
+ {
2076
+ "@type": "Term",
2077
+ "name": "Lake",
2078
+ "@id": "lake",
2079
+ "_score": 17.200394
2080
+ },
2081
+ {
2082
+ "@type": "Term",
2083
+ "name": "Improved pasture",
2084
+ "@id": "improvedPasture",
2085
+ "_score": 16.5076
2086
+ },
2087
+ {
2088
+ "@type": "Term",
2089
+ "name": "Sea kale plant",
2090
+ "@id": "seaKalePlant",
2091
+ "_score": 16.2728
2092
+ },
2093
+ {
2094
+ "@type": "Term",
2095
+ "name": "Native pasture",
2096
+ "@id": "nativePasture",
2097
+ "_score": 16.256336
2098
+ },
2099
+ {
2100
+ "@type": "Term",
2101
+ "name": "Red sea plume alga",
2102
+ "@id": "redSeaPlumeAlga",
2103
+ "_score": 16.11869
2104
+ },
2105
+ {
2106
+ "@type": "Term",
2107
+ "name": "River tamarind tree",
2108
+ "@id": "riverTamarindTree",
2109
+ "_score": 15.68997
2110
+ },
2111
+ {
2112
+ "@type": "Term",
2113
+ "name": "Severely degraded pasture",
2114
+ "@id": "severelyDegradedPasture",
2115
+ "_score": 15.348995
2116
+ },
2117
+ {
2118
+ "@type": "Term",
2119
+ "name": "Nominally managed pasture",
2120
+ "@id": "nominallyManagedPasture",
2121
+ "_score": 15.190864
2122
+ },
2123
+ {
2124
+ "@type": "Term",
2125
+ "name": "Cropland",
2126
+ "@id": "cropland",
2127
+ "_score": 10.217111
2128
+ },
2129
+ {
2130
+ "@type": "Term",
2131
+ "name": "Annual cropland",
2132
+ "@id": "annualCropland",
2133
+ "_score": 9.485406
2062
2134
  }
2063
2135
  ]
2064
2136
  },
@@ -2171,7 +2243,11 @@
2171
2243
  "results": [
2172
2244
  {
2173
2245
  "@type": "Term",
2174
- "@id": "milkYieldPerBuffaloFpcm"
2246
+ "@id": "milkYieldPerBuffaloRaw"
2247
+ },
2248
+ {
2249
+ "@type": "Term",
2250
+ "@id": "milkYieldPerCamelRaw"
2175
2251
  },
2176
2252
  {
2177
2253
  "@type": "Term",
@@ -2183,11 +2259,11 @@
2183
2259
  },
2184
2260
  {
2185
2261
  "@type": "Term",
2186
- "@id": "milkYieldPerBuffaloRaw"
2262
+ "@id": "milkYieldPerBuffaloFpcm"
2187
2263
  },
2188
2264
  {
2189
2265
  "@type": "Term",
2190
- "@id": "milkYieldPerCamelRaw"
2266
+ "@id": "milkYieldPerCowRaw"
2191
2267
  },
2192
2268
  {
2193
2269
  "@type": "Term",
@@ -2196,10 +2272,6 @@
2196
2272
  {
2197
2273
  "@type": "Term",
2198
2274
  "@id": "milkYieldPerCowFpcm"
2199
- },
2200
- {
2201
- "@type": "Term",
2202
- "@id": "milkYieldPerCowRaw"
2203
2275
  }
2204
2276
  ]
2205
2277
  },
@@ -2212,11 +2284,11 @@
2212
2284
  "results": [
2213
2285
  {
2214
2286
  "@type": "Term",
2215
- "@id": "hillyPastureSystem"
2287
+ "@id": "confinedPastureSystem"
2216
2288
  },
2217
2289
  {
2218
2290
  "@type": "Term",
2219
- "@id": "confinedPastureSystem"
2291
+ "@id": "hillyPastureSystem"
2220
2292
  }
2221
2293
  ]
2222
2294
  },
@@ -2429,11 +2501,11 @@
2429
2501
  },
2430
2502
  {
2431
2503
  "@type": "Term",
2432
- "@id": "ureaAmmoniumNitrateKgN"
2504
+ "@id": "sulphurCoatedUreaKgN"
2433
2505
  },
2434
2506
  {
2435
2507
  "@type": "Term",
2436
- "@id": "sulphurCoatedUreaKgN"
2508
+ "@id": "ureaAmmoniumNitrateKgN"
2437
2509
  },
2438
2510
  {
2439
2511
  "@type": "Term",