hestia-earth-models 0.51.0__py3-none-any.whl → 0.51.1__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 (44) hide show
  1. hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +14 -5
  2. hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +5 -2
  3. hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +5 -2
  4. hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +6 -2
  5. hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +5 -2
  6. hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +5 -2
  7. hestia_earth/models/emepEea2019/utils.py +22 -3
  8. hestia_earth/models/geospatialDatabase/aware.py +5 -4
  9. hestia_earth/models/geospatialDatabase/ecoregion.py +5 -4
  10. hestia_earth/models/geospatialDatabase/region.py +7 -11
  11. hestia_earth/models/geospatialDatabase/utils.py +39 -25
  12. hestia_earth/models/geospatialDatabase/waterDepth.py +5 -4
  13. hestia_earth/models/impact_assessment/__init__.py +3 -3
  14. hestia_earth/models/ipcc2019/croppingDuration.py +1 -1
  15. hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +106 -0
  16. hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +108 -0
  17. hestia_earth/models/ipcc2019/utils.py +37 -0
  18. hestia_earth/models/jarvisAndPain1994/__init__.py +13 -0
  19. hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +53 -0
  20. hestia_earth/models/koble2014/aboveGroundCropResidue.py +44 -21
  21. hestia_earth/models/koble2014/utils.py +5 -1
  22. hestia_earth/models/mocking/search-results.json +298 -261
  23. hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +15 -8
  24. hestia_earth/models/schmidt2007/__init__.py +13 -0
  25. hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +60 -0
  26. hestia_earth/models/schmidt2007/utils.py +16 -0
  27. hestia_earth/models/utils/term.py +6 -0
  28. hestia_earth/models/version.py +1 -1
  29. {hestia_earth_models-0.51.0.dist-info → hestia_earth_models-0.51.1.dist-info}/METADATA +1 -1
  30. {hestia_earth_models-0.51.0.dist-info → hestia_earth_models-0.51.1.dist-info}/RECORD +44 -30
  31. tests/models/emepEea2019/test_utils.py +17 -3
  32. tests/models/geospatialDatabase/test_region.py +4 -5
  33. tests/models/geospatialDatabase/test_utils.py +10 -1
  34. tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +48 -0
  35. tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +48 -0
  36. tests/models/jarvisAndPain1994/__init__.py +0 -0
  37. tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +37 -0
  38. tests/models/koble2014/test_aboveGroundCropResidue.py +13 -0
  39. tests/models/schmidt2007/__init__.py +0 -0
  40. tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +45 -0
  41. tests/models/schmidt2007/test_utils.py +39 -0
  42. {hestia_earth_models-0.51.0.dist-info → hestia_earth_models-0.51.1.dist-info}/LICENSE +0 -0
  43. {hestia_earth_models-0.51.0.dist-info → hestia_earth_models-0.51.1.dist-info}/WHEEL +0 -0
  44. {hestia_earth_models-0.51.0.dist-info → hestia_earth_models-0.51.1.dist-info}/top_level.txt +0 -0
@@ -20,19 +20,19 @@
20
20
  "results": [
21
21
  {
22
22
  "@type": "Term",
23
- "@id": "pesticideToAirInputsProduction"
23
+ "@id": "blackCarbonToAirInputsProduction"
24
24
  },
25
25
  {
26
26
  "@type": "Term",
27
- "@id": "nh3ToAirOrganicSoilCultivation"
27
+ "@id": "noToAirExcreta"
28
28
  },
29
29
  {
30
30
  "@type": "Term",
31
- "@id": "no3ToGroundwaterInorganicFertiliser"
31
+ "@id": "pToDrainageWaterSoilFlux"
32
32
  },
33
33
  {
34
34
  "@type": "Term",
35
- "@id": "dichlorodifluoromethaneToAirInputsProduction"
35
+ "@id": "no3ToGroundwaterInorganicFertiliser"
36
36
  },
37
37
  {
38
38
  "@type": "Term",
@@ -44,67 +44,67 @@
44
44
  },
45
45
  {
46
46
  "@type": "Term",
47
- "@id": "noToAirExcreta"
47
+ "@id": "n2OToAirWasteTreatmentIndirect"
48
48
  },
49
49
  {
50
50
  "@type": "Term",
51
- "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
51
+ "@id": "co2ToAirUreaHydrolysis"
52
52
  },
53
53
  {
54
54
  "@type": "Term",
55
- "@id": "po43ToSurfaceWaterInorganicFertiliser"
55
+ "@id": "n2ToAirWasteTreatment"
56
56
  },
57
57
  {
58
58
  "@type": "Term",
59
- "@id": "n2ToAirWasteTreatment"
59
+ "@id": "po43ToSurfaceWaterInorganicFertiliser"
60
60
  },
61
61
  {
62
62
  "@type": "Term",
63
- "@id": "bod5ToWaterInputsProduction"
63
+ "@id": "bromochlorodifluoromethaneToAirInputsProduction"
64
64
  },
65
65
  {
66
66
  "@type": "Term",
67
- "@id": "n2OToAirCropResidueDecompositionIndirect"
67
+ "@id": "codToWaterIndustrialProcesses"
68
68
  },
69
69
  {
70
70
  "@type": "Term",
71
- "@id": "noToAirInorganicFertiliser"
71
+ "@id": "dichlorodifluoromethaneToAirInputsProduction"
72
72
  },
73
73
  {
74
74
  "@type": "Term",
75
- "@id": "pToDrainageWaterSoilFlux"
75
+ "@id": "bod5ToWaterInputsProduction"
76
76
  },
77
77
  {
78
78
  "@type": "Term",
79
- "@id": "nToSurfaceWaterSoilFlux"
79
+ "@id": "pesticideToAirInputsProduction"
80
80
  },
81
81
  {
82
82
  "@type": "Term",
83
- "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
83
+ "@id": "nh4ToGroundwaterExcreta"
84
84
  },
85
85
  {
86
86
  "@type": "Term",
87
- "@id": "codToWaterIndustrialProcesses"
87
+ "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
88
88
  },
89
89
  {
90
90
  "@type": "Term",
91
- "@id": "bromochlorodifluoromethaneToAirInputsProduction"
91
+ "@id": "n2OToAirCropResidueDecompositionIndirect"
92
92
  },
93
93
  {
94
94
  "@type": "Term",
95
- "@id": "n2OToAirWasteTreatmentIndirect"
95
+ "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
96
96
  },
97
97
  {
98
98
  "@type": "Term",
99
- "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
99
+ "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
100
100
  },
101
101
  {
102
102
  "@type": "Term",
103
- "@id": "co2ToAirUreaHydrolysis"
103
+ "@id": "nh3ToAirOrganicSoilCultivation"
104
104
  },
105
105
  {
106
106
  "@type": "Term",
107
- "@id": "nh4ToGroundwaterExcreta"
107
+ "@id": "nToSurfaceWaterSoilFlux"
108
108
  },
109
109
  {
110
110
  "@type": "Term",
@@ -112,215 +112,219 @@
112
112
  },
113
113
  {
114
114
  "@type": "Term",
115
- "@id": "noxToAirOrganicSoilCultivation"
115
+ "@id": "noToAirInorganicFertiliser"
116
116
  },
117
117
  {
118
118
  "@type": "Term",
119
- "@id": "po43ToSurfaceWaterInputsProduction"
119
+ "@id": "blackCarbonToAirFuelCombustion"
120
120
  },
121
121
  {
122
122
  "@type": "Term",
123
- "@id": "nmvocToAirSilageStorage"
123
+ "@id": "ch4ToAirCropResidueDecomposition"
124
124
  },
125
125
  {
126
126
  "@type": "Term",
127
- "@id": "n2OToAirCropResidueBurningIndirect"
127
+ "@id": "pToGroundwaterInputsProduction"
128
128
  },
129
129
  {
130
130
  "@type": "Term",
131
- "@id": "n2OToAirInputsProduction"
131
+ "@id": "n2ToAirCropResidueDecomposition"
132
132
  },
133
133
  {
134
134
  "@type": "Term",
135
- "@id": "pesticideToWaterInputsProduction"
135
+ "@id": "pm10ToAirAnimalHousing"
136
136
  },
137
137
  {
138
138
  "@type": "Term",
139
- "@id": "nh3ToAirInputsProduction"
139
+ "@id": "po43ToGroundwaterInputsProduction"
140
140
  },
141
141
  {
142
142
  "@type": "Term",
143
- "@id": "n2OToAirCropResidueDecompositionDirect"
143
+ "@id": "nmvocToAirWasteTreatment"
144
144
  },
145
145
  {
146
146
  "@type": "Term",
147
- "@id": "nh4ToGroundwaterOrganicFertiliser"
147
+ "@id": "nToSurfaceWaterExcreta"
148
148
  },
149
149
  {
150
150
  "@type": "Term",
151
- "@id": "n2OToAirFuelCombustionDirect"
151
+ "@id": "pErosionSoilFlux"
152
152
  },
153
153
  {
154
154
  "@type": "Term",
155
- "@id": "noxToAirInorganicFertiliser"
155
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
156
156
  },
157
157
  {
158
158
  "@type": "Term",
159
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
159
+ "@id": "pesticideToSoilInputsProduction"
160
160
  },
161
161
  {
162
162
  "@type": "Term",
163
- "@id": "pm25ToAirAnimalHousing"
163
+ "@id": "pesticideToHarvestedCropPesticideApplication"
164
164
  },
165
165
  {
166
166
  "@type": "Term",
167
- "@id": "pesticideToHarvestedCropInputsProduction"
167
+ "@id": "pToSurfaceWaterAquacultureSystems"
168
168
  },
169
169
  {
170
170
  "@type": "Term",
171
- "@id": "n2ToAirOrganicFertiliser"
171
+ "@id": "noxToAirInputsProduction"
172
172
  },
173
173
  {
174
174
  "@type": "Term",
175
- "@id": "nmvocToAirExcreta"
175
+ "@id": "h2SToAirInputsProduction"
176
176
  },
177
177
  {
178
178
  "@type": "Term",
179
- "@id": "pToSurfaceWaterSoilFlux"
179
+ "@id": "no3ToGroundwaterOrganicFertiliser"
180
180
  },
181
181
  {
182
182
  "@type": "Term",
183
- "@id": "ch4ToAirWasteTreatment"
183
+ "@id": "n2ToAirInorganicFertiliser"
184
184
  },
185
185
  {
186
186
  "@type": "Term",
187
- "@id": "nh3ToAirFuelCombustion"
187
+ "@id": "hexaneToAirInputsProduction"
188
188
  },
189
189
  {
190
190
  "@type": "Term",
191
- "@id": "noToAirAquacultureSystems"
191
+ "@id": "no3ToSurfaceWaterInputsProduction"
192
192
  },
193
193
  {
194
194
  "@type": "Term",
195
- "@id": "noxToAirCropResidueDecomposition"
195
+ "@id": "nmvocToAirSilageFeeding"
196
196
  },
197
197
  {
198
198
  "@type": "Term",
199
- "@id": "pesticideToWaterPesticideApplication"
199
+ "@id": "pm25ToAirCropResidueBurning"
200
200
  },
201
201
  {
202
202
  "@type": "Term",
203
- "@id": "noToAirSoilFlux"
203
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
204
204
  },
205
205
  {
206
206
  "@type": "Term",
207
- "@id": "nh4ToGroundwaterInorganicFertiliser"
207
+ "@id": "pm10ToAirInputsProduction"
208
208
  },
209
209
  {
210
210
  "@type": "Term",
211
- "@id": "co2ToAirSoilFlux"
211
+ "@id": "noxToAirOrganicSoilBurning"
212
212
  },
213
213
  {
214
214
  "@type": "Term",
215
- "@id": "nmvocToAirAnimalHousing"
215
+ "@id": "soxToAirInputsProduction"
216
216
  },
217
217
  {
218
218
  "@type": "Term",
219
- "@id": "ch4ToAirFuelCombustion"
219
+ "@id": "nh3ToAirSoilFlux"
220
220
  },
221
221
  {
222
222
  "@type": "Term",
223
- "@id": "n2ToAirExcreta"
223
+ "@id": "n2OToAirInorganicFertiliserDirect"
224
224
  },
225
225
  {
226
226
  "@type": "Term",
227
- "@id": "nToSurfaceWaterAquacultureSystems"
227
+ "@id": "n2OToAirExcretaIndirect"
228
228
  },
229
229
  {
230
230
  "@type": "Term",
231
- "@id": "ch4ToAirOrganicSoilCultivation"
231
+ "@id": "co2ToAirWasteTreatment"
232
232
  },
233
233
  {
234
234
  "@type": "Term",
235
- "@id": "n2OToAirExcretaDirect"
235
+ "@id": "co2ToAirOrganicSoilCultivation"
236
236
  },
237
237
  {
238
238
  "@type": "Term",
239
- "@id": "po43ToSurfaceWaterSoilFlux"
239
+ "@id": "no3ToGroundwaterInputsProduction"
240
240
  },
241
241
  {
242
242
  "@type": "Term",
243
- "@id": "pToGroundwaterSoilFlux"
243
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
244
244
  },
245
245
  {
246
246
  "@type": "Term",
247
- "@id": "noToAirWasteTreatment"
247
+ "@id": "nh3ToAirOrganicFertiliser"
248
248
  },
249
249
  {
250
250
  "@type": "Term",
251
- "@id": "noxToAirFuelCombustion"
251
+ "@id": "n2OToAirOrganicFertiliserDirect"
252
252
  },
253
253
  {
254
254
  "@type": "Term",
255
- "@id": "nh3ToAirOrganicSoilBurning"
255
+ "@id": "ch4ToAirReservoirs"
256
256
  },
257
257
  {
258
258
  "@type": "Term",
259
- "@id": "no3ToSurfaceWaterExcreta"
259
+ "@id": "nh4ToGroundwaterSoilFlux"
260
260
  },
261
261
  {
262
262
  "@type": "Term",
263
- "@id": "nErosionSoilFlux"
263
+ "@id": "co2ToAirSoilCarbonStockChangeLandUseChange"
264
264
  },
265
265
  {
266
266
  "@type": "Term",
267
- "@id": "ch4ToAirExcreta"
267
+ "@id": "co2ToAirSoilCarbonStockChangeManagementChange"
268
268
  },
269
269
  {
270
270
  "@type": "Term",
271
- "@id": "n2OToAirSoilFlux"
271
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
272
272
  },
273
273
  {
274
274
  "@type": "Term",
275
- "@id": "n2OToAirBackgroundSoilFluxDirect"
275
+ "@id": "co2ToAirFuelCombustion"
276
276
  },
277
277
  {
278
278
  "@type": "Term",
279
- "@id": "no3ToGroundwaterSoilFlux"
279
+ "@id": "noxToAirExcreta"
280
280
  },
281
281
  {
282
282
  "@type": "Term",
283
- "@id": "1112TetrafluoroethaneToAirInputsProduction"
283
+ "@id": "co2ToAirCropResidueDecomposition"
284
284
  },
285
285
  {
286
286
  "@type": "Term",
287
- "@id": "n2ToAirAquacultureSystems"
287
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
288
288
  },
289
289
  {
290
290
  "@type": "Term",
291
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
291
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
292
292
  },
293
293
  {
294
294
  "@type": "Term",
295
- "@id": "ch4ToAirSoilFlux"
295
+ "@id": "nh4ToSurfaceWaterInputsProduction"
296
296
  },
297
297
  {
298
298
  "@type": "Term",
299
- "@id": "pm10ToAirFuelCombustion"
299
+ "@id": "ch4ToAirInputsProductionNonFossil"
300
300
  },
301
301
  {
302
302
  "@type": "Term",
303
- "@id": "noxToAirAquacultureSystems"
303
+ "@id": "ch4ToAirEntericFermentation"
304
304
  },
305
305
  {
306
306
  "@type": "Term",
307
- "@id": "no3ToGroundwaterWasteTreatment"
307
+ "@id": "ch4ToAirFloodedRice"
308
308
  },
309
309
  {
310
310
  "@type": "Term",
311
- "@id": "noxToAirOrganicFertiliser"
311
+ "@id": "ch4ToAirInputsProductionFossil"
312
312
  },
313
313
  {
314
314
  "@type": "Term",
315
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
315
+ "@id": "nh3ToAirWasteTreatment"
316
316
  },
317
317
  {
318
318
  "@type": "Term",
319
- "@id": "n2OToAirOrganicSoilBurningIndirect"
319
+ "@id": "coToAirFuelCombustion"
320
320
  },
321
321
  {
322
322
  "@type": "Term",
323
- "@id": "nmvocToAirFuelCombustion"
323
+ "@id": "coToAirInputsProduction"
324
+ },
325
+ {
326
+ "@type": "Term",
327
+ "@id": "noxToAirNaturalVegetationBurning"
324
328
  },
325
329
  {
326
330
  "@type": "Term",
@@ -328,23 +332,23 @@
328
332
  },
329
333
  {
330
334
  "@type": "Term",
331
- "@id": "chlorodifluoromethaneToAirInputsProduction"
335
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
332
336
  },
333
337
  {
334
338
  "@type": "Term",
335
- "@id": "no3ToGroundwaterExcreta"
339
+ "@id": "no3ToSurfaceWaterExcreta"
336
340
  },
337
341
  {
338
342
  "@type": "Term",
339
- "@id": "nh4ToSurfaceWaterAquacultureSystems"
343
+ "@id": "nToSurfaceWaterInputsProduction"
340
344
  },
341
345
  {
342
346
  "@type": "Term",
343
- "@id": "noToAirOrganicFertiliser"
347
+ "@id": "pToSurfaceWaterExcreta"
344
348
  },
345
349
  {
346
350
  "@type": "Term",
347
- "@id": "pesticideToAirPesticideApplication"
351
+ "@id": "pm10ToAirFuelCombustion"
348
352
  },
349
353
  {
350
354
  "@type": "Term",
@@ -352,35 +356,39 @@
352
356
  },
353
357
  {
354
358
  "@type": "Term",
355
- "@id": "nh3ToAirNaturalVegetationBurning"
359
+ "@id": "n2OToAirSoilFlux"
356
360
  },
357
361
  {
358
362
  "@type": "Term",
359
- "@id": "n2OToAirOrganicSoilCultivationDirect"
363
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
360
364
  },
361
365
  {
362
366
  "@type": "Term",
363
- "@id": "nh4ToGroundwaterWasteTreatment"
367
+ "@id": "n2ToAirAquacultureSystems"
364
368
  },
365
369
  {
366
370
  "@type": "Term",
367
- "@id": "pToSurfaceWaterExcreta"
371
+ "@id": "so2ToAirFuelCombustion"
368
372
  },
369
373
  {
370
374
  "@type": "Term",
371
- "@id": "no3ToGroundwaterCropResidueDecomposition"
375
+ "@id": "no3ToGroundwaterWasteTreatment"
372
376
  },
373
377
  {
374
378
  "@type": "Term",
375
- "@id": "nToSurfaceWaterInputsProduction"
379
+ "@id": "noxToAirAquacultureSystems"
376
380
  },
377
381
  {
378
382
  "@type": "Term",
379
- "@id": "so2ToAirFuelCombustion"
383
+ "@id": "chlorodifluoromethaneToAirInputsProduction"
380
384
  },
381
385
  {
382
386
  "@type": "Term",
383
- "@id": "noxToAirNaturalVegetationBurning"
387
+ "@id": "noxToAirOrganicFertiliser"
388
+ },
389
+ {
390
+ "@type": "Term",
391
+ "@id": "nmvocToAirFuelCombustion"
384
392
  },
385
393
  {
386
394
  "@type": "Term",
@@ -388,379 +396,403 @@
388
396
  },
389
397
  {
390
398
  "@type": "Term",
391
- "@id": "ch4ToAirInputsProductionFossil"
399
+ "@id": "noToAirOrganicFertiliser"
392
400
  },
393
401
  {
394
402
  "@type": "Term",
395
- "@id": "pm25ToAirCropResidueBurning"
403
+ "@id": "1112TetrafluoroethaneToAirInputsProduction"
396
404
  },
397
405
  {
398
406
  "@type": "Term",
399
- "@id": "pm10ToAirAnimalHousing"
407
+ "@id": "pesticideToAirPesticideApplication"
400
408
  },
401
409
  {
402
410
  "@type": "Term",
403
- "@id": "ch4ToAirEntericFermentation"
411
+ "@id": "totalSuspendedParticulatesToAirFuelCombustion"
404
412
  },
405
413
  {
406
414
  "@type": "Term",
407
- "@id": "no3ToGroundwaterOrganicFertiliser"
415
+ "@id": "n2OToAirBackgroundSoilFluxDirect"
408
416
  },
409
417
  {
410
418
  "@type": "Term",
411
- "@id": "co2ToAirSoilCarbonStockChangeManagementChange"
419
+ "@id": "ch4ToAirSoilFlux"
412
420
  },
413
421
  {
414
422
  "@type": "Term",
415
- "@id": "ch4ToAirReservoirs"
423
+ "@id": "ch4ToAirExcreta"
416
424
  },
417
425
  {
418
426
  "@type": "Term",
419
- "@id": "nmvocToAirWasteTreatment"
427
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
420
428
  },
421
429
  {
422
430
  "@type": "Term",
423
- "@id": "h2SToAirInputsProduction"
431
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
424
432
  },
425
433
  {
426
434
  "@type": "Term",
427
- "@id": "n2ToAirCropResidueDecomposition"
435
+ "@id": "nh4ToSurfaceWaterAquacultureSystems"
428
436
  },
429
437
  {
430
438
  "@type": "Term",
431
- "@id": "nToSurfaceWaterExcreta"
439
+ "@id": "n2OToAirOrganicSoilCultivationDirect"
432
440
  },
433
441
  {
434
442
  "@type": "Term",
435
- "@id": "nh3ToAirOrganicFertiliser"
443
+ "@id": "no3ToGroundwaterExcreta"
436
444
  },
437
445
  {
438
446
  "@type": "Term",
439
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
447
+ "@id": "nh3ToAirOrganicSoilBurning"
440
448
  },
441
449
  {
442
450
  "@type": "Term",
443
- "@id": "noxToAirOrganicSoilBurning"
451
+ "@id": "nh3ToAirNaturalVegetationBurning"
444
452
  },
445
453
  {
446
454
  "@type": "Term",
447
- "@id": "n2OToAirOrganicFertiliserDirect"
455
+ "@id": "nh4ToGroundwaterWasteTreatment"
448
456
  },
449
457
  {
450
458
  "@type": "Term",
451
- "@id": "nmvocToAirSilageFeeding"
459
+ "@id": "no3ToGroundwaterSoilFlux"
452
460
  },
453
461
  {
454
462
  "@type": "Term",
455
- "@id": "no3ToGroundwaterInputsProduction"
463
+ "@id": "nErosionSoilFlux"
456
464
  },
457
465
  {
458
466
  "@type": "Term",
459
- "@id": "nh4ToSurfaceWaterInputsProduction"
467
+ "@id": "pesticideToWaterPesticideApplication"
460
468
  },
461
469
  {
462
470
  "@type": "Term",
463
- "@id": "n2OToAirExcretaIndirect"
471
+ "@id": "nToSurfaceWaterAquacultureSystems"
464
472
  },
465
473
  {
466
474
  "@type": "Term",
467
- "@id": "co2ToAirSoilCarbonStockChangeLandUseChange"
475
+ "@id": "pm25ToAirAnimalHousing"
468
476
  },
469
477
  {
470
478
  "@type": "Term",
471
- "@id": "po43ToSurfaceWaterAquacultureSystems"
479
+ "@id": "noxToAirFuelCombustion"
472
480
  },
473
481
  {
474
482
  "@type": "Term",
475
- "@id": "nh3ToAirSoilFlux"
483
+ "@id": "nmvocToAirSilageStorage"
476
484
  },
477
485
  {
478
486
  "@type": "Term",
479
- "@id": "ch4ToAirFloodedRice"
487
+ "@id": "noxToAirInorganicFertiliser"
480
488
  },
481
489
  {
482
490
  "@type": "Term",
483
- "@id": "soxToAirInputsProduction"
491
+ "@id": "noxToAirOrganicSoilCultivation"
484
492
  },
485
493
  {
486
494
  "@type": "Term",
487
- "@id": "pToSurfaceWaterAquacultureSystems"
495
+ "@id": "noxToAirCropResidueDecomposition"
488
496
  },
489
497
  {
490
498
  "@type": "Term",
491
- "@id": "n2OToAirNaturalVegetationBurningDirect"
499
+ "@id": "nmvocToAirAnimalHousing"
492
500
  },
493
501
  {
494
502
  "@type": "Term",
495
- "@id": "nh4ToGroundwaterSoilFlux"
503
+ "@id": "pesticideToWaterInputsProduction"
496
504
  },
497
505
  {
498
506
  "@type": "Term",
499
- "@id": "co2ToAirWasteTreatment"
507
+ "@id": "po43ToSurfaceWaterInputsProduction"
500
508
  },
501
509
  {
502
510
  "@type": "Term",
503
- "@id": "n2OToAirInorganicFertiliserDirect"
511
+ "@id": "noToAirWasteTreatment"
504
512
  },
505
513
  {
506
514
  "@type": "Term",
507
- "@id": "pesticideToSoilInputsProduction"
515
+ "@id": "po43ToSurfaceWaterSoilFlux"
508
516
  },
509
517
  {
510
518
  "@type": "Term",
511
- "@id": "hexaneToAirInputsProduction"
519
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
512
520
  },
513
521
  {
514
522
  "@type": "Term",
515
- "@id": "co2ToAirFuelCombustion"
523
+ "@id": "nmvocToAirExcreta"
516
524
  },
517
525
  {
518
526
  "@type": "Term",
519
- "@id": "co2ToAirOrganicSoilCultivation"
527
+ "@id": "noToAirSoilFlux"
520
528
  },
521
529
  {
522
530
  "@type": "Term",
523
- "@id": "ch4ToAirInputsProductionNonFossil"
531
+ "@id": "pesticideToHarvestedCropInputsProduction"
524
532
  },
525
533
  {
526
534
  "@type": "Term",
527
- "@id": "n2ToAirInorganicFertiliser"
535
+ "@id": "totalSuspendedParticulatesToAirInputsProduction"
528
536
  },
529
537
  {
530
538
  "@type": "Term",
531
- "@id": "pErosionSoilFlux"
539
+ "@id": "ch4ToAirOrganicSoilCultivation"
532
540
  },
533
541
  {
534
542
  "@type": "Term",
535
- "@id": "pesticideToHarvestedCropPesticideApplication"
543
+ "@id": "n2OToAirFuelCombustionDirect"
536
544
  },
537
545
  {
538
546
  "@type": "Term",
539
- "@id": "nh3ToAirWasteTreatment"
547
+ "@id": "n2OToAirExcretaDirect"
540
548
  },
541
549
  {
542
550
  "@type": "Term",
543
- "@id": "po43ToGroundwaterInputsProduction"
551
+ "@id": "n2OToAirCropResidueBurningIndirect"
544
552
  },
545
553
  {
546
554
  "@type": "Term",
547
- "@id": "no3ToSurfaceWaterInputsProduction"
555
+ "@id": "n2OToAirCropResidueDecompositionDirect"
548
556
  },
549
557
  {
550
558
  "@type": "Term",
551
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
559
+ "@id": "ch4ToAirFuelCombustion"
552
560
  },
553
561
  {
554
562
  "@type": "Term",
555
- "@id": "pm10ToAirInputsProduction"
563
+ "@id": "n2OToAirInputsProduction"
556
564
  },
557
565
  {
558
566
  "@type": "Term",
559
- "@id": "noxToAirInputsProduction"
567
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
560
568
  },
561
569
  {
562
570
  "@type": "Term",
563
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
571
+ "@id": "noToAirAquacultureSystems"
564
572
  },
565
573
  {
566
574
  "@type": "Term",
567
- "@id": "pToGroundwaterInputsProduction"
575
+ "@id": "nh3ToAirInputsProduction"
568
576
  },
569
577
  {
570
578
  "@type": "Term",
571
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
579
+ "@id": "nh3ToAirFuelCombustion"
572
580
  },
573
581
  {
574
582
  "@type": "Term",
575
- "@id": "noxToAirExcreta"
583
+ "@id": "co2ToAirSoilFlux"
584
+ },
585
+ {
586
+ "@type": "Term",
587
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
588
+ },
589
+ {
590
+ "@type": "Term",
591
+ "@id": "ch4ToAirWasteTreatment"
592
+ },
593
+ {
594
+ "@type": "Term",
595
+ "@id": "n2ToAirOrganicFertiliser"
596
+ },
597
+ {
598
+ "@type": "Term",
599
+ "@id": "n2ToAirExcreta"
600
+ },
601
+ {
602
+ "@type": "Term",
603
+ "@id": "pToSurfaceWaterSoilFlux"
604
+ },
605
+ {
606
+ "@type": "Term",
607
+ "@id": "pToGroundwaterSoilFlux"
576
608
  },
577
609
  {
578
610
  "@type": "Term",
579
- "@id": "no3ToSurfaceWaterAquacultureSystems"
611
+ "@id": "noxToAirSoilFlux"
580
612
  },
581
613
  {
582
614
  "@type": "Term",
583
- "@id": "pm10ToAirCropResidueBurning"
615
+ "@id": "pToSurfaceWaterInputsProduction"
584
616
  },
585
617
  {
586
618
  "@type": "Term",
587
- "@id": "pm25ToAirInputsProduction"
619
+ "@id": "pErosionInputsProduction"
588
620
  },
589
621
  {
590
622
  "@type": "Term",
591
- "@id": "n2OToAirAquacultureSystemsIndirect"
623
+ "@id": "bod5ToWaterIndustrialProcesses"
592
624
  },
593
625
  {
594
626
  "@type": "Term",
595
- "@id": "ch4ToAirNaturalVegetationBurning"
627
+ "@id": "pm25ToAirInputsProduction"
596
628
  },
597
629
  {
598
630
  "@type": "Term",
599
- "@id": "nErosionInputsProduction"
631
+ "@id": "so2ToAirCropResidueBurning"
600
632
  },
601
633
  {
602
634
  "@type": "Term",
603
- "@id": "codToWaterInputsProduction"
635
+ "@id": "pToDrainageWaterInputsProduction"
604
636
  },
605
637
  {
606
638
  "@type": "Term",
607
- "@id": "noToAirCropResidueBurning"
639
+ "@id": "hexaneToAirIndustrialProcesses"
608
640
  },
609
641
  {
610
642
  "@type": "Term",
611
- "@id": "h2SToAirIndustrialProcesses"
643
+ "@id": "co2ToAirNaturalVegetationBurning"
612
644
  },
613
645
  {
614
646
  "@type": "Term",
615
- "@id": "nh4ToGroundwaterInputsProduction"
647
+ "@id": "nmvocToAirInputsProduction"
616
648
  },
617
649
  {
618
650
  "@type": "Term",
619
- "@id": "pToDrainageWaterInputsProduction"
651
+ "@id": "nErosionInputsProduction"
620
652
  },
621
653
  {
622
654
  "@type": "Term",
623
- "@id": "nh3ToAirCropResidueBurning"
655
+ "@id": "pm25ToAirFuelCombustion"
624
656
  },
625
657
  {
626
658
  "@type": "Term",
627
- "@id": "noToAirInputsProduction"
659
+ "@id": "noxToAirWasteTreatment"
628
660
  },
629
661
  {
630
662
  "@type": "Term",
631
- "@id": "po43ToGroundwaterSoilFlux"
663
+ "@id": "po43ToGroundwaterOrganicFertiliser"
632
664
  },
633
665
  {
634
666
  "@type": "Term",
635
- "@id": "n2OToAirWasteTreatmentDirect"
667
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
636
668
  },
637
669
  {
638
670
  "@type": "Term",
639
- "@id": "n2OToAirFuelCombustionIndirect"
671
+ "@id": "nh3ToAirInorganicFertiliser"
640
672
  },
641
673
  {
642
674
  "@type": "Term",
643
- "@id": "n2OToAirCropResidueBurningDirect"
675
+ "@id": "n2OToAirOrganicFertiliserIndirect"
644
676
  },
645
677
  {
646
678
  "@type": "Term",
647
- "@id": "pErosionInputsProduction"
679
+ "@id": "n2OToAirFuelCombustionIndirect"
648
680
  },
649
681
  {
650
682
  "@type": "Term",
651
- "@id": "noxToAirSoilFlux"
683
+ "@id": "n2OToAirOrganicSoilBurningDirect"
652
684
  },
653
685
  {
654
686
  "@type": "Term",
655
- "@id": "so2ToAirCropResidueBurning"
687
+ "@id": "nh3ToAirExcreta"
656
688
  },
657
689
  {
658
690
  "@type": "Term",
659
- "@id": "nh3ToAirInorganicFertiliser"
691
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
660
692
  },
661
693
  {
662
694
  "@type": "Term",
663
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
695
+ "@id": "ch4ToAirOrganicSoilBurning"
664
696
  },
665
697
  {
666
698
  "@type": "Term",
667
- "@id": "soxToAirCropResidueBurning"
699
+ "@id": "noToAirCropResidueDecomposition"
668
700
  },
669
701
  {
670
702
  "@type": "Term",
671
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
703
+ "@id": "co2ToAirInputsProduction"
672
704
  },
673
705
  {
674
706
  "@type": "Term",
675
- "@id": "co2ToAirOrganicSoilBurning"
707
+ "@id": "noToAirCropResidueBurning"
676
708
  },
677
709
  {
678
710
  "@type": "Term",
679
- "@id": "n2OToAirOrganicFertiliserIndirect"
711
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
680
712
  },
681
713
  {
682
714
  "@type": "Term",
683
- "@id": "co2ToAirInputsProduction"
715
+ "@id": "noToAirInputsProduction"
684
716
  },
685
717
  {
686
718
  "@type": "Term",
687
- "@id": "nh3ToAirAquacultureSystems"
719
+ "@id": "nh3ToAirCropResidueBurning"
688
720
  },
689
721
  {
690
722
  "@type": "Term",
691
- "@id": "ch4ToAirAquacultureSystems"
723
+ "@id": "nh3ToAirAquacultureSystems"
692
724
  },
693
725
  {
694
726
  "@type": "Term",
695
- "@id": "ch4ToAirCropResidueBurning"
727
+ "@id": "co2ToAirOrganicSoilBurning"
696
728
  },
697
729
  {
698
730
  "@type": "Term",
699
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
731
+ "@id": "nh4ToGroundwaterInputsProduction"
700
732
  },
701
733
  {
702
734
  "@type": "Term",
703
- "@id": "so2ToAirInputsProduction"
735
+ "@id": "ch4ToAirNaturalVegetationBurning"
704
736
  },
705
737
  {
706
738
  "@type": "Term",
707
- "@id": "n2OToAirOrganicSoilBurningDirect"
739
+ "@id": "n2OToAirCropResidueBurningDirect"
708
740
  },
709
741
  {
710
742
  "@type": "Term",
711
- "@id": "noxToAirWasteTreatment"
743
+ "@id": "ch4ToAirCropResidueBurning"
712
744
  },
713
745
  {
714
746
  "@type": "Term",
715
- "@id": "co2ToAirLimeHydrolysis"
747
+ "@id": "n2OToAirInorganicFertiliserIndirect"
716
748
  },
717
749
  {
718
750
  "@type": "Term",
719
- "@id": "co2ToAirNaturalVegetationBurning"
751
+ "@id": "ch4ToAirAquacultureSystems"
720
752
  },
721
753
  {
722
754
  "@type": "Term",
723
- "@id": "n2OToAirInorganicFertiliserIndirect"
755
+ "@id": "n2OToAirAquacultureSystemsIndirect"
724
756
  },
725
757
  {
726
758
  "@type": "Term",
727
- "@id": "nmvocToAirInputsProduction"
759
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
728
760
  },
729
761
  {
730
762
  "@type": "Term",
731
- "@id": "pToSurfaceWaterInputsProduction"
763
+ "@id": "soxToAirCropResidueBurning"
732
764
  },
733
765
  {
734
766
  "@type": "Term",
735
- "@id": "pm25ToAirFuelCombustion"
767
+ "@id": "soxToAirFuelCombustion"
736
768
  },
737
769
  {
738
770
  "@type": "Term",
739
- "@id": "nh3ToAirExcreta"
771
+ "@id": "pm10ToAirCropResidueBurning"
740
772
  },
741
773
  {
742
774
  "@type": "Term",
743
- "@id": "noToAirCropResidueDecomposition"
775
+ "@id": "h2SToAirIndustrialProcesses"
744
776
  },
745
777
  {
746
778
  "@type": "Term",
747
- "@id": "ch4ToAirOrganicSoilBurning"
779
+ "@id": "so2ToAirInputsProduction"
748
780
  },
749
781
  {
750
782
  "@type": "Term",
751
- "@id": "soxToAirFuelCombustion"
783
+ "@id": "co2ToAirLimeHydrolysis"
752
784
  },
753
785
  {
754
786
  "@type": "Term",
755
- "@id": "bod5ToWaterIndustrialProcesses"
787
+ "@id": "codToWaterInputsProduction"
756
788
  },
757
789
  {
758
790
  "@type": "Term",
759
- "@id": "po43ToGroundwaterOrganicFertiliser"
791
+ "@id": "n2OToAirWasteTreatmentDirect"
760
792
  },
761
793
  {
762
794
  "@type": "Term",
763
- "@id": "hexaneToAirIndustrialProcesses"
795
+ "@id": "po43ToGroundwaterSoilFlux"
764
796
  }
765
797
  ]
766
798
  },
@@ -785,15 +817,15 @@
785
817
  "results": [
786
818
  {
787
819
  "@type": "Term",
788
- "@id": "residueIncorporated"
820
+ "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
789
821
  },
790
822
  {
791
823
  "@type": "Term",
792
- "@id": "residueRemoved"
824
+ "@id": "residueIncorporated"
793
825
  },
794
826
  {
795
827
  "@type": "Term",
796
- "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
828
+ "@id": "residueRemoved"
797
829
  },
798
830
  {
799
831
  "@type": "Term",
@@ -829,43 +861,43 @@
829
861
  },
830
862
  {
831
863
  "@type": "Term",
832
- "@id": "discardedCropLeftOnField"
864
+ "@id": "discardedCropIncorporated"
833
865
  },
834
866
  {
835
867
  "@type": "Term",
836
- "@id": "discardedCropTotal"
868
+ "@id": "aboveGroundCropResidueRemoved"
837
869
  },
838
870
  {
839
871
  "@type": "Term",
840
- "@id": "discardedCropIncorporated"
872
+ "@id": "discardedCropLeftOnField"
841
873
  },
842
874
  {
843
875
  "@type": "Term",
844
- "@id": "aboveGroundCropResidueRemoved"
876
+ "@id": "discardedCropTotal"
845
877
  },
846
878
  {
847
879
  "@type": "Term",
848
- "@id": "aboveGroundCropResidueBurnt"
880
+ "@id": "discardedCropRemoved"
849
881
  },
850
882
  {
851
883
  "@type": "Term",
852
- "@id": "belowGroundCropResidue"
884
+ "@id": "aboveGroundCropResidueTotal"
853
885
  },
854
886
  {
855
887
  "@type": "Term",
856
- "@id": "aboveGroundCropResidueLeftOnField"
888
+ "@id": "aboveGroundCropResidueIncorporated"
857
889
  },
858
890
  {
859
891
  "@type": "Term",
860
- "@id": "discardedCropRemoved"
892
+ "@id": "aboveGroundCropResidueBurnt"
861
893
  },
862
894
  {
863
895
  "@type": "Term",
864
- "@id": "aboveGroundCropResidueTotal"
896
+ "@id": "belowGroundCropResidue"
865
897
  },
866
898
  {
867
899
  "@type": "Term",
868
- "@id": "aboveGroundCropResidueIncorporated"
900
+ "@id": "aboveGroundCropResidueLeftOnField"
869
901
  }
870
902
  ]
871
903
  },
@@ -898,15 +930,15 @@
898
930
  "results": [
899
931
  {
900
932
  "@type": "Term",
901
- "@id": "digestibleEnergyPoultry"
933
+ "@id": "digestibleEnergyRabbits"
902
934
  },
903
935
  {
904
936
  "@type": "Term",
905
- "@id": "digestibleEnergyRabbits"
937
+ "@id": "digestibleEnergyPoultry"
906
938
  },
907
939
  {
908
940
  "@type": "Term",
909
- "@id": "digestibleEnergyRuminants"
941
+ "@id": "digestibleEnergySalmonids"
910
942
  },
911
943
  {
912
944
  "@type": "Term",
@@ -914,7 +946,7 @@
914
946
  },
915
947
  {
916
948
  "@type": "Term",
917
- "@id": "digestibleEnergySalmonids"
949
+ "@id": "digestibleEnergyRuminants"
918
950
  },
919
951
  {
920
952
  "@type": "Term",
@@ -955,16 +987,12 @@
955
987
  "results": [
956
988
  {
957
989
  "@type": "Term",
958
- "@id": "energyDigestibilityRabbits"
990
+ "@id": "energyDigestibilitySalmonids"
959
991
  },
960
992
  {
961
993
  "@type": "Term",
962
994
  "@id": "energyDigestibilityRuminants"
963
995
  },
964
- {
965
- "@type": "Term",
966
- "@id": "energyDigestibilitySalmonids"
967
- },
968
996
  {
969
997
  "@type": "Term",
970
998
  "@id": "energyDigestibilityPigs"
@@ -975,11 +1003,15 @@
975
1003
  },
976
1004
  {
977
1005
  "@type": "Term",
978
- "@id": "energyDigestibilityAquaticSpecies"
1006
+ "@id": "energyDigestibilityRabbits"
979
1007
  },
980
1008
  {
981
1009
  "@type": "Term",
982
1010
  "@id": "energyDigestibilityOtherAnimals"
1011
+ },
1012
+ {
1013
+ "@type": "Term",
1014
+ "@id": "energyDigestibilityAquaticSpecies"
983
1015
  }
984
1016
  ]
985
1017
  },
@@ -992,83 +1024,83 @@
992
1024
  "results": [
993
1025
  {
994
1026
  "@type": "Term",
995
- "@id": "excretaBeefCattleFeedlotFedKgN"
1027
+ "@id": "excretaBeefCattleExceptFeedlotFedKgN"
996
1028
  },
997
1029
  {
998
1030
  "@type": "Term",
999
- "@id": "excretaGeeseKgN"
1031
+ "@id": "excretaPoultryKgN"
1000
1032
  },
1001
1033
  {
1002
1034
  "@type": "Term",
1003
- "@id": "excretaKgN"
1035
+ "@id": "excretaSolidFishCrustaceansKgN"
1004
1036
  },
1005
1037
  {
1006
1038
  "@type": "Term",
1007
- "@id": "excretaInsectsKgN"
1039
+ "@id": "excretaDucksKgN"
1008
1040
  },
1009
1041
  {
1010
1042
  "@type": "Term",
1011
- "@id": "excretaTurkeysKgN"
1043
+ "@id": "excretaGoatsKgN"
1012
1044
  },
1013
1045
  {
1014
1046
  "@type": "Term",
1015
- "@id": "processedExcretaKgN"
1047
+ "@id": "excretaBeefCattleFeedlotFedKgN"
1016
1048
  },
1017
1049
  {
1018
1050
  "@type": "Term",
1019
- "@id": "excretaLiquidFishCrustaceansKgN"
1051
+ "@id": "excretaGeeseKgN"
1020
1052
  },
1021
1053
  {
1022
1054
  "@type": "Term",
1023
- "@id": "excretaMixturesKgN"
1055
+ "@id": "excretaKgN"
1024
1056
  },
1025
1057
  {
1026
1058
  "@type": "Term",
1027
- "@id": "excretaDairyCattleKgN"
1059
+ "@id": "excretaInsectsKgN"
1028
1060
  },
1029
1061
  {
1030
1062
  "@type": "Term",
1031
- "@id": "excretaSheepKgN"
1063
+ "@id": "excretaTurkeysKgN"
1032
1064
  },
1033
1065
  {
1034
1066
  "@type": "Term",
1035
- "@id": "excretaHorsesMulesAndAssesKgN"
1067
+ "@id": "processedExcretaKgN"
1036
1068
  },
1037
1069
  {
1038
1070
  "@type": "Term",
1039
- "@id": "excretaCamelsKgN"
1071
+ "@id": "excretaLiquidFishCrustaceansKgN"
1040
1072
  },
1041
1073
  {
1042
1074
  "@type": "Term",
1043
- "@id": "excretaPigsKgN"
1075
+ "@id": "excretaMixturesKgN"
1044
1076
  },
1045
1077
  {
1046
1078
  "@type": "Term",
1047
- "@id": "excretaBuffaloKgN"
1079
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1048
1080
  },
1049
1081
  {
1050
1082
  "@type": "Term",
1051
- "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1083
+ "@id": "excretaBuffaloKgN"
1052
1084
  },
1053
1085
  {
1054
1086
  "@type": "Term",
1055
- "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1087
+ "@id": "excretaDairyCattleKgN"
1056
1088
  },
1057
1089
  {
1058
1090
  "@type": "Term",
1059
- "@id": "excretaPoultryKgN"
1091
+ "@id": "excretaSheepKgN"
1060
1092
  },
1061
1093
  {
1062
1094
  "@type": "Term",
1063
- "@id": "excretaSolidFishCrustaceansKgN"
1095
+ "@id": "excretaHorsesMulesAndAssesKgN"
1064
1096
  },
1065
1097
  {
1066
1098
  "@type": "Term",
1067
- "@id": "excretaDucksKgN"
1099
+ "@id": "excretaPigsKgN"
1068
1100
  },
1069
1101
  {
1070
1102
  "@type": "Term",
1071
- "@id": "excretaGoatsKgN"
1103
+ "@id": "excretaCamelsKgN"
1072
1104
  }
1073
1105
  ]
1074
1106
  },
@@ -1087,18 +1119,6 @@
1087
1119
  "@type": "Term",
1088
1120
  "@id": "excretaSolidFishCrustaceansKgVs"
1089
1121
  },
1090
- {
1091
- "@type": "Term",
1092
- "@id": "excretaPigsKgVs"
1093
- },
1094
- {
1095
- "@type": "Term",
1096
- "@id": "excretaDucksKgVs"
1097
- },
1098
- {
1099
- "@type": "Term",
1100
- "@id": "excretaCamelsKgVs"
1101
- },
1102
1122
  {
1103
1123
  "@type": "Term",
1104
1124
  "@id": "excretaBuffaloKgVs"
@@ -1117,19 +1137,19 @@
1117
1137
  },
1118
1138
  {
1119
1139
  "@type": "Term",
1120
- "@id": "excretaDairyCattleKgVs"
1140
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1121
1141
  },
1122
1142
  {
1123
1143
  "@type": "Term",
1124
- "@id": "excretaGeeseKgVs"
1144
+ "@id": "excretaDairyCattleKgVs"
1125
1145
  },
1126
1146
  {
1127
1147
  "@type": "Term",
1128
- "@id": "excretaLiquidFishCrustaceansKgVs"
1148
+ "@id": "excretaGeeseKgVs"
1129
1149
  },
1130
1150
  {
1131
1151
  "@type": "Term",
1132
- "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1152
+ "@id": "excretaLiquidFishCrustaceansKgVs"
1133
1153
  },
1134
1154
  {
1135
1155
  "@type": "Term",
@@ -1158,6 +1178,18 @@
1158
1178
  {
1159
1179
  "@type": "Term",
1160
1180
  "@id": "excretaBeefCattleExceptFeedlotFedKgVs"
1181
+ },
1182
+ {
1183
+ "@type": "Term",
1184
+ "@id": "excretaPigsKgVs"
1185
+ },
1186
+ {
1187
+ "@type": "Term",
1188
+ "@id": "excretaDucksKgVs"
1189
+ },
1190
+ {
1191
+ "@type": "Term",
1192
+ "@id": "excretaCamelsKgVs"
1161
1193
  }
1162
1194
  ]
1163
1195
  },
@@ -1172,7 +1204,7 @@
1172
1204
  "@type": "Term",
1173
1205
  "name": "Generic crop, seed",
1174
1206
  "@id": "genericCropSeed",
1175
- "_score": 27.380695
1207
+ "_score": 26.53318
1176
1208
  }
1177
1209
  ]
1178
1210
  },
@@ -1190,6 +1222,10 @@
1190
1222
  "@type": "Term",
1191
1223
  "@id": "waterMarine"
1192
1224
  },
1225
+ {
1226
+ "@type": "Term",
1227
+ "@id": "waterSourceUnspecified"
1228
+ },
1193
1229
  {
1194
1230
  "@type": "Term",
1195
1231
  "@id": "waterIrrigationCanal"
@@ -1200,19 +1236,19 @@
1200
1236
  },
1201
1237
  {
1202
1238
  "@type": "Term",
1203
- "@id": "waterSourceUnspecified"
1239
+ "@id": "waterBrackish"
1204
1240
  },
1205
1241
  {
1206
1242
  "@type": "Term",
1207
- "@id": "waterRiverStream"
1243
+ "@id": "iceSourceUnspecified"
1208
1244
  },
1209
1245
  {
1210
1246
  "@type": "Term",
1211
- "@id": "waterBrackish"
1247
+ "@id": "waterPumpedGroundwater"
1212
1248
  },
1213
1249
  {
1214
1250
  "@type": "Term",
1215
- "@id": "iceSourceUnspecified"
1251
+ "@id": "waterRiverStream"
1216
1252
  },
1217
1253
  {
1218
1254
  "@type": "Term",
@@ -1221,10 +1257,6 @@
1221
1257
  {
1222
1258
  "@type": "Term",
1223
1259
  "@id": "waterHarvestedRainfall"
1224
- },
1225
- {
1226
- "@type": "Term",
1227
- "@id": "waterPumpedGroundwater"
1228
1260
  }
1229
1261
  ]
1230
1262
  },
@@ -1250,6 +1282,11 @@
1250
1282
  "name": "gasoline*"
1251
1283
  }
1252
1284
  },
1285
+ {
1286
+ "regexp": {
1287
+ "name": "petrol*"
1288
+ }
1289
+ },
1253
1290
  {
1254
1291
  "regexp": {
1255
1292
  "name": "diesel*"
@@ -1262,11 +1299,7 @@
1262
1299
  "results": [
1263
1300
  {
1264
1301
  "@type": "Term",
1265
- "@id": "motorGasoline"
1266
- },
1267
- {
1268
- "@type": "Term",
1269
- "@id": "diesel1D"
1302
+ "@id": "petrol"
1270
1303
  },
1271
1304
  {
1272
1305
  "@type": "Term",
@@ -1274,7 +1307,7 @@
1274
1307
  },
1275
1308
  {
1276
1309
  "@type": "Term",
1277
- "@id": "gasolineTypeJetFuel"
1310
+ "@id": "diesel1D"
1278
1311
  },
1279
1312
  {
1280
1313
  "@type": "Term",
@@ -1284,6 +1317,10 @@
1284
1317
  "@type": "Term",
1285
1318
  "@id": "diesel"
1286
1319
  },
1320
+ {
1321
+ "@type": "Term",
1322
+ "@id": "gasolineTypeJetFuel"
1323
+ },
1287
1324
  {
1288
1325
  "@type": "Term",
1289
1326
  "@id": "en590Diesel"
@@ -1343,11 +1380,11 @@
1343
1380
  },
1344
1381
  {
1345
1382
  "@type": "Term",
1346
- "@id": "milkYieldPerCowFpcm"
1383
+ "@id": "milkYieldPerSheepFpcm"
1347
1384
  },
1348
1385
  {
1349
1386
  "@type": "Term",
1350
- "@id": "milkYieldPerSheepFpcm"
1387
+ "@id": "milkYieldPerCowFpcm"
1351
1388
  },
1352
1389
  {
1353
1390
  "@type": "Term",
@@ -1452,11 +1489,11 @@
1452
1489
  },
1453
1490
  {
1454
1491
  "@type": "Term",
1455
- "@id": "ureaFormaldehydeKgN"
1492
+ "@id": "ureaCalciumNitrateKgN"
1456
1493
  },
1457
1494
  {
1458
1495
  "@type": "Term",
1459
- "@id": "ureaAmmoniumNitrateKgN"
1496
+ "@id": "ureaFormaldehydeKgN"
1460
1497
  },
1461
1498
  {
1462
1499
  "@type": "Term",
@@ -1464,7 +1501,7 @@
1464
1501
  },
1465
1502
  {
1466
1503
  "@type": "Term",
1467
- "@id": "ureaCalciumNitrateKgN"
1504
+ "@id": "ureaAmmoniumNitrateKgN"
1468
1505
  },
1469
1506
  {
1470
1507
  "@type": "Term",
@@ -1548,11 +1585,11 @@
1548
1585
  "results": [
1549
1586
  {
1550
1587
  "@type": "Term",
1551
- "@id": "woolGoatGreasy"
1588
+ "@id": "woolSheepGreasy"
1552
1589
  },
1553
1590
  {
1554
1591
  "@type": "Term",
1555
- "@id": "woolSheepGreasy"
1592
+ "@id": "woolGoatGreasy"
1556
1593
  }
1557
1594
  ]
1558
1595
  }