hestia-earth-models 0.59.4__py3-none-any.whl → 0.59.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 (55) hide show
  1. hestia_earth/models/cycle/animal/milkYield.py +86 -0
  2. hestia_earth/models/cycle/endDate.py +50 -0
  3. hestia_earth/models/cycle/inorganicFertiliser.py +3 -2
  4. hestia_earth/models/cycle/liveAnimal.py +3 -0
  5. hestia_earth/models/cycle/milkYield.py +8 -3
  6. hestia_earth/models/cycle/pre_checks/__init__.py +1 -2
  7. hestia_earth/models/cycle/startDate.py +42 -0
  8. hestia_earth/models/cycle/utils.py +1 -1
  9. hestia_earth/models/faostat2018/liveweightPerHead.py +77 -41
  10. hestia_earth/models/faostat2018/product/price.py +30 -55
  11. hestia_earth/models/faostat2018/utils.py +10 -2
  12. hestia_earth/models/geospatialDatabase/potentialEvapotranspirationLongTermAnnualMean.py +2 -2
  13. hestia_earth/models/geospatialDatabase/potentialEvapotranspirationMonthly.py +9 -8
  14. hestia_earth/models/geospatialDatabase/precipitationMonthly.py +10 -8
  15. hestia_earth/models/geospatialDatabase/temperatureAnnual.py +2 -5
  16. hestia_earth/models/geospatialDatabase/temperatureLongTermAnnualMean.py +2 -3
  17. hestia_earth/models/geospatialDatabase/temperatureMonthly.py +8 -8
  18. hestia_earth/models/geospatialDatabase/utils.py +6 -1
  19. hestia_earth/models/haversineFormula/transport/distance.py +6 -3
  20. hestia_earth/models/ipcc2006/n2OToAirInorganicFertiliserIndirect.py +1 -1
  21. hestia_earth/models/ipcc2019/organicCarbonPerHa.py +89 -114
  22. hestia_earth/models/ipcc2019/pastureGrass.py +2 -1
  23. hestia_earth/models/linkedImpactAssessment/__init__.py +78 -43
  24. hestia_earth/models/mocking/search-results.json +244 -271
  25. hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +58 -0
  26. hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +58 -0
  27. hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +58 -0
  28. hestia_earth/models/site/management.py +107 -12
  29. hestia_earth/models/site/soilMeasurement.py +9 -9
  30. hestia_earth/models/utils/__init__.py +4 -1
  31. hestia_earth/models/utils/animalProduct.py +6 -4
  32. hestia_earth/models/utils/blank_node.py +6 -5
  33. hestia_earth/models/utils/product.py +9 -1
  34. hestia_earth/models/utils/term.py +0 -23
  35. hestia_earth/models/version.py +1 -1
  36. {hestia_earth_models-0.59.4.dist-info → hestia_earth_models-0.59.6.dist-info}/METADATA +1 -1
  37. {hestia_earth_models-0.59.4.dist-info → hestia_earth_models-0.59.6.dist-info}/RECORD +53 -43
  38. tests/models/cycle/animal/test_milkYield.py +43 -0
  39. tests/models/cycle/test_endDate.py +24 -0
  40. tests/models/cycle/test_startDate.py +22 -0
  41. tests/models/faostat2018/product/test_price.py +25 -45
  42. tests/models/faostat2018/test_liveweightPerHead.py +106 -42
  43. tests/models/ipcc2019/test_organicCarbonPerHa.py +12 -18
  44. tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +45 -0
  45. tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +45 -0
  46. tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +45 -0
  47. tests/models/site/test_management.py +24 -3
  48. tests/models/site/test_soilMeasurement.py +40 -21
  49. tests/models/utils/test_blank_node.py +71 -3
  50. tests/models/utils/test_term.py +1 -8
  51. hestia_earth/models/cycle/pre_checks/startDate.py +0 -52
  52. tests/models/cycle/pre_checks/test_startDate.py +0 -44
  53. {hestia_earth_models-0.59.4.dist-info → hestia_earth_models-0.59.6.dist-info}/LICENSE +0 -0
  54. {hestia_earth_models-0.59.4.dist-info → hestia_earth_models-0.59.6.dist-info}/WHEEL +0 -0
  55. {hestia_earth_models-0.59.4.dist-info → hestia_earth_models-0.59.6.dist-info}/top_level.txt +0 -0
@@ -7,19 +7,11 @@
7
7
  "results": [
8
8
  {
9
9
  "@type": "Term",
10
- "@id": "bromochlorodifluoromethaneToAirInputsProduction"
11
- },
12
- {
13
- "@type": "Term",
14
- "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
15
- },
16
- {
17
- "@type": "Term",
18
- "@id": "pesticideToSoilPesticideApplication"
10
+ "@id": "dichlorodifluoromethaneToAirInputsProduction"
19
11
  },
20
12
  {
21
13
  "@type": "Term",
22
- "@id": "po43ToGroundwaterInorganicFertiliser"
14
+ "@id": "pesticideToAirInputsProduction"
23
15
  },
24
16
  {
25
17
  "@type": "Term",
@@ -27,31 +19,31 @@
27
19
  },
28
20
  {
29
21
  "@type": "Term",
30
- "@id": "nh3ToAirCropResidueDecomposition"
22
+ "@id": "pesticideToSoilPesticideApplication"
31
23
  },
32
24
  {
33
25
  "@type": "Term",
34
- "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
26
+ "@id": "bromochlorodifluoromethaneToAirInputsProduction"
35
27
  },
36
28
  {
37
29
  "@type": "Term",
38
- "@id": "nh3ToAirOrganicSoilCultivation"
30
+ "@id": "codToWaterIndustrialProcesses"
39
31
  },
40
32
  {
41
33
  "@type": "Term",
42
- "@id": "noToAirExcreta"
34
+ "@id": "bod5ToWaterInputsProduction"
43
35
  },
44
36
  {
45
37
  "@type": "Term",
46
- "@id": "codToWaterIndustrialProcesses"
38
+ "@id": "nToSurfaceWaterSoilFlux"
47
39
  },
48
40
  {
49
41
  "@type": "Term",
50
- "@id": "nToSurfaceWaterSoilFlux"
42
+ "@id": "nh3ToAirOrganicSoilCultivation"
51
43
  },
52
44
  {
53
45
  "@type": "Term",
54
- "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
46
+ "@id": "po43ToGroundwaterInorganicFertiliser"
55
47
  },
56
48
  {
57
49
  "@type": "Term",
@@ -59,15 +51,15 @@
59
51
  },
60
52
  {
61
53
  "@type": "Term",
62
- "@id": "n2OToAirWasteTreatmentIndirect"
54
+ "@id": "noToAirInorganicFertiliser"
63
55
  },
64
56
  {
65
57
  "@type": "Term",
66
- "@id": "pesticideToAirInputsProduction"
58
+ "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
67
59
  },
68
60
  {
69
61
  "@type": "Term",
70
- "@id": "n2OToAirCropResidueDecompositionIndirect"
62
+ "@id": "n2OToAirWasteTreatmentIndirect"
71
63
  },
72
64
  {
73
65
  "@type": "Term",
@@ -75,15 +67,15 @@
75
67
  },
76
68
  {
77
69
  "@type": "Term",
78
- "@id": "po43ToSurfaceWaterInorganicFertiliser"
70
+ "@id": "blackCarbonToAirInputsProduction"
79
71
  },
80
72
  {
81
73
  "@type": "Term",
82
- "@id": "dichlorodifluoromethaneToAirInputsProduction"
74
+ "@id": "co2ToAirUreaHydrolysis"
83
75
  },
84
76
  {
85
77
  "@type": "Term",
86
- "@id": "bod5ToWaterInputsProduction"
78
+ "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
87
79
  },
88
80
  {
89
81
  "@type": "Term",
@@ -91,131 +83,131 @@
91
83
  },
92
84
  {
93
85
  "@type": "Term",
94
- "@id": "noToAirInorganicFertiliser"
86
+ "@id": "n2OToAirCropResidueDecompositionIndirect"
95
87
  },
96
88
  {
97
89
  "@type": "Term",
98
- "@id": "co2ToAirUreaHydrolysis"
90
+ "@id": "nh3ToAirCropResidueDecomposition"
99
91
  },
100
92
  {
101
93
  "@type": "Term",
102
- "@id": "blackCarbonToAirInputsProduction"
94
+ "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
103
95
  },
104
96
  {
105
97
  "@type": "Term",
106
- "@id": "n2OToAirInputsProduction"
98
+ "@id": "noToAirExcreta"
107
99
  },
108
100
  {
109
101
  "@type": "Term",
110
- "@id": "n2OToAirCropResidueDecompositionDirect"
102
+ "@id": "po43ToSurfaceWaterInorganicFertiliser"
111
103
  },
112
104
  {
113
105
  "@type": "Term",
114
- "@id": "noToAirAquacultureSystems"
106
+ "@id": "n2OToAirInputsProduction"
115
107
  },
116
108
  {
117
109
  "@type": "Term",
118
- "@id": "ch4ToAirWasteTreatment"
110
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
119
111
  },
120
112
  {
121
113
  "@type": "Term",
122
- "@id": "po43ToSurfaceWaterSoilFlux"
114
+ "@id": "n2OToAirCropResidueDecompositionDirect"
123
115
  },
124
116
  {
125
117
  "@type": "Term",
126
- "@id": "pesticideToWaterPesticideApplication"
118
+ "@id": "noxToAirFuelCombustion"
127
119
  },
128
120
  {
129
121
  "@type": "Term",
130
- "@id": "noToAirSoilFlux"
122
+ "@id": "noxToAirCropResidueDecomposition"
131
123
  },
132
124
  {
133
125
  "@type": "Term",
134
- "@id": "ch4ToAirFuelCombustion"
126
+ "@id": "ch4ToAirOrganicSoilCultivation"
135
127
  },
136
128
  {
137
129
  "@type": "Term",
138
- "@id": "nh3ToAirInputsProduction"
130
+ "@id": "co2ToAirSoilFlux"
139
131
  },
140
132
  {
141
133
  "@type": "Term",
142
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
134
+ "@id": "noToAirAquacultureSystems"
143
135
  },
144
136
  {
145
137
  "@type": "Term",
146
- "@id": "n2OToAirFuelCombustionDirect"
138
+ "@id": "nh3ToAirFuelCombustion"
147
139
  },
148
140
  {
149
141
  "@type": "Term",
150
- "@id": "co2ToAirSoilFlux"
142
+ "@id": "n2OToAirFuelCombustionDirect"
151
143
  },
152
144
  {
153
145
  "@type": "Term",
154
- "@id": "n2ToAirExcreta"
146
+ "@id": "noxToAirOrganicSoilCultivation"
155
147
  },
156
148
  {
157
149
  "@type": "Term",
158
- "@id": "pesticideToHarvestedCropInputsProduction"
150
+ "@id": "po43ToSurfaceWaterSoilFlux"
159
151
  },
160
152
  {
161
153
  "@type": "Term",
162
- "@id": "noxToAirOrganicSoilCultivation"
154
+ "@id": "nmvocToAirAnimalHousing"
163
155
  },
164
156
  {
165
157
  "@type": "Term",
166
- "@id": "nh4ToGroundwaterInorganicFertiliser"
158
+ "@id": "po43ToSurfaceWaterInputsProduction"
167
159
  },
168
160
  {
169
161
  "@type": "Term",
170
- "@id": "nToSurfaceWaterAquacultureSystems"
162
+ "@id": "n2ToAirExcreta"
171
163
  },
172
164
  {
173
165
  "@type": "Term",
174
- "@id": "po43ToSurfaceWaterInputsProduction"
166
+ "@id": "ch4ToAirFuelCombustion"
175
167
  },
176
168
  {
177
169
  "@type": "Term",
178
- "@id": "n2OToAirCropResidueBurningIndirect"
170
+ "@id": "nToSurfaceWaterAquacultureSystems"
179
171
  },
180
172
  {
181
173
  "@type": "Term",
182
- "@id": "ch4ToAirOrganicSoilCultivation"
174
+ "@id": "ch4ToAirWasteTreatment"
183
175
  },
184
176
  {
185
177
  "@type": "Term",
186
- "@id": "nh3ToAirFuelCombustion"
178
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
187
179
  },
188
180
  {
189
181
  "@type": "Term",
190
- "@id": "n2OToAirExcretaDirect"
182
+ "@id": "noToAirWasteTreatment"
191
183
  },
192
184
  {
193
185
  "@type": "Term",
194
- "@id": "n2ToAirOrganicFertiliser"
186
+ "@id": "nmvocToAirSilageStorage"
195
187
  },
196
188
  {
197
189
  "@type": "Term",
198
- "@id": "pToSurfaceWaterSoilFlux"
190
+ "@id": "n2OToAirExcretaDirect"
199
191
  },
200
192
  {
201
193
  "@type": "Term",
202
- "@id": "pToGroundwaterSoilFlux"
194
+ "@id": "pesticideToWaterPesticideApplication"
203
195
  },
204
196
  {
205
197
  "@type": "Term",
206
- "@id": "noToAirWasteTreatment"
198
+ "@id": "pesticideToWaterInputsProduction"
207
199
  },
208
200
  {
209
201
  "@type": "Term",
210
- "@id": "noxToAirFuelCombustion"
202
+ "@id": "noToAirSoilFlux"
211
203
  },
212
204
  {
213
205
  "@type": "Term",
214
- "@id": "pesticideToWaterInputsProduction"
206
+ "@id": "pToGroundwaterSoilFlux"
215
207
  },
216
208
  {
217
209
  "@type": "Term",
218
- "@id": "nmvocToAirSilageStorage"
210
+ "@id": "nh3ToAirInputsProduction"
219
211
  },
220
212
  {
221
213
  "@type": "Term",
@@ -223,103 +215,103 @@
223
215
  },
224
216
  {
225
217
  "@type": "Term",
226
- "@id": "nmvocToAirExcreta"
218
+ "@id": "pm25ToAirAnimalHousing"
227
219
  },
228
220
  {
229
221
  "@type": "Term",
230
- "@id": "noxToAirCropResidueDecomposition"
222
+ "@id": "n2ToAirOrganicFertiliser"
231
223
  },
232
224
  {
233
225
  "@type": "Term",
234
- "@id": "nh4ToGroundwaterOrganicFertiliser"
226
+ "@id": "n2OToAirCropResidueBurningIndirect"
235
227
  },
236
228
  {
237
229
  "@type": "Term",
238
- "@id": "pm25ToAirAnimalHousing"
230
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
239
231
  },
240
232
  {
241
233
  "@type": "Term",
242
- "@id": "nmvocToAirAnimalHousing"
234
+ "@id": "nmvocToAirExcreta"
243
235
  },
244
236
  {
245
237
  "@type": "Term",
246
- "@id": "ch4ToAirSoilFlux"
238
+ "@id": "pToSurfaceWaterSoilFlux"
247
239
  },
248
240
  {
249
241
  "@type": "Term",
250
- "@id": "ch4ToAirExcreta"
242
+ "@id": "pesticideToHarvestedCropInputsProduction"
251
243
  },
252
244
  {
253
245
  "@type": "Term",
254
- "@id": "n2OToAirOrganicSoilCultivationDirect"
246
+ "@id": "coToAirFuelCombustion"
255
247
  },
256
248
  {
257
249
  "@type": "Term",
258
- "@id": "coToAirFuelCombustion"
250
+ "@id": "ch4ToAirExcreta"
259
251
  },
260
252
  {
261
253
  "@type": "Term",
262
- "@id": "nErosionSoilFlux"
254
+ "@id": "ch4ToAirSoilFlux"
263
255
  },
264
256
  {
265
257
  "@type": "Term",
266
- "@id": "n2OToAirSoilFlux"
258
+ "@id": "coToAirInputsProduction"
267
259
  },
268
260
  {
269
261
  "@type": "Term",
270
- "@id": "chlorodifluoromethaneToAirInputsProduction"
262
+ "@id": "nmvocToAirFuelCombustion"
271
263
  },
272
264
  {
273
265
  "@type": "Term",
274
- "@id": "n2ToAirAquacultureSystems"
266
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
275
267
  },
276
268
  {
277
269
  "@type": "Term",
278
- "@id": "noxToAirOrganicFertiliser"
270
+ "@id": "nh3ToAirNaturalVegetationBurning"
279
271
  },
280
272
  {
281
273
  "@type": "Term",
282
- "@id": "coToAirInputsProduction"
274
+ "@id": "nToSurfaceWaterInputsProduction"
283
275
  },
284
276
  {
285
277
  "@type": "Term",
286
- "@id": "1112TetrafluoroethaneToAirInputsProduction"
278
+ "@id": "n2ToAirSoilFlux"
287
279
  },
288
280
  {
289
281
  "@type": "Term",
290
- "@id": "n2OToAirBackgroundSoilFluxDirect"
282
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
291
283
  },
292
284
  {
293
285
  "@type": "Term",
294
- "@id": "n2OToAirAquacultureSystemsDirect"
286
+ "@id": "nErosionSoilFlux"
295
287
  },
296
288
  {
297
289
  "@type": "Term",
298
- "@id": "noxToAirAquacultureSystems"
290
+ "@id": "nh4ToGroundwaterWasteTreatment"
299
291
  },
300
292
  {
301
293
  "@type": "Term",
302
- "@id": "noToAirOrganicFertiliser"
294
+ "@id": "1112TetrafluoroethaneToAirInputsProduction"
303
295
  },
304
296
  {
305
297
  "@type": "Term",
306
- "@id": "n2OToAirOrganicSoilBurningIndirect"
298
+ "@id": "n2OToAirBackgroundSoilFluxDirect"
307
299
  },
308
300
  {
309
301
  "@type": "Term",
310
- "@id": "nmvocToAirFuelCombustion"
302
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
311
303
  },
312
304
  {
313
305
  "@type": "Term",
314
- "@id": "nh3ToAirOrganicSoilBurning"
306
+ "@id": "chlorodifluoromethaneToAirInputsProduction"
315
307
  },
316
308
  {
317
309
  "@type": "Term",
318
- "@id": "nh3ToAirNaturalVegetationBurning"
310
+ "@id": "nh4ToSurfaceWaterAquacultureSystems"
319
311
  },
320
312
  {
321
313
  "@type": "Term",
322
- "@id": "nh4ToSurfaceWaterAquacultureSystems"
314
+ "@id": "n2OToAirSoilFlux"
323
315
  },
324
316
  {
325
317
  "@type": "Term",
@@ -331,99 +323,99 @@
331
323
  },
332
324
  {
333
325
  "@type": "Term",
334
- "@id": "n2ToAirSoilFlux"
326
+ "@id": "n2ToAirAquacultureSystems"
335
327
  },
336
328
  {
337
329
  "@type": "Term",
338
- "@id": "no3ToGroundwaterWasteTreatment"
330
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
339
331
  },
340
332
  {
341
333
  "@type": "Term",
342
- "@id": "no3ToGroundwaterCropResidueDecomposition"
334
+ "@id": "no3ToGroundwaterExcreta"
343
335
  },
344
336
  {
345
337
  "@type": "Term",
346
- "@id": "no3ToGroundwaterSoilFlux"
338
+ "@id": "pesticideToAirPesticideApplication"
347
339
  },
348
340
  {
349
341
  "@type": "Term",
350
- "@id": "pToSurfaceWaterExcreta"
342
+ "@id": "n2OToAirAquacultureSystemsDirect"
351
343
  },
352
344
  {
353
345
  "@type": "Term",
354
- "@id": "no3ToGroundwaterExcreta"
346
+ "@id": "noxToAirAquacultureSystems"
355
347
  },
356
348
  {
357
349
  "@type": "Term",
358
- "@id": "nToSurfaceWaterInputsProduction"
350
+ "@id": "n2OToAirOrganicSoilCultivationDirect"
359
351
  },
360
352
  {
361
353
  "@type": "Term",
362
- "@id": "pm10ToAirFuelCombustion"
354
+ "@id": "noxToAirNaturalVegetationBurning"
363
355
  },
364
356
  {
365
357
  "@type": "Term",
366
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
358
+ "@id": "pm10ToAirFuelCombustion"
367
359
  },
368
360
  {
369
361
  "@type": "Term",
370
- "@id": "noxToAirNaturalVegetationBurning"
362
+ "@id": "noToAirOrganicFertiliser"
371
363
  },
372
364
  {
373
365
  "@type": "Term",
374
- "@id": "no3ToSurfaceWaterExcreta"
366
+ "@id": "noxToAirOrganicFertiliser"
375
367
  },
376
368
  {
377
369
  "@type": "Term",
378
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
370
+ "@id": "no3ToGroundwaterSoilFlux"
379
371
  },
380
372
  {
381
373
  "@type": "Term",
382
- "@id": "nh4ToGroundwaterWasteTreatment"
374
+ "@id": "nh3ToAirOrganicSoilBurning"
383
375
  },
384
376
  {
385
377
  "@type": "Term",
386
- "@id": "pesticideToAirPesticideApplication"
378
+ "@id": "no3ToGroundwaterWasteTreatment"
387
379
  },
388
380
  {
389
381
  "@type": "Term",
390
- "@id": "nh3ToAirAquacultureSystems"
382
+ "@id": "no3ToSurfaceWaterExcreta"
391
383
  },
392
384
  {
393
385
  "@type": "Term",
394
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
386
+ "@id": "pToSurfaceWaterExcreta"
395
387
  },
396
388
  {
397
389
  "@type": "Term",
398
- "@id": "n2OToAirCropResidueBurningDirect"
390
+ "@id": "n2OToAirAquacultureSystemsIndirect"
399
391
  },
400
392
  {
401
393
  "@type": "Term",
402
- "@id": "po43ToGroundwaterSoilFlux"
394
+ "@id": "noxToAirSoilFlux"
403
395
  },
404
396
  {
405
397
  "@type": "Term",
406
- "@id": "ch4ToAirCropResidueBurning"
398
+ "@id": "bod5ToWaterIndustrialProcesses"
407
399
  },
408
400
  {
409
401
  "@type": "Term",
410
- "@id": "n2OToAirWasteTreatmentDirect"
402
+ "@id": "soxToAirFuelCombustion"
411
403
  },
412
404
  {
413
405
  "@type": "Term",
414
- "@id": "n2OToAirOrganicSoilBurningDirect"
406
+ "@id": "codToWaterInputsProduction"
415
407
  },
416
408
  {
417
409
  "@type": "Term",
418
- "@id": "n2OToAirInorganicFertiliserIndirect"
410
+ "@id": "pm25ToAirFuelCombustion"
419
411
  },
420
412
  {
421
413
  "@type": "Term",
422
- "@id": "n2OToAirAquacultureSystemsIndirect"
414
+ "@id": "po43ToGroundwaterSoilFlux"
423
415
  },
424
416
  {
425
417
  "@type": "Term",
426
- "@id": "nh3ToAirInorganicFertiliser"
418
+ "@id": "co2ToAirOrganicSoilBurning"
427
419
  },
428
420
  {
429
421
  "@type": "Term",
@@ -431,11 +423,11 @@
431
423
  },
432
424
  {
433
425
  "@type": "Term",
434
- "@id": "pErosionInputsProduction"
426
+ "@id": "ch4ToAirNaturalVegetationBurning"
435
427
  },
436
428
  {
437
429
  "@type": "Term",
438
- "@id": "noToAirInputsProduction"
430
+ "@id": "ch4ToAirOrganicSoilBurning"
439
431
  },
440
432
  {
441
433
  "@type": "Term",
@@ -447,11 +439,15 @@
447
439
  },
448
440
  {
449
441
  "@type": "Term",
450
- "@id": "codToWaterInputsProduction"
442
+ "@id": "ch4ToAirCropResidueBurning"
451
443
  },
452
444
  {
453
445
  "@type": "Term",
454
- "@id": "pm25ToAirFuelCombustion"
446
+ "@id": "n2OToAirWasteTreatmentDirect"
447
+ },
448
+ {
449
+ "@type": "Term",
450
+ "@id": "pToSurfaceWaterInputsProduction"
455
451
  },
456
452
  {
457
453
  "@type": "Term",
@@ -459,19 +455,23 @@
459
455
  },
460
456
  {
461
457
  "@type": "Term",
462
- "@id": "nErosionInputsProduction"
458
+ "@id": "n2OToAirCropResidueBurningDirect"
463
459
  },
464
460
  {
465
461
  "@type": "Term",
466
- "@id": "hexaneToAirIndustrialProcesses"
462
+ "@id": "n2OToAirOrganicSoilBurningDirect"
467
463
  },
468
464
  {
469
465
  "@type": "Term",
470
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
466
+ "@id": "nh3ToAirAquacultureSystems"
471
467
  },
472
468
  {
473
469
  "@type": "Term",
474
- "@id": "co2ToAirOrganicSoilBurning"
470
+ "@id": "n2OToAirOrganicFertiliserIndirect"
471
+ },
472
+ {
473
+ "@type": "Term",
474
+ "@id": "co2ToAirLimeHydrolysis"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
@@ -479,31 +479,31 @@
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "ch4ToAirOrganicSoilBurning"
482
+ "@id": "so2ToAirInputsProduction"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "soxToAirCropResidueBurning"
486
+ "@id": "hexaneToAirIndustrialProcesses"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "n2OToAirOrganicFertiliserIndirect"
490
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "so2ToAirCropResidueBurning"
494
+ "@id": "h2SToAirWasteTreatment"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "pToSurfaceWaterInputsProduction"
498
+ "@id": "pErosionInputsProduction"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
502
+ "@id": "pToDrainageWaterInputsProduction"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "n2OToAirFuelCombustionIndirect"
506
+ "@id": "pm10ToAirCropResidueBurning"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
@@ -511,187 +511,187 @@
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "noToAirCropResidueBurning"
514
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "nh4ToGroundwaterInputsProduction"
518
+ "@id": "so2ToAirCropResidueBurning"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "pToDrainageWaterInputsProduction"
522
+ "@id": "n2OToAirFuelCombustionIndirect"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "ch4ToAirNaturalVegetationBurning"
526
+ "@id": "nErosionInputsProduction"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "co2ToAirInputsProduction"
530
+ "@id": "nh3ToAirInorganicFertiliser"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "bod5ToWaterIndustrialProcesses"
534
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "co2ToAirLimeHydrolysis"
538
+ "@id": "noToAirCropResidueBurning"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "noToAirCropResidueDecomposition"
542
+ "@id": "pm25ToAirInputsProduction"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "no3ToSurfaceWaterAquacultureSystems"
546
+ "@id": "noToAirInputsProduction"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "pm10ToAirCropResidueBurning"
550
+ "@id": "nh4ToGroundwaterInputsProduction"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "noxToAirSoilFlux"
554
+ "@id": "soxToAirCropResidueBurning"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "noxToAirWasteTreatment"
558
+ "@id": "co2ToAirInputsProduction"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "po43ToGroundwaterOrganicFertiliser"
562
+ "@id": "n2OToAirInorganicFertiliserIndirect"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "so2ToAirInputsProduction"
566
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "soxToAirFuelCombustion"
570
+ "@id": "po43ToGroundwaterOrganicFertiliser"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "pm25ToAirInputsProduction"
574
+ "@id": "noToAirCropResidueDecomposition"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
578
+ "@id": "noxToAirWasteTreatment"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "co2ToAirWasteTreatment"
582
+ "@id": "co2ToAirSoilCarbonStockChangeLandUseChange"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "n2OToAirInorganicFertiliserDirect"
586
+ "@id": "ch4ToAirEntericFermentation"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "noxToAirInputsProduction"
590
+ "@id": "h2SToAirInputsProduction"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "ch4ToAirReservoirs"
594
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "n2OToAirNaturalVegetationBurningDirect"
598
+ "@id": "co2ToAirFuelCombustion"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "tspToAirInputsProduction"
602
+ "@id": "ch4ToAirInputsProductionFossil"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "ch4ToAirFloodedRice"
606
+ "@id": "blackCarbonToAirFuelCombustion"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "tspToAirFuelCombustion"
610
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "nToSurfaceWaterExcreta"
614
+ "@id": "ch4ToAirFloodedRice"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "ch4ToAirCropResidueDecomposition"
618
+ "@id": "ch4ToAirReservoirs"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
622
+ "@id": "co2ToAirCropResidueDecomposition"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "n2ToAirInorganicFertiliser"
626
+ "@id": "soxToAirInputsProduction"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "noxToAirOrganicSoilBurning"
630
+ "@id": "n2ToAirCropResidueDecomposition"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "hexaneToAirInputsProduction"
634
+ "@id": "ch4ToAirCropResidueDecomposition"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "co2ToAirCropResidueDecomposition"
638
+ "@id": "pToGroundwaterInputsProduction"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "n2ToAirCropResidueDecomposition"
642
+ "@id": "nh4ToSurfaceWaterInputsProduction"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "co2ToAirFuelCombustion"
646
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
650
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "no3ToGroundwaterOrganicFertiliser"
654
+ "@id": "nToSurfaceWaterExcreta"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "co2ToAirSoilCarbonStockChangeLandUseChange"
658
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "n2OToAirExcretaIndirect"
662
+ "@id": "co2ToAirSoilCarbonStockChangeManagementChange"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "po43ToGroundwaterInputsProduction"
666
+ "@id": "co2ToAirWasteTreatment"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "pesticideToSoilInputsProduction"
670
+ "@id": "n2OToAirOrganicFertiliserDirect"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "ch4ToAirInputsProductionNonFossil"
674
+ "@id": "no3ToSurfaceWaterInputsProduction"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "pToGroundwaterInputsProduction"
678
+ "@id": "pesticideToSoilInputsProduction"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "no3ToSurfaceWaterInputsProduction"
682
+ "@id": "n2ToAirInorganicFertiliser"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "nh3ToAirSoilFlux"
686
+ "@id": "pToSurfaceWaterAquacultureSystems"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "co2ToAirSoilCarbonStockChangeManagementChange"
690
+ "@id": "ch4ToAirInputsProductionNonFossil"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
694
+ "@id": "co2ToAirOrganicSoilCultivation"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
@@ -699,43 +699,43 @@
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "pm10ToAirAnimalHousing"
702
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "soxToAirInputsProduction"
706
+ "@id": "noxToAirInputsProduction"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "pm10ToAirInputsProduction"
710
+ "@id": "noxToAirOrganicSoilBurning"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "blackCarbonToAirFuelCombustion"
714
+ "@id": "po43ToGroundwaterInputsProduction"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "n2OToAirOrganicFertiliserDirect"
718
+ "@id": "nmvocToAirSilageFeeding"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "po43ToSurfaceWaterAquacultureSystems"
722
+ "@id": "nh3ToAirSoilFlux"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "h2SToAirInputsProduction"
726
+ "@id": "nmvocToAirWasteTreatment"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "pToSurfaceWaterAquacultureSystems"
730
+ "@id": "tspToAirFuelCombustion"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "nh4ToSurfaceWaterInputsProduction"
734
+ "@id": "pErosionSoilFlux"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "noxToAirExcreta"
738
+ "@id": "pm25ToAirCropResidueBurning"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
@@ -743,27 +743,27 @@
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "nmvocToAirSilageFeeding"
746
+ "@id": "n2OToAirExcretaIndirect"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "ch4ToAirInputsProductionFossil"
750
+ "@id": "hexaneToAirInputsProduction"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "ch4ToAirEntericFermentation"
754
+ "@id": "n2OToAirInorganicFertiliserDirect"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "co2ToAirOrganicSoilCultivation"
758
+ "@id": "no3ToGroundwaterOrganicFertiliser"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "pesticideToHarvestedCropPesticideApplication"
762
+ "@id": "pm10ToAirInputsProduction"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "nmvocToAirWasteTreatment"
766
+ "@id": "nh4ToGroundwaterSoilFlux"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
@@ -771,15 +771,19 @@
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "pErosionSoilFlux"
774
+ "@id": "tspToAirInputsProduction"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "pm25ToAirCropResidueBurning"
778
+ "@id": "pesticideToHarvestedCropPesticideApplication"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "nh4ToGroundwaterSoilFlux"
782
+ "@id": "noxToAirExcreta"
783
+ },
784
+ {
785
+ "@type": "Term",
786
+ "@id": "pm10ToAirAnimalHousing"
783
787
  }
784
788
  ]
785
789
  },
@@ -839,11 +843,11 @@
839
843
  },
840
844
  {
841
845
  "@type": "Term",
842
- "@id": "shortFallowCrop"
846
+ "@id": "longFallowCrop"
843
847
  },
844
848
  {
845
849
  "@type": "Term",
846
- "@id": "longFallowCrop"
850
+ "@id": "shortFallowCrop"
847
851
  }
848
852
  ]
849
853
  },
@@ -914,15 +918,15 @@
914
918
  "results": [
915
919
  {
916
920
  "@type": "Term",
917
- "@id": "residueRemoved"
921
+ "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
918
922
  },
919
923
  {
920
924
  "@type": "Term",
921
- "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
925
+ "@id": "residueIncorporated"
922
926
  },
923
927
  {
924
928
  "@type": "Term",
925
- "@id": "residueIncorporated"
929
+ "@id": "residueRemoved"
926
930
  },
927
931
  {
928
932
  "@type": "Term",
@@ -954,19 +958,19 @@
954
958
  },
955
959
  {
956
960
  "@type": "Term",
957
- "@id": "discardedCropIncorporated"
961
+ "@id": "discardedCropLeftOnField"
958
962
  },
959
963
  {
960
964
  "@type": "Term",
961
- "@id": "aboveGroundCropResidueRemoved"
965
+ "@id": "discardedCropTotal"
962
966
  },
963
967
  {
964
968
  "@type": "Term",
965
- "@id": "discardedCropLeftOnField"
969
+ "@id": "discardedCropIncorporated"
966
970
  },
967
971
  {
968
972
  "@type": "Term",
969
- "@id": "discardedCropTotal"
973
+ "@id": "aboveGroundCropResidueRemoved"
970
974
  },
971
975
  {
972
976
  "@type": "Term",
@@ -1111,67 +1115,71 @@
1111
1115
  "results": [
1112
1116
  {
1113
1117
  "@type": "Term",
1114
- "@id": "excretaPoultryKgN"
1118
+ "@id": "excretaDucksKgN"
1115
1119
  },
1116
1120
  {
1117
1121
  "@type": "Term",
1118
- "@id": "excretaGoatsKgN"
1122
+ "@id": "excretaSolidFishCrustaceansKgN"
1119
1123
  },
1120
1124
  {
1121
1125
  "@type": "Term",
1122
- "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1126
+ "@id": "excretaDeerKgN"
1123
1127
  },
1124
1128
  {
1125
1129
  "@type": "Term",
1126
- "@id": "excretaDeerKgN"
1130
+ "@id": "excretaGoatsKgN"
1127
1131
  },
1128
1132
  {
1129
1133
  "@type": "Term",
1130
- "@id": "excretaSolidFishCrustaceansKgN"
1134
+ "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1131
1135
  },
1132
1136
  {
1133
1137
  "@type": "Term",
1134
- "@id": "excretaDucksKgN"
1138
+ "@id": "excretaPoultryKgN"
1135
1139
  },
1136
1140
  {
1137
1141
  "@type": "Term",
1138
- "@id": "excretaInsectsKgN"
1142
+ "@id": "excretaKgN"
1139
1143
  },
1140
1144
  {
1141
1145
  "@type": "Term",
1142
1146
  "@id": "excretaBeefCattleFeedlotFedKgN"
1143
1147
  },
1148
+ {
1149
+ "@type": "Term",
1150
+ "@id": "excretaInsectsKgN"
1151
+ },
1144
1152
  {
1145
1153
  "@type": "Term",
1146
1154
  "@id": "excretaGeeseKgN"
1147
1155
  },
1148
1156
  {
1149
1157
  "@type": "Term",
1150
- "@id": "excretaKgN"
1158
+ "@id": "excretaBuffaloKgN"
1151
1159
  },
1152
1160
  {
1153
1161
  "@type": "Term",
1154
- "@id": "excretaTurkeysKgN"
1162
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1155
1163
  },
1156
1164
  {
1157
1165
  "@type": "Term",
1158
- "@id": "excretaMixturesKgN"
1166
+ "@id": "excretaRabbitsKgN"
1159
1167
  },
1160
1168
  {
1161
1169
  "@type": "Term",
1162
- "@id": "excretaLiquidFishCrustaceansKgN"
1170
+ "@id": "excretaTurkeysKgN"
1163
1171
  },
1164
1172
  {
1165
1173
  "@type": "Term",
1166
- "@id": "processedExcretaKgN"
1174
+ "@id": "excretaLiquidFishCrustaceansKgN"
1167
1175
  },
1168
1176
  {
1169
1177
  "@type": "Term",
1170
- "@id": "excretaBuffaloKgN"
1178
+ "@id": "processedExcretaKgN"
1171
1179
  },
1172
1180
  {
1173
1181
  "@type": "Term",
1174
- "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1182
+ "@id": "excretaMixturesKgN"
1175
1183
  },
1176
1184
  {
1177
1185
  "@type": "Term",
@@ -1179,19 +1187,19 @@
1179
1187
  },
1180
1188
  {
1181
1189
  "@type": "Term",
1182
- "@id": "excretaHorsesMulesAndAssesKgN"
1190
+ "@id": "excretaPigsKgN"
1183
1191
  },
1184
1192
  {
1185
1193
  "@type": "Term",
1186
- "@id": "excretaPigsKgN"
1194
+ "@id": "excretaSheepKgN"
1187
1195
  },
1188
1196
  {
1189
1197
  "@type": "Term",
1190
- "@id": "excretaCamelsKgN"
1198
+ "@id": "excretaHorsesMulesAndAssesKgN"
1191
1199
  },
1192
1200
  {
1193
1201
  "@type": "Term",
1194
- "@id": "excretaSheepKgN"
1202
+ "@id": "excretaCamelsKgN"
1195
1203
  }
1196
1204
  ]
1197
1205
  },
@@ -1204,7 +1212,7 @@
1204
1212
  "results": [
1205
1213
  {
1206
1214
  "@type": "Term",
1207
- "@id": "excretaSolidFishCrustaceansKgVs"
1215
+ "@id": "excretaRabbitsKgVs"
1208
1216
  },
1209
1217
  {
1210
1218
  "@type": "Term",
@@ -1212,39 +1220,39 @@
1212
1220
  },
1213
1221
  {
1214
1222
  "@type": "Term",
1215
- "@id": "excretaPigsKgVs"
1223
+ "@id": "excretaSolidFishCrustaceansKgVs"
1216
1224
  },
1217
1225
  {
1218
1226
  "@type": "Term",
1219
- "@id": "excretaCamelsKgVs"
1227
+ "@id": "excretaDucksKgVs"
1220
1228
  },
1221
1229
  {
1222
1230
  "@type": "Term",
1223
- "@id": "excretaDucksKgVs"
1231
+ "@id": "excretaCamelsKgVs"
1224
1232
  },
1225
1233
  {
1226
1234
  "@type": "Term",
1227
- "@id": "processedExcretaKgVs"
1235
+ "@id": "excretaPigsKgVs"
1228
1236
  },
1229
1237
  {
1230
1238
  "@type": "Term",
1231
- "@id": "excretaHorsesMulesAndAssesKgVs"
1239
+ "@id": "excretaBuffaloKgVs"
1232
1240
  },
1233
1241
  {
1234
1242
  "@type": "Term",
1235
- "@id": "excretaBuffaloKgVs"
1243
+ "@id": "processedExcretaKgVs"
1236
1244
  },
1237
1245
  {
1238
1246
  "@type": "Term",
1239
- "@id": "excretaTurkeysKgVs"
1247
+ "@id": "excretaHorsesMulesAndAssesKgVs"
1240
1248
  },
1241
1249
  {
1242
1250
  "@type": "Term",
1243
- "@id": "excretaLiquidFishCrustaceansKgVs"
1251
+ "@id": "excretaTurkeysKgVs"
1244
1252
  },
1245
1253
  {
1246
1254
  "@type": "Term",
1247
- "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1255
+ "@id": "excretaGeeseKgVs"
1248
1256
  },
1249
1257
  {
1250
1258
  "@type": "Term",
@@ -1252,27 +1260,27 @@
1252
1260
  },
1253
1261
  {
1254
1262
  "@type": "Term",
1255
- "@id": "excretaGeeseKgVs"
1263
+ "@id": "excretaLiquidFishCrustaceansKgVs"
1256
1264
  },
1257
1265
  {
1258
1266
  "@type": "Term",
1259
- "@id": "excretaDeerKgVs"
1267
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1260
1268
  },
1261
1269
  {
1262
1270
  "@type": "Term",
1263
- "@id": "excretaKgVs"
1271
+ "@id": "excretaSheepKgVs"
1264
1272
  },
1265
1273
  {
1266
1274
  "@type": "Term",
1267
- "@id": "excretaPoultryKgVs"
1275
+ "@id": "excretaGoatsKgVs"
1268
1276
  },
1269
1277
  {
1270
1278
  "@type": "Term",
1271
- "@id": "excretaSheepKgVs"
1279
+ "@id": "excretaBeefCattleFeedlotFedKgVs"
1272
1280
  },
1273
1281
  {
1274
1282
  "@type": "Term",
1275
- "@id": "excretaBeefCattleFeedlotFedKgVs"
1283
+ "@id": "excretaMixturesKgVs"
1276
1284
  },
1277
1285
  {
1278
1286
  "@type": "Term",
@@ -1280,11 +1288,15 @@
1280
1288
  },
1281
1289
  {
1282
1290
  "@type": "Term",
1283
- "@id": "excretaMixturesKgVs"
1291
+ "@id": "excretaDeerKgVs"
1284
1292
  },
1285
1293
  {
1286
1294
  "@type": "Term",
1287
- "@id": "excretaGoatsKgVs"
1295
+ "@id": "excretaPoultryKgVs"
1296
+ },
1297
+ {
1298
+ "@type": "Term",
1299
+ "@id": "excretaKgVs"
1288
1300
  }
1289
1301
  ]
1290
1302
  },
@@ -1299,7 +1311,7 @@
1299
1311
  "@type": "Term",
1300
1312
  "name": "Generic crop, seed",
1301
1313
  "@id": "genericCropSeed",
1302
- "_score": 23.910892
1314
+ "_score": 23.471432
1303
1315
  }
1304
1316
  ]
1305
1317
  },
@@ -1532,45 +1544,6 @@
1532
1544
  }
1533
1545
  ]
1534
1546
  },
1535
- {
1536
- "name": "get_long_fallow_land_cover_terms",
1537
- "query": {
1538
- "bool": {
1539
- "must": [
1540
- {
1541
- "match": {
1542
- "@type": "Term"
1543
- }
1544
- },
1545
- {
1546
- "match": {
1547
- "termType.keyword": "landCover"
1548
- }
1549
- },
1550
- {
1551
- "match_phrase_prefix": {
1552
- "name": "long"
1553
- }
1554
- },
1555
- {
1556
- "match": {
1557
- "name": "fallow"
1558
- }
1559
- }
1560
- ]
1561
- }
1562
- },
1563
- "results": [
1564
- {
1565
- "@type": "Term",
1566
- "@id": "longFallow"
1567
- },
1568
- {
1569
- "@type": "Term",
1570
- "@id": "longBareFallow"
1571
- }
1572
- ]
1573
- },
1574
1547
  {
1575
1548
  "name": "get_milkYield_terms",
1576
1549
  "query": {
@@ -1903,11 +1876,11 @@
1903
1876
  "results": [
1904
1877
  {
1905
1878
  "@type": "Term",
1906
- "@id": "woodFuel"
1879
+ "@id": "woodPellets"
1907
1880
  },
1908
1881
  {
1909
1882
  "@type": "Term",
1910
- "@id": "woodPellets"
1883
+ "@id": "woodFuel"
1911
1884
  },
1912
1885
  {
1913
1886
  "@type": "Term",