hestia-earth-models 0.62.0__py3-none-any.whl → 0.62.2__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 (68) hide show
  1. hestia_earth/models/blonkConsultants2016/utils.py +3 -2
  2. hestia_earth/models/cycle/coldCarcassWeightPerHead.py +4 -2
  3. hestia_earth/models/cycle/coldDressedCarcassWeightPerHead.py +2 -2
  4. hestia_earth/models/cycle/concentrateFeed.py +3 -3
  5. hestia_earth/models/cycle/feedConversionRatio/feedConversionRatioNitrogen.py +2 -1
  6. hestia_earth/models/cycle/post_checks/__init__.py +3 -2
  7. hestia_earth/models/cycle/post_checks/otherSites.py +40 -0
  8. hestia_earth/models/cycle/pre_checks/__init__.py +2 -1
  9. hestia_earth/models/cycle/pre_checks/otherSites.py +42 -0
  10. hestia_earth/models/cycle/pre_checks/site.py +1 -1
  11. hestia_earth/models/cycle/readyToCookWeightPerHead.py +2 -2
  12. hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +1 -1
  13. hestia_earth/models/emepEea2019/utils.py +4 -3
  14. hestia_earth/models/geospatialDatabase/heavyWinterPrecipitation.py +1 -1
  15. hestia_earth/models/ipcc2019/animal/pastureGrass.py +53 -43
  16. hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChangeManagementChange.py +30 -4
  17. hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +6 -2
  18. hestia_earth/models/ipcc2019/n2OToAirExcretaIndirect.py +1 -1
  19. hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserDirect.py +1 -1
  20. hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +1 -1
  21. hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +1 -1
  22. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +4 -2
  23. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +210 -40
  24. hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py +2 -6
  25. hestia_earth/models/ipcc2019/pastureGrass.py +44 -42
  26. hestia_earth/models/ipcc2019/pastureGrass_utils.py +46 -92
  27. hestia_earth/models/mocking/search-results.json +378 -234
  28. hestia_earth/models/schererPfister2015/utils.py +2 -2
  29. hestia_earth/models/site/brackishWater.py +1 -1
  30. hestia_earth/models/site/flowingWater.py +1 -1
  31. hestia_earth/models/site/freshWater.py +1 -1
  32. hestia_earth/models/site/management.py +79 -38
  33. hestia_earth/models/site/pre_checks/cache_sources.py +9 -13
  34. hestia_earth/models/site/salineWater.py +1 -1
  35. hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +12 -2
  36. hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +12 -2
  37. hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +11 -1
  38. hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +11 -1
  39. hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +12 -2
  40. hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +12 -2
  41. hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +11 -1
  42. hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +11 -1
  43. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +12 -2
  44. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +12 -2
  45. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +11 -1
  46. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +11 -1
  47. hestia_earth/models/utils/blank_node.py +144 -110
  48. hestia_earth/models/utils/constant.py +2 -0
  49. hestia_earth/models/utils/lookup.py +19 -6
  50. hestia_earth/models/utils/property.py +6 -6
  51. hestia_earth/models/utils/site.py +7 -0
  52. hestia_earth/models/utils/source.py +1 -1
  53. hestia_earth/models/utils/term.py +21 -1
  54. hestia_earth/models/version.py +1 -1
  55. {hestia_earth_models-0.62.0.dist-info → hestia_earth_models-0.62.2.dist-info}/METADATA +2 -2
  56. {hestia_earth_models-0.62.0.dist-info → hestia_earth_models-0.62.2.dist-info}/RECORD +68 -63
  57. tests/models/cycle/post_checks/test_otherSites.py +15 -0
  58. tests/models/cycle/pre_checks/test_otherSites.py +21 -0
  59. tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChangeManagementChange.py +5 -3
  60. tests/models/ipcc2019/test_organicCarbonPerHa.py +10 -20
  61. tests/models/ipcc2019/test_organicCarbonPerHa_tier_2_utils.py +0 -8
  62. tests/models/site/pre_checks/test_cache_sources.py +6 -10
  63. tests/models/site/test_management.py +192 -4
  64. tests/models/utils/test_blank_node.py +0 -281
  65. tests/models/utils/test_lookup.py +10 -0
  66. {hestia_earth_models-0.62.0.dist-info → hestia_earth_models-0.62.2.dist-info}/LICENSE +0 -0
  67. {hestia_earth_models-0.62.0.dist-info → hestia_earth_models-0.62.2.dist-info}/WHEEL +0 -0
  68. {hestia_earth_models-0.62.0.dist-info → hestia_earth_models-0.62.2.dist-info}/top_level.txt +0 -0
@@ -131,795 +131,795 @@
131
131
  },
132
132
  {
133
133
  "@type": "Term",
134
- "@id": "n2ToAirCropResidueDecomposition"
134
+ "@id": "so2ToAirIndustrialProcesses"
135
135
  },
136
136
  {
137
137
  "@type": "Term",
138
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
138
+ "@id": "pesticideToWaterPesticideApplication"
139
139
  },
140
140
  {
141
141
  "@type": "Term",
142
- "@id": "h2SToAirInputsProduction"
142
+ "@id": "nToSurfaceWaterAquacultureSystems"
143
143
  },
144
144
  {
145
145
  "@type": "Term",
146
- "@id": "co2ToAirOrganicSoilCultivation"
146
+ "@id": "noxToAirInorganicFertiliser"
147
147
  },
148
148
  {
149
149
  "@type": "Term",
150
- "@id": "co2ToAirCropResidueDecomposition"
150
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
151
151
  },
152
152
  {
153
153
  "@type": "Term",
154
- "@id": "n2OToAirExcretaIndirect"
154
+ "@id": "nmvocToAirAnimalHousing"
155
155
  },
156
156
  {
157
157
  "@type": "Term",
158
- "@id": "ch4ToAirInputsProductionFossil"
158
+ "@id": "nh3ToAirFuelCombustion"
159
159
  },
160
160
  {
161
161
  "@type": "Term",
162
- "@id": "ch4ToAirFloodedRice"
162
+ "@id": "pesticideToWaterInputsProduction"
163
163
  },
164
164
  {
165
165
  "@type": "Term",
166
- "@id": "nh4ToGroundwaterSoilFlux"
166
+ "@id": "noToAirAquacultureSystems"
167
167
  },
168
168
  {
169
169
  "@type": "Term",
170
- "@id": "co2ToAirFuelCombustion"
170
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
171
171
  },
172
172
  {
173
173
  "@type": "Term",
174
- "@id": "co2ToAirWasteTreatment"
174
+ "@id": "noxToAirOrganicSoilCultivation"
175
175
  },
176
176
  {
177
177
  "@type": "Term",
178
- "@id": "ch4ToAirReservoirs"
178
+ "@id": "nmvocToAirSilageStorage"
179
179
  },
180
180
  {
181
181
  "@type": "Term",
182
- "@id": "blackCarbonToAirIndustrialProcesses"
182
+ "@id": "pToGroundwaterSoilFlux"
183
183
  },
184
184
  {
185
185
  "@type": "Term",
186
- "@id": "tspToAirInputsProduction"
186
+ "@id": "nh3ToAirInputsProduction"
187
187
  },
188
188
  {
189
189
  "@type": "Term",
190
- "@id": "noxToAirExcreta"
190
+ "@id": "po43ToSurfaceWaterSoilFlux"
191
191
  },
192
192
  {
193
193
  "@type": "Term",
194
- "@id": "pm10ToAirAnimalHousing"
194
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
195
195
  },
196
196
  {
197
197
  "@type": "Term",
198
- "@id": "pToSurfaceWaterAquacultureSystems"
198
+ "@id": "pm25ToAirAnimalHousing"
199
199
  },
200
200
  {
201
201
  "@type": "Term",
202
- "@id": "nh4ToSurfaceWaterInputsProduction"
202
+ "@id": "n2OToAirFuelCombustionDirect"
203
203
  },
204
204
  {
205
205
  "@type": "Term",
206
- "@id": "no3ToSurfaceWaterInputsProduction"
206
+ "@id": "po43ToSurfaceWaterInputsProduction"
207
207
  },
208
208
  {
209
209
  "@type": "Term",
210
- "@id": "po43ToGroundwaterInputsProduction"
210
+ "@id": "noToAirWasteTreatment"
211
211
  },
212
212
  {
213
213
  "@type": "Term",
214
- "@id": "n2OToAirNaturalVegetationBurningDirect"
214
+ "@id": "noxToAirFuelCombustion"
215
215
  },
216
216
  {
217
217
  "@type": "Term",
218
- "@id": "hexaneToAirInputsProduction"
218
+ "@id": "nmvocToAirExcreta"
219
219
  },
220
220
  {
221
221
  "@type": "Term",
222
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
222
+ "@id": "co2ToAirSoilFlux"
223
223
  },
224
224
  {
225
225
  "@type": "Term",
226
- "@id": "pToDrainageWaterIndustrialProcesses"
226
+ "@id": "n2OToAirCropResidueDecompositionDirect"
227
227
  },
228
228
  {
229
229
  "@type": "Term",
230
- "@id": "nmvocToAirWasteTreatment"
230
+ "@id": "n2OToAirCropResidueBurningIndirect"
231
231
  },
232
232
  {
233
233
  "@type": "Term",
234
- "@id": "pErosionSoilFlux"
234
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
235
235
  },
236
236
  {
237
237
  "@type": "Term",
238
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
238
+ "@id": "ch4ToAirIndustrialProcessesNonFossil"
239
239
  },
240
240
  {
241
241
  "@type": "Term",
242
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
242
+ "@id": "n2ToAirOrganicFertiliser"
243
243
  },
244
244
  {
245
245
  "@type": "Term",
246
- "@id": "po43ToSurfaceWaterAquacultureSystems"
246
+ "@id": "n2OToAirExcretaDirect"
247
247
  },
248
248
  {
249
249
  "@type": "Term",
250
- "@id": "blackCarbonToAirFuelCombustion"
250
+ "@id": "ch4ToAirOrganicSoilCultivation"
251
251
  },
252
252
  {
253
253
  "@type": "Term",
254
- "@id": "pesticideToSoilInputsProduction"
254
+ "@id": "ch4ToAirWasteTreatment"
255
255
  },
256
256
  {
257
257
  "@type": "Term",
258
- "@id": "soxToAirInputsProduction"
258
+ "@id": "ch4ToAirFuelCombustion"
259
259
  },
260
260
  {
261
261
  "@type": "Term",
262
- "@id": "noxToAirInputsProduction"
262
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
263
263
  },
264
264
  {
265
265
  "@type": "Term",
266
- "@id": "nmvocToAirSilageFeeding"
266
+ "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
267
267
  },
268
268
  {
269
269
  "@type": "Term",
270
- "@id": "nf3ToAirInputsProduction"
270
+ "@id": "n2ToAirExcreta"
271
271
  },
272
272
  {
273
273
  "@type": "Term",
274
- "@id": "tspToAirFuelCombustion"
274
+ "@id": "n2OToAirInputsProduction"
275
275
  },
276
276
  {
277
277
  "@type": "Term",
278
- "@id": "noxToAirOrganicSoilBurning"
278
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
279
279
  },
280
280
  {
281
281
  "@type": "Term",
282
- "@id": "no3ToGroundwaterInputsProduction"
282
+ "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
283
283
  },
284
284
  {
285
285
  "@type": "Term",
286
- "@id": "pToGroundwaterInputsProduction"
286
+ "@id": "pToSurfaceWaterSoilFlux"
287
287
  },
288
288
  {
289
289
  "@type": "Term",
290
- "@id": "nToSurfaceWaterExcreta"
290
+ "@id": "noxToAirCropResidueDecomposition"
291
291
  },
292
292
  {
293
293
  "@type": "Term",
294
- "@id": "ch4ToAirInputsProductionNonFossil"
294
+ "@id": "pesticideToHarvestedCropInputsProduction"
295
295
  },
296
296
  {
297
297
  "@type": "Term",
298
- "@id": "tspToAirIndustrialProcesses"
298
+ "@id": "noToAirSoilFlux"
299
299
  },
300
300
  {
301
301
  "@type": "Term",
302
- "@id": "n2OToAirOrganicFertiliserDirect"
302
+ "@id": "nh3ToAirNaturalVegetationBurning"
303
303
  },
304
304
  {
305
305
  "@type": "Term",
306
- "@id": "pm25ToAirCropResidueBurning"
306
+ "@id": "nErosionSoilFlux"
307
307
  },
308
308
  {
309
309
  "@type": "Term",
310
- "@id": "ch4ToAirCropResidueDecomposition"
310
+ "@id": "ch4ToAirExcreta"
311
311
  },
312
312
  {
313
313
  "@type": "Term",
314
- "@id": "no3ToGroundwaterOrganicFertiliser"
314
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
315
315
  },
316
316
  {
317
317
  "@type": "Term",
318
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
318
+ "@id": "noToAirIndustrialProcesses"
319
319
  },
320
320
  {
321
321
  "@type": "Term",
322
- "@id": "pm10ToAirInputsProduction"
322
+ "@id": "noxToAirAquacultureSystems"
323
323
  },
324
324
  {
325
325
  "@type": "Term",
326
- "@id": "ch4ToAirEntericFermentation"
326
+ "@id": "n2OToAirAquacultureSystemsDirect"
327
327
  },
328
328
  {
329
329
  "@type": "Term",
330
- "@id": "nh3ToAirWasteTreatment"
330
+ "@id": "nh3ToAirIndustrialProcesses"
331
331
  },
332
332
  {
333
333
  "@type": "Term",
334
- "@id": "n2ToAirInorganicFertiliser"
334
+ "@id": "n2OToAirOrganicSoilCultivationDirect"
335
335
  },
336
336
  {
337
337
  "@type": "Term",
338
- "@id": "n2OToAirInorganicFertiliserDirect"
338
+ "@id": "nToSurfaceWaterInputsProduction"
339
339
  },
340
340
  {
341
341
  "@type": "Term",
342
- "@id": "nh3ToAirSoilFlux"
342
+ "@id": "tspToAirAnimalHousing"
343
343
  },
344
344
  {
345
345
  "@type": "Term",
346
- "@id": "pesticideToHarvestedCropPesticideApplication"
346
+ "@id": "ch4ToAirSoilFlux"
347
347
  },
348
348
  {
349
349
  "@type": "Term",
350
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
350
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
351
351
  },
352
352
  {
353
353
  "@type": "Term",
354
- "@id": "nh3ToAirOrganicFertiliser"
354
+ "@id": "n2OToAirSoilFlux"
355
355
  },
356
356
  {
357
357
  "@type": "Term",
358
- "@id": "so2ToAirIndustrialProcesses"
358
+ "@id": "no3ToGroundwaterSoilFlux"
359
359
  },
360
360
  {
361
361
  "@type": "Term",
362
- "@id": "pesticideToWaterPesticideApplication"
362
+ "@id": "nh3ToAirOrganicSoilBurning"
363
363
  },
364
364
  {
365
365
  "@type": "Term",
366
- "@id": "nToSurfaceWaterAquacultureSystems"
366
+ "@id": "noxToAirOrganicFertiliser"
367
367
  },
368
368
  {
369
369
  "@type": "Term",
370
- "@id": "noxToAirInorganicFertiliser"
370
+ "@id": "soxToAirIndustrialProcesses"
371
371
  },
372
372
  {
373
373
  "@type": "Term",
374
- "@id": "nh4ToGroundwaterOrganicFertiliser"
374
+ "@id": "no3ToGroundwaterExcreta"
375
375
  },
376
376
  {
377
377
  "@type": "Term",
378
- "@id": "nmvocToAirAnimalHousing"
378
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
379
379
  },
380
380
  {
381
381
  "@type": "Term",
382
- "@id": "nh3ToAirFuelCombustion"
382
+ "@id": "noxToAirNaturalVegetationBurning"
383
383
  },
384
384
  {
385
385
  "@type": "Term",
386
- "@id": "pesticideToWaterInputsProduction"
386
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
387
387
  },
388
388
  {
389
389
  "@type": "Term",
390
- "@id": "noToAirAquacultureSystems"
390
+ "@id": "nh4ToSurfaceWaterAquacultureSystems"
391
391
  },
392
392
  {
393
393
  "@type": "Term",
394
- "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
394
+ "@id": "nmvocToAirFuelCombustion"
395
395
  },
396
396
  {
397
397
  "@type": "Term",
398
- "@id": "noxToAirOrganicSoilCultivation"
398
+ "@id": "pToSurfaceWaterIndustrialProcesses"
399
399
  },
400
400
  {
401
401
  "@type": "Term",
402
- "@id": "nmvocToAirSilageStorage"
402
+ "@id": "chlorodifluoromethaneToAirInputsProduction"
403
403
  },
404
404
  {
405
405
  "@type": "Term",
406
- "@id": "pToGroundwaterSoilFlux"
406
+ "@id": "1112TetrafluoroethaneToAirInputsProduction"
407
407
  },
408
408
  {
409
409
  "@type": "Term",
410
- "@id": "nh3ToAirInputsProduction"
410
+ "@id": "pesticideToAirPesticideApplication"
411
411
  },
412
412
  {
413
413
  "@type": "Term",
414
- "@id": "po43ToSurfaceWaterSoilFlux"
414
+ "@id": "pm10ToAirFuelCombustion"
415
415
  },
416
416
  {
417
417
  "@type": "Term",
418
- "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
418
+ "@id": "coToAirInputsProduction"
419
419
  },
420
420
  {
421
421
  "@type": "Term",
422
- "@id": "pm25ToAirAnimalHousing"
422
+ "@id": "noToAirOrganicFertiliser"
423
423
  },
424
424
  {
425
425
  "@type": "Term",
426
- "@id": "n2OToAirFuelCombustionDirect"
426
+ "@id": "n2ToAirSoilFlux"
427
427
  },
428
428
  {
429
429
  "@type": "Term",
430
- "@id": "po43ToSurfaceWaterInputsProduction"
430
+ "@id": "nh4ToGroundwaterWasteTreatment"
431
431
  },
432
432
  {
433
433
  "@type": "Term",
434
- "@id": "noToAirWasteTreatment"
434
+ "@id": "n2OToAirBackgroundSoilFluxDirect"
435
435
  },
436
436
  {
437
437
  "@type": "Term",
438
- "@id": "noxToAirFuelCombustion"
438
+ "@id": "nh4ToGroundwaterIndustrialProcesses"
439
439
  },
440
440
  {
441
441
  "@type": "Term",
442
- "@id": "nmvocToAirExcreta"
442
+ "@id": "no3ToGroundwaterWasteTreatment"
443
443
  },
444
444
  {
445
445
  "@type": "Term",
446
- "@id": "co2ToAirSoilFlux"
446
+ "@id": "pToSurfaceWaterExcreta"
447
447
  },
448
448
  {
449
449
  "@type": "Term",
450
- "@id": "n2OToAirCropResidueDecompositionDirect"
450
+ "@id": "sf6ToAirIndustrialProcesses"
451
451
  },
452
452
  {
453
453
  "@type": "Term",
454
- "@id": "n2OToAirCropResidueBurningIndirect"
454
+ "@id": "n2ToAirAquacultureSystems"
455
455
  },
456
456
  {
457
457
  "@type": "Term",
458
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
458
+ "@id": "noxToAirCropResidueBurning"
459
459
  },
460
460
  {
461
461
  "@type": "Term",
462
- "@id": "ch4ToAirIndustrialProcessesNonFossil"
462
+ "@id": "coToAirFuelCombustion"
463
463
  },
464
464
  {
465
465
  "@type": "Term",
466
- "@id": "n2ToAirOrganicFertiliser"
466
+ "@id": "no3ToSurfaceWaterExcreta"
467
467
  },
468
468
  {
469
469
  "@type": "Term",
470
- "@id": "n2OToAirExcretaDirect"
470
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
471
471
  },
472
472
  {
473
473
  "@type": "Term",
474
- "@id": "ch4ToAirOrganicSoilCultivation"
474
+ "@id": "so2ToAirFuelCombustion"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
478
- "@id": "ch4ToAirWasteTreatment"
478
+ "@id": "pm25ToAirInputsProduction"
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "ch4ToAirFuelCombustion"
482
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
486
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
490
+ "@id": "noToAirCropResidueBurning"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "n2ToAirExcreta"
494
+ "@id": "nh4ToGroundwaterInputsProduction"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "n2OToAirInputsProduction"
498
+ "@id": "nmvocToAirInputsProduction"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "nh4ToGroundwaterInorganicFertiliser"
502
+ "@id": "nErosionInputsProduction"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
506
+ "@id": "pm25ToAirIndustrialProcesses"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
510
- "@id": "pToSurfaceWaterSoilFlux"
510
+ "@id": "soxToAirCropResidueBurning"
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "noxToAirCropResidueDecomposition"
514
+ "@id": "n2OToAirOrganicSoilBurningDirect"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "pesticideToHarvestedCropInputsProduction"
518
+ "@id": "co2ToAirInputsProduction"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "noToAirSoilFlux"
522
+ "@id": "so2ToAirInputsProduction"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "nh3ToAirNaturalVegetationBurning"
526
+ "@id": "po43ToGroundwaterOrganicFertiliser"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "nErosionSoilFlux"
530
+ "@id": "n2OToAirOrganicFertiliserIndirect"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "ch4ToAirExcreta"
534
+ "@id": "nh3ToAirInorganicFertiliser"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
538
+ "@id": "po43ToGroundwaterSoilFlux"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "noToAirIndustrialProcesses"
542
+ "@id": "noxToAirWasteTreatment"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "noxToAirAquacultureSystems"
546
+ "@id": "pm25ToAirFuelCombustion"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "n2OToAirAquacultureSystemsDirect"
550
+ "@id": "noxToAirSoilFlux"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "nh3ToAirIndustrialProcesses"
554
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "n2OToAirOrganicSoilCultivationDirect"
558
+ "@id": "pErosionInputsProduction"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "nToSurfaceWaterInputsProduction"
562
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "tspToAirAnimalHousing"
566
+ "@id": "bod5ToWaterIndustrialProcesses"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "ch4ToAirSoilFlux"
570
+ "@id": "po43ToGroundwaterIndustrialProcesses"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
574
+ "@id": "h2SToAirIndustrialProcesses"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "n2OToAirSoilFlux"
578
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "no3ToGroundwaterSoilFlux"
582
+ "@id": "nh3ToAirCropResidueBurning"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "nh3ToAirOrganicSoilBurning"
586
+ "@id": "h2SToAirWasteTreatment"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "noxToAirOrganicFertiliser"
590
+ "@id": "so2ToAirCropResidueBurning"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "soxToAirIndustrialProcesses"
594
+ "@id": "noxToAirIndustrialProcesses"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "no3ToGroundwaterExcreta"
598
+ "@id": "n2OToAirWasteTreatmentDirect"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "no3ToGroundwaterCropResidueDecomposition"
602
+ "@id": "codToWaterInputsProduction"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "noxToAirNaturalVegetationBurning"
606
+ "@id": "pm10ToAirCropResidueBurning"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "n2OToAirOrganicSoilBurningIndirect"
610
+ "@id": "hexaneToAirIndustrialProcesses"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "nh4ToSurfaceWaterAquacultureSystems"
614
+ "@id": "noToAirCropResidueDecomposition"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "nmvocToAirFuelCombustion"
618
+ "@id": "ch4ToAirAquacultureSystems"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "pToSurfaceWaterIndustrialProcesses"
622
+ "@id": "ch4ToAirNaturalVegetationBurning"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "chlorodifluoromethaneToAirInputsProduction"
626
+ "@id": "ch4ToAirCropResidueBurning"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "1112TetrafluoroethaneToAirInputsProduction"
630
+ "@id": "co2ToAirLimeHydrolysis"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "pesticideToAirPesticideApplication"
634
+ "@id": "nh3ToAirExcreta"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "pm10ToAirFuelCombustion"
638
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "coToAirInputsProduction"
642
+ "@id": "noToAirInputsProduction"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "noToAirOrganicFertiliser"
646
+ "@id": "nh3ToAirAquacultureSystems"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "n2ToAirSoilFlux"
650
+ "@id": "nToSurfaceWaterIndustrialProcesses"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "nh4ToGroundwaterWasteTreatment"
654
+ "@id": "n2OToAirInorganicFertiliserIndirect"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "n2OToAirBackgroundSoilFluxDirect"
658
+ "@id": "coToAirIndustrialProcesses"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "nh4ToGroundwaterIndustrialProcesses"
662
+ "@id": "pToSurfaceWaterInputsProduction"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "no3ToGroundwaterWasteTreatment"
666
+ "@id": "n2OToAirFuelCombustionIndirect"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "pToSurfaceWaterExcreta"
670
+ "@id": "n2OToAirCropResidueBurningDirect"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "sf6ToAirIndustrialProcesses"
674
+ "@id": "co2ToAirOrganicSoilBurning"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "n2ToAirAquacultureSystems"
678
+ "@id": "ch4ToAirOrganicSoilBurning"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "noxToAirCropResidueBurning"
682
+ "@id": "co2ToAirNaturalVegetationBurning"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "coToAirFuelCombustion"
686
+ "@id": "pToDrainageWaterInputsProduction"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "no3ToSurfaceWaterExcreta"
690
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
694
+ "@id": "soxToAirFuelCombustion"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "so2ToAirFuelCombustion"
698
+ "@id": "n2OToAirAquacultureSystemsIndirect"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "pm25ToAirInputsProduction"
702
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
706
+ "@id": "hexaneToAirInputsProduction"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
710
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "noToAirCropResidueBurning"
714
+ "@id": "pToDrainageWaterIndustrialProcesses"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "nh4ToGroundwaterInputsProduction"
718
+ "@id": "nmvocToAirWasteTreatment"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "nmvocToAirInputsProduction"
722
+ "@id": "pErosionSoilFlux"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "nErosionInputsProduction"
726
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "pm25ToAirIndustrialProcesses"
730
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "soxToAirCropResidueBurning"
734
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "n2OToAirOrganicSoilBurningDirect"
738
+ "@id": "blackCarbonToAirFuelCombustion"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "co2ToAirInputsProduction"
742
+ "@id": "pesticideToSoilInputsProduction"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "so2ToAirInputsProduction"
746
+ "@id": "soxToAirInputsProduction"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "po43ToGroundwaterOrganicFertiliser"
750
+ "@id": "noxToAirInputsProduction"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "n2OToAirOrganicFertiliserIndirect"
754
+ "@id": "nmvocToAirSilageFeeding"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "nh3ToAirInorganicFertiliser"
758
+ "@id": "nf3ToAirInputsProduction"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "po43ToGroundwaterSoilFlux"
762
+ "@id": "tspToAirFuelCombustion"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "noxToAirWasteTreatment"
766
+ "@id": "noxToAirOrganicSoilBurning"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "pm25ToAirFuelCombustion"
770
+ "@id": "no3ToGroundwaterInputsProduction"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "noxToAirSoilFlux"
774
+ "@id": "pToGroundwaterInputsProduction"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
778
+ "@id": "nToSurfaceWaterExcreta"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "pErosionInputsProduction"
782
+ "@id": "ch4ToAirInputsProductionNonFossil"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
786
+ "@id": "tspToAirIndustrialProcesses"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "bod5ToWaterIndustrialProcesses"
790
+ "@id": "n2OToAirOrganicFertiliserDirect"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "po43ToGroundwaterIndustrialProcesses"
794
+ "@id": "pm25ToAirCropResidueBurning"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "h2SToAirIndustrialProcesses"
798
+ "@id": "ch4ToAirCropResidueDecomposition"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
802
+ "@id": "no3ToGroundwaterOrganicFertiliser"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "nh3ToAirCropResidueBurning"
806
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "h2SToAirWasteTreatment"
810
+ "@id": "pm10ToAirInputsProduction"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "so2ToAirCropResidueBurning"
814
+ "@id": "ch4ToAirEntericFermentation"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "noxToAirIndustrialProcesses"
818
+ "@id": "nh3ToAirWasteTreatment"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "n2OToAirWasteTreatmentDirect"
822
+ "@id": "n2ToAirInorganicFertiliser"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "codToWaterInputsProduction"
826
+ "@id": "n2OToAirInorganicFertiliserDirect"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "pm10ToAirCropResidueBurning"
830
+ "@id": "nh3ToAirSoilFlux"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "hexaneToAirIndustrialProcesses"
834
+ "@id": "pesticideToHarvestedCropPesticideApplication"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "noToAirCropResidueDecomposition"
838
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "ch4ToAirAquacultureSystems"
842
+ "@id": "nh3ToAirOrganicFertiliser"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "ch4ToAirNaturalVegetationBurning"
846
+ "@id": "n2ToAirCropResidueDecomposition"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "ch4ToAirCropResidueBurning"
850
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "co2ToAirLimeHydrolysis"
854
+ "@id": "h2SToAirInputsProduction"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "nh3ToAirExcreta"
858
+ "@id": "co2ToAirOrganicSoilCultivation"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
862
+ "@id": "co2ToAirCropResidueDecomposition"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "noToAirInputsProduction"
866
+ "@id": "n2OToAirExcretaIndirect"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "nh3ToAirAquacultureSystems"
870
+ "@id": "ch4ToAirInputsProductionFossil"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "nToSurfaceWaterIndustrialProcesses"
874
+ "@id": "ch4ToAirFloodedRice"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "n2OToAirInorganicFertiliserIndirect"
878
+ "@id": "nh4ToGroundwaterSoilFlux"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
882
- "@id": "coToAirIndustrialProcesses"
882
+ "@id": "co2ToAirFuelCombustion"
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "pToSurfaceWaterInputsProduction"
886
+ "@id": "co2ToAirWasteTreatment"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "n2OToAirFuelCombustionIndirect"
890
+ "@id": "ch4ToAirReservoirs"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "n2OToAirCropResidueBurningDirect"
894
+ "@id": "blackCarbonToAirIndustrialProcesses"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "co2ToAirOrganicSoilBurning"
898
+ "@id": "tspToAirInputsProduction"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "ch4ToAirOrganicSoilBurning"
902
+ "@id": "noxToAirExcreta"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "co2ToAirNaturalVegetationBurning"
906
+ "@id": "pm10ToAirAnimalHousing"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "pToDrainageWaterInputsProduction"
910
+ "@id": "pToSurfaceWaterAquacultureSystems"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "no3ToSurfaceWaterAquacultureSystems"
914
+ "@id": "nh4ToSurfaceWaterInputsProduction"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "soxToAirFuelCombustion"
918
+ "@id": "no3ToSurfaceWaterInputsProduction"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "n2OToAirAquacultureSystemsIndirect"
922
+ "@id": "po43ToGroundwaterInputsProduction"
923
923
  }
924
924
  ]
925
925
  },
@@ -1058,11 +1058,11 @@
1058
1058
  },
1059
1059
  {
1060
1060
  "@type": "Term",
1061
- "@id": "residueRemoved"
1061
+ "@id": "residueIncorporated"
1062
1062
  },
1063
1063
  {
1064
1064
  "@type": "Term",
1065
- "@id": "residueIncorporated"
1065
+ "@id": "residueRemoved"
1066
1066
  },
1067
1067
  {
1068
1068
  "@type": "Term",
@@ -1223,7 +1223,7 @@
1223
1223
  "termType": "electricity",
1224
1224
  "@id": "electricityGridMarketMix",
1225
1225
  "units": "kWh",
1226
- "_score": 27.804459
1226
+ "_score": 29.020527
1227
1227
  },
1228
1228
  {
1229
1229
  "@type": "Term",
@@ -1231,7 +1231,7 @@
1231
1231
  "termType": "electricity",
1232
1232
  "@id": "electricityGridRenewableMix",
1233
1233
  "units": "kWh",
1234
- "_score": 27.804459
1234
+ "_score": 29.020527
1235
1235
  }
1236
1236
  ]
1237
1237
  },
@@ -1298,71 +1298,71 @@
1298
1298
  "results": [
1299
1299
  {
1300
1300
  "@type": "Term",
1301
- "@id": "excretaBuffaloKgN"
1301
+ "@id": "excretaDeerKgN"
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
1305
- "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1305
+ "@id": "excretaGoatsKgN"
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
1309
- "@id": "excretaRabbitsKgN"
1309
+ "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1310
1310
  },
1311
1311
  {
1312
1312
  "@type": "Term",
1313
- "@id": "excretaTurkeysKgN"
1313
+ "@id": "excretaDucksKgN"
1314
1314
  },
1315
1315
  {
1316
1316
  "@type": "Term",
1317
- "@id": "excretaLiquidFishCrustaceansKgN"
1317
+ "@id": "excretaSolidFishCrustaceansKgN"
1318
1318
  },
1319
1319
  {
1320
1320
  "@type": "Term",
1321
- "@id": "processedExcretaKgN"
1321
+ "@id": "excretaPoultryKgN"
1322
1322
  },
1323
1323
  {
1324
1324
  "@type": "Term",
1325
- "@id": "excretaMixturesKgN"
1325
+ "@id": "excretaBuffaloKgN"
1326
1326
  },
1327
1327
  {
1328
1328
  "@type": "Term",
1329
- "@id": "excretaDeerKgN"
1329
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgN"
1330
1330
  },
1331
1331
  {
1332
1332
  "@type": "Term",
1333
- "@id": "excretaGoatsKgN"
1333
+ "@id": "excretaInsectsKgN"
1334
1334
  },
1335
1335
  {
1336
1336
  "@type": "Term",
1337
- "@id": "excretaBeefCattleExceptFeedlotFedKgN"
1337
+ "@id": "excretaBeefCattleFeedlotFedKgN"
1338
1338
  },
1339
1339
  {
1340
1340
  "@type": "Term",
1341
- "@id": "excretaDucksKgN"
1341
+ "@id": "excretaKgN"
1342
1342
  },
1343
1343
  {
1344
1344
  "@type": "Term",
1345
- "@id": "excretaSolidFishCrustaceansKgN"
1345
+ "@id": "excretaGeeseKgN"
1346
1346
  },
1347
1347
  {
1348
1348
  "@type": "Term",
1349
- "@id": "excretaPoultryKgN"
1349
+ "@id": "excretaRabbitsKgN"
1350
1350
  },
1351
1351
  {
1352
1352
  "@type": "Term",
1353
- "@id": "excretaInsectsKgN"
1353
+ "@id": "excretaTurkeysKgN"
1354
1354
  },
1355
1355
  {
1356
1356
  "@type": "Term",
1357
- "@id": "excretaBeefCattleFeedlotFedKgN"
1357
+ "@id": "excretaLiquidFishCrustaceansKgN"
1358
1358
  },
1359
1359
  {
1360
1360
  "@type": "Term",
1361
- "@id": "excretaKgN"
1361
+ "@id": "processedExcretaKgN"
1362
1362
  },
1363
1363
  {
1364
1364
  "@type": "Term",
1365
- "@id": "excretaGeeseKgN"
1365
+ "@id": "excretaMixturesKgN"
1366
1366
  },
1367
1367
  {
1368
1368
  "@type": "Term",
@@ -1395,59 +1395,59 @@
1395
1395
  "results": [
1396
1396
  {
1397
1397
  "@type": "Term",
1398
- "@id": "excretaGeeseKgVs"
1398
+ "@id": "excretaRabbitsKgVs"
1399
1399
  },
1400
1400
  {
1401
1401
  "@type": "Term",
1402
- "@id": "excretaDairyCattleKgVs"
1402
+ "@id": "excretaInsectsKgVs"
1403
1403
  },
1404
1404
  {
1405
1405
  "@type": "Term",
1406
- "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1406
+ "@id": "excretaSolidFishCrustaceansKgVs"
1407
1407
  },
1408
1408
  {
1409
1409
  "@type": "Term",
1410
- "@id": "excretaLiquidFishCrustaceansKgVs"
1410
+ "@id": "excretaGeeseKgVs"
1411
1411
  },
1412
1412
  {
1413
1413
  "@type": "Term",
1414
- "@id": "excretaBuffaloKgVs"
1414
+ "@id": "excretaDairyCattleKgVs"
1415
1415
  },
1416
1416
  {
1417
1417
  "@type": "Term",
1418
- "@id": "processedExcretaKgVs"
1418
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1419
1419
  },
1420
1420
  {
1421
1421
  "@type": "Term",
1422
- "@id": "excretaHorsesMulesAndAssesKgVs"
1422
+ "@id": "excretaLiquidFishCrustaceansKgVs"
1423
1423
  },
1424
1424
  {
1425
1425
  "@type": "Term",
1426
- "@id": "excretaTurkeysKgVs"
1426
+ "@id": "excretaDucksKgVs"
1427
1427
  },
1428
1428
  {
1429
1429
  "@type": "Term",
1430
- "@id": "excretaRabbitsKgVs"
1430
+ "@id": "excretaCamelsKgVs"
1431
1431
  },
1432
1432
  {
1433
1433
  "@type": "Term",
1434
- "@id": "excretaInsectsKgVs"
1434
+ "@id": "excretaPigsKgVs"
1435
1435
  },
1436
1436
  {
1437
1437
  "@type": "Term",
1438
- "@id": "excretaSolidFishCrustaceansKgVs"
1438
+ "@id": "excretaBuffaloKgVs"
1439
1439
  },
1440
1440
  {
1441
1441
  "@type": "Term",
1442
- "@id": "excretaDucksKgVs"
1442
+ "@id": "processedExcretaKgVs"
1443
1443
  },
1444
1444
  {
1445
1445
  "@type": "Term",
1446
- "@id": "excretaCamelsKgVs"
1446
+ "@id": "excretaHorsesMulesAndAssesKgVs"
1447
1447
  },
1448
1448
  {
1449
1449
  "@type": "Term",
1450
- "@id": "excretaPigsKgVs"
1450
+ "@id": "excretaTurkeysKgVs"
1451
1451
  },
1452
1452
  {
1453
1453
  "@type": "Term",
@@ -1494,7 +1494,7 @@
1494
1494
  "@type": "Term",
1495
1495
  "name": "Generic crop, seed",
1496
1496
  "@id": "genericCropSeed",
1497
- "_score": 25.790089
1497
+ "_score": 25.96846
1498
1498
  }
1499
1499
  ]
1500
1500
  },
@@ -1644,6 +1644,150 @@
1644
1644
  }
1645
1645
  ]
1646
1646
  },
1647
+ {
1648
+ "name": "get_land_cover_siteTypes",
1649
+ "query": {
1650
+ "bool": {
1651
+ "must": [
1652
+ {
1653
+ "match": {
1654
+ "@type": "Term"
1655
+ }
1656
+ },
1657
+ {
1658
+ "match": {
1659
+ "termType": "landCover"
1660
+ }
1661
+ }
1662
+ ],
1663
+ "should": [
1664
+ {
1665
+ "match": {
1666
+ "name": "agri-food processor"
1667
+ }
1668
+ },
1669
+ {
1670
+ "match": {
1671
+ "name": "animal housing"
1672
+ }
1673
+ },
1674
+ {
1675
+ "match": {
1676
+ "name": "cropland"
1677
+ }
1678
+ },
1679
+ {
1680
+ "match": {
1681
+ "name": "food retailer"
1682
+ }
1683
+ },
1684
+ {
1685
+ "match": {
1686
+ "name": "forest"
1687
+ }
1688
+ },
1689
+ {
1690
+ "match": {
1691
+ "name": "glass or high accessible cover"
1692
+ }
1693
+ },
1694
+ {
1695
+ "match": {
1696
+ "name": "lake"
1697
+ }
1698
+ },
1699
+ {
1700
+ "match": {
1701
+ "name": "other natural vegetation"
1702
+ }
1703
+ },
1704
+ {
1705
+ "match": {
1706
+ "name": "permanent pasture"
1707
+ }
1708
+ },
1709
+ {
1710
+ "match": {
1711
+ "name": "pond"
1712
+ }
1713
+ },
1714
+ {
1715
+ "match": {
1716
+ "name": "river or stream"
1717
+ }
1718
+ },
1719
+ {
1720
+ "match": {
1721
+ "name": "sea or ocean"
1722
+ }
1723
+ }
1724
+ ],
1725
+ "minimum_should_match": 1
1726
+ }
1727
+ },
1728
+ "results": [
1729
+ {
1730
+ "@type": "Term",
1731
+ "name": "Glass or high accessible cover",
1732
+ "@id": "glassOrHighAccessibleCover",
1733
+ "_score": 60.694187
1734
+ },
1735
+ {
1736
+ "@type": "Term",
1737
+ "name": "River or stream",
1738
+ "@id": "riverOrStream",
1739
+ "_score": 50.0667
1740
+ },
1741
+ {
1742
+ "@type": "Term",
1743
+ "name": "Other natural vegetation",
1744
+ "@id": "otherNaturalVegetation",
1745
+ "_score": 40.722
1746
+ },
1747
+ {
1748
+ "@type": "Term",
1749
+ "name": "Natural forest",
1750
+ "@id": "naturalForest",
1751
+ "_score": 31.25247
1752
+ },
1753
+ {
1754
+ "@type": "Term",
1755
+ "name": "Permanent pasture",
1756
+ "@id": "permanentPasture",
1757
+ "_score": 27.857792
1758
+ },
1759
+ {
1760
+ "@type": "Term",
1761
+ "name": "Animal housing",
1762
+ "@id": "animalHousing",
1763
+ "_score": 26.769756
1764
+ },
1765
+ {
1766
+ "@type": "Term",
1767
+ "name": "Root or tuber crop plant",
1768
+ "@id": "rootOrTuberCropPlant",
1769
+ "_score": 24.781918
1770
+ },
1771
+ {
1772
+ "@type": "Term",
1773
+ "name": "High intensity grazing pasture",
1774
+ "@id": "highIntensityGrazingPasture",
1775
+ "_score": 23.502651
1776
+ },
1777
+ {
1778
+ "@type": "Term",
1779
+ "name": "Permanent cropland",
1780
+ "@id": "permanentCropland",
1781
+ "_score": 20.467478
1782
+ },
1783
+ {
1784
+ "@type": "Term",
1785
+ "name": "Forest",
1786
+ "@id": "forest",
1787
+ "_score": 19.942879
1788
+ }
1789
+ ]
1790
+ },
1647
1791
  {
1648
1792
  "name": "get_liquid_fuel_terms",
1649
1793
  "query": {