hestia-earth-models 0.64.11__py3-none-any.whl → 0.64.13__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 (196) hide show
  1. hestia_earth/models/aware/scarcityWeightedWaterUse.py +1 -1
  2. hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandOccupation.py +1 -1
  3. hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsLandTransformation.py +1 -1
  4. hestia_earth/models/chaudharyBrooks2018/damageToTerrestrialEcosystemsTotalLandUseEffects.py +3 -2
  5. hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +2 -2
  6. hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +2 -2
  7. hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +2 -2
  8. hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +2 -2
  9. hestia_earth/models/cycle/completeness/seed.py +6 -4
  10. hestia_earth/models/cycle/concentrateFeed.py +36 -19
  11. hestia_earth/models/cycle/endDate.py +10 -1
  12. hestia_earth/models/cycle/milkYield.py +6 -5
  13. hestia_earth/models/cycle/startDate.py +6 -4
  14. hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
  15. hestia_earth/models/emissionNotRelevant/__init__.py +3 -2
  16. hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +2 -3
  17. hestia_earth/models/faostat2018/utils.py +72 -12
  18. hestia_earth/models/hestia/__init__.py +13 -0
  19. hestia_earth/models/hestia/landCover.py +727 -0
  20. hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
  21. hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
  22. hestia_earth/models/ipcc2019/aboveGroundBiomass.py +4 -8
  23. hestia_earth/models/ipcc2019/animal/fatContent.py +1 -1
  24. hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +91 -0
  25. hestia_earth/models/ipcc2019/animal/trueProteinContent.py +1 -1
  26. hestia_earth/models/ipcc2019/animal/utils.py +17 -12
  27. hestia_earth/models/ipcc2019/belowGroundBiomass.py +4 -8
  28. hestia_earth/models/ipcc2019/biomass_utils.py +11 -0
  29. hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +1 -1
  30. hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +8 -4
  31. hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +7 -3
  32. hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +52 -6
  33. hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +7 -3
  34. hestia_earth/models/ipcc2019/n2OToAirExcretaDirect.py +14 -9
  35. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +9 -3
  36. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +1 -2
  37. hestia_earth/models/koble2014/aboveGroundCropResidue.py +5 -1
  38. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  39. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  40. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  41. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealth.py +2 -2
  42. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  43. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  44. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  45. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  46. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  47. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsPdfYear.py +2 -2
  48. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  49. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  50. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  51. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  52. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  53. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  54. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealth.py +2 -2
  55. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  56. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  57. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  58. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  59. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  60. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsPdfYear.py +2 -2
  61. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  62. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  63. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  64. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  65. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  66. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealth.py +2 -2
  67. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  68. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  69. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  70. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  71. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  72. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsPdfYear.py +2 -2
  73. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  74. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  75. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  76. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +2 -3
  77. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsPdfYear.py +2 -2
  78. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealth.py +2 -2
  79. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  80. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +2 -3
  81. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +2 -3
  82. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  83. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +2 -3
  84. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsPdfYear.py +2 -2
  85. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  86. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPdfYear.py +2 -2
  87. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +2 -3
  88. hestia_earth/models/linkedImpactAssessment/emissions.py +3 -0
  89. hestia_earth/models/log.py +4 -3
  90. hestia_earth/models/mocking/search-results.json +575 -575
  91. hestia_earth/models/pooreNemecek2018/excretaKgN.py +4 -4
  92. hestia_earth/models/pooreNemecek2018/excretaKgVs.py +4 -4
  93. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +1 -1
  94. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +1 -1
  95. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +1 -1
  96. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +1 -1
  97. hestia_earth/models/pooreNemecek2018/{saplings.py → saplingsDepreciatedAmountPerCycle.py} +1 -1
  98. hestia_earth/models/pooreNemecek2018/utils.py +7 -1
  99. hestia_earth/models/recipe2016Egalitarian/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
  100. hestia_earth/models/recipe2016Egalitarian/damageToHumanHealth.py +2 -2
  101. hestia_earth/models/recipe2016Egalitarian/damageToMarineEcosystemsSpeciesYear.py +2 -2
  102. hestia_earth/models/recipe2016Egalitarian/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
  103. hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  104. hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
  105. hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +2 -3
  106. hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +2 -3
  107. hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  108. hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +2 -2
  109. hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +2 -2
  110. hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +2 -2
  111. hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
  112. hestia_earth/models/recipe2016Hierarchist/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
  113. hestia_earth/models/recipe2016Hierarchist/damageToHumanHealth.py +2 -2
  114. hestia_earth/models/recipe2016Hierarchist/damageToMarineEcosystemsSpeciesYear.py +2 -2
  115. hestia_earth/models/recipe2016Hierarchist/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
  116. hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  117. hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
  118. hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +2 -3
  119. hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +2 -3
  120. hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  121. hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +2 -2
  122. hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +2 -2
  123. hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +2 -2
  124. hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
  125. hestia_earth/models/recipe2016Individualist/damageToFreshwaterEcosystemsSpeciesYear.py +2 -2
  126. hestia_earth/models/recipe2016Individualist/damageToHumanHealth.py +2 -2
  127. hestia_earth/models/recipe2016Individualist/damageToMarineEcosystemsSpeciesYear.py +2 -2
  128. hestia_earth/models/recipe2016Individualist/damageToTerrestrialEcosystemsSpeciesYear.py +2 -2
  129. hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  130. hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
  131. hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +2 -3
  132. hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +2 -3
  133. hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +2 -3
  134. hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +2 -2
  135. hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +2 -2
  136. hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +2 -2
  137. hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +2 -3
  138. hestia_earth/models/site/management.py +142 -144
  139. hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +1 -1
  140. hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +1 -1
  141. hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +1 -1
  142. hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +1 -1
  143. hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +1 -1
  144. hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +1 -1
  145. hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +1 -1
  146. hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +1 -1
  147. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +1 -1
  148. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +1 -1
  149. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +1 -1
  150. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +1 -1
  151. hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +2 -3
  152. hestia_earth/models/utils/__init__.py +4 -1
  153. hestia_earth/models/utils/blank_node.py +34 -14
  154. hestia_earth/models/utils/emission.py +1 -8
  155. hestia_earth/models/utils/lookup.py +2 -1
  156. hestia_earth/models/utils/management.py +11 -0
  157. hestia_earth/models/utils/pesticideAI.py +11 -17
  158. hestia_earth/models/utils/term.py +2 -1
  159. hestia_earth/models/version.py +1 -1
  160. {hestia_earth_models-0.64.11.dist-info → hestia_earth_models-0.64.13.dist-info}/METADATA +4 -4
  161. {hestia_earth_models-0.64.11.dist-info → hestia_earth_models-0.64.13.dist-info}/RECORD +192 -188
  162. {hestia_earth_models-0.64.11.dist-info → hestia_earth_models-0.64.13.dist-info}/WHEEL +1 -1
  163. tests/models/cycle/completeness/test_seed.py +1 -1
  164. tests/models/cycle/test_endDate.py +18 -2
  165. tests/models/cycle/test_startDate.py +21 -3
  166. tests/models/faostat2018/test_faostat_utils.py +84 -0
  167. tests/models/hestia/__init__.py +0 -0
  168. tests/models/hestia/test_landCover.py +210 -0
  169. tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +21 -0
  170. tests/models/ipcc2019/test_aboveGroundBiomass.py +2 -1
  171. tests/models/ipcc2019/test_belowGroundBiomass.py +2 -1
  172. tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +4 -3
  173. tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +3 -3
  174. tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +49 -2
  175. tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +12 -0
  176. tests/models/ipcc2019/test_organicCarbonPerHa.py +1 -0
  177. tests/models/koble2014/test_aboveGroundCropResidue.py +13 -0
  178. tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +3 -2
  179. tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +3 -2
  180. tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +3 -2
  181. tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +3 -2
  182. tests/models/pooreNemecek2018/{test_saplings.py → test_saplingsDepreciatedAmountPerCycle.py} +1 -1
  183. tests/models/site/test_management.py +18 -151
  184. tests/models/utils/test_blank_node.py +57 -1
  185. tests/models/utils/test_emission.py +1 -6
  186. tests/models/utils/test_site.py +33 -2
  187. tests/models/pooreNemecek2018/test_no3ToGroundwaterSoilFlux.py +0 -90
  188. tests/models/stehfestBouwman2006/test_n2OToAirSoilFlux.py +0 -41
  189. tests/models/stehfestBouwman2006/test_noxToAirSoilFlux.py +0 -40
  190. tests/models/stehfestBouwman2006GisImplementation/test_noxToAirSoilFlux.py +0 -33
  191. /hestia_earth/models/pooreNemecek2018/{no3ToGroundwaterSoilFlux.py → no3ToGroundwaterSoilFlux_utils.py} +0 -0
  192. /hestia_earth/models/stehfestBouwman2006/{n2OToAirSoilFlux.py → n2OToAirSoilFlux_utils.py} +0 -0
  193. /hestia_earth/models/stehfestBouwman2006/{noxToAirSoilFlux.py → noxToAirSoilFlux_utils.py} +0 -0
  194. /hestia_earth/models/stehfestBouwman2006GisImplementation/{noxToAirSoilFlux.py → noxToAirSoilFlux_utils.py} +0 -0
  195. {hestia_earth_models-0.64.11.dist-info → hestia_earth_models-0.64.13.dist-info}/LICENSE +0 -0
  196. {hestia_earth_models-0.64.11.dist-info → hestia_earth_models-0.64.13.dist-info}/top_level.txt +0 -0
@@ -7,939 +7,939 @@
7
7
  "results": [
8
8
  {
9
9
  "@type": "Term",
10
- "@id": "nh3ToAirAquacultureSystems"
10
+ "@id": "tspToAirInputsProduction"
11
11
  },
12
12
  {
13
13
  "@type": "Term",
14
- "@id": "n2OToAirInorganicFertiliserIndirect"
14
+ "@id": "pErosionSoilFlux"
15
15
  },
16
16
  {
17
17
  "@type": "Term",
18
- "@id": "noToAirCropResidueDecomposition"
18
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
19
19
  },
20
20
  {
21
21
  "@type": "Term",
22
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
22
+ "@id": "halothaneToAirIndustrialProcesses"
23
23
  },
24
24
  {
25
25
  "@type": "Term",
26
- "@id": "nh4ToGroundwaterInputsProduction"
26
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
27
27
  },
28
28
  {
29
29
  "@type": "Term",
30
- "@id": "nh3ToAirExcreta"
30
+ "@id": "no3ToGroundwaterInputsProduction"
31
31
  },
32
32
  {
33
33
  "@type": "Term",
34
- "@id": "po43ToGroundwaterOrganicFertiliser"
34
+ "@id": "pesticideToHarvestedCropPesticideApplication"
35
35
  },
36
36
  {
37
37
  "@type": "Term",
38
- "@id": "po43ToGroundwaterSoilFlux"
38
+ "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
39
39
  },
40
40
  {
41
41
  "@type": "Term",
42
- "@id": "nh3ToAirInorganicFertiliser"
42
+ "@id": "112TrichloroethaneToAirInputsProduction"
43
43
  },
44
44
  {
45
45
  "@type": "Term",
46
- "@id": "nToSurfaceWaterIndustrialProcesses"
46
+ "@id": "blackCarbonToAirIndustrialProcesses"
47
47
  },
48
48
  {
49
49
  "@type": "Term",
50
- "@id": "no3ToSurfaceWaterAquacultureSystems"
50
+ "@id": "tspToAirIndustrialProcesses"
51
51
  },
52
52
  {
53
53
  "@type": "Term",
54
- "@id": "noxToAirSoilFlux"
54
+ "@id": "nh3ToAirSoilFlux"
55
55
  },
56
56
  {
57
57
  "@type": "Term",
58
- "@id": "nh3ToAirCropResidueBurning"
58
+ "@id": "chloromethaneToAirIndustrialProcesses"
59
59
  },
60
60
  {
61
61
  "@type": "Term",
62
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
62
+ "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
63
63
  },
64
64
  {
65
65
  "@type": "Term",
66
- "@id": "noxToAirWasteTreatment"
66
+ "@id": "nmvocToAirSilageFeeding"
67
67
  },
68
68
  {
69
69
  "@type": "Term",
70
- "@id": "co2ToAirNaturalVegetationBurning"
70
+ "@id": "tspToAirFuelCombustion"
71
71
  },
72
72
  {
73
73
  "@type": "Term",
74
- "@id": "pToSurfaceWaterInputsProduction"
74
+ "@id": "pm10ToAirAnimalHousing"
75
75
  },
76
76
  {
77
77
  "@type": "Term",
78
- "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
78
+ "@id": "noxToAirInputsProduction"
79
79
  },
80
80
  {
81
81
  "@type": "Term",
82
- "@id": "pm0225ToAirInputsProduction"
82
+ "@id": "pm0225ToAirIndustrialProcesses"
83
83
  },
84
84
  {
85
85
  "@type": "Term",
86
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
86
+ "@id": "pToSurfaceWaterAquacultureSystems"
87
87
  },
88
88
  {
89
89
  "@type": "Term",
90
- "@id": "n2OToAirFuelCombustionIndirect"
90
+ "@id": "n2OToAirInorganicFertiliserDirect"
91
91
  },
92
92
  {
93
93
  "@type": "Term",
94
- "@id": "noxToAirIndustrialProcesses"
94
+ "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
95
95
  },
96
96
  {
97
97
  "@type": "Term",
98
- "@id": "tefluraneToAirIndustrialProcesses"
98
+ "@id": "nToSurfaceWaterExcreta"
99
99
  },
100
100
  {
101
101
  "@type": "Term",
102
- "@id": "n2OToAirOrganicSoilBurningDirect"
102
+ "@id": "no3ToGroundwaterOrganicFertiliser"
103
103
  },
104
104
  {
105
105
  "@type": "Term",
106
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
106
+ "@id": "pm10ToAirInputsProduction"
107
107
  },
108
108
  {
109
109
  "@type": "Term",
110
- "@id": "codToWaterInputsProduction"
110
+ "@id": "blackCarbonToAirFuelCombustion"
111
111
  },
112
112
  {
113
113
  "@type": "Term",
114
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
114
+ "@id": "nf3ToAirInputsProduction"
115
115
  },
116
116
  {
117
117
  "@type": "Term",
118
- "@id": "ch4ToAirAquacultureSystems"
118
+ "@id": "hexaneToAirInputsProduction"
119
119
  },
120
120
  {
121
121
  "@type": "Term",
122
- "@id": "ch4ToAirOrganicSoilBurning"
122
+ "@id": "co2ToAirCropResidueDecomposition"
123
123
  },
124
124
  {
125
125
  "@type": "Term",
126
- "@id": "h2SToAirIndustrialProcesses"
126
+ "@id": "po43ToGroundwaterInputsProduction"
127
127
  },
128
128
  {
129
129
  "@type": "Term",
130
- "@id": "co2ToAirLimeHydrolysis"
130
+ "@id": "noxToAirOrganicSoilBurning"
131
131
  },
132
132
  {
133
133
  "@type": "Term",
134
- "@id": "n2OToAirAquacultureSystemsIndirect"
134
+ "@id": "nmvocToAirWasteTreatment"
135
135
  },
136
136
  {
137
137
  "@type": "Term",
138
- "@id": "ionisingCompoundsToWaterInputsProduction"
138
+ "@id": "n2OToAirOrganicFertiliserDirect"
139
139
  },
140
140
  {
141
141
  "@type": "Term",
142
- "@id": "coToAirIndustrialProcesses"
142
+ "@id": "nh3ToAirOrganicFertiliser"
143
143
  },
144
144
  {
145
145
  "@type": "Term",
146
- "@id": "n2OToAirCropResidueBurningDirect"
146
+ "@id": "h2SToAirInputsProduction"
147
147
  },
148
148
  {
149
149
  "@type": "Term",
150
- "@id": "h2SToAirWasteTreatment"
150
+ "@id": "noxToAirExcreta"
151
151
  },
152
152
  {
153
153
  "@type": "Term",
154
- "@id": "ch4ToAirCropResidueBurning"
154
+ "@id": "co2ToAirWasteTreatment"
155
155
  },
156
156
  {
157
157
  "@type": "Term",
158
- "@id": "co2ToAirOrganicSoilBurning"
158
+ "@id": "n2OToAirExcretaIndirect"
159
159
  },
160
160
  {
161
161
  "@type": "Term",
162
- "@id": "ch4ToAirNaturalVegetationBurning"
162
+ "@id": "pToGroundwaterInputsProduction"
163
163
  },
164
164
  {
165
165
  "@type": "Term",
166
- "@id": "co2ToAirInputsProduction"
166
+ "@id": "nh3ToAirWasteTreatment"
167
167
  },
168
168
  {
169
169
  "@type": "Term",
170
- "@id": "bromofluoroformToAirInputsProduction"
170
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
171
171
  },
172
172
  {
173
173
  "@type": "Term",
174
- "@id": "nitriteToWaterInputsProduction"
174
+ "@id": "nh4ToSurfaceWaterInputsProduction"
175
175
  },
176
176
  {
177
177
  "@type": "Term",
178
- "@id": "po43ToGroundwaterIndustrialProcesses"
178
+ "@id": "pesticideToSoilInputsProduction"
179
179
  },
180
180
  {
181
181
  "@type": "Term",
182
- "@id": "n2OToAirOrganicFertiliserIndirect"
182
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
183
183
  },
184
184
  {
185
185
  "@type": "Term",
186
- "@id": "soxToAirFuelCombustion"
186
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
187
187
  },
188
188
  {
189
189
  "@type": "Term",
190
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
190
+ "@id": "bromodifluoromethaneToAirIndustrialProcesses"
191
191
  },
192
192
  {
193
193
  "@type": "Term",
194
- "@id": "noToAirCropResidueBurning"
194
+ "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
195
195
  },
196
196
  {
197
197
  "@type": "Term",
198
- "@id": "halothaneToAirInputsProduction"
198
+ "@id": "nh4ToGroundwaterSoilFlux"
199
199
  },
200
200
  {
201
201
  "@type": "Term",
202
- "@id": "nmvocToAirInputsProduction"
202
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
203
203
  },
204
204
  {
205
205
  "@type": "Term",
206
- "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
206
+ "@id": "soxToAirInputsProduction"
207
207
  },
208
208
  {
209
209
  "@type": "Term",
210
- "@id": "bromofluoroformToAirIndustrialProcesses"
210
+ "@id": "no3ToSurfaceWaterInputsProduction"
211
211
  },
212
212
  {
213
213
  "@type": "Term",
214
- "@id": "n2OToAirWasteTreatmentDirect"
214
+ "@id": "pm25ToAirCropResidueBurning"
215
215
  },
216
216
  {
217
217
  "@type": "Term",
218
- "@id": "carbonTetrachlorideToAirIndustrialProcesses"
218
+ "@id": "ch4ToAirEntericFermentation"
219
219
  },
220
220
  {
221
221
  "@type": "Term",
222
- "@id": "pToDrainageWaterInputsProduction"
222
+ "@id": "co2ToAirFuelCombustion"
223
223
  },
224
224
  {
225
225
  "@type": "Term",
226
- "@id": "pm25ToAirIndustrialProcesses"
226
+ "@id": "ch4ToAirReservoirs"
227
227
  },
228
228
  {
229
229
  "@type": "Term",
230
- "@id": "pm25ToAirInputsProduction"
230
+ "@id": "ch4ToAirInputsProductionNonFossil"
231
231
  },
232
232
  {
233
233
  "@type": "Term",
234
- "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
234
+ "@id": "co2ToAirOrganicSoilCultivation"
235
235
  },
236
236
  {
237
237
  "@type": "Term",
238
- "@id": "bod5ToWaterIndustrialProcesses"
238
+ "@id": "ch4ToAirCropResidueDecomposition"
239
239
  },
240
240
  {
241
241
  "@type": "Term",
242
- "@id": "noToAirInputsProduction"
242
+ "@id": "ch4ToAirFloodedRice"
243
243
  },
244
244
  {
245
245
  "@type": "Term",
246
- "@id": "bromodifluoromethaneToAirInputsProduction"
246
+ "@id": "ch4ToAirInputsProductionFossil"
247
247
  },
248
248
  {
249
249
  "@type": "Term",
250
- "@id": "pm10ToAirCropResidueBurning"
250
+ "@id": "n2ToAirCropResidueDecomposition"
251
251
  },
252
252
  {
253
253
  "@type": "Term",
254
- "@id": "nErosionInputsProduction"
254
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
255
255
  },
256
256
  {
257
257
  "@type": "Term",
258
- "@id": "hydroxylamineToAirIndustrialProcesses"
258
+ "@id": "n2ToAirInorganicFertiliser"
259
259
  },
260
260
  {
261
261
  "@type": "Term",
262
- "@id": "so3ToAirInputsProduction"
262
+ "@id": "pToDrainageWaterIndustrialProcesses"
263
263
  },
264
264
  {
265
265
  "@type": "Term",
266
- "@id": "so2ToAirCropResidueBurning"
266
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
267
267
  },
268
268
  {
269
269
  "@type": "Term",
270
- "@id": "pErosionInputsProduction"
270
+ "@id": "nh3ToAirAquacultureSystems"
271
271
  },
272
272
  {
273
273
  "@type": "Term",
274
- "@id": "pm25ToAirFuelCombustion"
274
+ "@id": "n2OToAirInorganicFertiliserIndirect"
275
275
  },
276
276
  {
277
277
  "@type": "Term",
278
- "@id": "112TrichloroethaneToAirIndustrialProcesses"
278
+ "@id": "noToAirCropResidueDecomposition"
279
279
  },
280
280
  {
281
281
  "@type": "Term",
282
- "@id": "pm02ToAirIndustrialProcesses"
282
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
283
283
  },
284
284
  {
285
285
  "@type": "Term",
286
- "@id": "nh4ToAirIndustrialProcesses"
286
+ "@id": "nh4ToGroundwaterInputsProduction"
287
287
  },
288
288
  {
289
289
  "@type": "Term",
290
- "@id": "hexaneToAirIndustrialProcesses"
290
+ "@id": "nh3ToAirExcreta"
291
291
  },
292
292
  {
293
293
  "@type": "Term",
294
- "@id": "so2ToAirInputsProduction"
294
+ "@id": "po43ToGroundwaterOrganicFertiliser"
295
295
  },
296
296
  {
297
297
  "@type": "Term",
298
- "@id": "soxToAirCropResidueBurning"
298
+ "@id": "po43ToGroundwaterSoilFlux"
299
299
  },
300
300
  {
301
301
  "@type": "Term",
302
- "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
302
+ "@id": "nh3ToAirInorganicFertiliser"
303
303
  },
304
304
  {
305
305
  "@type": "Term",
306
- "@id": "chloropentafluoroethaneToAirInputsProduction"
306
+ "@id": "nToSurfaceWaterIndustrialProcesses"
307
307
  },
308
308
  {
309
309
  "@type": "Term",
310
- "@id": "po43ToSurfaceWaterInputsProduction"
310
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
311
311
  },
312
312
  {
313
313
  "@type": "Term",
314
- "@id": "nitriteToAirInputsProduction"
314
+ "@id": "noxToAirSoilFlux"
315
315
  },
316
316
  {
317
317
  "@type": "Term",
318
- "@id": "pm25ToAirAnimalHousing"
318
+ "@id": "nh3ToAirCropResidueBurning"
319
319
  },
320
320
  {
321
321
  "@type": "Term",
322
- "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
322
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
323
323
  },
324
324
  {
325
325
  "@type": "Term",
326
- "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
326
+ "@id": "noxToAirWasteTreatment"
327
327
  },
328
328
  {
329
329
  "@type": "Term",
330
- "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
330
+ "@id": "co2ToAirNaturalVegetationBurning"
331
331
  },
332
332
  {
333
333
  "@type": "Term",
334
- "@id": "po43ToSurfaceWaterSoilFlux"
334
+ "@id": "pToSurfaceWaterInputsProduction"
335
335
  },
336
336
  {
337
337
  "@type": "Term",
338
- "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
338
+ "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
339
339
  },
340
340
  {
341
341
  "@type": "Term",
342
- "@id": "noToAirWasteTreatment"
342
+ "@id": "pm0225ToAirInputsProduction"
343
343
  },
344
344
  {
345
345
  "@type": "Term",
346
- "@id": "nmvocToAirAnimalHousing"
346
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
347
347
  },
348
348
  {
349
349
  "@type": "Term",
350
- "@id": "pesticideToWaterPesticideApplication"
350
+ "@id": "n2OToAirFuelCombustionIndirect"
351
351
  },
352
352
  {
353
353
  "@type": "Term",
354
- "@id": "so2ToAirIndustrialProcesses"
354
+ "@id": "noxToAirIndustrialProcesses"
355
355
  },
356
356
  {
357
357
  "@type": "Term",
358
- "@id": "no3ToAirIndustrialProcesses"
358
+ "@id": "tefluraneToAirIndustrialProcesses"
359
359
  },
360
360
  {
361
361
  "@type": "Term",
362
- "@id": "pesticideToWaterInputsProduction"
362
+ "@id": "n2OToAirOrganicSoilBurningDirect"
363
363
  },
364
364
  {
365
365
  "@type": "Term",
366
- "@id": "nmvocToAirExcreta"
366
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
367
367
  },
368
368
  {
369
369
  "@type": "Term",
370
- "@id": "nmvocToAirSilageStorage"
370
+ "@id": "codToWaterInputsProduction"
371
371
  },
372
372
  {
373
373
  "@type": "Term",
374
- "@id": "n2OToAirCropResidueDecompositionDirect"
374
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
375
375
  },
376
376
  {
377
377
  "@type": "Term",
378
- "@id": "so3ToAirIndustrialProcesses"
378
+ "@id": "ch4ToAirAquacultureSystems"
379
379
  },
380
380
  {
381
381
  "@type": "Term",
382
- "@id": "pesticideToHarvestedCropInputsProduction"
382
+ "@id": "ch4ToAirOrganicSoilBurning"
383
383
  },
384
384
  {
385
385
  "@type": "Term",
386
- "@id": "nh4ToGroundwaterOrganicFertiliser"
386
+ "@id": "h2SToAirIndustrialProcesses"
387
387
  },
388
388
  {
389
389
  "@type": "Term",
390
- "@id": "pToGroundwaterSoilFlux"
390
+ "@id": "co2ToAirLimeHydrolysis"
391
391
  },
392
392
  {
393
393
  "@type": "Term",
394
- "@id": "dibromodifluoromethaneToAirInputsProduction"
394
+ "@id": "n2OToAirAquacultureSystemsIndirect"
395
395
  },
396
396
  {
397
397
  "@type": "Term",
398
- "@id": "noxToAirInorganicFertiliser"
398
+ "@id": "ionisingCompoundsToWaterInputsProduction"
399
399
  },
400
400
  {
401
401
  "@type": "Term",
402
- "@id": "bromomethaneToAirIndustrialProcesses"
402
+ "@id": "coToAirIndustrialProcesses"
403
403
  },
404
404
  {
405
405
  "@type": "Term",
406
- "@id": "bromomethaneToAirInputsProduction"
406
+ "@id": "n2OToAirCropResidueBurningDirect"
407
407
  },
408
408
  {
409
409
  "@type": "Term",
410
- "@id": "pToSurfaceWaterSoilFlux"
410
+ "@id": "h2SToAirWasteTreatment"
411
411
  },
412
412
  {
413
413
  "@type": "Term",
414
- "@id": "nh3ToAirInputsProduction"
414
+ "@id": "ch4ToAirCropResidueBurning"
415
415
  },
416
416
  {
417
417
  "@type": "Term",
418
- "@id": "noxToAirFuelCombustion"
418
+ "@id": "co2ToAirOrganicSoilBurning"
419
419
  },
420
420
  {
421
421
  "@type": "Term",
422
- "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
422
+ "@id": "ch4ToAirNaturalVegetationBurning"
423
423
  },
424
424
  {
425
425
  "@type": "Term",
426
- "@id": "ch4ToAirIndustrialProcessesNonFossil"
426
+ "@id": "co2ToAirInputsProduction"
427
427
  },
428
428
  {
429
429
  "@type": "Term",
430
- "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
430
+ "@id": "bromofluoroformToAirInputsProduction"
431
431
  },
432
432
  {
433
433
  "@type": "Term",
434
- "@id": "co2ToAirSoilFlux"
434
+ "@id": "nitriteToWaterInputsProduction"
435
435
  },
436
436
  {
437
437
  "@type": "Term",
438
- "@id": "n2ToAirOrganicFertiliser"
438
+ "@id": "po43ToGroundwaterIndustrialProcesses"
439
439
  },
440
440
  {
441
441
  "@type": "Term",
442
- "@id": "ch4ToAirOrganicSoilCultivation"
442
+ "@id": "n2OToAirOrganicFertiliserIndirect"
443
443
  },
444
444
  {
445
445
  "@type": "Term",
446
- "@id": "ch4ToAirWasteTreatment"
446
+ "@id": "soxToAirFuelCombustion"
447
447
  },
448
448
  {
449
449
  "@type": "Term",
450
- "@id": "ch4ToAirFuelCombustion"
450
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
451
451
  },
452
452
  {
453
453
  "@type": "Term",
454
- "@id": "n2ToAirExcreta"
454
+ "@id": "noToAirCropResidueBurning"
455
455
  },
456
456
  {
457
457
  "@type": "Term",
458
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
458
+ "@id": "halothaneToAirInputsProduction"
459
459
  },
460
460
  {
461
461
  "@type": "Term",
462
- "@id": "n2OToAirCropResidueBurningIndirect"
462
+ "@id": "nmvocToAirInputsProduction"
463
463
  },
464
464
  {
465
465
  "@type": "Term",
466
- "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
466
+ "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
467
467
  },
468
468
  {
469
469
  "@type": "Term",
470
- "@id": "nh3ToAirFuelCombustion"
470
+ "@id": "bromofluoroformToAirIndustrialProcesses"
471
471
  },
472
472
  {
473
473
  "@type": "Term",
474
- "@id": "noToAirSoilFlux"
474
+ "@id": "n2OToAirWasteTreatmentDirect"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
478
- "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
478
+ "@id": "carbonTetrachlorideToAirIndustrialProcesses"
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "noxToAirOrganicSoilCultivation"
482
+ "@id": "pToDrainageWaterInputsProduction"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "n2OToAirFuelCombustionDirect"
486
+ "@id": "pm25ToAirIndustrialProcesses"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "nh4ToGroundwaterInorganicFertiliser"
490
+ "@id": "pm25ToAirInputsProduction"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "noxToAirCropResidueDecomposition"
494
+ "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "nToSurfaceWaterAquacultureSystems"
498
+ "@id": "bod5ToWaterIndustrialProcesses"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "noToAirAquacultureSystems"
502
+ "@id": "noToAirInputsProduction"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "n2OToAirInputsProduction"
506
+ "@id": "bromodifluoromethaneToAirInputsProduction"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
510
- "@id": "n2OToAirExcretaDirect"
510
+ "@id": "pm10ToAirCropResidueBurning"
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
514
+ "@id": "nErosionInputsProduction"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
518
+ "@id": "hydroxylamineToAirIndustrialProcesses"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "chloromethaneToAirInputsProduction"
522
+ "@id": "so3ToAirInputsProduction"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "n2OToAirIndustrialProcessesDirect"
526
+ "@id": "so2ToAirCropResidueBurning"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "noToAirInorganicFertiliser"
530
+ "@id": "pErosionInputsProduction"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "n2OToAirWasteTreatmentIndirect"
534
+ "@id": "pm25ToAirFuelCombustion"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "trichlorofluoromethaneToAirInputsProduction"
538
+ "@id": "112TrichloroethaneToAirIndustrialProcesses"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
542
+ "@id": "pm02ToAirIndustrialProcesses"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "nitriteToWaterIndustrialProcesses"
546
+ "@id": "nh4ToAirIndustrialProcesses"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "po43ToSurfaceWaterInorganicFertiliser"
550
+ "@id": "hexaneToAirIndustrialProcesses"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "hydroxylamineToAirInputsProduction"
554
+ "@id": "so2ToAirInputsProduction"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "no3ToGroundwaterIndustrialProcesses"
558
+ "@id": "soxToAirCropResidueBurning"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "no3ToGroundwaterInorganicFertiliser"
562
+ "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "pToGroundwaterIndustrialProcesses"
566
+ "@id": "chloropentafluoroethaneToAirInputsProduction"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "bod5ToWaterInputsProduction"
570
+ "@id": "po43ToSurfaceWaterInputsProduction"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "pesticideToAirInputsProduction"
574
+ "@id": "nitriteToAirInputsProduction"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
578
+ "@id": "pm25ToAirAnimalHousing"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "pesticideToSoilPesticideApplication"
582
+ "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
586
+ "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "codToWaterIndustrialProcesses"
590
+ "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "nitriteToAirIndustrialProcesses"
594
+ "@id": "po43ToSurfaceWaterSoilFlux"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "hcfc124ToAirIndustrialProcesses"
598
+ "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "pm10ToAirIndustrialProcesses"
602
+ "@id": "noToAirWasteTreatment"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "sf6ToAirInputsProduction"
606
+ "@id": "nmvocToAirAnimalHousing"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "nf3ToAirIndustrialProcesses"
610
+ "@id": "pesticideToWaterPesticideApplication"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "nh3ToAirCropResidueDecomposition"
614
+ "@id": "so2ToAirIndustrialProcesses"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "dichlorodifluoromethaneToAirInputsProduction"
618
+ "@id": "no3ToAirIndustrialProcesses"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "blackCarbonToAirInputsProduction"
622
+ "@id": "pesticideToWaterInputsProduction"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "bromochlorodifluoromethaneToAirInputsProduction"
626
+ "@id": "nmvocToAirExcreta"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
630
+ "@id": "nmvocToAirSilageStorage"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "nh4ToGroundwaterExcreta"
634
+ "@id": "n2OToAirCropResidueDecompositionDirect"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "nh3ToAirOrganicSoilCultivation"
638
+ "@id": "so3ToAirIndustrialProcesses"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "nToSurfaceWaterSoilFlux"
642
+ "@id": "pesticideToHarvestedCropInputsProduction"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "noToAirExcreta"
646
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "pToDrainageWaterSoilFlux"
650
+ "@id": "pToGroundwaterSoilFlux"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
654
+ "@id": "dibromodifluoromethaneToAirInputsProduction"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "n2OToAirCropResidueDecompositionIndirect"
658
+ "@id": "noxToAirInorganicFertiliser"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "ionisingCompoundsToSaltwaterInputsProduction"
662
+ "@id": "bromomethaneToAirIndustrialProcesses"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "n2ToAirWasteTreatment"
666
+ "@id": "bromomethaneToAirInputsProduction"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "co2ToAirUreaHydrolysis"
670
+ "@id": "pToSurfaceWaterSoilFlux"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
674
+ "@id": "nh3ToAirInputsProduction"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "po43ToGroundwaterInorganicFertiliser"
678
+ "@id": "noxToAirFuelCombustion"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "pm02ToAirInputsProduction"
682
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "tspToAirInputsProduction"
686
+ "@id": "ch4ToAirIndustrialProcessesNonFossil"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "pErosionSoilFlux"
690
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
694
+ "@id": "co2ToAirSoilFlux"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "halothaneToAirIndustrialProcesses"
698
+ "@id": "n2ToAirOrganicFertiliser"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
702
+ "@id": "ch4ToAirOrganicSoilCultivation"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "no3ToGroundwaterInputsProduction"
706
+ "@id": "ch4ToAirWasteTreatment"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "pesticideToHarvestedCropPesticideApplication"
710
+ "@id": "ch4ToAirFuelCombustion"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
714
+ "@id": "n2ToAirExcreta"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "112TrichloroethaneToAirInputsProduction"
718
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "blackCarbonToAirIndustrialProcesses"
722
+ "@id": "n2OToAirCropResidueBurningIndirect"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "tspToAirIndustrialProcesses"
726
+ "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "nh3ToAirSoilFlux"
730
+ "@id": "nh3ToAirFuelCombustion"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "chloromethaneToAirIndustrialProcesses"
734
+ "@id": "noToAirSoilFlux"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
738
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "nmvocToAirSilageFeeding"
742
+ "@id": "noxToAirOrganicSoilCultivation"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "tspToAirFuelCombustion"
746
+ "@id": "n2OToAirFuelCombustionDirect"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "pm10ToAirAnimalHousing"
750
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "noxToAirInputsProduction"
754
+ "@id": "noxToAirCropResidueDecomposition"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "pm0225ToAirIndustrialProcesses"
758
+ "@id": "nToSurfaceWaterAquacultureSystems"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "pToSurfaceWaterAquacultureSystems"
762
+ "@id": "noToAirAquacultureSystems"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "n2OToAirInorganicFertiliserDirect"
766
+ "@id": "n2OToAirInputsProduction"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
770
+ "@id": "n2OToAirExcretaDirect"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "nToSurfaceWaterExcreta"
774
+ "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "no3ToGroundwaterOrganicFertiliser"
778
+ "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "pm10ToAirInputsProduction"
782
+ "@id": "chloromethaneToAirInputsProduction"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "blackCarbonToAirFuelCombustion"
786
+ "@id": "n2OToAirIndustrialProcessesDirect"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "nf3ToAirInputsProduction"
790
+ "@id": "noToAirInorganicFertiliser"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "hexaneToAirInputsProduction"
794
+ "@id": "n2OToAirWasteTreatmentIndirect"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "co2ToAirCropResidueDecomposition"
798
+ "@id": "trichlorofluoromethaneToAirInputsProduction"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "po43ToGroundwaterInputsProduction"
802
+ "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "noxToAirOrganicSoilBurning"
806
+ "@id": "nitriteToWaterIndustrialProcesses"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "nmvocToAirWasteTreatment"
810
+ "@id": "po43ToSurfaceWaterInorganicFertiliser"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "n2OToAirOrganicFertiliserDirect"
814
+ "@id": "hydroxylamineToAirInputsProduction"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "nh3ToAirOrganicFertiliser"
818
+ "@id": "no3ToGroundwaterIndustrialProcesses"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "h2SToAirInputsProduction"
822
+ "@id": "no3ToGroundwaterInorganicFertiliser"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "noxToAirExcreta"
826
+ "@id": "pToGroundwaterIndustrialProcesses"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "co2ToAirWasteTreatment"
830
+ "@id": "bod5ToWaterInputsProduction"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "n2OToAirExcretaIndirect"
834
+ "@id": "pesticideToAirInputsProduction"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "pToGroundwaterInputsProduction"
838
+ "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "nh3ToAirWasteTreatment"
842
+ "@id": "pesticideToSoilPesticideApplication"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "po43ToSurfaceWaterAquacultureSystems"
846
+ "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "nh4ToSurfaceWaterInputsProduction"
850
+ "@id": "codToWaterIndustrialProcesses"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "pesticideToSoilInputsProduction"
854
+ "@id": "nitriteToAirIndustrialProcesses"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
858
+ "@id": "hcfc124ToAirIndustrialProcesses"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
862
+ "@id": "pm10ToAirIndustrialProcesses"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "bromodifluoromethaneToAirIndustrialProcesses"
866
+ "@id": "sf6ToAirInputsProduction"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
870
+ "@id": "nf3ToAirIndustrialProcesses"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "nh4ToGroundwaterSoilFlux"
874
+ "@id": "nh3ToAirCropResidueDecomposition"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "n2OToAirNaturalVegetationBurningDirect"
878
+ "@id": "dichlorodifluoromethaneToAirInputsProduction"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
882
- "@id": "soxToAirInputsProduction"
882
+ "@id": "blackCarbonToAirInputsProduction"
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "no3ToSurfaceWaterInputsProduction"
886
+ "@id": "bromochlorodifluoromethaneToAirInputsProduction"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "pm25ToAirCropResidueBurning"
890
+ "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "ch4ToAirEntericFermentation"
894
+ "@id": "nh4ToGroundwaterExcreta"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "co2ToAirFuelCombustion"
898
+ "@id": "nh3ToAirOrganicSoilCultivation"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "ch4ToAirReservoirs"
902
+ "@id": "nToSurfaceWaterSoilFlux"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "ch4ToAirInputsProductionNonFossil"
906
+ "@id": "noToAirExcreta"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "co2ToAirOrganicSoilCultivation"
910
+ "@id": "pToDrainageWaterSoilFlux"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "ch4ToAirCropResidueDecomposition"
914
+ "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "ch4ToAirFloodedRice"
918
+ "@id": "n2OToAirCropResidueDecompositionIndirect"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "ch4ToAirInputsProductionFossil"
922
+ "@id": "ionisingCompoundsToSaltwaterInputsProduction"
923
923
  },
924
924
  {
925
925
  "@type": "Term",
926
- "@id": "n2ToAirCropResidueDecomposition"
926
+ "@id": "n2ToAirWasteTreatment"
927
927
  },
928
928
  {
929
929
  "@type": "Term",
930
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
930
+ "@id": "co2ToAirUreaHydrolysis"
931
931
  },
932
932
  {
933
933
  "@type": "Term",
934
- "@id": "n2ToAirInorganicFertiliser"
934
+ "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
935
935
  },
936
936
  {
937
937
  "@type": "Term",
938
- "@id": "pToDrainageWaterIndustrialProcesses"
938
+ "@id": "po43ToGroundwaterInorganicFertiliser"
939
939
  },
940
940
  {
941
941
  "@type": "Term",
942
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
942
+ "@id": "pm02ToAirInputsProduction"
943
943
  },
944
944
  {
945
945
  "@type": "Term",
@@ -1292,10 +1292,6 @@
1292
1292
  "termType.keyword": "cropResidueManagement"
1293
1293
  },
1294
1294
  "results": [
1295
- {
1296
- "@type": "Term",
1297
- "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1298
- },
1299
1295
  {
1300
1296
  "@type": "Term",
1301
1297
  "@id": "residueIncorporated"
@@ -1308,6 +1304,10 @@
1308
1304
  "@type": "Term",
1309
1305
  "@id": "residueRemoved"
1310
1306
  },
1307
+ {
1308
+ "@type": "Term",
1309
+ "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1310
+ },
1311
1311
  {
1312
1312
  "@type": "Term",
1313
1313
  "@id": "pastureRenewed"
@@ -1625,18 +1625,6 @@
1625
1625
  "units.keyword": "kg VS"
1626
1626
  },
1627
1627
  "results": [
1628
- {
1629
- "@type": "Term",
1630
- "@id": "excretaRabbitsKgVs"
1631
- },
1632
- {
1633
- "@type": "Term",
1634
- "@id": "excretaInsectsKgVs"
1635
- },
1636
- {
1637
- "@type": "Term",
1638
- "@id": "excretaSolidFishCrustaceansKgVs"
1639
- },
1640
1628
  {
1641
1629
  "@type": "Term",
1642
1630
  "@id": "excretaGeeseKgVs"
@@ -1681,6 +1669,18 @@
1681
1669
  "@type": "Term",
1682
1670
  "@id": "excretaTurkeysKgVs"
1683
1671
  },
1672
+ {
1673
+ "@type": "Term",
1674
+ "@id": "excretaRabbitsKgVs"
1675
+ },
1676
+ {
1677
+ "@type": "Term",
1678
+ "@id": "excretaInsectsKgVs"
1679
+ },
1680
+ {
1681
+ "@type": "Term",
1682
+ "@id": "excretaSolidFishCrustaceansKgVs"
1683
+ },
1684
1684
  {
1685
1685
  "@type": "Term",
1686
1686
  "@id": "excretaSheepKgVs"
@@ -1768,7 +1768,7 @@
1768
1768
  "@type": "Term",
1769
1769
  "name": "Generic crop, seed",
1770
1770
  "@id": "genericCropSeed",
1771
- "_score": 23.686262
1771
+ "_score": 25.337814
1772
1772
  }
1773
1773
  ]
1774
1774
  },
@@ -1874,11 +1874,11 @@
1874
1874
  "results": [
1875
1875
  {
1876
1876
  "@type": "Term",
1877
- "@id": "waterDrainageCanal"
1877
+ "@id": "waterMarine"
1878
1878
  },
1879
1879
  {
1880
1880
  "@type": "Term",
1881
- "@id": "waterMarine"
1881
+ "@id": "waterDrainageCanal"
1882
1882
  },
1883
1883
  {
1884
1884
  "@type": "Term",
@@ -2004,235 +2004,179 @@
2004
2004
  "@type": "Term",
2005
2005
  "name": "Glass or high accessible cover",
2006
2006
  "@id": "glassOrHighAccessibleCover",
2007
- "_score": 57.518745
2007
+ "_score": 57.122215
2008
2008
  },
2009
2009
  {
2010
2010
  "@type": "Term",
2011
2011
  "name": "River or stream",
2012
2012
  "@id": "riverOrStream",
2013
- "_score": 48.467308
2013
+ "_score": 48.488846
2014
2014
  },
2015
2015
  {
2016
2016
  "@type": "Term",
2017
2017
  "name": "Sea or ocean",
2018
2018
  "@id": "seaOrOcean",
2019
- "_score": 48.22682
2019
+ "_score": 48.290203
2020
2020
  },
2021
2021
  {
2022
2022
  "@type": "Term",
2023
2023
  "name": "Other natural vegetation",
2024
2024
  "@id": "otherNaturalVegetation",
2025
- "_score": 40.525997
2025
+ "_score": 40.526592
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
2029
  "name": "Agri-food processor",
2030
2030
  "@id": "agriFoodProcessor",
2031
- "_score": 38.494865
2031
+ "_score": 38.495594
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
2035
2035
  "name": "Food retailer",
2036
2036
  "@id": "foodRetailer",
2037
- "_score": 37.89326
2037
+ "_score": 37.886833
2038
2038
  },
2039
2039
  {
2040
2040
  "@type": "Term",
2041
2041
  "name": "Natural forest",
2042
2042
  "@id": "naturalForest",
2043
- "_score": 31.450487
2043
+ "_score": 31.450823
2044
2044
  },
2045
2045
  {
2046
2046
  "@type": "Term",
2047
2047
  "name": "Permanent pasture",
2048
2048
  "@id": "permanentPasture",
2049
- "_score": 27.814896
2049
+ "_score": 27.815346
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
2053
2053
  "name": "Animal housing",
2054
2054
  "@id": "animalHousing",
2055
- "_score": 25.345835
2055
+ "_score": 25.247963
2056
2056
  },
2057
2057
  {
2058
2058
  "@type": "Term",
2059
2059
  "name": "Root or tuber crop plant",
2060
2060
  "@id": "rootOrTuberCropPlant",
2061
- "_score": 23.67656
2061
+ "_score": 23.685776
2062
2062
  },
2063
2063
  {
2064
2064
  "@type": "Term",
2065
2065
  "name": "High intensity grazing pasture",
2066
2066
  "@id": "highIntensityGrazingPasture",
2067
- "_score": 21.964624
2067
+ "_score": 21.916897
2068
2068
  },
2069
2069
  {
2070
2070
  "@type": "Term",
2071
2071
  "name": "Permanent cropland",
2072
2072
  "@id": "permanentCropland",
2073
- "_score": 20.331585
2073
+ "_score": 20.331917
2074
2074
  },
2075
2075
  {
2076
2076
  "@type": "Term",
2077
2077
  "name": "Forest",
2078
2078
  "@id": "forest",
2079
- "_score": 19.870483
2079
+ "_score": 19.87078
2080
2080
  },
2081
2081
  {
2082
2082
  "@type": "Term",
2083
2083
  "name": "Other land",
2084
2084
  "@id": "otherLand",
2085
- "_score": 18.791811
2085
+ "_score": 18.792095
2086
2086
  },
2087
2087
  {
2088
2088
  "@type": "Term",
2089
2089
  "name": "Pond",
2090
2090
  "@id": "pond",
2091
- "_score": 18.035913
2091
+ "_score": 18.032372
2092
2092
  },
2093
2093
  {
2094
2094
  "@type": "Term",
2095
2095
  "name": "Plantation forest",
2096
2096
  "@id": "plantationForest",
2097
- "_score": 17.494003
2097
+ "_score": 17.129108
2098
2098
  },
2099
2099
  {
2100
2100
  "@type": "Term",
2101
2101
  "name": "Sea kale plant",
2102
2102
  "@id": "seaKalePlant",
2103
- "_score": 16.914745
2103
+ "_score": 16.915018
2104
2104
  },
2105
2105
  {
2106
2106
  "@type": "Term",
2107
2107
  "name": "Lake",
2108
2108
  "@id": "lake",
2109
- "_score": 16.627369
2109
+ "_score": 16.383667
2110
2110
  },
2111
2111
  {
2112
2112
  "@type": "Term",
2113
2113
  "name": "Improved pasture",
2114
2114
  "@id": "improvedPasture",
2115
- "_score": 16.1527
2115
+ "_score": 15.848334
2116
2116
  },
2117
2117
  {
2118
2118
  "@type": "Term",
2119
2119
  "name": "Severely degraded pasture",
2120
2120
  "@id": "severelyDegradedPasture",
2121
- "_score": 15.846884
2121
+ "_score": 15.847085
2122
2122
  },
2123
2123
  {
2124
2124
  "@type": "Term",
2125
2125
  "name": "Native pasture",
2126
2126
  "@id": "nativePasture",
2127
- "_score": 15.789886
2127
+ "_score": 15.788976
2128
2128
  },
2129
2129
  {
2130
2130
  "@type": "Term",
2131
- "name": "River tamarind tree",
2132
- "@id": "riverTamarindTree",
2133
- "_score": 15.23336
2131
+ "name": "Red sea plume alga",
2132
+ "@id": "redSeaPlumeAlga",
2133
+ "_score": 15.155188
2134
2134
  },
2135
2135
  {
2136
2136
  "@type": "Term",
2137
- "name": "Red sea plume alga",
2138
- "@id": "redSeaPlumeAlga",
2139
- "_score": 15.148724
2137
+ "name": "River tamarind tree",
2138
+ "@id": "riverTamarindTree",
2139
+ "_score": 14.972249
2140
2140
  },
2141
2141
  {
2142
2142
  "@type": "Term",
2143
2143
  "name": "Nominally managed pasture",
2144
2144
  "@id": "nominallyManagedPasture",
2145
- "_score": 14.712585
2145
+ "_score": 14.71345
2146
2146
  },
2147
2147
  {
2148
2148
  "@type": "Term",
2149
2149
  "name": "Annual cropland",
2150
2150
  "@id": "annualCropland",
2151
- "_score": 10.076254
2151
+ "_score": 10.076465
2152
2152
  },
2153
2153
  {
2154
2154
  "@type": "Term",
2155
2155
  "name": "Cropland",
2156
2156
  "@id": "cropland",
2157
- "_score": 9.883682
2157
+ "_score": 9.638887
2158
2158
  }
2159
2159
  ]
2160
2160
  },
2161
2161
  {
2162
2162
  "name": "get_land_cover_terms",
2163
2163
  "query": {
2164
- "bool": {
2165
- "must": [
2166
- {
2167
- "match": {
2168
- "@type": "Term"
2169
- }
2170
- },
2171
- {
2172
- "match": {
2173
- "termType": "landCover"
2174
- }
2175
- }
2176
- ]
2177
- }
2178
- },
2179
- "results": [
2180
- {
2181
- "@type": "Term",
2182
- "@id": "blueberryPlant"
2183
- },
2184
- {
2185
- "@type": "Term",
2186
- "@id": "camomilePlant"
2187
- },
2188
- {
2189
- "@type": "Term",
2190
- "@id": "abacaPlant"
2191
- },
2192
- {
2193
- "@type": "Term",
2194
- "@id": "blackberryPlant"
2195
- },
2196
- {
2197
- "@type": "Term",
2198
- "@id": "brazilNutTree"
2199
- },
2200
- {
2201
- "@type": "Term",
2202
- "@id": "artichokePlant"
2203
- },
2204
- {
2205
- "@type": "Term",
2206
- "@id": "breadfruitTree"
2207
- },
2208
- {
2209
- "@type": "Term",
2210
- "@id": "boragePlant"
2211
- },
2212
- {
2213
- "@type": "Term",
2214
- "@id": "celeriacPlant"
2215
- },
2216
- {
2217
- "@type": "Term",
2218
- "@id": "beetPlant"
2219
- },
2220
- {
2221
- "@type": "Term",
2222
- "@id": "aquaticCropPlant"
2223
- },
2224
- {
2225
- "@type": "Term",
2226
- "@id": "aromaticCropPlant"
2227
- },
2228
- {
2229
- "@type": "Term",
2230
- "@id": "blueLupinPlant"
2231
- },
2232
- {
2233
- "@type": "Term",
2234
- "@id": "chineseWaterChestnutPlant"
2235
- },
2164
+ "bool": {
2165
+ "must": [
2166
+ {
2167
+ "match": {
2168
+ "@type": "Term"
2169
+ }
2170
+ },
2171
+ {
2172
+ "match": {
2173
+ "termType": "landCover"
2174
+ }
2175
+ }
2176
+ ]
2177
+ }
2178
+ },
2179
+ "results": [
2236
2180
  {
2237
2181
  "@type": "Term",
2238
2182
  "@id": "okraPlant"
@@ -2299,115 +2243,87 @@
2299
2243
  },
2300
2244
  {
2301
2245
  "@type": "Term",
2302
- "@id": "agriFoodProcessor"
2303
- },
2304
- {
2305
- "@type": "Term",
2306
- "@id": "indianSanburPlant"
2307
- },
2308
- {
2309
- "@type": "Term",
2310
- "@id": "medlarTree"
2311
- },
2312
- {
2313
- "@type": "Term",
2314
- "@id": "egyptianCrowfootGrassPlant"
2315
- },
2316
- {
2317
- "@type": "Term",
2318
- "@id": "kohlrabiPlant"
2319
- },
2320
- {
2321
- "@type": "Term",
2322
- "@id": "cardamomPlant"
2323
- },
2324
- {
2325
- "@type": "Term",
2326
- "@id": "beeBalmPlant"
2327
- },
2328
- {
2329
- "@type": "Term",
2330
- "@id": "springOnionPlant"
2246
+ "@id": "blueberryPlant"
2331
2247
  },
2332
2248
  {
2333
2249
  "@type": "Term",
2334
- "@id": "cranberryPlant"
2250
+ "@id": "abacaPlant"
2335
2251
  },
2336
2252
  {
2337
2253
  "@type": "Term",
2338
- "@id": "peachTree"
2254
+ "@id": "camomilePlant"
2339
2255
  },
2340
2256
  {
2341
2257
  "@type": "Term",
2342
- "@id": "milanjeFingerGrassPlant"
2258
+ "@id": "blackberryPlant"
2343
2259
  },
2344
2260
  {
2345
2261
  "@type": "Term",
2346
- "@id": "chestnutTree"
2262
+ "@id": "brazilNutTree"
2347
2263
  },
2348
2264
  {
2349
2265
  "@type": "Term",
2350
- "@id": "ravennaGrassPlant"
2266
+ "@id": "artichokePlant"
2351
2267
  },
2352
2268
  {
2353
2269
  "@type": "Term",
2354
- "@id": "otherNaturalVegetation"
2270
+ "@id": "breadfruitTree"
2355
2271
  },
2356
2272
  {
2357
2273
  "@type": "Term",
2358
- "@id": "dubiGrassPlant"
2274
+ "@id": "boragePlant"
2359
2275
  },
2360
2276
  {
2361
2277
  "@type": "Term",
2362
- "@id": "slenderBluestemPlant"
2278
+ "@id": "celeriacPlant"
2363
2279
  },
2364
2280
  {
2365
2281
  "@type": "Term",
2366
- "@id": "magentaSpreenPlant"
2282
+ "@id": "beetPlant"
2367
2283
  },
2368
2284
  {
2369
2285
  "@type": "Term",
2370
- "@id": "speltWheatPlant"
2286
+ "@id": "aquaticCropPlant"
2371
2287
  },
2372
2288
  {
2373
2289
  "@type": "Term",
2374
- "@id": "chrysopogonFallaxPlant"
2290
+ "@id": "aromaticCropPlant"
2375
2291
  },
2376
2292
  {
2377
2293
  "@type": "Term",
2378
- "@id": "peachPalmTree"
2294
+ "@id": "blueLupinPlant"
2379
2295
  },
2380
2296
  {
2381
2297
  "@type": "Term",
2382
- "@id": "spearGrassPlant"
2298
+ "@id": "chineseWaterChestnutPlant"
2383
2299
  },
2384
2300
  {
2385
2301
  "@type": "Term",
2386
- "@id": "wildRocketPlant"
2302
+ "@id": "agriFoodProcessor"
2387
2303
  },
2388
2304
  {
2389
2305
  "@type": "Term",
2390
- "@id": "yamVine"
2306
+ "@id": "indianSanburPlant"
2391
2307
  },
2392
2308
  {
2393
2309
  "@type": "Term",
2394
- "@id": "queenslandBlueGrassPlant"
2310
+ "@id": "medlarTree"
2395
2311
  },
2396
2312
  {
2397
2313
  "@type": "Term",
2398
- "@id": "atlanticWakameAlga"
2314
+ "@id": "egyptianCrowfootGrassPlant"
2399
2315
  },
2400
2316
  {
2401
2317
  "@type": "Term",
2402
- "@id": "tobaccoPlant"
2318
+ "@id": "kohlrabiPlant"
2403
2319
  },
2404
2320
  {
2405
2321
  "@type": "Term",
2406
- "@id": "stylosanthesCampoGrandePlant"
2322
+ "@id": "cardamomPlant"
2407
2323
  },
2408
2324
  {
2409
2325
  "@type": "Term",
2410
- "@id": "desert"
2326
+ "@id": "forest"
2411
2327
  },
2412
2328
  {
2413
2329
  "@type": "Term",
@@ -2439,11 +2355,11 @@
2439
2355
  },
2440
2356
  {
2441
2357
  "@type": "Term",
2442
- "@id": "jutePlant"
2358
+ "@id": "setariaLachneaPlant"
2443
2359
  },
2444
2360
  {
2445
2361
  "@type": "Term",
2446
- "@id": "setariaLachneaPlant"
2362
+ "@id": "jutePlant"
2447
2363
  },
2448
2364
  {
2449
2365
  "@type": "Term",
@@ -2475,11 +2391,27 @@
2475
2391
  },
2476
2392
  {
2477
2393
  "@type": "Term",
2478
- "@id": "hookGrassPlant"
2394
+ "@id": "uradBeanPlant"
2479
2395
  },
2480
2396
  {
2481
2397
  "@type": "Term",
2482
- "@id": "uradBeanPlant"
2398
+ "@id": "oreganoPlant"
2399
+ },
2400
+ {
2401
+ "@type": "Term",
2402
+ "@id": "longanTree"
2403
+ },
2404
+ {
2405
+ "@type": "Term",
2406
+ "@id": "oliveTree"
2407
+ },
2408
+ {
2409
+ "@type": "Term",
2410
+ "@id": "quinceTree"
2411
+ },
2412
+ {
2413
+ "@type": "Term",
2414
+ "@id": "pitseedGoosefootPlant"
2483
2415
  },
2484
2416
  {
2485
2417
  "@type": "Term",
@@ -2493,6 +2425,10 @@
2493
2425
  "@type": "Term",
2494
2426
  "@id": "goldenMilletPlant"
2495
2427
  },
2428
+ {
2429
+ "@type": "Term",
2430
+ "@id": "tangerineTree"
2431
+ },
2496
2432
  {
2497
2433
  "@type": "Term",
2498
2434
  "@id": "plumTree"
@@ -2529,10 +2465,6 @@
2529
2465
  "@type": "Term",
2530
2466
  "@id": "lesserYamVine"
2531
2467
  },
2532
- {
2533
- "@type": "Term",
2534
- "@id": "desertGrassPlant"
2535
- },
2536
2468
  {
2537
2469
  "@type": "Term",
2538
2470
  "@id": "arrowrootPlant"
@@ -2579,19 +2511,31 @@
2579
2511
  },
2580
2512
  {
2581
2513
  "@type": "Term",
2582
- "@id": "oreganoPlant"
2514
+ "@id": "chrysopogonLatifoliusPlant"
2583
2515
  },
2584
2516
  {
2585
2517
  "@type": "Term",
2586
- "@id": "longanTree"
2518
+ "@id": "papayaTree"
2587
2519
  },
2588
2520
  {
2589
2521
  "@type": "Term",
2590
- "@id": "oliveTree"
2522
+ "@id": "passionfruitVine"
2591
2523
  },
2592
2524
  {
2593
2525
  "@type": "Term",
2594
- "@id": "quinceTree"
2526
+ "@id": "seaKalePlant"
2527
+ },
2528
+ {
2529
+ "@type": "Term",
2530
+ "@id": "kachiGrassPlant"
2531
+ },
2532
+ {
2533
+ "@type": "Term",
2534
+ "@id": "watermelonVine"
2535
+ },
2536
+ {
2537
+ "@type": "Term",
2538
+ "@id": "hookGrassPlant"
2595
2539
  },
2596
2540
  {
2597
2541
  "@type": "Term",
@@ -2599,7 +2543,27 @@
2599
2543
  },
2600
2544
  {
2601
2545
  "@type": "Term",
2602
- "@id": "pitseedGoosefootPlant"
2546
+ "@id": "citronellaPlant"
2547
+ },
2548
+ {
2549
+ "@type": "Term",
2550
+ "@id": "desertGrassPlant"
2551
+ },
2552
+ {
2553
+ "@type": "Term",
2554
+ "@id": "wildCanePlant"
2555
+ },
2556
+ {
2557
+ "@type": "Term",
2558
+ "@id": "rhodesGrassPlant"
2559
+ },
2560
+ {
2561
+ "@type": "Term",
2562
+ "@id": "mountainRedtopPlant"
2563
+ },
2564
+ {
2565
+ "@type": "Term",
2566
+ "@id": "radishPlant"
2603
2567
  },
2604
2568
  {
2605
2569
  "@type": "Term",
@@ -2631,55 +2595,55 @@
2631
2595
  },
2632
2596
  {
2633
2597
  "@type": "Term",
2634
- "@id": "rhodesGrassPlant"
2598
+ "@id": "purpleYamVine"
2635
2599
  },
2636
2600
  {
2637
2601
  "@type": "Term",
2638
- "@id": "chrysopogonLatifoliusPlant"
2602
+ "@id": "slenderBluestemPlant"
2639
2603
  },
2640
2604
  {
2641
2605
  "@type": "Term",
2642
- "@id": "papayaTree"
2606
+ "@id": "stylosanthesCampoGrandePlant"
2643
2607
  },
2644
2608
  {
2645
2609
  "@type": "Term",
2646
- "@id": "passionfruitVine"
2610
+ "@id": "beeBalmPlant"
2647
2611
  },
2648
2612
  {
2649
2613
  "@type": "Term",
2650
- "@id": "seaKalePlant"
2614
+ "@id": "springOnionPlant"
2651
2615
  },
2652
2616
  {
2653
2617
  "@type": "Term",
2654
- "@id": "kachiGrassPlant"
2618
+ "@id": "cranberryPlant"
2655
2619
  },
2656
2620
  {
2657
2621
  "@type": "Term",
2658
- "@id": "watermelonVine"
2622
+ "@id": "peachTree"
2659
2623
  },
2660
2624
  {
2661
2625
  "@type": "Term",
2662
- "@id": "mountainRedtopPlant"
2626
+ "@id": "milanjeFingerGrassPlant"
2663
2627
  },
2664
2628
  {
2665
2629
  "@type": "Term",
2666
- "@id": "radishPlant"
2630
+ "@id": "chestnutTree"
2667
2631
  },
2668
2632
  {
2669
2633
  "@type": "Term",
2670
- "@id": "purpleYamVine"
2634
+ "@id": "ravennaGrassPlant"
2671
2635
  },
2672
2636
  {
2673
2637
  "@type": "Term",
2674
- "@id": "wildCanePlant"
2638
+ "@id": "otherNaturalVegetation"
2675
2639
  },
2676
2640
  {
2677
2641
  "@type": "Term",
2678
- "@id": "tangerineTree"
2642
+ "@id": "dubiGrassPlant"
2679
2643
  },
2680
2644
  {
2681
2645
  "@type": "Term",
2682
- "@id": "citronellaPlant"
2646
+ "@id": "desert"
2683
2647
  },
2684
2648
  {
2685
2649
  "@type": "Term",
@@ -2707,543 +2671,579 @@
2707
2671
  },
2708
2672
  {
2709
2673
  "@type": "Term",
2710
- "@id": "forest"
2674
+ "@id": "magentaSpreenPlant"
2711
2675
  },
2712
2676
  {
2713
2677
  "@type": "Term",
2714
- "@id": "soursopTree"
2678
+ "@id": "speltWheatPlant"
2715
2679
  },
2716
2680
  {
2717
2681
  "@type": "Term",
2718
- "@id": "swampRiceGrassPlant"
2682
+ "@id": "chrysopogonFallaxPlant"
2719
2683
  },
2720
2684
  {
2721
2685
  "@type": "Term",
2722
- "@id": "rocketPlant"
2686
+ "@id": "peachPalmTree"
2723
2687
  },
2724
2688
  {
2725
2689
  "@type": "Term",
2726
- "@id": "onionPlant"
2690
+ "@id": "spearGrassPlant"
2727
2691
  },
2728
2692
  {
2729
2693
  "@type": "Term",
2730
- "@id": "blackseedGrassPlant"
2694
+ "@id": "wildRocketPlant"
2731
2695
  },
2732
2696
  {
2733
2697
  "@type": "Term",
2734
- "@id": "smallCanaryGrassPlant"
2698
+ "@id": "yamVine"
2735
2699
  },
2736
2700
  {
2737
2701
  "@type": "Term",
2738
- "@id": "grassCloverSward"
2702
+ "@id": "queenslandBlueGrassPlant"
2739
2703
  },
2740
2704
  {
2741
2705
  "@type": "Term",
2742
- "@id": "cushionLoveGrassPlant"
2706
+ "@id": "atlanticWakameAlga"
2743
2707
  },
2744
2708
  {
2745
2709
  "@type": "Term",
2746
- "@id": "jungleRicePlant"
2710
+ "@id": "tobaccoPlant"
2747
2711
  },
2748
2712
  {
2749
2713
  "@type": "Term",
2750
- "@id": "cottonPlant"
2714
+ "@id": "horoPlant"
2751
2715
  },
2752
2716
  {
2753
2717
  "@type": "Term",
2754
- "@id": "rainTree"
2718
+ "@id": "pennisetumStramineumPlant"
2755
2719
  },
2756
2720
  {
2757
2721
  "@type": "Term",
2758
- "@id": "largeLeafFlemingiaPlant"
2722
+ "@id": "naturalForest"
2759
2723
  },
2760
2724
  {
2761
2725
  "@type": "Term",
2762
- "@id": "trefoilPlant"
2726
+ "@id": "starGrassPlant"
2763
2727
  },
2764
2728
  {
2765
2729
  "@type": "Term",
2766
- "@id": "kikuyuPlant"
2730
+ "@id": "genericTreeCrop"
2767
2731
  },
2768
2732
  {
2769
2733
  "@type": "Term",
2770
- "@id": "jujubeTree"
2734
+ "@id": "canaryGrassPlant"
2771
2735
  },
2772
2736
  {
2773
2737
  "@type": "Term",
2774
- "@id": "lemonTree"
2738
+ "@id": "avocadoTree"
2739
+ },
2740
+ {
2741
+ "@type": "Term",
2742
+ "@id": "tarragonPlant"
2743
+ },
2744
+ {
2745
+ "@type": "Term",
2746
+ "@id": "quinineTree"
2747
+ },
2748
+ {
2749
+ "@type": "Term",
2750
+ "@id": "wildSudanGrassPlant"
2751
+ },
2752
+ {
2753
+ "@type": "Term",
2754
+ "@id": "triticalePlant"
2755
+ },
2756
+ {
2757
+ "@type": "Term",
2758
+ "@id": "guarBeanPlant"
2759
+ },
2760
+ {
2761
+ "@type": "Term",
2762
+ "@id": "eriochloaNubicaPlant"
2763
+ },
2764
+ {
2765
+ "@type": "Term",
2766
+ "@id": "salsifyPlant"
2767
+ },
2768
+ {
2769
+ "@type": "Term",
2770
+ "@id": "setAside"
2771
+ },
2772
+ {
2773
+ "@type": "Term",
2774
+ "@id": "colouredHoodGrassPlant"
2775
2775
  },
2776
2776
  {
2777
2777
  "@type": "Term",
2778
- "@id": "lavenderPlant"
2778
+ "@id": "bluePanicPlant"
2779
2779
  },
2780
2780
  {
2781
2781
  "@type": "Term",
2782
- "@id": "musalGrassPlant"
2782
+ "@id": "bokChoyPlant"
2783
2783
  },
2784
2784
  {
2785
2785
  "@type": "Term",
2786
- "@id": "intermediateWheatgrassPlant"
2786
+ "@id": "fineThatchingGrassPlant"
2787
2787
  },
2788
2788
  {
2789
2789
  "@type": "Term",
2790
- "@id": "lemonVerbenaPlant"
2790
+ "@id": "algaPlant"
2791
2791
  },
2792
2792
  {
2793
2793
  "@type": "Term",
2794
- "@id": "swaziGrassPlant"
2794
+ "@id": "trachypogonVestitusPlant"
2795
2795
  },
2796
2796
  {
2797
2797
  "@type": "Term",
2798
- "@id": "greenleafDesmodiumPlant"
2798
+ "@id": "lagosSpinachPlant"
2799
2799
  },
2800
2800
  {
2801
2801
  "@type": "Term",
2802
- "@id": "yellowYamVine"
2802
+ "@id": "cuminPlant"
2803
2803
  },
2804
2804
  {
2805
2805
  "@type": "Term",
2806
- "@id": "signalGrassPlant"
2806
+ "@id": "permanentCropland"
2807
2807
  },
2808
2808
  {
2809
2809
  "@type": "Term",
2810
- "@id": "raspberryPlant"
2810
+ "@id": "kikuyuPlant"
2811
2811
  },
2812
2812
  {
2813
2813
  "@type": "Term",
2814
- "@id": "salsifyPlant"
2814
+ "@id": "jujubeTree"
2815
2815
  },
2816
2816
  {
2817
2817
  "@type": "Term",
2818
- "@id": "setAside"
2818
+ "@id": "lavenderPlant"
2819
2819
  },
2820
2820
  {
2821
2821
  "@type": "Term",
2822
- "@id": "colouredHoodGrassPlant"
2822
+ "@id": "musalGrassPlant"
2823
2823
  },
2824
2824
  {
2825
2825
  "@type": "Term",
2826
- "@id": "bluePanicPlant"
2826
+ "@id": "intermediateWheatgrassPlant"
2827
2827
  },
2828
2828
  {
2829
2829
  "@type": "Term",
2830
- "@id": "bokChoyPlant"
2830
+ "@id": "lemonVerbenaPlant"
2831
2831
  },
2832
2832
  {
2833
2833
  "@type": "Term",
2834
- "@id": "fineThatchingGrassPlant"
2834
+ "@id": "swaziGrassPlant"
2835
2835
  },
2836
2836
  {
2837
2837
  "@type": "Term",
2838
- "@id": "algaPlant"
2838
+ "@id": "soursopTree"
2839
2839
  },
2840
2840
  {
2841
2841
  "@type": "Term",
2842
- "@id": "trachypogonVestitusPlant"
2842
+ "@id": "swampRiceGrassPlant"
2843
2843
  },
2844
2844
  {
2845
2845
  "@type": "Term",
2846
- "@id": "lagosSpinachPlant"
2846
+ "@id": "rocketPlant"
2847
2847
  },
2848
2848
  {
2849
2849
  "@type": "Term",
2850
- "@id": "cuminPlant"
2850
+ "@id": "onionPlant"
2851
2851
  },
2852
2852
  {
2853
2853
  "@type": "Term",
2854
- "@id": "permanentCropland"
2854
+ "@id": "blackseedGrassPlant"
2855
2855
  },
2856
2856
  {
2857
2857
  "@type": "Term",
2858
- "@id": "duckweedPlant"
2858
+ "@id": "smallCanaryGrassPlant"
2859
2859
  },
2860
2860
  {
2861
2861
  "@type": "Term",
2862
- "@id": "redOrachePlant"
2862
+ "@id": "grassCloverSward"
2863
2863
  },
2864
2864
  {
2865
2865
  "@type": "Term",
2866
- "@id": "wildGarlicPlant"
2866
+ "@id": "cushionLoveGrassPlant"
2867
2867
  },
2868
2868
  {
2869
2869
  "@type": "Term",
2870
- "@id": "tamarilloTree"
2870
+ "@id": "jungleRicePlant"
2871
2871
  },
2872
2872
  {
2873
2873
  "@type": "Term",
2874
- "@id": "strawberryPlant"
2874
+ "@id": "cottonPlant"
2875
2875
  },
2876
2876
  {
2877
2877
  "@type": "Term",
2878
- "@id": "rosemaryPlant"
2878
+ "@id": "rainTree"
2879
2879
  },
2880
2880
  {
2881
2881
  "@type": "Term",
2882
- "@id": "bambaraBeanPlant"
2882
+ "@id": "largeLeafFlemingiaPlant"
2883
2883
  },
2884
2884
  {
2885
2885
  "@type": "Term",
2886
- "@id": "whiteYamVine"
2886
+ "@id": "trefoilPlant"
2887
2887
  },
2888
2888
  {
2889
2889
  "@type": "Term",
2890
- "@id": "nutmegTree"
2890
+ "@id": "spottedBrachiariaPlant"
2891
2891
  },
2892
2892
  {
2893
2893
  "@type": "Term",
2894
- "@id": "panicPlant"
2894
+ "@id": "paspalidiumDesertorumPlant"
2895
2895
  },
2896
2896
  {
2897
2897
  "@type": "Term",
2898
- "@id": "bahiaGrassPlant"
2898
+ "@id": "elderTree"
2899
2899
  },
2900
2900
  {
2901
2901
  "@type": "Term",
2902
- "@id": "spottedBrachiariaPlant"
2902
+ "@id": "burguPlant"
2903
2903
  },
2904
2904
  {
2905
2905
  "@type": "Term",
2906
- "@id": "timothyGrassPlant"
2906
+ "@id": "corianderPlant"
2907
2907
  },
2908
2908
  {
2909
2909
  "@type": "Term",
2910
- "@id": "guriaGrassPlant"
2910
+ "@id": "sweetPepperPlant"
2911
2911
  },
2912
2912
  {
2913
2913
  "@type": "Term",
2914
- "@id": "weepingLoveGrassPlant"
2914
+ "@id": "cynodonPlectostachyusPlant"
2915
2915
  },
2916
2916
  {
2917
2917
  "@type": "Term",
2918
- "@id": "horoPlant"
2918
+ "@id": "germanGrassPlant"
2919
2919
  },
2920
2920
  {
2921
2921
  "@type": "Term",
2922
- "@id": "pennisetumStramineumPlant"
2922
+ "@id": "lindenTree"
2923
2923
  },
2924
2924
  {
2925
2925
  "@type": "Term",
2926
- "@id": "redOatGrassPlant"
2926
+ "@id": "mizunaPlant"
2927
2927
  },
2928
2928
  {
2929
2929
  "@type": "Term",
2930
- "@id": "whiteSpearGrassPlant"
2930
+ "@id": "rapeseedPlant"
2931
2931
  },
2932
2932
  {
2933
2933
  "@type": "Term",
2934
- "@id": "naturalForest"
2934
+ "@id": "wasabiPlant"
2935
2935
  },
2936
2936
  {
2937
2937
  "@type": "Term",
2938
- "@id": "starGrassPlant"
2938
+ "@id": "teaTree"
2939
2939
  },
2940
2940
  {
2941
2941
  "@type": "Term",
2942
- "@id": "genericTreeCrop"
2942
+ "@id": "duckweedPlant"
2943
2943
  },
2944
2944
  {
2945
2945
  "@type": "Term",
2946
- "@id": "canaryGrassPlant"
2946
+ "@id": "redOrachePlant"
2947
2947
  },
2948
2948
  {
2949
2949
  "@type": "Term",
2950
- "@id": "avocadoTree"
2950
+ "@id": "wildGarlicPlant"
2951
2951
  },
2952
2952
  {
2953
2953
  "@type": "Term",
2954
- "@id": "tarragonPlant"
2954
+ "@id": "tamarilloTree"
2955
2955
  },
2956
2956
  {
2957
2957
  "@type": "Term",
2958
- "@id": "quinineTree"
2958
+ "@id": "strawberryPlant"
2959
2959
  },
2960
2960
  {
2961
2961
  "@type": "Term",
2962
- "@id": "wildSudanGrassPlant"
2962
+ "@id": "rosemaryPlant"
2963
2963
  },
2964
2964
  {
2965
2965
  "@type": "Term",
2966
- "@id": "triticalePlant"
2966
+ "@id": "bambaraBeanPlant"
2967
2967
  },
2968
2968
  {
2969
2969
  "@type": "Term",
2970
- "@id": "guarBeanPlant"
2970
+ "@id": "whiteYamVine"
2971
2971
  },
2972
2972
  {
2973
2973
  "@type": "Term",
2974
- "@id": "eriochloaNubicaPlant"
2974
+ "@id": "nutmegTree"
2975
2975
  },
2976
2976
  {
2977
2977
  "@type": "Term",
2978
- "@id": "bayTree"
2978
+ "@id": "greenleafDesmodiumPlant"
2979
2979
  },
2980
2980
  {
2981
2981
  "@type": "Term",
2982
- "@id": "lambSLettucePlant"
2982
+ "@id": "yellowYamVine"
2983
2983
  },
2984
2984
  {
2985
2985
  "@type": "Term",
2986
- "@id": "bilberryPlant"
2986
+ "@id": "signalGrassPlant"
2987
2987
  },
2988
2988
  {
2989
2989
  "@type": "Term",
2990
- "@id": "starAniseTree"
2990
+ "@id": "raspberryPlant"
2991
2991
  },
2992
2992
  {
2993
2993
  "@type": "Term",
2994
- "@id": "sugarBeetPlant"
2994
+ "@id": "panicPlant"
2995
2995
  },
2996
2996
  {
2997
2997
  "@type": "Term",
2998
- "@id": "gardenCressPlant"
2998
+ "@id": "bahiaGrassPlant"
2999
2999
  },
3000
3000
  {
3001
3001
  "@type": "Term",
3002
- "@id": "greenBeanPlant"
3002
+ "@id": "lemonTree"
3003
3003
  },
3004
3004
  {
3005
3005
  "@type": "Term",
3006
- "@id": "cashewTree"
3006
+ "@id": "timothyGrassPlant"
3007
3007
  },
3008
3008
  {
3009
3009
  "@type": "Term",
3010
- "@id": "longBareFallow"
3010
+ "@id": "marshSamphirePlant"
3011
3011
  },
3012
3012
  {
3013
3013
  "@type": "Term",
3014
- "@id": "annualCropland"
3014
+ "@id": "severelyDegradedPasture"
3015
3015
  },
3016
3016
  {
3017
3017
  "@type": "Term",
3018
- "@id": "africanAuberginePlant"
3018
+ "@id": "kumquatTree"
3019
3019
  },
3020
3020
  {
3021
3021
  "@type": "Term",
3022
- "@id": "fonioPlant"
3022
+ "@id": "nigerPlant"
3023
3023
  },
3024
3024
  {
3025
3025
  "@type": "Term",
3026
- "@id": "appleTree"
3026
+ "@id": "nigellaPlant"
3027
3027
  },
3028
3028
  {
3029
3029
  "@type": "Term",
3030
- "@id": "carrotPlant"
3030
+ "@id": "hazelnutTree"
3031
3031
  },
3032
3032
  {
3033
3033
  "@type": "Term",
3034
- "@id": "macadamiaTree"
3034
+ "@id": "masaiLoveGrassPlant"
3035
3035
  },
3036
3036
  {
3037
3037
  "@type": "Term",
3038
- "@id": "custardAppleTree"
3038
+ "@id": "centipedeGrassPlant"
3039
3039
  },
3040
3040
  {
3041
3041
  "@type": "Term",
3042
- "@id": "mexicanTeaPlant"
3042
+ "@id": "teosintePlant"
3043
3043
  },
3044
3044
  {
3045
3045
  "@type": "Term",
3046
- "@id": "pleurotusOstreatusFungus"
3046
+ "@id": "woollyFingerGrassPlant"
3047
3047
  },
3048
3048
  {
3049
3049
  "@type": "Term",
3050
- "@id": "barleyPlant"
3050
+ "@id": "hairyHerringboneGrassPlant"
3051
3051
  },
3052
3052
  {
3053
3053
  "@type": "Term",
3054
- "@id": "flaxPlant"
3054
+ "@id": "sporobolusHelvolusPlant"
3055
3055
  },
3056
3056
  {
3057
3057
  "@type": "Term",
3058
- "@id": "paspalidiumDesertorumPlant"
3058
+ "@id": "soybeanPlant"
3059
3059
  },
3060
3060
  {
3061
3061
  "@type": "Term",
3062
- "@id": "elderTree"
3062
+ "@id": "flaxPlant"
3063
3063
  },
3064
3064
  {
3065
3065
  "@type": "Term",
3066
- "@id": "burguPlant"
3066
+ "@id": "mulberryTree"
3067
3067
  },
3068
3068
  {
3069
3069
  "@type": "Term",
3070
- "@id": "corianderPlant"
3070
+ "@id": "azaroleTree"
3071
3071
  },
3072
3072
  {
3073
3073
  "@type": "Term",
3074
- "@id": "sweetPepperPlant"
3074
+ "@id": "teaOilCamelliaTree"
3075
3075
  },
3076
3076
  {
3077
3077
  "@type": "Term",
3078
- "@id": "cynodonPlectostachyusPlant"
3078
+ "@id": "babulTree"
3079
3079
  },
3080
3080
  {
3081
3081
  "@type": "Term",
3082
- "@id": "germanGrassPlant"
3082
+ "@id": "mangosteenTree"
3083
3083
  },
3084
3084
  {
3085
3085
  "@type": "Term",
3086
- "@id": "lindenTree"
3086
+ "@id": "scallionPlant"
3087
3087
  },
3088
3088
  {
3089
3089
  "@type": "Term",
3090
- "@id": "mizunaPlant"
3090
+ "@id": "mintPlant"
3091
3091
  },
3092
3092
  {
3093
3093
  "@type": "Term",
3094
- "@id": "rapeseedPlant"
3094
+ "@id": "teffPlant"
3095
3095
  },
3096
3096
  {
3097
3097
  "@type": "Term",
3098
- "@id": "wasabiPlant"
3098
+ "@id": "sichuanPepperPlant"
3099
3099
  },
3100
3100
  {
3101
3101
  "@type": "Term",
3102
- "@id": "teaTree"
3102
+ "@id": "apricotTree"
3103
3103
  },
3104
3104
  {
3105
3105
  "@type": "Term",
3106
- "@id": "marshSamphirePlant"
3106
+ "@id": "vegetableCropPlant"
3107
3107
  },
3108
3108
  {
3109
3109
  "@type": "Term",
3110
- "@id": "severelyDegradedPasture"
3110
+ "@id": "rubberTree"
3111
3111
  },
3112
3112
  {
3113
3113
  "@type": "Term",
3114
- "@id": "kumquatTree"
3114
+ "@id": "figTree"
3115
3115
  },
3116
3116
  {
3117
3117
  "@type": "Term",
3118
- "@id": "nigerPlant"
3118
+ "@id": "gooseGrassPlant"
3119
3119
  },
3120
3120
  {
3121
3121
  "@type": "Term",
3122
- "@id": "nigellaPlant"
3122
+ "@id": "blackOatPlant"
3123
3123
  },
3124
3124
  {
3125
3125
  "@type": "Term",
3126
- "@id": "hazelnutTree"
3126
+ "@id": "wheatPlant"
3127
3127
  },
3128
3128
  {
3129
3129
  "@type": "Term",
3130
- "@id": "masaiLoveGrassPlant"
3130
+ "@id": "kiwifruitVine"
3131
3131
  },
3132
3132
  {
3133
3133
  "@type": "Term",
3134
- "@id": "centipedeGrassPlant"
3134
+ "@id": "rosellePlant"
3135
3135
  },
3136
3136
  {
3137
3137
  "@type": "Term",
3138
- "@id": "teosintePlant"
3138
+ "@id": "litchiTree"
3139
3139
  },
3140
3140
  {
3141
3141
  "@type": "Term",
3142
- "@id": "woollyFingerGrassPlant"
3142
+ "@id": "adzukiBeanPlant"
3143
3143
  },
3144
3144
  {
3145
3145
  "@type": "Term",
3146
- "@id": "hairyHerringboneGrassPlant"
3146
+ "@id": "limequatTree"
3147
3147
  },
3148
3148
  {
3149
3149
  "@type": "Term",
3150
- "@id": "sporobolusHelvolusPlant"
3150
+ "@id": "bananaPlant"
3151
3151
  },
3152
3152
  {
3153
3153
  "@type": "Term",
3154
- "@id": "soybeanPlant"
3154
+ "@id": "guriaGrassPlant"
3155
3155
  },
3156
3156
  {
3157
3157
  "@type": "Term",
3158
- "@id": "mulberryTree"
3158
+ "@id": "redOatGrassPlant"
3159
3159
  },
3160
3160
  {
3161
3161
  "@type": "Term",
3162
- "@id": "azaroleTree"
3162
+ "@id": "whiteSpearGrassPlant"
3163
3163
  },
3164
3164
  {
3165
3165
  "@type": "Term",
3166
- "@id": "teaOilCamelliaTree"
3166
+ "@id": "weepingLoveGrassPlant"
3167
3167
  },
3168
3168
  {
3169
3169
  "@type": "Term",
3170
- "@id": "babulTree"
3170
+ "@id": "hyacinthBeanVine"
3171
3171
  },
3172
3172
  {
3173
3173
  "@type": "Term",
3174
- "@id": "mangosteenTree"
3174
+ "@id": "bayTree"
3175
3175
  },
3176
3176
  {
3177
3177
  "@type": "Term",
3178
- "@id": "mintPlant"
3178
+ "@id": "lambSLettucePlant"
3179
3179
  },
3180
3180
  {
3181
3181
  "@type": "Term",
3182
- "@id": "scallionPlant"
3182
+ "@id": "bilberryPlant"
3183
3183
  },
3184
3184
  {
3185
3185
  "@type": "Term",
3186
- "@id": "teffPlant"
3186
+ "@id": "starAniseTree"
3187
3187
  },
3188
3188
  {
3189
3189
  "@type": "Term",
3190
- "@id": "bananaPlant"
3190
+ "@id": "sugarBeetPlant"
3191
3191
  },
3192
3192
  {
3193
3193
  "@type": "Term",
3194
- "@id": "apricotTree"
3194
+ "@id": "gardenCressPlant"
3195
3195
  },
3196
3196
  {
3197
3197
  "@type": "Term",
3198
- "@id": "sichuanPepperPlant"
3198
+ "@id": "greenBeanPlant"
3199
3199
  },
3200
3200
  {
3201
3201
  "@type": "Term",
3202
- "@id": "vegetableCropPlant"
3202
+ "@id": "cashewTree"
3203
3203
  },
3204
3204
  {
3205
3205
  "@type": "Term",
3206
- "@id": "rubberTree"
3206
+ "@id": "longBareFallow"
3207
3207
  },
3208
3208
  {
3209
3209
  "@type": "Term",
3210
- "@id": "figTree"
3210
+ "@id": "annualCropland"
3211
3211
  },
3212
3212
  {
3213
3213
  "@type": "Term",
3214
- "@id": "gooseGrassPlant"
3214
+ "@id": "africanAuberginePlant"
3215
3215
  },
3216
3216
  {
3217
3217
  "@type": "Term",
3218
- "@id": "hyacinthBeanVine"
3218
+ "@id": "fonioPlant"
3219
3219
  },
3220
3220
  {
3221
3221
  "@type": "Term",
3222
- "@id": "blackOatPlant"
3222
+ "@id": "macadamiaTree"
3223
3223
  },
3224
3224
  {
3225
3225
  "@type": "Term",
3226
- "@id": "wheatPlant"
3226
+ "@id": "appleTree"
3227
3227
  },
3228
3228
  {
3229
3229
  "@type": "Term",
3230
- "@id": "kiwifruitVine"
3230
+ "@id": "carrotPlant"
3231
3231
  },
3232
3232
  {
3233
3233
  "@type": "Term",
3234
- "@id": "rosellePlant"
3234
+ "@id": "custardAppleTree"
3235
3235
  },
3236
3236
  {
3237
3237
  "@type": "Term",
3238
- "@id": "litchiTree"
3238
+ "@id": "mexicanTeaPlant"
3239
3239
  },
3240
3240
  {
3241
3241
  "@type": "Term",
3242
- "@id": "adzukiBeanPlant"
3242
+ "@id": "pleurotusOstreatusFungus"
3243
3243
  },
3244
3244
  {
3245
3245
  "@type": "Term",
3246
- "@id": "limequatTree"
3246
+ "@id": "barleyPlant"
3247
3247
  },
3248
3248
  {
3249
3249
  "@type": "Term",
@@ -4805,11 +4805,11 @@
4805
4805
  "results": [
4806
4806
  {
4807
4807
  "@type": "Term",
4808
- "@id": "hillyPastureSystem"
4808
+ "@id": "confinedPastureSystem"
4809
4809
  },
4810
4810
  {
4811
4811
  "@type": "Term",
4812
- "@id": "confinedPastureSystem"
4812
+ "@id": "hillyPastureSystem"
4813
4813
  }
4814
4814
  ]
4815
4815
  },
@@ -4899,35 +4899,35 @@
4899
4899
  "results": [
4900
4900
  {
4901
4901
  "@type": "Term",
4902
- "@id": "verticalTillage"
4902
+ "@id": "noTillage"
4903
4903
  },
4904
4904
  {
4905
4905
  "@type": "Term",
4906
- "@id": "noTillage"
4906
+ "@id": "ridgeTillage"
4907
4907
  },
4908
4908
  {
4909
4909
  "@type": "Term",
4910
- "@id": "ridgeTillage"
4910
+ "@id": "verticalTillage"
4911
4911
  },
4912
4912
  {
4913
4913
  "@type": "Term",
4914
- "@id": "deepTillage"
4914
+ "@id": "fullTillage"
4915
4915
  },
4916
4916
  {
4917
4917
  "@type": "Term",
4918
- "@id": "mulchTillage"
4918
+ "@id": "minimumTillage"
4919
4919
  },
4920
4920
  {
4921
4921
  "@type": "Term",
4922
- "@id": "stripTillage"
4922
+ "@id": "deepTillage"
4923
4923
  },
4924
4924
  {
4925
4925
  "@type": "Term",
4926
- "@id": "fullTillage"
4926
+ "@id": "mulchTillage"
4927
4927
  },
4928
4928
  {
4929
4929
  "@type": "Term",
4930
- "@id": "minimumTillage"
4930
+ "@id": "stripTillage"
4931
4931
  },
4932
4932
  {
4933
4933
  "@type": "Term",