hestia-earth-models 0.64.9__py3-none-any.whl → 0.64.11__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 (125) hide show
  1. hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +175 -0
  2. hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +136 -0
  3. hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +2 -2
  4. hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +2 -2
  5. hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +2 -2
  6. hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +2 -2
  7. hestia_earth/models/cycle/completeness/cropResidue.py +15 -10
  8. hestia_earth/models/cycle/completeness/freshForage.py +60 -0
  9. hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
  10. hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandTransformation.py +2 -2
  11. hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +7 -17
  12. hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
  13. hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
  14. hestia_earth/models/ipcc2019/aboveGroundBiomass.py +31 -243
  15. hestia_earth/models/ipcc2019/belowGroundBiomass.py +529 -0
  16. hestia_earth/models/ipcc2019/biomass_utils.py +406 -0
  17. hestia_earth/models/ipcc2019/{co2ToAirAboveGroundBiomassStockChangeLandUseChange.py → co2ToAirAboveGroundBiomassStockChange.py} +19 -7
  18. hestia_earth/models/ipcc2019/{co2ToAirBelowGroundBiomassStockChangeLandUseChange.py → co2ToAirBelowGroundBiomassStockChange.py} +19 -7
  19. hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +402 -73
  20. hestia_earth/models/ipcc2019/{co2ToAirSoilOrganicCarbonStockChangeManagementChange.py → co2ToAirSoilOrganicCarbonStockChange.py} +20 -8
  21. hestia_earth/models/ipcc2019/organicCarbonPerHa.py +3 -1
  22. hestia_earth/models/ipcc2019/pastureGrass_utils.py +6 -7
  23. hestia_earth/models/ipcc2021/gwp100.py +2 -2
  24. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  25. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  26. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  27. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  28. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +2 -2
  29. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  30. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  31. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +2 -2
  32. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  33. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  34. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  35. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  36. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  37. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  38. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  39. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  40. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +2 -2
  41. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  42. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  43. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +2 -2
  44. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  45. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  46. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  47. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  48. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  49. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  50. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  51. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +2 -2
  52. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  53. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  54. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +2 -2
  55. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  56. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  57. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  58. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  59. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  60. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  61. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  62. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +2 -2
  63. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  64. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  65. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +2 -2
  66. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  67. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  68. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  69. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  70. hestia_earth/models/mocking/build_mock_search.py +44 -0
  71. hestia_earth/models/mocking/mock_search.py +8 -49
  72. hestia_earth/models/mocking/search-results.json +3055 -558
  73. hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +3 -3
  74. hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +3 -3
  75. hestia_earth/models/preload_requests.py +1 -1
  76. hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +2 -2
  77. hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
  78. hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +2 -2
  79. hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +2 -2
  80. hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +2 -2
  81. hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +2 -2
  82. hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +2 -2
  83. hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
  84. hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +2 -2
  85. hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +2 -2
  86. hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +2 -2
  87. hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +2 -2
  88. hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +2 -2
  89. hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
  90. hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +2 -2
  91. hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +2 -2
  92. hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +2 -2
  93. hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +2 -2
  94. hestia_earth/models/schmidt2007/utils.py +13 -4
  95. hestia_earth/models/utils/blank_node.py +73 -3
  96. hestia_earth/models/utils/constant.py +8 -1
  97. hestia_earth/models/utils/cycle.py +10 -13
  98. hestia_earth/models/utils/fuel.py +1 -1
  99. hestia_earth/models/utils/impact_assessment.py +49 -24
  100. hestia_earth/models/utils/lookup.py +36 -7
  101. hestia_earth/models/utils/pesticideAI.py +1 -1
  102. hestia_earth/models/utils/property.py +11 -4
  103. hestia_earth/models/utils/term.py +15 -8
  104. hestia_earth/models/version.py +1 -1
  105. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.11.dist-info}/METADATA +2 -2
  106. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.11.dist-info}/RECORD +123 -114
  107. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.11.dist-info}/WHEEL +1 -1
  108. tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +196 -0
  109. tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +124 -0
  110. tests/models/cycle/completeness/test_freshForage.py +21 -0
  111. tests/models/edip2003/test_ozoneDepletionPotential.py +1 -13
  112. tests/models/environmentalFootprintV3/test_soilQualityIndexLandTransformation.py +1 -2
  113. tests/models/impact_assessment/test_emissions.py +1 -0
  114. tests/models/ipcc2019/test_aboveGroundBiomass.py +27 -63
  115. tests/models/ipcc2019/test_belowGroundBiomass.py +146 -0
  116. tests/models/ipcc2019/test_biomass_utils.py +115 -0
  117. tests/models/ipcc2019/{test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py → test_co2ToAirAboveGroundBiomassStockChange.py} +5 -5
  118. tests/models/ipcc2019/{test_co2ToAirBelowGroundBiomassStockChangeLandUseChange.py → test_co2ToAirBelowGroundBiomassStockChange.py} +5 -5
  119. tests/models/ipcc2019/{test_co2ToAirSoilOrganicCarbonStockChangeManagementChange.py → test_co2ToAirSoilOrganicCarbonStockChange.py} +5 -5
  120. tests/models/ipcc2021/test_gwp100.py +2 -2
  121. tests/models/utils/test_impact_assessment.py +3 -3
  122. hestia_earth/models/ipcc2019/aboveGroundBiomass_utils.py +0 -180
  123. tests/models/ipcc2019/test_aboveGroundBiomass_utils.py +0 -92
  124. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.11.dist-info}/LICENSE +0 -0
  125. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.11.dist-info}/top_level.txt +0 -0
@@ -7,1159 +7,1159 @@
7
7
  "results": [
8
8
  {
9
9
  "@type": "Term",
10
- "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
10
+ "@id": "nh3ToAirAquacultureSystems"
11
11
  },
12
12
  {
13
13
  "@type": "Term",
14
- "@id": "chloropentafluoroethaneToAirInputsProduction"
14
+ "@id": "n2OToAirInorganicFertiliserIndirect"
15
15
  },
16
16
  {
17
17
  "@type": "Term",
18
- "@id": "po43ToSurfaceWaterInputsProduction"
18
+ "@id": "noToAirCropResidueDecomposition"
19
19
  },
20
20
  {
21
21
  "@type": "Term",
22
- "@id": "nitriteToAirInputsProduction"
22
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
23
23
  },
24
24
  {
25
25
  "@type": "Term",
26
- "@id": "pm25ToAirAnimalHousing"
26
+ "@id": "nh4ToGroundwaterInputsProduction"
27
27
  },
28
28
  {
29
29
  "@type": "Term",
30
- "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
30
+ "@id": "nh3ToAirExcreta"
31
31
  },
32
32
  {
33
33
  "@type": "Term",
34
- "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
34
+ "@id": "po43ToGroundwaterOrganicFertiliser"
35
35
  },
36
36
  {
37
37
  "@type": "Term",
38
- "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
38
+ "@id": "po43ToGroundwaterSoilFlux"
39
39
  },
40
40
  {
41
41
  "@type": "Term",
42
- "@id": "po43ToSurfaceWaterSoilFlux"
42
+ "@id": "nh3ToAirInorganicFertiliser"
43
43
  },
44
44
  {
45
45
  "@type": "Term",
46
- "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
46
+ "@id": "nToSurfaceWaterIndustrialProcesses"
47
47
  },
48
48
  {
49
49
  "@type": "Term",
50
- "@id": "noToAirWasteTreatment"
50
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
51
51
  },
52
52
  {
53
53
  "@type": "Term",
54
- "@id": "nmvocToAirAnimalHousing"
54
+ "@id": "noxToAirSoilFlux"
55
55
  },
56
56
  {
57
57
  "@type": "Term",
58
- "@id": "pesticideToWaterPesticideApplication"
58
+ "@id": "nh3ToAirCropResidueBurning"
59
59
  },
60
60
  {
61
61
  "@type": "Term",
62
- "@id": "so2ToAirIndustrialProcesses"
62
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
63
63
  },
64
64
  {
65
65
  "@type": "Term",
66
- "@id": "no3ToAirIndustrialProcesses"
66
+ "@id": "noxToAirWasteTreatment"
67
67
  },
68
68
  {
69
69
  "@type": "Term",
70
- "@id": "pesticideToWaterInputsProduction"
70
+ "@id": "co2ToAirNaturalVegetationBurning"
71
71
  },
72
72
  {
73
73
  "@type": "Term",
74
- "@id": "nmvocToAirExcreta"
74
+ "@id": "pToSurfaceWaterInputsProduction"
75
75
  },
76
76
  {
77
77
  "@type": "Term",
78
- "@id": "nmvocToAirSilageStorage"
78
+ "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
79
79
  },
80
80
  {
81
81
  "@type": "Term",
82
- "@id": "n2OToAirCropResidueDecompositionDirect"
82
+ "@id": "pm0225ToAirInputsProduction"
83
83
  },
84
84
  {
85
85
  "@type": "Term",
86
- "@id": "so3ToAirIndustrialProcesses"
86
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
87
87
  },
88
88
  {
89
89
  "@type": "Term",
90
- "@id": "pesticideToHarvestedCropInputsProduction"
90
+ "@id": "n2OToAirFuelCombustionIndirect"
91
91
  },
92
92
  {
93
93
  "@type": "Term",
94
- "@id": "nh4ToGroundwaterOrganicFertiliser"
94
+ "@id": "noxToAirIndustrialProcesses"
95
95
  },
96
96
  {
97
97
  "@type": "Term",
98
- "@id": "pToGroundwaterSoilFlux"
98
+ "@id": "tefluraneToAirIndustrialProcesses"
99
99
  },
100
100
  {
101
101
  "@type": "Term",
102
- "@id": "dibromodifluoromethaneToAirInputsProduction"
102
+ "@id": "n2OToAirOrganicSoilBurningDirect"
103
103
  },
104
104
  {
105
105
  "@type": "Term",
106
- "@id": "noxToAirInorganicFertiliser"
106
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
107
107
  },
108
108
  {
109
109
  "@type": "Term",
110
- "@id": "bromomethaneToAirIndustrialProcesses"
110
+ "@id": "codToWaterInputsProduction"
111
111
  },
112
112
  {
113
113
  "@type": "Term",
114
- "@id": "bromomethaneToAirInputsProduction"
114
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
115
115
  },
116
116
  {
117
117
  "@type": "Term",
118
- "@id": "pToSurfaceWaterSoilFlux"
118
+ "@id": "ch4ToAirAquacultureSystems"
119
119
  },
120
120
  {
121
121
  "@type": "Term",
122
- "@id": "nh3ToAirInputsProduction"
122
+ "@id": "ch4ToAirOrganicSoilBurning"
123
123
  },
124
124
  {
125
125
  "@type": "Term",
126
- "@id": "noxToAirFuelCombustion"
126
+ "@id": "h2SToAirIndustrialProcesses"
127
127
  },
128
128
  {
129
129
  "@type": "Term",
130
- "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
130
+ "@id": "co2ToAirLimeHydrolysis"
131
131
  },
132
132
  {
133
133
  "@type": "Term",
134
- "@id": "ch4ToAirIndustrialProcessesNonFossil"
134
+ "@id": "n2OToAirAquacultureSystemsIndirect"
135
135
  },
136
136
  {
137
137
  "@type": "Term",
138
- "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
138
+ "@id": "ionisingCompoundsToWaterInputsProduction"
139
139
  },
140
140
  {
141
141
  "@type": "Term",
142
- "@id": "co2ToAirSoilFlux"
142
+ "@id": "coToAirIndustrialProcesses"
143
143
  },
144
144
  {
145
145
  "@type": "Term",
146
- "@id": "n2ToAirOrganicFertiliser"
146
+ "@id": "n2OToAirCropResidueBurningDirect"
147
147
  },
148
148
  {
149
149
  "@type": "Term",
150
- "@id": "ch4ToAirOrganicSoilCultivation"
150
+ "@id": "h2SToAirWasteTreatment"
151
151
  },
152
152
  {
153
153
  "@type": "Term",
154
- "@id": "ch4ToAirWasteTreatment"
154
+ "@id": "ch4ToAirCropResidueBurning"
155
155
  },
156
156
  {
157
157
  "@type": "Term",
158
- "@id": "ch4ToAirFuelCombustion"
158
+ "@id": "co2ToAirOrganicSoilBurning"
159
159
  },
160
160
  {
161
161
  "@type": "Term",
162
- "@id": "n2ToAirExcreta"
162
+ "@id": "ch4ToAirNaturalVegetationBurning"
163
163
  },
164
164
  {
165
165
  "@type": "Term",
166
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
166
+ "@id": "co2ToAirInputsProduction"
167
167
  },
168
168
  {
169
169
  "@type": "Term",
170
- "@id": "n2OToAirCropResidueBurningIndirect"
170
+ "@id": "bromofluoroformToAirInputsProduction"
171
171
  },
172
172
  {
173
173
  "@type": "Term",
174
- "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
174
+ "@id": "nitriteToWaterInputsProduction"
175
175
  },
176
176
  {
177
177
  "@type": "Term",
178
- "@id": "nh3ToAirFuelCombustion"
178
+ "@id": "po43ToGroundwaterIndustrialProcesses"
179
179
  },
180
180
  {
181
181
  "@type": "Term",
182
- "@id": "noToAirSoilFlux"
182
+ "@id": "n2OToAirOrganicFertiliserIndirect"
183
183
  },
184
184
  {
185
185
  "@type": "Term",
186
- "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
186
+ "@id": "soxToAirFuelCombustion"
187
187
  },
188
188
  {
189
189
  "@type": "Term",
190
- "@id": "noxToAirOrganicSoilCultivation"
190
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
191
191
  },
192
192
  {
193
193
  "@type": "Term",
194
- "@id": "n2OToAirFuelCombustionDirect"
194
+ "@id": "noToAirCropResidueBurning"
195
195
  },
196
196
  {
197
197
  "@type": "Term",
198
- "@id": "nh4ToGroundwaterInorganicFertiliser"
198
+ "@id": "halothaneToAirInputsProduction"
199
199
  },
200
200
  {
201
201
  "@type": "Term",
202
- "@id": "noxToAirCropResidueDecomposition"
202
+ "@id": "nmvocToAirInputsProduction"
203
203
  },
204
204
  {
205
205
  "@type": "Term",
206
- "@id": "nToSurfaceWaterAquacultureSystems"
206
+ "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
207
207
  },
208
208
  {
209
209
  "@type": "Term",
210
- "@id": "noToAirAquacultureSystems"
210
+ "@id": "bromofluoroformToAirIndustrialProcesses"
211
211
  },
212
212
  {
213
213
  "@type": "Term",
214
- "@id": "n2OToAirInputsProduction"
214
+ "@id": "n2OToAirWasteTreatmentDirect"
215
215
  },
216
216
  {
217
217
  "@type": "Term",
218
- "@id": "n2OToAirExcretaDirect"
218
+ "@id": "carbonTetrachlorideToAirIndustrialProcesses"
219
219
  },
220
220
  {
221
221
  "@type": "Term",
222
- "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
222
+ "@id": "pToDrainageWaterInputsProduction"
223
223
  },
224
224
  {
225
225
  "@type": "Term",
226
- "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
226
+ "@id": "pm25ToAirIndustrialProcesses"
227
227
  },
228
228
  {
229
229
  "@type": "Term",
230
- "@id": "chloromethaneToAirInputsProduction"
230
+ "@id": "pm25ToAirInputsProduction"
231
231
  },
232
232
  {
233
233
  "@type": "Term",
234
- "@id": "n2OToAirIndustrialProcessesDirect"
234
+ "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
235
235
  },
236
236
  {
237
237
  "@type": "Term",
238
- "@id": "noToAirInorganicFertiliser"
238
+ "@id": "bod5ToWaterIndustrialProcesses"
239
239
  },
240
240
  {
241
241
  "@type": "Term",
242
- "@id": "n2OToAirWasteTreatmentIndirect"
242
+ "@id": "noToAirInputsProduction"
243
243
  },
244
244
  {
245
245
  "@type": "Term",
246
- "@id": "trichlorofluoromethaneToAirInputsProduction"
246
+ "@id": "bromodifluoromethaneToAirInputsProduction"
247
247
  },
248
248
  {
249
249
  "@type": "Term",
250
- "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
250
+ "@id": "pm10ToAirCropResidueBurning"
251
251
  },
252
252
  {
253
253
  "@type": "Term",
254
- "@id": "nitriteToWaterIndustrialProcesses"
254
+ "@id": "nErosionInputsProduction"
255
255
  },
256
256
  {
257
257
  "@type": "Term",
258
- "@id": "po43ToSurfaceWaterInorganicFertiliser"
258
+ "@id": "hydroxylamineToAirIndustrialProcesses"
259
259
  },
260
260
  {
261
261
  "@type": "Term",
262
- "@id": "hydroxylamineToAirInputsProduction"
262
+ "@id": "so3ToAirInputsProduction"
263
263
  },
264
264
  {
265
265
  "@type": "Term",
266
- "@id": "no3ToGroundwaterIndustrialProcesses"
266
+ "@id": "so2ToAirCropResidueBurning"
267
267
  },
268
268
  {
269
269
  "@type": "Term",
270
- "@id": "no3ToGroundwaterInorganicFertiliser"
270
+ "@id": "pErosionInputsProduction"
271
271
  },
272
272
  {
273
273
  "@type": "Term",
274
- "@id": "pToGroundwaterIndustrialProcesses"
274
+ "@id": "pm25ToAirFuelCombustion"
275
275
  },
276
276
  {
277
277
  "@type": "Term",
278
- "@id": "bod5ToWaterInputsProduction"
278
+ "@id": "112TrichloroethaneToAirIndustrialProcesses"
279
279
  },
280
280
  {
281
281
  "@type": "Term",
282
- "@id": "pesticideToAirInputsProduction"
282
+ "@id": "pm02ToAirIndustrialProcesses"
283
283
  },
284
284
  {
285
285
  "@type": "Term",
286
- "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
286
+ "@id": "nh4ToAirIndustrialProcesses"
287
287
  },
288
288
  {
289
289
  "@type": "Term",
290
- "@id": "pesticideToSoilPesticideApplication"
290
+ "@id": "hexaneToAirIndustrialProcesses"
291
291
  },
292
292
  {
293
293
  "@type": "Term",
294
- "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
294
+ "@id": "so2ToAirInputsProduction"
295
295
  },
296
296
  {
297
297
  "@type": "Term",
298
- "@id": "codToWaterIndustrialProcesses"
298
+ "@id": "soxToAirCropResidueBurning"
299
299
  },
300
300
  {
301
301
  "@type": "Term",
302
- "@id": "nitriteToAirIndustrialProcesses"
302
+ "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
303
303
  },
304
304
  {
305
305
  "@type": "Term",
306
- "@id": "hcfc124ToAirIndustrialProcesses"
306
+ "@id": "chloropentafluoroethaneToAirInputsProduction"
307
307
  },
308
308
  {
309
309
  "@type": "Term",
310
- "@id": "pm10ToAirIndustrialProcesses"
310
+ "@id": "po43ToSurfaceWaterInputsProduction"
311
311
  },
312
312
  {
313
313
  "@type": "Term",
314
- "@id": "sf6ToAirInputsProduction"
314
+ "@id": "nitriteToAirInputsProduction"
315
315
  },
316
316
  {
317
317
  "@type": "Term",
318
- "@id": "nf3ToAirIndustrialProcesses"
318
+ "@id": "pm25ToAirAnimalHousing"
319
319
  },
320
320
  {
321
321
  "@type": "Term",
322
- "@id": "nh3ToAirCropResidueDecomposition"
322
+ "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
323
323
  },
324
324
  {
325
325
  "@type": "Term",
326
- "@id": "dichlorodifluoromethaneToAirInputsProduction"
326
+ "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
327
327
  },
328
328
  {
329
329
  "@type": "Term",
330
- "@id": "blackCarbonToAirInputsProduction"
330
+ "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
331
331
  },
332
332
  {
333
333
  "@type": "Term",
334
- "@id": "bromochlorodifluoromethaneToAirInputsProduction"
334
+ "@id": "po43ToSurfaceWaterSoilFlux"
335
335
  },
336
336
  {
337
337
  "@type": "Term",
338
- "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
338
+ "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
339
339
  },
340
340
  {
341
341
  "@type": "Term",
342
- "@id": "nh4ToGroundwaterExcreta"
342
+ "@id": "noToAirWasteTreatment"
343
343
  },
344
344
  {
345
345
  "@type": "Term",
346
- "@id": "nh3ToAirOrganicSoilCultivation"
346
+ "@id": "nmvocToAirAnimalHousing"
347
347
  },
348
348
  {
349
349
  "@type": "Term",
350
- "@id": "nToSurfaceWaterSoilFlux"
350
+ "@id": "pesticideToWaterPesticideApplication"
351
351
  },
352
352
  {
353
353
  "@type": "Term",
354
- "@id": "noToAirExcreta"
354
+ "@id": "so2ToAirIndustrialProcesses"
355
355
  },
356
356
  {
357
357
  "@type": "Term",
358
- "@id": "pToDrainageWaterSoilFlux"
358
+ "@id": "no3ToAirIndustrialProcesses"
359
359
  },
360
360
  {
361
361
  "@type": "Term",
362
- "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
362
+ "@id": "pesticideToWaterInputsProduction"
363
363
  },
364
364
  {
365
365
  "@type": "Term",
366
- "@id": "n2OToAirCropResidueDecompositionIndirect"
366
+ "@id": "nmvocToAirExcreta"
367
367
  },
368
368
  {
369
369
  "@type": "Term",
370
- "@id": "ionisingCompoundsToSaltwaterInputsProduction"
370
+ "@id": "nmvocToAirSilageStorage"
371
371
  },
372
372
  {
373
373
  "@type": "Term",
374
- "@id": "n2ToAirWasteTreatment"
374
+ "@id": "n2OToAirCropResidueDecompositionDirect"
375
375
  },
376
376
  {
377
377
  "@type": "Term",
378
- "@id": "co2ToAirUreaHydrolysis"
378
+ "@id": "so3ToAirIndustrialProcesses"
379
379
  },
380
380
  {
381
381
  "@type": "Term",
382
- "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
382
+ "@id": "pesticideToHarvestedCropInputsProduction"
383
383
  },
384
384
  {
385
385
  "@type": "Term",
386
- "@id": "po43ToGroundwaterInorganicFertiliser"
386
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
387
387
  },
388
388
  {
389
389
  "@type": "Term",
390
- "@id": "pm02ToAirInputsProduction"
390
+ "@id": "pToGroundwaterSoilFlux"
391
391
  },
392
392
  {
393
393
  "@type": "Term",
394
- "@id": "tspToAirInputsProduction"
394
+ "@id": "dibromodifluoromethaneToAirInputsProduction"
395
395
  },
396
396
  {
397
397
  "@type": "Term",
398
- "@id": "pErosionSoilFlux"
398
+ "@id": "noxToAirInorganicFertiliser"
399
399
  },
400
400
  {
401
401
  "@type": "Term",
402
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
402
+ "@id": "bromomethaneToAirIndustrialProcesses"
403
403
  },
404
404
  {
405
405
  "@type": "Term",
406
- "@id": "halothaneToAirIndustrialProcesses"
406
+ "@id": "bromomethaneToAirInputsProduction"
407
407
  },
408
408
  {
409
409
  "@type": "Term",
410
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
410
+ "@id": "pToSurfaceWaterSoilFlux"
411
411
  },
412
412
  {
413
413
  "@type": "Term",
414
- "@id": "no3ToGroundwaterInputsProduction"
414
+ "@id": "nh3ToAirInputsProduction"
415
415
  },
416
416
  {
417
417
  "@type": "Term",
418
- "@id": "pesticideToHarvestedCropPesticideApplication"
418
+ "@id": "noxToAirFuelCombustion"
419
419
  },
420
420
  {
421
421
  "@type": "Term",
422
- "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
422
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
423
423
  },
424
424
  {
425
425
  "@type": "Term",
426
- "@id": "112TrichloroethaneToAirInputsProduction"
426
+ "@id": "ch4ToAirIndustrialProcessesNonFossil"
427
427
  },
428
428
  {
429
429
  "@type": "Term",
430
- "@id": "blackCarbonToAirIndustrialProcesses"
430
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
431
431
  },
432
432
  {
433
433
  "@type": "Term",
434
- "@id": "tspToAirIndustrialProcesses"
434
+ "@id": "co2ToAirSoilFlux"
435
435
  },
436
436
  {
437
437
  "@type": "Term",
438
- "@id": "nh3ToAirSoilFlux"
438
+ "@id": "n2ToAirOrganicFertiliser"
439
439
  },
440
440
  {
441
441
  "@type": "Term",
442
- "@id": "chloromethaneToAirIndustrialProcesses"
442
+ "@id": "ch4ToAirOrganicSoilCultivation"
443
443
  },
444
444
  {
445
445
  "@type": "Term",
446
- "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
446
+ "@id": "ch4ToAirWasteTreatment"
447
447
  },
448
448
  {
449
449
  "@type": "Term",
450
- "@id": "nmvocToAirSilageFeeding"
450
+ "@id": "ch4ToAirFuelCombustion"
451
451
  },
452
452
  {
453
453
  "@type": "Term",
454
- "@id": "tspToAirFuelCombustion"
454
+ "@id": "n2ToAirExcreta"
455
455
  },
456
456
  {
457
457
  "@type": "Term",
458
- "@id": "pm10ToAirAnimalHousing"
458
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
459
459
  },
460
460
  {
461
461
  "@type": "Term",
462
- "@id": "noxToAirInputsProduction"
462
+ "@id": "n2OToAirCropResidueBurningIndirect"
463
463
  },
464
464
  {
465
465
  "@type": "Term",
466
- "@id": "pm0225ToAirIndustrialProcesses"
466
+ "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
467
467
  },
468
468
  {
469
469
  "@type": "Term",
470
- "@id": "pToSurfaceWaterAquacultureSystems"
470
+ "@id": "nh3ToAirFuelCombustion"
471
471
  },
472
472
  {
473
473
  "@type": "Term",
474
- "@id": "n2OToAirInorganicFertiliserDirect"
474
+ "@id": "noToAirSoilFlux"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
478
- "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
478
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "nToSurfaceWaterExcreta"
482
+ "@id": "noxToAirOrganicSoilCultivation"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "no3ToGroundwaterOrganicFertiliser"
486
+ "@id": "n2OToAirFuelCombustionDirect"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "pm10ToAirInputsProduction"
490
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "blackCarbonToAirFuelCombustion"
494
+ "@id": "noxToAirCropResidueDecomposition"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "nf3ToAirInputsProduction"
498
+ "@id": "nToSurfaceWaterAquacultureSystems"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "hexaneToAirInputsProduction"
502
+ "@id": "noToAirAquacultureSystems"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "co2ToAirCropResidueDecomposition"
506
+ "@id": "n2OToAirInputsProduction"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
510
- "@id": "po43ToGroundwaterInputsProduction"
510
+ "@id": "n2OToAirExcretaDirect"
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "noxToAirOrganicSoilBurning"
514
+ "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "nmvocToAirWasteTreatment"
518
+ "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "n2OToAirOrganicFertiliserDirect"
522
+ "@id": "chloromethaneToAirInputsProduction"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "nh3ToAirOrganicFertiliser"
526
+ "@id": "n2OToAirIndustrialProcessesDirect"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "h2SToAirInputsProduction"
530
+ "@id": "noToAirInorganicFertiliser"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "noxToAirExcreta"
534
+ "@id": "n2OToAirWasteTreatmentIndirect"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "co2ToAirWasteTreatment"
538
+ "@id": "trichlorofluoromethaneToAirInputsProduction"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "n2OToAirExcretaIndirect"
542
+ "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "pToGroundwaterInputsProduction"
546
+ "@id": "nitriteToWaterIndustrialProcesses"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "nh3ToAirWasteTreatment"
550
+ "@id": "po43ToSurfaceWaterInorganicFertiliser"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "po43ToSurfaceWaterAquacultureSystems"
554
+ "@id": "hydroxylamineToAirInputsProduction"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "nh4ToSurfaceWaterInputsProduction"
558
+ "@id": "no3ToGroundwaterIndustrialProcesses"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "pesticideToSoilInputsProduction"
562
+ "@id": "no3ToGroundwaterInorganicFertiliser"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
566
+ "@id": "pToGroundwaterIndustrialProcesses"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
570
+ "@id": "bod5ToWaterInputsProduction"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "bromodifluoromethaneToAirIndustrialProcesses"
574
+ "@id": "pesticideToAirInputsProduction"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
578
+ "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "nh4ToGroundwaterSoilFlux"
582
+ "@id": "pesticideToSoilPesticideApplication"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "n2OToAirNaturalVegetationBurningDirect"
586
+ "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "soxToAirInputsProduction"
590
+ "@id": "codToWaterIndustrialProcesses"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "no3ToSurfaceWaterInputsProduction"
594
+ "@id": "nitriteToAirIndustrialProcesses"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "pm25ToAirCropResidueBurning"
598
+ "@id": "hcfc124ToAirIndustrialProcesses"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "ch4ToAirEntericFermentation"
602
+ "@id": "pm10ToAirIndustrialProcesses"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "co2ToAirFuelCombustion"
606
+ "@id": "sf6ToAirInputsProduction"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "ch4ToAirReservoirs"
610
+ "@id": "nf3ToAirIndustrialProcesses"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "ch4ToAirInputsProductionNonFossil"
614
+ "@id": "nh3ToAirCropResidueDecomposition"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "co2ToAirOrganicSoilCultivation"
618
+ "@id": "dichlorodifluoromethaneToAirInputsProduction"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "ch4ToAirCropResidueDecomposition"
622
+ "@id": "blackCarbonToAirInputsProduction"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "ch4ToAirFloodedRice"
626
+ "@id": "bromochlorodifluoromethaneToAirInputsProduction"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "ch4ToAirInputsProductionFossil"
630
+ "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "n2ToAirCropResidueDecomposition"
634
+ "@id": "nh4ToGroundwaterExcreta"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
638
+ "@id": "nh3ToAirOrganicSoilCultivation"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "n2ToAirInorganicFertiliser"
642
+ "@id": "nToSurfaceWaterSoilFlux"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "pToDrainageWaterIndustrialProcesses"
646
+ "@id": "noToAirExcreta"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
650
+ "@id": "pToDrainageWaterSoilFlux"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "nh3ToAirAquacultureSystems"
654
+ "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "n2OToAirInorganicFertiliserIndirect"
658
+ "@id": "n2OToAirCropResidueDecompositionIndirect"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "noToAirCropResidueDecomposition"
662
+ "@id": "ionisingCompoundsToSaltwaterInputsProduction"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
666
+ "@id": "n2ToAirWasteTreatment"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "nh4ToGroundwaterInputsProduction"
670
+ "@id": "co2ToAirUreaHydrolysis"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "nh3ToAirExcreta"
674
+ "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "po43ToGroundwaterOrganicFertiliser"
678
+ "@id": "po43ToGroundwaterInorganicFertiliser"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "po43ToGroundwaterSoilFlux"
682
+ "@id": "pm02ToAirInputsProduction"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "nh3ToAirInorganicFertiliser"
686
+ "@id": "tspToAirInputsProduction"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "nToSurfaceWaterIndustrialProcesses"
690
+ "@id": "pErosionSoilFlux"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "no3ToSurfaceWaterAquacultureSystems"
694
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "noxToAirSoilFlux"
698
+ "@id": "halothaneToAirIndustrialProcesses"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "nh3ToAirCropResidueBurning"
702
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
706
+ "@id": "no3ToGroundwaterInputsProduction"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "noxToAirWasteTreatment"
710
+ "@id": "pesticideToHarvestedCropPesticideApplication"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "co2ToAirNaturalVegetationBurning"
714
+ "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "pToSurfaceWaterInputsProduction"
718
+ "@id": "112TrichloroethaneToAirInputsProduction"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
722
+ "@id": "blackCarbonToAirIndustrialProcesses"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "pm0225ToAirInputsProduction"
726
+ "@id": "tspToAirIndustrialProcesses"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
730
+ "@id": "nh3ToAirSoilFlux"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "n2OToAirFuelCombustionIndirect"
734
+ "@id": "chloromethaneToAirIndustrialProcesses"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "noxToAirIndustrialProcesses"
738
+ "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "tefluraneToAirIndustrialProcesses"
742
+ "@id": "nmvocToAirSilageFeeding"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "n2OToAirOrganicSoilBurningDirect"
746
+ "@id": "tspToAirFuelCombustion"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
750
+ "@id": "pm10ToAirAnimalHousing"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "codToWaterInputsProduction"
754
+ "@id": "noxToAirInputsProduction"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
758
+ "@id": "pm0225ToAirIndustrialProcesses"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "ch4ToAirAquacultureSystems"
762
+ "@id": "pToSurfaceWaterAquacultureSystems"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "ch4ToAirOrganicSoilBurning"
766
+ "@id": "n2OToAirInorganicFertiliserDirect"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "h2SToAirIndustrialProcesses"
770
+ "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "co2ToAirLimeHydrolysis"
774
+ "@id": "nToSurfaceWaterExcreta"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "n2OToAirAquacultureSystemsIndirect"
778
+ "@id": "no3ToGroundwaterOrganicFertiliser"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "ionisingCompoundsToWaterInputsProduction"
782
+ "@id": "pm10ToAirInputsProduction"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "coToAirIndustrialProcesses"
786
+ "@id": "blackCarbonToAirFuelCombustion"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "n2OToAirCropResidueBurningDirect"
790
+ "@id": "nf3ToAirInputsProduction"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "h2SToAirWasteTreatment"
794
+ "@id": "hexaneToAirInputsProduction"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "ch4ToAirCropResidueBurning"
798
+ "@id": "co2ToAirCropResidueDecomposition"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "co2ToAirOrganicSoilBurning"
802
+ "@id": "po43ToGroundwaterInputsProduction"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "ch4ToAirNaturalVegetationBurning"
806
+ "@id": "noxToAirOrganicSoilBurning"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "co2ToAirInputsProduction"
810
+ "@id": "nmvocToAirWasteTreatment"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "bromofluoroformToAirInputsProduction"
814
+ "@id": "n2OToAirOrganicFertiliserDirect"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "nitriteToWaterInputsProduction"
818
+ "@id": "nh3ToAirOrganicFertiliser"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "po43ToGroundwaterIndustrialProcesses"
822
+ "@id": "h2SToAirInputsProduction"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "n2OToAirOrganicFertiliserIndirect"
826
+ "@id": "noxToAirExcreta"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "soxToAirFuelCombustion"
830
+ "@id": "co2ToAirWasteTreatment"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
834
+ "@id": "n2OToAirExcretaIndirect"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "noToAirCropResidueBurning"
838
+ "@id": "pToGroundwaterInputsProduction"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "halothaneToAirInputsProduction"
842
+ "@id": "nh3ToAirWasteTreatment"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "nmvocToAirInputsProduction"
846
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
850
+ "@id": "nh4ToSurfaceWaterInputsProduction"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "bromofluoroformToAirIndustrialProcesses"
854
+ "@id": "pesticideToSoilInputsProduction"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "n2OToAirWasteTreatmentDirect"
858
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "carbonTetrachlorideToAirIndustrialProcesses"
862
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "pToDrainageWaterInputsProduction"
866
+ "@id": "bromodifluoromethaneToAirIndustrialProcesses"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "pm25ToAirIndustrialProcesses"
870
+ "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "pm25ToAirInputsProduction"
874
+ "@id": "nh4ToGroundwaterSoilFlux"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
878
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
882
- "@id": "bod5ToWaterIndustrialProcesses"
882
+ "@id": "soxToAirInputsProduction"
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "noToAirInputsProduction"
886
+ "@id": "no3ToSurfaceWaterInputsProduction"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "bromodifluoromethaneToAirInputsProduction"
890
+ "@id": "pm25ToAirCropResidueBurning"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "pm10ToAirCropResidueBurning"
894
+ "@id": "ch4ToAirEntericFermentation"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "nErosionInputsProduction"
898
+ "@id": "co2ToAirFuelCombustion"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "hydroxylamineToAirIndustrialProcesses"
902
+ "@id": "ch4ToAirReservoirs"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "so3ToAirInputsProduction"
906
+ "@id": "ch4ToAirInputsProductionNonFossil"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "so2ToAirCropResidueBurning"
910
+ "@id": "co2ToAirOrganicSoilCultivation"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "pErosionInputsProduction"
914
+ "@id": "ch4ToAirCropResidueDecomposition"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "pm25ToAirFuelCombustion"
918
+ "@id": "ch4ToAirFloodedRice"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "112TrichloroethaneToAirIndustrialProcesses"
922
+ "@id": "ch4ToAirInputsProductionFossil"
923
923
  },
924
924
  {
925
925
  "@type": "Term",
926
- "@id": "pm02ToAirIndustrialProcesses"
926
+ "@id": "n2ToAirCropResidueDecomposition"
927
927
  },
928
928
  {
929
929
  "@type": "Term",
930
- "@id": "nh4ToAirIndustrialProcesses"
930
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
931
931
  },
932
932
  {
933
933
  "@type": "Term",
934
- "@id": "hexaneToAirIndustrialProcesses"
934
+ "@id": "n2ToAirInorganicFertiliser"
935
935
  },
936
936
  {
937
937
  "@type": "Term",
938
- "@id": "so2ToAirInputsProduction"
938
+ "@id": "pToDrainageWaterIndustrialProcesses"
939
939
  },
940
940
  {
941
941
  "@type": "Term",
942
- "@id": "soxToAirCropResidueBurning"
942
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
943
943
  },
944
944
  {
945
945
  "@type": "Term",
946
- "@id": "nh4ToSurfaceWaterAquacultureSystems"
946
+ "@id": "noxToAirNaturalVegetationBurning"
947
947
  },
948
948
  {
949
949
  "@type": "Term",
950
- "@id": "n2OToAirOrganicSoilCultivationIndirect"
950
+ "@id": "nToSurfaceWaterInputsProduction"
951
951
  },
952
952
  {
953
953
  "@type": "Term",
954
- "@id": "no3ToSurfaceWaterIndustrialProcesses"
954
+ "@id": "carbonTetrachlorideToAirInputsProduction"
955
955
  },
956
956
  {
957
957
  "@type": "Term",
958
- "@id": "nErosionSoilFlux"
958
+ "@id": "no3ToAirInputsProduction"
959
959
  },
960
960
  {
961
961
  "@type": "Term",
962
- "@id": "n2OToAirOrganicSoilCultivationDirect"
962
+ "@id": "chlorodifluoromethaneToAirInputsProduction"
963
963
  },
964
964
  {
965
965
  "@type": "Term",
966
- "@id": "n2OToAirSoilFlux"
966
+ "@id": "no3ToSurfaceWaterExcreta"
967
967
  },
968
968
  {
969
969
  "@type": "Term",
970
- "@id": "nh4ToGroundwaterWasteTreatment"
970
+ "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
971
971
  },
972
972
  {
973
973
  "@type": "Term",
974
- "@id": "no3ToGroundwaterSoilFlux"
974
+ "@id": "so2ToAirFuelCombustion"
975
975
  },
976
976
  {
977
977
  "@type": "Term",
978
- "@id": "n2ToAirAquacultureSystems"
978
+ "@id": "pm10ToAirFuelCombustion"
979
979
  },
980
980
  {
981
981
  "@type": "Term",
982
- "@id": "nh3ToAirOrganicSoilBurning"
982
+ "@id": "soxToAirIndustrialProcesses"
983
983
  },
984
984
  {
985
985
  "@type": "Term",
986
- "@id": "noxToAirOrganicFertiliser"
986
+ "@id": "tefluraneToAirInputsProduction"
987
987
  },
988
988
  {
989
989
  "@type": "Term",
990
- "@id": "pesticideToAirPesticideApplication"
990
+ "@id": "no3ToGroundwaterWasteTreatment"
991
991
  },
992
992
  {
993
993
  "@type": "Term",
994
- "@id": "nh3ToAirIndustrialProcesses"
994
+ "@id": "nh4ToGroundwaterIndustrialProcesses"
995
995
  },
996
996
  {
997
997
  "@type": "Term",
998
- "@id": "no2ToAirIndustrialProcesses"
998
+ "@id": "sf6ToAirIndustrialProcesses"
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "tspToAirAnimalHousing"
1002
+ "@id": "noToAirIndustrialProcesses"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "nh4ToAirInputsProduction"
1006
+ "@id": "no3ToGroundwaterExcreta"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
1010
- "@id": "n2OToAirOrganicSoilBurningIndirect"
1010
+ "@id": "noToAirOrganicFertiliser"
1011
1011
  },
1012
1012
  {
1013
1013
  "@type": "Term",
1014
- "@id": "1112TetrafluoroethaneToAirInputsProduction"
1014
+ "@id": "nmvocToAirFuelCombustion"
1015
1015
  },
1016
1016
  {
1017
1017
  "@type": "Term",
1018
- "@id": "ionisingCompoundsToAirInputsProduction"
1018
+ "@id": "pToSurfaceWaterExcreta"
1019
1019
  },
1020
1020
  {
1021
1021
  "@type": "Term",
1022
- "@id": "n2OToAirAquacultureSystemsDirect"
1022
+ "@id": "nh3ToAirNaturalVegetationBurning"
1023
1023
  },
1024
1024
  {
1025
1025
  "@type": "Term",
1026
- "@id": "ch4ToAirExcreta"
1026
+ "@id": "no3ToGroundwaterCropResidueDecomposition"
1027
1027
  },
1028
1028
  {
1029
1029
  "@type": "Term",
1030
- "@id": "n2ToAirSoilFlux"
1030
+ "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
1031
1031
  },
1032
1032
  {
1033
1033
  "@type": "Term",
1034
- "@id": "coToAirInputsProduction"
1034
+ "@id": "noxToAirAquacultureSystems"
1035
1035
  },
1036
1036
  {
1037
1037
  "@type": "Term",
1038
- "@id": "ch4ToAirSoilFlux"
1038
+ "@id": "no2ToAirInputsProduction"
1039
1039
  },
1040
1040
  {
1041
1041
  "@type": "Term",
1042
- "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
1042
+ "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
1043
1043
  },
1044
1044
  {
1045
1045
  "@type": "Term",
1046
- "@id": "n2OToAirBackgroundSoilFluxDirect"
1046
+ "@id": "hcfc124ToAirInputsProduction"
1047
1047
  },
1048
1048
  {
1049
1049
  "@type": "Term",
1050
- "@id": "coToAirFuelCombustion"
1050
+ "@id": "pToSurfaceWaterIndustrialProcesses"
1051
1051
  },
1052
1052
  {
1053
1053
  "@type": "Term",
1054
- "@id": "noxToAirNaturalVegetationBurning"
1054
+ "@id": "noxToAirCropResidueBurning"
1055
1055
  },
1056
1056
  {
1057
1057
  "@type": "Term",
1058
- "@id": "nToSurfaceWaterInputsProduction"
1058
+ "@id": "nh4ToSurfaceWaterAquacultureSystems"
1059
1059
  },
1060
1060
  {
1061
1061
  "@type": "Term",
1062
- "@id": "carbonTetrachlorideToAirInputsProduction"
1062
+ "@id": "n2OToAirOrganicSoilCultivationIndirect"
1063
1063
  },
1064
1064
  {
1065
1065
  "@type": "Term",
1066
- "@id": "no3ToAirInputsProduction"
1066
+ "@id": "no3ToSurfaceWaterIndustrialProcesses"
1067
1067
  },
1068
1068
  {
1069
1069
  "@type": "Term",
1070
- "@id": "chlorodifluoromethaneToAirInputsProduction"
1070
+ "@id": "nErosionSoilFlux"
1071
1071
  },
1072
1072
  {
1073
1073
  "@type": "Term",
1074
- "@id": "no3ToSurfaceWaterExcreta"
1074
+ "@id": "n2OToAirOrganicSoilCultivationDirect"
1075
1075
  },
1076
1076
  {
1077
1077
  "@type": "Term",
1078
- "@id": "dichlorotetrafluoroethaneToAirIndustrialProcesses"
1078
+ "@id": "n2OToAirSoilFlux"
1079
1079
  },
1080
1080
  {
1081
1081
  "@type": "Term",
1082
- "@id": "so2ToAirFuelCombustion"
1082
+ "@id": "nh4ToGroundwaterWasteTreatment"
1083
1083
  },
1084
1084
  {
1085
1085
  "@type": "Term",
1086
- "@id": "pm10ToAirFuelCombustion"
1086
+ "@id": "no3ToGroundwaterSoilFlux"
1087
1087
  },
1088
1088
  {
1089
1089
  "@type": "Term",
1090
- "@id": "soxToAirIndustrialProcesses"
1090
+ "@id": "n2ToAirAquacultureSystems"
1091
1091
  },
1092
1092
  {
1093
1093
  "@type": "Term",
1094
- "@id": "tefluraneToAirInputsProduction"
1094
+ "@id": "nh3ToAirOrganicSoilBurning"
1095
1095
  },
1096
1096
  {
1097
1097
  "@type": "Term",
1098
- "@id": "no3ToGroundwaterWasteTreatment"
1098
+ "@id": "noxToAirOrganicFertiliser"
1099
1099
  },
1100
1100
  {
1101
1101
  "@type": "Term",
1102
- "@id": "nh4ToGroundwaterIndustrialProcesses"
1102
+ "@id": "pesticideToAirPesticideApplication"
1103
1103
  },
1104
1104
  {
1105
1105
  "@type": "Term",
1106
- "@id": "sf6ToAirIndustrialProcesses"
1106
+ "@id": "nh3ToAirIndustrialProcesses"
1107
1107
  },
1108
1108
  {
1109
1109
  "@type": "Term",
1110
- "@id": "noToAirIndustrialProcesses"
1110
+ "@id": "no2ToAirIndustrialProcesses"
1111
1111
  },
1112
1112
  {
1113
1113
  "@type": "Term",
1114
- "@id": "no3ToGroundwaterExcreta"
1114
+ "@id": "tspToAirAnimalHousing"
1115
1115
  },
1116
1116
  {
1117
1117
  "@type": "Term",
1118
- "@id": "noToAirOrganicFertiliser"
1118
+ "@id": "nh4ToAirInputsProduction"
1119
1119
  },
1120
1120
  {
1121
1121
  "@type": "Term",
1122
- "@id": "nmvocToAirFuelCombustion"
1122
+ "@id": "n2OToAirOrganicSoilBurningIndirect"
1123
1123
  },
1124
1124
  {
1125
1125
  "@type": "Term",
1126
- "@id": "pToSurfaceWaterExcreta"
1126
+ "@id": "1112TetrafluoroethaneToAirInputsProduction"
1127
1127
  },
1128
1128
  {
1129
1129
  "@type": "Term",
1130
- "@id": "nh3ToAirNaturalVegetationBurning"
1130
+ "@id": "ionisingCompoundsToAirInputsProduction"
1131
1131
  },
1132
1132
  {
1133
1133
  "@type": "Term",
1134
- "@id": "no3ToGroundwaterCropResidueDecomposition"
1134
+ "@id": "n2OToAirAquacultureSystemsDirect"
1135
1135
  },
1136
1136
  {
1137
1137
  "@type": "Term",
1138
- "@id": "1Chloro11DifluoroethaneToAirIndustrialProcesses"
1138
+ "@id": "ch4ToAirExcreta"
1139
1139
  },
1140
1140
  {
1141
1141
  "@type": "Term",
1142
- "@id": "noxToAirAquacultureSystems"
1142
+ "@id": "n2ToAirSoilFlux"
1143
1143
  },
1144
1144
  {
1145
1145
  "@type": "Term",
1146
- "@id": "no2ToAirInputsProduction"
1146
+ "@id": "coToAirInputsProduction"
1147
1147
  },
1148
1148
  {
1149
1149
  "@type": "Term",
1150
- "@id": "13Dichloro11223PentafluoropropaneToAirIndustrialProcesses"
1150
+ "@id": "ch4ToAirSoilFlux"
1151
1151
  },
1152
1152
  {
1153
1153
  "@type": "Term",
1154
- "@id": "hcfc124ToAirInputsProduction"
1154
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
1155
1155
  },
1156
1156
  {
1157
1157
  "@type": "Term",
1158
- "@id": "pToSurfaceWaterIndustrialProcesses"
1158
+ "@id": "n2OToAirBackgroundSoilFluxDirect"
1159
1159
  },
1160
1160
  {
1161
1161
  "@type": "Term",
1162
- "@id": "noxToAirCropResidueBurning"
1162
+ "@id": "coToAirFuelCombustion"
1163
1163
  }
1164
1164
  ]
1165
1165
  },
@@ -1294,15 +1294,15 @@
1294
1294
  "results": [
1295
1295
  {
1296
1296
  "@type": "Term",
1297
- "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1297
+ "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1298
1298
  },
1299
1299
  {
1300
1300
  "@type": "Term",
1301
- "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1301
+ "@id": "residueIncorporated"
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
1305
- "@id": "residueIncorporated"
1305
+ "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
@@ -1334,43 +1334,43 @@
1334
1334
  },
1335
1335
  {
1336
1336
  "@type": "Term",
1337
- "@id": "discardedCropLeftOnField"
1337
+ "@id": "discardedCropIncorporated"
1338
1338
  },
1339
1339
  {
1340
1340
  "@type": "Term",
1341
- "@id": "discardedCropTotal"
1341
+ "@id": "aboveGroundCropResidueRemoved"
1342
1342
  },
1343
1343
  {
1344
1344
  "@type": "Term",
1345
- "@id": "discardedCropIncorporated"
1345
+ "@id": "discardedCropLeftOnField"
1346
1346
  },
1347
1347
  {
1348
1348
  "@type": "Term",
1349
- "@id": "aboveGroundCropResidueRemoved"
1349
+ "@id": "discardedCropTotal"
1350
1350
  },
1351
1351
  {
1352
1352
  "@type": "Term",
1353
- "@id": "aboveGroundCropResidueBurnt"
1353
+ "@id": "discardedCropRemoved"
1354
1354
  },
1355
1355
  {
1356
1356
  "@type": "Term",
1357
- "@id": "belowGroundCropResidue"
1357
+ "@id": "aboveGroundCropResidueTotal"
1358
1358
  },
1359
1359
  {
1360
1360
  "@type": "Term",
1361
- "@id": "aboveGroundCropResidueLeftOnField"
1361
+ "@id": "aboveGroundCropResidueIncorporated"
1362
1362
  },
1363
1363
  {
1364
1364
  "@type": "Term",
1365
- "@id": "discardedCropRemoved"
1365
+ "@id": "aboveGroundCropResidueBurnt"
1366
1366
  },
1367
1367
  {
1368
1368
  "@type": "Term",
1369
- "@id": "aboveGroundCropResidueTotal"
1369
+ "@id": "belowGroundCropResidue"
1370
1370
  },
1371
1371
  {
1372
1372
  "@type": "Term",
1373
- "@id": "aboveGroundCropResidueIncorporated"
1373
+ "@id": "aboveGroundCropResidueLeftOnField"
1374
1374
  }
1375
1375
  ]
1376
1376
  },
@@ -1501,11 +1501,11 @@
1501
1501
  },
1502
1502
  {
1503
1503
  "@type": "Term",
1504
- "@id": "energyDigestibilityPigs"
1504
+ "@id": "energyDigestibilityOtherAnimals"
1505
1505
  },
1506
1506
  {
1507
1507
  "@type": "Term",
1508
- "@id": "energyDigestibilitySalmonids"
1508
+ "@id": "energyDigestibilityPigs"
1509
1509
  },
1510
1510
  {
1511
1511
  "@type": "Term",
@@ -1513,7 +1513,7 @@
1513
1513
  },
1514
1514
  {
1515
1515
  "@type": "Term",
1516
- "@id": "energyDigestibilityOtherAnimals"
1516
+ "@id": "energyDigestibilitySalmonids"
1517
1517
  },
1518
1518
  {
1519
1519
  "@type": "Term",
@@ -1766,395 +1766,2892 @@
1766
1766
  "results": [
1767
1767
  {
1768
1768
  "@type": "Term",
1769
- "name": "Generic crop, seed",
1770
- "@id": "genericCropSeed",
1771
- "_score": 23.782045
1772
- }
1773
- ]
1774
- },
1775
- {
1776
- "name": "get_irrigated_terms",
1777
- "query": {
1778
- "bool": {
1779
- "must": [
1780
- {
1781
- "match": {
1782
- "@type": "Term"
1783
- }
1784
- },
1785
- {
1786
- "match": {
1787
- "termType.keyword": "waterRegime"
1788
- }
1789
- }
1790
- ],
1791
- "should": [
1792
- {
1793
- "match_phrase_prefix": {
1794
- "name": "irrigated"
1795
- }
1796
- },
1797
- {
1798
- "match_phrase_prefix": {
1799
- "name": "deep water"
1800
- }
1801
- }
1802
- ],
1803
- "minimum_should_match": 1
1804
- }
1805
- },
1806
- "results": [
1769
+ "name": "Generic crop, seed",
1770
+ "@id": "genericCropSeed",
1771
+ "_score": 23.686262
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "name": "get_irrigated_terms",
1777
+ "query": {
1778
+ "bool": {
1779
+ "must": [
1780
+ {
1781
+ "match": {
1782
+ "@type": "Term"
1783
+ }
1784
+ },
1785
+ {
1786
+ "match": {
1787
+ "termType.keyword": "waterRegime"
1788
+ }
1789
+ }
1790
+ ],
1791
+ "should": [
1792
+ {
1793
+ "match_phrase_prefix": {
1794
+ "name": "irrigated"
1795
+ }
1796
+ },
1797
+ {
1798
+ "match_phrase_prefix": {
1799
+ "name": "deep water"
1800
+ }
1801
+ }
1802
+ ],
1803
+ "minimum_should_match": 1
1804
+ }
1805
+ },
1806
+ "results": [
1807
+ {
1808
+ "@type": "Term",
1809
+ "@id": "rainfedDeepWater"
1810
+ },
1811
+ {
1812
+ "@type": "Term",
1813
+ "@id": "rainfedDeepWaterWaterDepth50100Cm"
1814
+ },
1815
+ {
1816
+ "@type": "Term",
1817
+ "@id": "rainfedDeepWaterWaterDepth100Cm"
1818
+ },
1819
+ {
1820
+ "@type": "Term",
1821
+ "@id": "irrigatedLocalizedIrrigation"
1822
+ },
1823
+ {
1824
+ "@type": "Term",
1825
+ "@id": "irrigatedFurrowIrrigation"
1826
+ },
1827
+ {
1828
+ "@type": "Term",
1829
+ "@id": "irrigatedSubIrrigation"
1830
+ },
1831
+ {
1832
+ "@type": "Term",
1833
+ "@id": "irrigatedTypeUnspecified"
1834
+ },
1835
+ {
1836
+ "@type": "Term",
1837
+ "@id": "irrigatedDripIrrigation"
1838
+ },
1839
+ {
1840
+ "@type": "Term",
1841
+ "@id": "irrigatedSprinklerIrrigation"
1842
+ },
1843
+ {
1844
+ "@type": "Term",
1845
+ "@id": "irrigatedLateralMoveIrrigation"
1846
+ },
1847
+ {
1848
+ "@type": "Term",
1849
+ "@id": "irrigatedCenterPivotIrrigation"
1850
+ },
1851
+ {
1852
+ "@type": "Term",
1853
+ "@id": "irrigatedSurfaceIrrigationContinuouslyFlooded"
1854
+ },
1855
+ {
1856
+ "@type": "Term",
1857
+ "@id": "irrigatedSurfaceIrrigationMultipleDrainagePeriods"
1858
+ },
1859
+ {
1860
+ "@type": "Term",
1861
+ "@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
1862
+ },
1863
+ {
1864
+ "@type": "Term",
1865
+ "@id": "irrigatedSurfaceIrrigationSingleDrainagePeriod"
1866
+ }
1867
+ ]
1868
+ },
1869
+ {
1870
+ "name": "get_irrigation_terms",
1871
+ "query": {
1872
+ "termType.keyword": "water"
1873
+ },
1874
+ "results": [
1875
+ {
1876
+ "@type": "Term",
1877
+ "@id": "waterDrainageCanal"
1878
+ },
1879
+ {
1880
+ "@type": "Term",
1881
+ "@id": "waterMarine"
1882
+ },
1883
+ {
1884
+ "@type": "Term",
1885
+ "@id": "waterIrrigationCanal"
1886
+ },
1887
+ {
1888
+ "@type": "Term",
1889
+ "@id": "waterSourceUnspecified"
1890
+ },
1891
+ {
1892
+ "@type": "Term",
1893
+ "@id": "waterMunicipalTap"
1894
+ },
1895
+ {
1896
+ "@type": "Term",
1897
+ "@id": "waterRiverStream"
1898
+ },
1899
+ {
1900
+ "@type": "Term",
1901
+ "@id": "waterPumpedGroundwater"
1902
+ },
1903
+ {
1904
+ "@type": "Term",
1905
+ "@id": "waterHarvestedRainfall"
1906
+ },
1907
+ {
1908
+ "@type": "Term",
1909
+ "@id": "waterBrackish"
1910
+ },
1911
+ {
1912
+ "@type": "Term",
1913
+ "@id": "waterLakeOrReservoir"
1914
+ },
1915
+ {
1916
+ "@type": "Term",
1917
+ "@id": "iceSourceUnspecified"
1918
+ }
1919
+ ]
1920
+ },
1921
+ {
1922
+ "name": "get_land_cover_siteTypes",
1923
+ "query": {
1924
+ "bool": {
1925
+ "must": [
1926
+ {
1927
+ "match": {
1928
+ "@type": "Term"
1929
+ }
1930
+ },
1931
+ {
1932
+ "match": {
1933
+ "termType": "landCover"
1934
+ }
1935
+ }
1936
+ ],
1937
+ "should": [
1938
+ {
1939
+ "match": {
1940
+ "name": "agri-food processor"
1941
+ }
1942
+ },
1943
+ {
1944
+ "match": {
1945
+ "name": "animal housing"
1946
+ }
1947
+ },
1948
+ {
1949
+ "match": {
1950
+ "name": "cropland"
1951
+ }
1952
+ },
1953
+ {
1954
+ "match": {
1955
+ "name": "food retailer"
1956
+ }
1957
+ },
1958
+ {
1959
+ "match": {
1960
+ "name": "forest"
1961
+ }
1962
+ },
1963
+ {
1964
+ "match": {
1965
+ "name": "glass or high accessible cover"
1966
+ }
1967
+ },
1968
+ {
1969
+ "match": {
1970
+ "name": "lake"
1971
+ }
1972
+ },
1973
+ {
1974
+ "match": {
1975
+ "name": "other natural vegetation"
1976
+ }
1977
+ },
1978
+ {
1979
+ "match": {
1980
+ "name": "permanent pasture"
1981
+ }
1982
+ },
1983
+ {
1984
+ "match": {
1985
+ "name": "pond"
1986
+ }
1987
+ },
1988
+ {
1989
+ "match": {
1990
+ "name": "river or stream"
1991
+ }
1992
+ },
1993
+ {
1994
+ "match": {
1995
+ "name": "sea or ocean"
1996
+ }
1997
+ }
1998
+ ],
1999
+ "minimum_should_match": 1
2000
+ }
2001
+ },
2002
+ "results": [
2003
+ {
2004
+ "@type": "Term",
2005
+ "name": "Glass or high accessible cover",
2006
+ "@id": "glassOrHighAccessibleCover",
2007
+ "_score": 57.518745
2008
+ },
2009
+ {
2010
+ "@type": "Term",
2011
+ "name": "River or stream",
2012
+ "@id": "riverOrStream",
2013
+ "_score": 48.467308
2014
+ },
2015
+ {
2016
+ "@type": "Term",
2017
+ "name": "Sea or ocean",
2018
+ "@id": "seaOrOcean",
2019
+ "_score": 48.22682
2020
+ },
2021
+ {
2022
+ "@type": "Term",
2023
+ "name": "Other natural vegetation",
2024
+ "@id": "otherNaturalVegetation",
2025
+ "_score": 40.525997
2026
+ },
2027
+ {
2028
+ "@type": "Term",
2029
+ "name": "Agri-food processor",
2030
+ "@id": "agriFoodProcessor",
2031
+ "_score": 38.494865
2032
+ },
2033
+ {
2034
+ "@type": "Term",
2035
+ "name": "Food retailer",
2036
+ "@id": "foodRetailer",
2037
+ "_score": 37.89326
2038
+ },
2039
+ {
2040
+ "@type": "Term",
2041
+ "name": "Natural forest",
2042
+ "@id": "naturalForest",
2043
+ "_score": 31.450487
2044
+ },
2045
+ {
2046
+ "@type": "Term",
2047
+ "name": "Permanent pasture",
2048
+ "@id": "permanentPasture",
2049
+ "_score": 27.814896
2050
+ },
2051
+ {
2052
+ "@type": "Term",
2053
+ "name": "Animal housing",
2054
+ "@id": "animalHousing",
2055
+ "_score": 25.345835
2056
+ },
2057
+ {
2058
+ "@type": "Term",
2059
+ "name": "Root or tuber crop plant",
2060
+ "@id": "rootOrTuberCropPlant",
2061
+ "_score": 23.67656
2062
+ },
2063
+ {
2064
+ "@type": "Term",
2065
+ "name": "High intensity grazing pasture",
2066
+ "@id": "highIntensityGrazingPasture",
2067
+ "_score": 21.964624
2068
+ },
2069
+ {
2070
+ "@type": "Term",
2071
+ "name": "Permanent cropland",
2072
+ "@id": "permanentCropland",
2073
+ "_score": 20.331585
2074
+ },
2075
+ {
2076
+ "@type": "Term",
2077
+ "name": "Forest",
2078
+ "@id": "forest",
2079
+ "_score": 19.870483
2080
+ },
2081
+ {
2082
+ "@type": "Term",
2083
+ "name": "Other land",
2084
+ "@id": "otherLand",
2085
+ "_score": 18.791811
2086
+ },
2087
+ {
2088
+ "@type": "Term",
2089
+ "name": "Pond",
2090
+ "@id": "pond",
2091
+ "_score": 18.035913
2092
+ },
2093
+ {
2094
+ "@type": "Term",
2095
+ "name": "Plantation forest",
2096
+ "@id": "plantationForest",
2097
+ "_score": 17.494003
2098
+ },
2099
+ {
2100
+ "@type": "Term",
2101
+ "name": "Sea kale plant",
2102
+ "@id": "seaKalePlant",
2103
+ "_score": 16.914745
2104
+ },
2105
+ {
2106
+ "@type": "Term",
2107
+ "name": "Lake",
2108
+ "@id": "lake",
2109
+ "_score": 16.627369
2110
+ },
2111
+ {
2112
+ "@type": "Term",
2113
+ "name": "Improved pasture",
2114
+ "@id": "improvedPasture",
2115
+ "_score": 16.1527
2116
+ },
2117
+ {
2118
+ "@type": "Term",
2119
+ "name": "Severely degraded pasture",
2120
+ "@id": "severelyDegradedPasture",
2121
+ "_score": 15.846884
2122
+ },
2123
+ {
2124
+ "@type": "Term",
2125
+ "name": "Native pasture",
2126
+ "@id": "nativePasture",
2127
+ "_score": 15.789886
2128
+ },
2129
+ {
2130
+ "@type": "Term",
2131
+ "name": "River tamarind tree",
2132
+ "@id": "riverTamarindTree",
2133
+ "_score": 15.23336
2134
+ },
2135
+ {
2136
+ "@type": "Term",
2137
+ "name": "Red sea plume alga",
2138
+ "@id": "redSeaPlumeAlga",
2139
+ "_score": 15.148724
2140
+ },
2141
+ {
2142
+ "@type": "Term",
2143
+ "name": "Nominally managed pasture",
2144
+ "@id": "nominallyManagedPasture",
2145
+ "_score": 14.712585
2146
+ },
2147
+ {
2148
+ "@type": "Term",
2149
+ "name": "Annual cropland",
2150
+ "@id": "annualCropland",
2151
+ "_score": 10.076254
2152
+ },
2153
+ {
2154
+ "@type": "Term",
2155
+ "name": "Cropland",
2156
+ "@id": "cropland",
2157
+ "_score": 9.883682
2158
+ }
2159
+ ]
2160
+ },
2161
+ {
2162
+ "name": "get_land_cover_terms",
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
+ },
2236
+ {
2237
+ "@type": "Term",
2238
+ "@id": "okraPlant"
2239
+ },
2240
+ {
2241
+ "@type": "Term",
2242
+ "@id": "rockSamphirePlant"
2243
+ },
2244
+ {
2245
+ "@type": "Term",
2246
+ "@id": "pepinoDulcePlant"
2247
+ },
2248
+ {
2249
+ "@type": "Term",
2250
+ "@id": "horseradishPlant"
2251
+ },
2252
+ {
2253
+ "@type": "Term",
2254
+ "@id": "oatPlant"
2255
+ },
2256
+ {
2257
+ "@type": "Term",
2258
+ "@id": "hornedMelonVine"
2259
+ },
2260
+ {
2261
+ "@type": "Term",
2262
+ "@id": "genericGrassPlant"
2263
+ },
2264
+ {
2265
+ "@type": "Term",
2266
+ "@id": "chlorisPrieuriiPlant"
2267
+ },
2268
+ {
2269
+ "@type": "Term",
2270
+ "@id": "satsumaTree"
2271
+ },
2272
+ {
2273
+ "@type": "Term",
2274
+ "@id": "abyssinianKalePlant"
2275
+ },
2276
+ {
2277
+ "@type": "Term",
2278
+ "@id": "carambolaTree"
2279
+ },
2280
+ {
2281
+ "@type": "Term",
2282
+ "@id": "sweetSorghumPlant"
2283
+ },
2284
+ {
2285
+ "@type": "Term",
2286
+ "@id": "ricePlantFlooded"
2287
+ },
2288
+ {
2289
+ "@type": "Term",
2290
+ "@id": "winterSquashVine"
2291
+ },
2292
+ {
2293
+ "@type": "Term",
2294
+ "@id": "roseVine"
2295
+ },
2296
+ {
2297
+ "@type": "Term",
2298
+ "@id": "turmericPlant"
2299
+ },
2300
+ {
2301
+ "@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"
2331
+ },
2332
+ {
2333
+ "@type": "Term",
2334
+ "@id": "cranberryPlant"
2335
+ },
2336
+ {
2337
+ "@type": "Term",
2338
+ "@id": "peachTree"
2339
+ },
2340
+ {
2341
+ "@type": "Term",
2342
+ "@id": "milanjeFingerGrassPlant"
2343
+ },
2344
+ {
2345
+ "@type": "Term",
2346
+ "@id": "chestnutTree"
2347
+ },
2348
+ {
2349
+ "@type": "Term",
2350
+ "@id": "ravennaGrassPlant"
2351
+ },
2352
+ {
2353
+ "@type": "Term",
2354
+ "@id": "otherNaturalVegetation"
2355
+ },
2356
+ {
2357
+ "@type": "Term",
2358
+ "@id": "dubiGrassPlant"
2359
+ },
2360
+ {
2361
+ "@type": "Term",
2362
+ "@id": "slenderBluestemPlant"
2363
+ },
2364
+ {
2365
+ "@type": "Term",
2366
+ "@id": "magentaSpreenPlant"
2367
+ },
2368
+ {
2369
+ "@type": "Term",
2370
+ "@id": "speltWheatPlant"
2371
+ },
2372
+ {
2373
+ "@type": "Term",
2374
+ "@id": "chrysopogonFallaxPlant"
2375
+ },
2376
+ {
2377
+ "@type": "Term",
2378
+ "@id": "peachPalmTree"
2379
+ },
2380
+ {
2381
+ "@type": "Term",
2382
+ "@id": "spearGrassPlant"
2383
+ },
2384
+ {
2385
+ "@type": "Term",
2386
+ "@id": "wildRocketPlant"
2387
+ },
2388
+ {
2389
+ "@type": "Term",
2390
+ "@id": "yamVine"
2391
+ },
2392
+ {
2393
+ "@type": "Term",
2394
+ "@id": "queenslandBlueGrassPlant"
2395
+ },
2396
+ {
2397
+ "@type": "Term",
2398
+ "@id": "atlanticWakameAlga"
2399
+ },
2400
+ {
2401
+ "@type": "Term",
2402
+ "@id": "tobaccoPlant"
2403
+ },
2404
+ {
2405
+ "@type": "Term",
2406
+ "@id": "stylosanthesCampoGrandePlant"
2407
+ },
2408
+ {
2409
+ "@type": "Term",
2410
+ "@id": "desert"
2411
+ },
2412
+ {
2413
+ "@type": "Term",
2414
+ "@id": "permanentPasture"
2415
+ },
2416
+ {
2417
+ "@type": "Term",
2418
+ "@id": "walnutTree"
2419
+ },
2420
+ {
2421
+ "@type": "Term",
2422
+ "@id": "africanLocustBeanTree"
2423
+ },
2424
+ {
2425
+ "@type": "Term",
2426
+ "@id": "sisalPlant"
2427
+ },
2428
+ {
2429
+ "@type": "Term",
2430
+ "@id": "liquoricePlant"
2431
+ },
2432
+ {
2433
+ "@type": "Term",
2434
+ "@id": "sewanGrassPlant"
2435
+ },
2436
+ {
2437
+ "@type": "Term",
2438
+ "@id": "oilPalmTree"
2439
+ },
2440
+ {
2441
+ "@type": "Term",
2442
+ "@id": "jutePlant"
2443
+ },
2444
+ {
2445
+ "@type": "Term",
2446
+ "@id": "setariaLachneaPlant"
2447
+ },
2448
+ {
2449
+ "@type": "Term",
2450
+ "@id": "bermudaGrassPlant"
2451
+ },
2452
+ {
2453
+ "@type": "Term",
2454
+ "@id": "missionGrassPlant"
2455
+ },
2456
+ {
2457
+ "@type": "Term",
2458
+ "@id": "arabianStarflowerPlant"
2459
+ },
2460
+ {
2461
+ "@type": "Term",
2462
+ "@id": "marvelGrassPlant"
2463
+ },
2464
+ {
2465
+ "@type": "Term",
2466
+ "@id": "durumWheatPlant"
2467
+ },
2468
+ {
2469
+ "@type": "Term",
2470
+ "@id": "eucalyptusTree"
2471
+ },
2472
+ {
2473
+ "@type": "Term",
2474
+ "@id": "sunnHempPlant"
2475
+ },
2476
+ {
2477
+ "@type": "Term",
2478
+ "@id": "hookGrassPlant"
2479
+ },
2480
+ {
2481
+ "@type": "Term",
2482
+ "@id": "uradBeanPlant"
2483
+ },
2484
+ {
2485
+ "@type": "Term",
2486
+ "@id": "otherLand"
2487
+ },
2488
+ {
2489
+ "@type": "Term",
2490
+ "@id": "redRhodesGrassPlant"
2491
+ },
2492
+ {
2493
+ "@type": "Term",
2494
+ "@id": "goldenMilletPlant"
2495
+ },
2496
+ {
2497
+ "@type": "Term",
2498
+ "@id": "plumTree"
2499
+ },
2500
+ {
2501
+ "@type": "Term",
2502
+ "@id": "sourCherryTree"
2503
+ },
2504
+ {
2505
+ "@type": "Term",
2506
+ "@id": "landCressPlant"
2507
+ },
2508
+ {
2509
+ "@type": "Term",
2510
+ "@id": "guatemalaGrassPlant"
2511
+ },
2512
+ {
2513
+ "@type": "Term",
2514
+ "@id": "lettucePlant"
2515
+ },
2516
+ {
2517
+ "@type": "Term",
2518
+ "@id": "poroTree"
2519
+ },
2520
+ {
2521
+ "@type": "Term",
2522
+ "@id": "waterSpinachPlant"
2523
+ },
2524
+ {
2525
+ "@type": "Term",
2526
+ "@id": "guineaGrassPlant"
2527
+ },
2528
+ {
2529
+ "@type": "Term",
2530
+ "@id": "lesserYamVine"
2531
+ },
2532
+ {
2533
+ "@type": "Term",
2534
+ "@id": "desertGrassPlant"
2535
+ },
2536
+ {
2537
+ "@type": "Term",
2538
+ "@id": "arrowrootPlant"
2539
+ },
2540
+ {
2541
+ "@type": "Term",
2542
+ "@id": "cloveTree"
2543
+ },
2544
+ {
2545
+ "@type": "Term",
2546
+ "@id": "stimulantCropPlant"
2547
+ },
2548
+ {
2549
+ "@type": "Term",
2550
+ "@id": "sesbanTree"
2551
+ },
2552
+ {
2553
+ "@type": "Term",
2554
+ "@id": "tangeloTree"
2555
+ },
2556
+ {
2557
+ "@type": "Term",
2558
+ "@id": "danthoniaPlant"
2559
+ },
2560
+ {
2561
+ "@type": "Term",
2562
+ "@id": "silkOakTree"
2563
+ },
2564
+ {
2565
+ "@type": "Term",
2566
+ "@id": "auberginePlant"
2567
+ },
2568
+ {
2569
+ "@type": "Term",
2570
+ "@id": "swedePlant"
2571
+ },
2572
+ {
2573
+ "@type": "Term",
2574
+ "@id": "africanCouchGrassPlant"
2575
+ },
2576
+ {
2577
+ "@type": "Term",
2578
+ "@id": "pomegranateTree"
2579
+ },
2580
+ {
2581
+ "@type": "Term",
2582
+ "@id": "oreganoPlant"
2583
+ },
2584
+ {
2585
+ "@type": "Term",
2586
+ "@id": "longanTree"
2587
+ },
2588
+ {
2589
+ "@type": "Term",
2590
+ "@id": "oliveTree"
2591
+ },
2592
+ {
2593
+ "@type": "Term",
2594
+ "@id": "quinceTree"
2595
+ },
2596
+ {
2597
+ "@type": "Term",
2598
+ "@id": "lovagePlant"
2599
+ },
2600
+ {
2601
+ "@type": "Term",
2602
+ "@id": "pitseedGoosefootPlant"
2603
+ },
2604
+ {
2605
+ "@type": "Term",
2606
+ "@id": "pennisetumOrientalePlant"
2607
+ },
2608
+ {
2609
+ "@type": "Term",
2610
+ "@id": "slenderChlorisPlant"
2611
+ },
2612
+ {
2613
+ "@type": "Term",
2614
+ "@id": "caperPlant"
2615
+ },
2616
+ {
2617
+ "@type": "Term",
2618
+ "@id": "foxtailMilletPlant"
2619
+ },
2620
+ {
2621
+ "@type": "Term",
2622
+ "@id": "canihuaPlant"
2623
+ },
2624
+ {
2625
+ "@type": "Term",
2626
+ "@id": "mnesitheaSelloanaPlant"
2627
+ },
2628
+ {
2629
+ "@type": "Term",
2630
+ "@id": "jojobaTree"
2631
+ },
2632
+ {
2633
+ "@type": "Term",
2634
+ "@id": "rhodesGrassPlant"
2635
+ },
2636
+ {
2637
+ "@type": "Term",
2638
+ "@id": "chrysopogonLatifoliusPlant"
2639
+ },
2640
+ {
2641
+ "@type": "Term",
2642
+ "@id": "papayaTree"
2643
+ },
2644
+ {
2645
+ "@type": "Term",
2646
+ "@id": "passionfruitVine"
2647
+ },
2648
+ {
2649
+ "@type": "Term",
2650
+ "@id": "seaKalePlant"
2651
+ },
2652
+ {
2653
+ "@type": "Term",
2654
+ "@id": "kachiGrassPlant"
2655
+ },
2656
+ {
2657
+ "@type": "Term",
2658
+ "@id": "watermelonVine"
2659
+ },
2660
+ {
2661
+ "@type": "Term",
2662
+ "@id": "mountainRedtopPlant"
2663
+ },
2664
+ {
2665
+ "@type": "Term",
2666
+ "@id": "radishPlant"
2667
+ },
2668
+ {
2669
+ "@type": "Term",
2670
+ "@id": "purpleYamVine"
2671
+ },
2672
+ {
2673
+ "@type": "Term",
2674
+ "@id": "wildCanePlant"
2675
+ },
2676
+ {
2677
+ "@type": "Term",
2678
+ "@id": "tangerineTree"
2679
+ },
2680
+ {
2681
+ "@type": "Term",
2682
+ "@id": "citronellaPlant"
2683
+ },
2684
+ {
2685
+ "@type": "Term",
2686
+ "@id": "blanketGrassPlant"
2687
+ },
2688
+ {
2689
+ "@type": "Term",
2690
+ "@id": "sainGrassPlant"
2691
+ },
2692
+ {
2693
+ "@type": "Term",
2694
+ "@id": "phyretrumPlant"
2695
+ },
2696
+ {
2697
+ "@type": "Term",
2698
+ "@id": "hedgeLucernePlant"
2699
+ },
2700
+ {
2701
+ "@type": "Term",
2702
+ "@id": "itchgrassPlant"
2703
+ },
2704
+ {
2705
+ "@type": "Term",
2706
+ "@id": "slenderGramaPlant"
2707
+ },
2708
+ {
2709
+ "@type": "Term",
2710
+ "@id": "forest"
2711
+ },
2712
+ {
2713
+ "@type": "Term",
2714
+ "@id": "soursopTree"
2715
+ },
2716
+ {
2717
+ "@type": "Term",
2718
+ "@id": "swampRiceGrassPlant"
2719
+ },
2720
+ {
2721
+ "@type": "Term",
2722
+ "@id": "rocketPlant"
2723
+ },
2724
+ {
2725
+ "@type": "Term",
2726
+ "@id": "onionPlant"
2727
+ },
2728
+ {
2729
+ "@type": "Term",
2730
+ "@id": "blackseedGrassPlant"
2731
+ },
2732
+ {
2733
+ "@type": "Term",
2734
+ "@id": "smallCanaryGrassPlant"
2735
+ },
2736
+ {
2737
+ "@type": "Term",
2738
+ "@id": "grassCloverSward"
2739
+ },
2740
+ {
2741
+ "@type": "Term",
2742
+ "@id": "cushionLoveGrassPlant"
2743
+ },
2744
+ {
2745
+ "@type": "Term",
2746
+ "@id": "jungleRicePlant"
2747
+ },
2748
+ {
2749
+ "@type": "Term",
2750
+ "@id": "cottonPlant"
2751
+ },
2752
+ {
2753
+ "@type": "Term",
2754
+ "@id": "rainTree"
2755
+ },
2756
+ {
2757
+ "@type": "Term",
2758
+ "@id": "largeLeafFlemingiaPlant"
2759
+ },
2760
+ {
2761
+ "@type": "Term",
2762
+ "@id": "trefoilPlant"
2763
+ },
2764
+ {
2765
+ "@type": "Term",
2766
+ "@id": "kikuyuPlant"
2767
+ },
2768
+ {
2769
+ "@type": "Term",
2770
+ "@id": "jujubeTree"
2771
+ },
2772
+ {
2773
+ "@type": "Term",
2774
+ "@id": "lemonTree"
2775
+ },
2776
+ {
2777
+ "@type": "Term",
2778
+ "@id": "lavenderPlant"
2779
+ },
2780
+ {
2781
+ "@type": "Term",
2782
+ "@id": "musalGrassPlant"
2783
+ },
2784
+ {
2785
+ "@type": "Term",
2786
+ "@id": "intermediateWheatgrassPlant"
2787
+ },
2788
+ {
2789
+ "@type": "Term",
2790
+ "@id": "lemonVerbenaPlant"
2791
+ },
2792
+ {
2793
+ "@type": "Term",
2794
+ "@id": "swaziGrassPlant"
2795
+ },
2796
+ {
2797
+ "@type": "Term",
2798
+ "@id": "greenleafDesmodiumPlant"
2799
+ },
2800
+ {
2801
+ "@type": "Term",
2802
+ "@id": "yellowYamVine"
2803
+ },
2804
+ {
2805
+ "@type": "Term",
2806
+ "@id": "signalGrassPlant"
2807
+ },
2808
+ {
2809
+ "@type": "Term",
2810
+ "@id": "raspberryPlant"
2811
+ },
2812
+ {
2813
+ "@type": "Term",
2814
+ "@id": "salsifyPlant"
2815
+ },
2816
+ {
2817
+ "@type": "Term",
2818
+ "@id": "setAside"
2819
+ },
2820
+ {
2821
+ "@type": "Term",
2822
+ "@id": "colouredHoodGrassPlant"
2823
+ },
2824
+ {
2825
+ "@type": "Term",
2826
+ "@id": "bluePanicPlant"
2827
+ },
2828
+ {
2829
+ "@type": "Term",
2830
+ "@id": "bokChoyPlant"
2831
+ },
2832
+ {
2833
+ "@type": "Term",
2834
+ "@id": "fineThatchingGrassPlant"
2835
+ },
2836
+ {
2837
+ "@type": "Term",
2838
+ "@id": "algaPlant"
2839
+ },
2840
+ {
2841
+ "@type": "Term",
2842
+ "@id": "trachypogonVestitusPlant"
2843
+ },
2844
+ {
2845
+ "@type": "Term",
2846
+ "@id": "lagosSpinachPlant"
2847
+ },
2848
+ {
2849
+ "@type": "Term",
2850
+ "@id": "cuminPlant"
2851
+ },
2852
+ {
2853
+ "@type": "Term",
2854
+ "@id": "permanentCropland"
2855
+ },
2856
+ {
2857
+ "@type": "Term",
2858
+ "@id": "duckweedPlant"
2859
+ },
2860
+ {
2861
+ "@type": "Term",
2862
+ "@id": "redOrachePlant"
2863
+ },
2864
+ {
2865
+ "@type": "Term",
2866
+ "@id": "wildGarlicPlant"
2867
+ },
2868
+ {
2869
+ "@type": "Term",
2870
+ "@id": "tamarilloTree"
2871
+ },
2872
+ {
2873
+ "@type": "Term",
2874
+ "@id": "strawberryPlant"
2875
+ },
2876
+ {
2877
+ "@type": "Term",
2878
+ "@id": "rosemaryPlant"
2879
+ },
2880
+ {
2881
+ "@type": "Term",
2882
+ "@id": "bambaraBeanPlant"
2883
+ },
2884
+ {
2885
+ "@type": "Term",
2886
+ "@id": "whiteYamVine"
2887
+ },
2888
+ {
2889
+ "@type": "Term",
2890
+ "@id": "nutmegTree"
2891
+ },
2892
+ {
2893
+ "@type": "Term",
2894
+ "@id": "panicPlant"
2895
+ },
2896
+ {
2897
+ "@type": "Term",
2898
+ "@id": "bahiaGrassPlant"
2899
+ },
2900
+ {
2901
+ "@type": "Term",
2902
+ "@id": "spottedBrachiariaPlant"
2903
+ },
2904
+ {
2905
+ "@type": "Term",
2906
+ "@id": "timothyGrassPlant"
2907
+ },
2908
+ {
2909
+ "@type": "Term",
2910
+ "@id": "guriaGrassPlant"
2911
+ },
2912
+ {
2913
+ "@type": "Term",
2914
+ "@id": "weepingLoveGrassPlant"
2915
+ },
2916
+ {
2917
+ "@type": "Term",
2918
+ "@id": "horoPlant"
2919
+ },
2920
+ {
2921
+ "@type": "Term",
2922
+ "@id": "pennisetumStramineumPlant"
2923
+ },
2924
+ {
2925
+ "@type": "Term",
2926
+ "@id": "redOatGrassPlant"
2927
+ },
2928
+ {
2929
+ "@type": "Term",
2930
+ "@id": "whiteSpearGrassPlant"
2931
+ },
2932
+ {
2933
+ "@type": "Term",
2934
+ "@id": "naturalForest"
2935
+ },
2936
+ {
2937
+ "@type": "Term",
2938
+ "@id": "starGrassPlant"
2939
+ },
2940
+ {
2941
+ "@type": "Term",
2942
+ "@id": "genericTreeCrop"
2943
+ },
2944
+ {
2945
+ "@type": "Term",
2946
+ "@id": "canaryGrassPlant"
2947
+ },
2948
+ {
2949
+ "@type": "Term",
2950
+ "@id": "avocadoTree"
2951
+ },
2952
+ {
2953
+ "@type": "Term",
2954
+ "@id": "tarragonPlant"
2955
+ },
2956
+ {
2957
+ "@type": "Term",
2958
+ "@id": "quinineTree"
2959
+ },
2960
+ {
2961
+ "@type": "Term",
2962
+ "@id": "wildSudanGrassPlant"
2963
+ },
2964
+ {
2965
+ "@type": "Term",
2966
+ "@id": "triticalePlant"
2967
+ },
2968
+ {
2969
+ "@type": "Term",
2970
+ "@id": "guarBeanPlant"
2971
+ },
2972
+ {
2973
+ "@type": "Term",
2974
+ "@id": "eriochloaNubicaPlant"
2975
+ },
2976
+ {
2977
+ "@type": "Term",
2978
+ "@id": "bayTree"
2979
+ },
2980
+ {
2981
+ "@type": "Term",
2982
+ "@id": "lambSLettucePlant"
2983
+ },
2984
+ {
2985
+ "@type": "Term",
2986
+ "@id": "bilberryPlant"
2987
+ },
2988
+ {
2989
+ "@type": "Term",
2990
+ "@id": "starAniseTree"
2991
+ },
2992
+ {
2993
+ "@type": "Term",
2994
+ "@id": "sugarBeetPlant"
2995
+ },
2996
+ {
2997
+ "@type": "Term",
2998
+ "@id": "gardenCressPlant"
2999
+ },
3000
+ {
3001
+ "@type": "Term",
3002
+ "@id": "greenBeanPlant"
3003
+ },
3004
+ {
3005
+ "@type": "Term",
3006
+ "@id": "cashewTree"
3007
+ },
3008
+ {
3009
+ "@type": "Term",
3010
+ "@id": "longBareFallow"
3011
+ },
3012
+ {
3013
+ "@type": "Term",
3014
+ "@id": "annualCropland"
3015
+ },
3016
+ {
3017
+ "@type": "Term",
3018
+ "@id": "africanAuberginePlant"
3019
+ },
3020
+ {
3021
+ "@type": "Term",
3022
+ "@id": "fonioPlant"
3023
+ },
3024
+ {
3025
+ "@type": "Term",
3026
+ "@id": "appleTree"
3027
+ },
3028
+ {
3029
+ "@type": "Term",
3030
+ "@id": "carrotPlant"
3031
+ },
3032
+ {
3033
+ "@type": "Term",
3034
+ "@id": "macadamiaTree"
3035
+ },
3036
+ {
3037
+ "@type": "Term",
3038
+ "@id": "custardAppleTree"
3039
+ },
3040
+ {
3041
+ "@type": "Term",
3042
+ "@id": "mexicanTeaPlant"
3043
+ },
3044
+ {
3045
+ "@type": "Term",
3046
+ "@id": "pleurotusOstreatusFungus"
3047
+ },
3048
+ {
3049
+ "@type": "Term",
3050
+ "@id": "barleyPlant"
3051
+ },
3052
+ {
3053
+ "@type": "Term",
3054
+ "@id": "flaxPlant"
3055
+ },
3056
+ {
3057
+ "@type": "Term",
3058
+ "@id": "paspalidiumDesertorumPlant"
3059
+ },
3060
+ {
3061
+ "@type": "Term",
3062
+ "@id": "elderTree"
3063
+ },
3064
+ {
3065
+ "@type": "Term",
3066
+ "@id": "burguPlant"
3067
+ },
3068
+ {
3069
+ "@type": "Term",
3070
+ "@id": "corianderPlant"
3071
+ },
3072
+ {
3073
+ "@type": "Term",
3074
+ "@id": "sweetPepperPlant"
3075
+ },
3076
+ {
3077
+ "@type": "Term",
3078
+ "@id": "cynodonPlectostachyusPlant"
3079
+ },
3080
+ {
3081
+ "@type": "Term",
3082
+ "@id": "germanGrassPlant"
3083
+ },
3084
+ {
3085
+ "@type": "Term",
3086
+ "@id": "lindenTree"
3087
+ },
3088
+ {
3089
+ "@type": "Term",
3090
+ "@id": "mizunaPlant"
3091
+ },
3092
+ {
3093
+ "@type": "Term",
3094
+ "@id": "rapeseedPlant"
3095
+ },
3096
+ {
3097
+ "@type": "Term",
3098
+ "@id": "wasabiPlant"
3099
+ },
3100
+ {
3101
+ "@type": "Term",
3102
+ "@id": "teaTree"
3103
+ },
3104
+ {
3105
+ "@type": "Term",
3106
+ "@id": "marshSamphirePlant"
3107
+ },
3108
+ {
3109
+ "@type": "Term",
3110
+ "@id": "severelyDegradedPasture"
3111
+ },
3112
+ {
3113
+ "@type": "Term",
3114
+ "@id": "kumquatTree"
3115
+ },
3116
+ {
3117
+ "@type": "Term",
3118
+ "@id": "nigerPlant"
3119
+ },
3120
+ {
3121
+ "@type": "Term",
3122
+ "@id": "nigellaPlant"
3123
+ },
3124
+ {
3125
+ "@type": "Term",
3126
+ "@id": "hazelnutTree"
3127
+ },
3128
+ {
3129
+ "@type": "Term",
3130
+ "@id": "masaiLoveGrassPlant"
3131
+ },
3132
+ {
3133
+ "@type": "Term",
3134
+ "@id": "centipedeGrassPlant"
3135
+ },
3136
+ {
3137
+ "@type": "Term",
3138
+ "@id": "teosintePlant"
3139
+ },
3140
+ {
3141
+ "@type": "Term",
3142
+ "@id": "woollyFingerGrassPlant"
3143
+ },
3144
+ {
3145
+ "@type": "Term",
3146
+ "@id": "hairyHerringboneGrassPlant"
3147
+ },
3148
+ {
3149
+ "@type": "Term",
3150
+ "@id": "sporobolusHelvolusPlant"
3151
+ },
3152
+ {
3153
+ "@type": "Term",
3154
+ "@id": "soybeanPlant"
3155
+ },
3156
+ {
3157
+ "@type": "Term",
3158
+ "@id": "mulberryTree"
3159
+ },
3160
+ {
3161
+ "@type": "Term",
3162
+ "@id": "azaroleTree"
3163
+ },
3164
+ {
3165
+ "@type": "Term",
3166
+ "@id": "teaOilCamelliaTree"
3167
+ },
3168
+ {
3169
+ "@type": "Term",
3170
+ "@id": "babulTree"
3171
+ },
3172
+ {
3173
+ "@type": "Term",
3174
+ "@id": "mangosteenTree"
3175
+ },
3176
+ {
3177
+ "@type": "Term",
3178
+ "@id": "mintPlant"
3179
+ },
3180
+ {
3181
+ "@type": "Term",
3182
+ "@id": "scallionPlant"
3183
+ },
3184
+ {
3185
+ "@type": "Term",
3186
+ "@id": "teffPlant"
3187
+ },
3188
+ {
3189
+ "@type": "Term",
3190
+ "@id": "bananaPlant"
3191
+ },
3192
+ {
3193
+ "@type": "Term",
3194
+ "@id": "apricotTree"
3195
+ },
3196
+ {
3197
+ "@type": "Term",
3198
+ "@id": "sichuanPepperPlant"
3199
+ },
3200
+ {
3201
+ "@type": "Term",
3202
+ "@id": "vegetableCropPlant"
3203
+ },
3204
+ {
3205
+ "@type": "Term",
3206
+ "@id": "rubberTree"
3207
+ },
3208
+ {
3209
+ "@type": "Term",
3210
+ "@id": "figTree"
3211
+ },
3212
+ {
3213
+ "@type": "Term",
3214
+ "@id": "gooseGrassPlant"
3215
+ },
3216
+ {
3217
+ "@type": "Term",
3218
+ "@id": "hyacinthBeanVine"
3219
+ },
3220
+ {
3221
+ "@type": "Term",
3222
+ "@id": "blackOatPlant"
3223
+ },
3224
+ {
3225
+ "@type": "Term",
3226
+ "@id": "wheatPlant"
3227
+ },
3228
+ {
3229
+ "@type": "Term",
3230
+ "@id": "kiwifruitVine"
3231
+ },
3232
+ {
3233
+ "@type": "Term",
3234
+ "@id": "rosellePlant"
3235
+ },
3236
+ {
3237
+ "@type": "Term",
3238
+ "@id": "litchiTree"
3239
+ },
3240
+ {
3241
+ "@type": "Term",
3242
+ "@id": "adzukiBeanPlant"
3243
+ },
3244
+ {
3245
+ "@type": "Term",
3246
+ "@id": "limequatTree"
3247
+ },
3248
+ {
3249
+ "@type": "Term",
3250
+ "@id": "creepingBluegrassPlant"
3251
+ },
3252
+ {
3253
+ "@type": "Term",
3254
+ "@id": "riverTamarindTree"
3255
+ },
3256
+ {
3257
+ "@type": "Term",
3258
+ "@id": "koroniviaGrassPlant"
3259
+ },
3260
+ {
3261
+ "@type": "Term",
3262
+ "@id": "nadiBlueGrassPlant"
3263
+ },
3264
+ {
3265
+ "@type": "Term",
3266
+ "@id": "greyLoveGrassPlant"
3267
+ },
3268
+ {
3269
+ "@type": "Term",
3270
+ "@id": "commonReedPlant"
3271
+ },
3272
+ {
3273
+ "@type": "Term",
3274
+ "@id": "gambaGrassPlant"
3275
+ },
3276
+ {
3277
+ "@type": "Term",
3278
+ "@id": "improvedPasture"
3279
+ },
3280
+ {
3281
+ "@type": "Term",
3282
+ "@id": "dandelionPlant"
3283
+ },
3284
+ {
3285
+ "@type": "Term",
3286
+ "@id": "clementineTree"
3287
+ },
3288
+ {
3289
+ "@type": "Term",
3290
+ "@id": "tallFescuePlant"
3291
+ },
3292
+ {
3293
+ "@type": "Term",
3294
+ "@id": "eddoePlant"
3295
+ },
3296
+ {
3297
+ "@type": "Term",
3298
+ "@id": "palmyraTree"
3299
+ },
3300
+ {
3301
+ "@type": "Term",
3302
+ "@id": "henequenPlant"
3303
+ },
3304
+ {
3305
+ "@type": "Term",
3306
+ "@id": "sagoPalmTree"
3307
+ },
3308
+ {
3309
+ "@type": "Term",
3310
+ "@id": "chrysanthemumPlant"
3311
+ },
3312
+ {
3313
+ "@type": "Term",
3314
+ "@id": "gracilariaAlga"
3315
+ },
3316
+ {
3317
+ "@type": "Term",
3318
+ "@id": "chickpeaPlant"
3319
+ },
3320
+ {
3321
+ "@type": "Term",
3322
+ "@id": "angelicaPlant"
3323
+ },
3324
+ {
3325
+ "@type": "Term",
3326
+ "@id": "chiliPlant"
3327
+ },
3328
+ {
3329
+ "@type": "Term",
3330
+ "@id": "blackWattleTree"
3331
+ },
3332
+ {
3333
+ "@type": "Term",
3334
+ "@id": "allspiceTree"
3335
+ },
3336
+ {
3337
+ "@type": "Term",
3338
+ "@id": "castorPlant"
3339
+ },
3340
+ {
3341
+ "@type": "Term",
3342
+ "@id": "plantationForest"
3343
+ },
3344
+ {
3345
+ "@type": "Term",
3346
+ "@id": "patienceDockPlant"
3347
+ },
3348
+ {
3349
+ "@type": "Term",
3350
+ "@id": "valerianPlant"
3351
+ },
3352
+ {
3353
+ "@type": "Term",
3354
+ "@id": "longFallow"
3355
+ },
3356
+ {
3357
+ "@type": "Term",
3358
+ "@id": "squashVine"
3359
+ },
3360
+ {
3361
+ "@type": "Term",
3362
+ "@id": "indigoPlant"
3363
+ },
3364
+ {
3365
+ "@type": "Term",
3366
+ "@id": "runnerBeanPlant"
3367
+ },
3368
+ {
3369
+ "@type": "Term",
3370
+ "@id": "magueyPlant"
3371
+ },
3372
+ {
3373
+ "@type": "Term",
3374
+ "@id": "swissChardPlant"
3375
+ },
3376
+ {
3377
+ "@type": "Term",
3378
+ "@id": "komatsunaPlant"
3379
+ },
3380
+ {
3381
+ "@type": "Term",
3382
+ "@id": "tamarindTree"
3383
+ },
3384
+ {
3385
+ "@type": "Term",
3386
+ "@id": "starAppleTree"
3387
+ },
3388
+ {
3389
+ "@type": "Term",
3390
+ "@id": "tanniaPlant"
3391
+ },
3392
+ {
3393
+ "@type": "Term",
3394
+ "@id": "buffaloGrassPlant"
3395
+ },
3396
+ {
3397
+ "@type": "Term",
3398
+ "@id": "fusariumVenenatum"
3399
+ },
3400
+ {
3401
+ "@type": "Term",
3402
+ "@id": "cocksfootPlant"
3403
+ },
3404
+ {
3405
+ "@type": "Term",
3406
+ "@id": "gingerPlant"
3407
+ },
3408
+ {
3409
+ "@type": "Term",
3410
+ "@id": "cassavaPlant"
3411
+ },
3412
+ {
3413
+ "@type": "Term",
3414
+ "@id": "noriAlga"
3415
+ },
3416
+ {
3417
+ "@type": "Term",
3418
+ "@id": "yellowLupinPlant"
3419
+ },
3420
+ {
3421
+ "@type": "Term",
3422
+ "@id": "alfalfaPlant"
3423
+ },
3424
+ {
3425
+ "@type": "Term",
3426
+ "@id": "pearTree"
3427
+ },
3428
+ {
3429
+ "@type": "Term",
3430
+ "@id": "truffleFungus"
3431
+ },
3432
+ {
3433
+ "@type": "Term",
3434
+ "@id": "kelpAlga"
3435
+ },
3436
+ {
3437
+ "@type": "Term",
3438
+ "@id": "cardoonPlant"
3439
+ },
3440
+ {
3441
+ "@type": "Term",
3442
+ "@id": "echinochloaHaplocladaPlant"
3443
+ },
3444
+ {
3445
+ "@type": "Term",
3446
+ "@id": "liverseedGrassPlant"
3447
+ },
3448
+ {
3449
+ "@type": "Term",
3450
+ "@id": "pumpkinVine"
3451
+ },
3452
+ {
3453
+ "@type": "Term",
3454
+ "@id": "devilSCottonTree"
3455
+ },
3456
+ {
3457
+ "@type": "Term",
3458
+ "@id": "alangAlangPlant"
3459
+ },
3460
+ {
3461
+ "@type": "Term",
3462
+ "@id": "lehmannLoveGrassPlant"
3463
+ },
3464
+ {
3465
+ "@type": "Term",
3466
+ "@id": "ugliTree"
3467
+ },
3468
+ {
3469
+ "@type": "Term",
3470
+ "@id": "maizePlant"
3471
+ },
3472
+ {
3473
+ "@type": "Term",
3474
+ "@id": "congoGrassPlant"
3475
+ },
3476
+ {
3477
+ "@type": "Term",
3478
+ "@id": "genericCropPlant"
3479
+ },
3480
+ {
3481
+ "@type": "Term",
3482
+ "@id": "columbusGrassPlant"
3483
+ },
3484
+ {
3485
+ "@type": "Term",
3486
+ "@id": "phormiumPlant"
3487
+ },
3488
+ {
3489
+ "@type": "Term",
3490
+ "@id": "pineapplePlant"
3491
+ },
3492
+ {
3493
+ "@type": "Term",
3494
+ "@id": "whiteSeedMelonVine"
3495
+ },
3496
+ {
3497
+ "@type": "Term",
3498
+ "@id": "fenugreekPlant"
3499
+ },
3500
+ {
3501
+ "@type": "Term",
3502
+ "@id": "durianTree"
3503
+ },
3504
+ {
3505
+ "@type": "Term",
3506
+ "@id": "sheanutTree"
3507
+ },
3508
+ {
3509
+ "@type": "Term",
3510
+ "@id": "summerSquashVine"
3511
+ },
3512
+ {
3513
+ "@type": "Term",
3514
+ "@id": "chervilPlant"
3515
+ },
3516
+ {
3517
+ "@type": "Term",
3518
+ "@id": "natalGrassPlant"
3519
+ },
3520
+ {
3521
+ "@type": "Term",
3522
+ "@id": "tomatoPlant"
3523
+ },
3524
+ {
3525
+ "@type": "Term",
3526
+ "@id": "mungBeanPlant"
3527
+ },
3528
+ {
3529
+ "@type": "Term",
3530
+ "@id": "jobSTearsPlant"
3531
+ },
3532
+ {
3533
+ "@type": "Term",
3534
+ "@id": "ramiePlant"
3535
+ },
3536
+ {
3537
+ "@type": "Term",
3538
+ "@id": "smutGrassPlant"
3539
+ },
3540
+ {
3541
+ "@type": "Term",
3542
+ "@id": "turnipPlant"
3543
+ },
3544
+ {
3545
+ "@type": "Term",
3546
+ "@id": "jaraguaPlant"
3547
+ },
3548
+ {
3549
+ "@type": "Term",
3550
+ "@id": "lake"
3551
+ },
3552
+ {
3553
+ "@type": "Term",
3554
+ "@id": "purslanePlant"
3555
+ },
3556
+ {
3557
+ "@type": "Term",
3558
+ "@id": "commonThatchingGrassPlant"
3559
+ },
3560
+ {
3561
+ "@type": "Term",
3562
+ "@id": "endivePlant"
3563
+ },
3564
+ {
3565
+ "@type": "Term",
3566
+ "@id": "giantSetariaPlant"
3567
+ },
3568
+ {
3569
+ "@type": "Term",
3570
+ "@id": "orangeTree"
3571
+ },
3572
+ {
3573
+ "@type": "Term",
3574
+ "@id": "galangalPlant"
3575
+ },
3576
+ {
3577
+ "@type": "Term",
3578
+ "@id": "redCloverPlant"
3579
+ },
3580
+ {
3581
+ "@type": "Term",
3582
+ "@id": "amaranthPlant"
3583
+ },
3584
+ {
3585
+ "@type": "Term",
3586
+ "@id": "broccoliPlant"
3587
+ },
3588
+ {
3589
+ "@type": "Term",
3590
+ "@id": "genericForageTree"
3591
+ },
3592
+ {
3593
+ "@type": "Term",
3594
+ "@id": "pecanTree"
3595
+ },
3596
+ {
3597
+ "@type": "Term",
3598
+ "@id": "bulbousCanaryGrassPlant"
3599
+ },
3600
+ {
3601
+ "@type": "Term",
3602
+ "@id": "congoJutePlant"
3603
+ },
3604
+ {
3605
+ "@type": "Term",
3606
+ "@id": "cropland"
3607
+ },
3608
+ {
3609
+ "@type": "Term",
3610
+ "@id": "yellowIndiangrassPlant"
3611
+ },
3612
+ {
3613
+ "@type": "Term",
3614
+ "@id": "sorrelPlant"
3615
+ },
3616
+ {
3617
+ "@type": "Term",
3618
+ "@id": "lanillaPlant"
3619
+ },
3620
+ {
3621
+ "@type": "Term",
3622
+ "@id": "umbrellaThornTree"
3623
+ },
3624
+ {
3625
+ "@type": "Term",
3626
+ "@id": "lemonBalmPlant"
3627
+ },
3628
+ {
3629
+ "@type": "Term",
3630
+ "@id": "rambutanTree"
3631
+ },
3632
+ {
3633
+ "@type": "Term",
3634
+ "@id": "courgetteVine"
3635
+ },
3636
+ {
3637
+ "@type": "Term",
3638
+ "@id": "asparagusPlant"
3639
+ },
3640
+ {
3641
+ "@type": "Term",
3642
+ "@id": "glassOrHighAccessibleCover"
3643
+ },
3644
+ {
3645
+ "@type": "Term",
3646
+ "@id": "molassesGrassPlant"
3647
+ },
3648
+ {
3649
+ "@type": "Term",
3650
+ "@id": "sassafrasTree"
3651
+ },
3652
+ {
3653
+ "@type": "Term",
3654
+ "@id": "pennisetumTrachyphyllumPlant"
3655
+ },
3656
+ {
3657
+ "@type": "Term",
3658
+ "@id": "lupinPlant"
3659
+ },
3660
+ {
3661
+ "@type": "Term",
3662
+ "@id": "hondurasGrassPlant"
3663
+ },
3664
+ {
3665
+ "@type": "Term",
3666
+ "@id": "nileGrassPlant"
3667
+ },
3668
+ {
3669
+ "@type": "Term",
3670
+ "@id": "ottochloaNodosaPlant"
3671
+ },
3672
+ {
3673
+ "@type": "Term",
3674
+ "@id": "giantReedPlant"
3675
+ },
3676
+ {
3677
+ "@type": "Term",
3678
+ "@id": "pennisetumSquamulatumPlant"
3679
+ },
3680
+ {
3681
+ "@type": "Term",
3682
+ "@id": "jackfruitTree"
3683
+ },
3684
+ {
3685
+ "@type": "Term",
3686
+ "@id": "sporobolusMarginatusPlant"
3687
+ },
3688
+ {
3689
+ "@type": "Term",
3690
+ "@id": "burnetPlant"
3691
+ },
3692
+ {
3693
+ "@type": "Term",
3694
+ "@id": "asafoetidaPlant"
3695
+ },
3696
+ {
3697
+ "@type": "Term",
3698
+ "@id": "buckwheatPlant"
3699
+ },
3700
+ {
3701
+ "@type": "Term",
3702
+ "@id": "basilPlant"
3703
+ },
3704
+ {
3705
+ "@type": "Term",
3706
+ "@id": "arrachaPlant"
3707
+ },
3708
+ {
3709
+ "@type": "Term",
3710
+ "@id": "colaTree"
3711
+ },
3712
+ {
3713
+ "@type": "Term",
3714
+ "@id": "sweetCornPlant"
3715
+ },
3716
+ {
3717
+ "@type": "Term",
3718
+ "@id": "commonBeanPlant"
3719
+ },
3720
+ {
3721
+ "@type": "Term",
3722
+ "@id": "taroPlant"
3723
+ },
3724
+ {
3725
+ "@type": "Term",
3726
+ "@id": "cabbagePlant"
3727
+ },
3728
+ {
3729
+ "@type": "Term",
3730
+ "@id": "kapokTree"
3731
+ },
3732
+ {
3733
+ "@type": "Term",
3734
+ "@id": "guavaTree"
3735
+ },
3736
+ {
3737
+ "@type": "Term",
3738
+ "@id": "industrialCropPlant"
3739
+ },
3740
+ {
3741
+ "@type": "Term",
3742
+ "@id": "khatTree"
3743
+ },
3744
+ {
3745
+ "@type": "Term",
3746
+ "@id": "gooseberryPlant"
3747
+ },
3748
+ {
3749
+ "@type": "Term",
3750
+ "@id": "ervilPlant"
3751
+ },
3752
+ {
3753
+ "@type": "Term",
3754
+ "@id": "currantPlant"
3755
+ },
3756
+ {
3757
+ "@type": "Term",
3758
+ "@id": "chivesPlant"
3759
+ },
3760
+ {
3761
+ "@type": "Term",
3762
+ "@id": "oilCropPlant"
3763
+ },
3764
+ {
3765
+ "@type": "Term",
3766
+ "@id": "watercressPlant"
3767
+ },
3768
+ {
3769
+ "@type": "Term",
3770
+ "@id": "pomeloTree"
3771
+ },
3772
+ {
3773
+ "@type": "Term",
3774
+ "@id": "wildScrobicPlant"
3775
+ },
3776
+ {
3777
+ "@type": "Term",
3778
+ "@id": "fiquePlant"
3779
+ },
3780
+ {
3781
+ "@type": "Term",
3782
+ "@id": "cowpeaPlant"
3783
+ },
3784
+ {
3785
+ "@type": "Term",
3786
+ "@id": "yerbaMateTree"
3787
+ },
3788
+ {
3789
+ "@type": "Term",
3790
+ "@id": "leptochloaOptusifloraPlant"
3791
+ },
3792
+ {
3793
+ "@type": "Term",
3794
+ "@id": "scorzoneraPlant"
3795
+ },
3796
+ {
3797
+ "@type": "Term",
3798
+ "@id": "marjoramPlant"
3799
+ },
3800
+ {
3801
+ "@type": "Term",
3802
+ "@id": "birdwoodGrassPlant"
3803
+ },
3804
+ {
3805
+ "@type": "Term",
3806
+ "@id": "aleppoGrassPlant"
3807
+ },
3808
+ {
3809
+ "@type": "Term",
3810
+ "@id": "palmTree"
3811
+ },
3812
+ {
3813
+ "@type": "Term",
3814
+ "@id": "dallisGrassPlant"
3815
+ },
3816
+ {
3817
+ "@type": "Term",
3818
+ "@id": "ryegrassPlant"
3819
+ },
3820
+ {
3821
+ "@type": "Term",
3822
+ "@id": "surinameGrassPlant"
3823
+ },
3824
+ {
3825
+ "@type": "Term",
3826
+ "@id": "ubaCanePlant"
3827
+ },
3828
+ {
3829
+ "@type": "Term",
3830
+ "@id": "tallowTree"
3831
+ },
3832
+ {
3833
+ "@type": "Term",
3834
+ "@id": "landGrassPlant"
3835
+ },
3836
+ {
3837
+ "@type": "Term",
3838
+ "@id": "mustardPlant"
3839
+ },
3840
+ {
3841
+ "@type": "Term",
3842
+ "@id": "sugarcanePlant"
3843
+ },
3844
+ {
3845
+ "@type": "Term",
3846
+ "@id": "polypogonSchimperianusPlant"
3847
+ },
3848
+ {
3849
+ "@type": "Term",
3850
+ "@id": "prosoMilletPlant"
3851
+ },
3852
+ {
3853
+ "@type": "Term",
3854
+ "@id": "rootOrTuberCropPlant"
3855
+ },
3856
+ {
3857
+ "@type": "Term",
3858
+ "@id": "donkeyGrassPlant"
3859
+ },
3860
+ {
3861
+ "@type": "Term",
3862
+ "@id": "hennaTree"
3863
+ },
3864
+ {
3865
+ "@type": "Term",
3866
+ "@id": "lebbekTree"
3867
+ },
3868
+ {
3869
+ "@type": "Term",
3870
+ "@id": "caribGrassPlant"
3871
+ },
3872
+ {
3873
+ "@type": "Term",
3874
+ "@id": "mandarinTree"
3875
+ },
3876
+ {
3877
+ "@type": "Term",
3878
+ "@id": "sweetGranadillaVine"
3879
+ },
3880
+ {
3881
+ "@type": "Term",
3882
+ "@id": "chicoryPlant"
3883
+ },
3884
+ {
3885
+ "@type": "Term",
3886
+ "@id": "pond"
3887
+ },
3888
+ {
3889
+ "@type": "Term",
3890
+ "@id": "nativePasture"
3891
+ },
3892
+ {
3893
+ "@type": "Term",
3894
+ "@id": "saffronCrocusPlant"
3895
+ },
3896
+ {
3897
+ "@type": "Term",
3898
+ "@id": "rhubarbPlant"
3899
+ },
3900
+ {
3901
+ "@type": "Term",
3902
+ "@id": "cucumberVine"
3903
+ },
3904
+ {
3905
+ "@type": "Term",
3906
+ "@id": "mnesitheaRottboellioidesPlant"
3907
+ },
3908
+ {
3909
+ "@type": "Term",
3910
+ "@id": "tungTree"
3911
+ },
3912
+ {
3913
+ "@type": "Term",
3914
+ "@id": "ischaemumMuticumPlant"
3915
+ },
3916
+ {
3917
+ "@type": "Term",
3918
+ "@id": "bungomaGrassPlant"
3919
+ },
3920
+ {
3921
+ "@type": "Term",
3922
+ "@id": "wireLemonGrassPlant"
3923
+ },
3924
+ {
3925
+ "@type": "Term",
3926
+ "@id": "torpedoGrassPlant"
3927
+ },
3928
+ {
3929
+ "@type": "Term",
3930
+ "@id": "yellowThatchingGrassPlant"
3931
+ },
3932
+ {
3933
+ "@type": "Term",
3934
+ "@id": "shortFallow"
3935
+ },
3936
+ {
3937
+ "@type": "Term",
3938
+ "@id": "giantStarGrassPlant"
3939
+ },
3940
+ {
3941
+ "@type": "Term",
3942
+ "@id": "bigLeafBristleGrassPlant"
3943
+ },
3944
+ {
3945
+ "@type": "Term",
3946
+ "@id": "africanNightshadePlant"
3947
+ },
3948
+ {
3949
+ "@type": "Term",
3950
+ "@id": "armgrassMilletPlant"
3951
+ },
3952
+ {
3953
+ "@type": "Term",
3954
+ "@id": "arazaTree"
3955
+ },
3956
+ {
3957
+ "@type": "Term",
3958
+ "@id": "antelopeGrassPlant"
3959
+ },
3960
+ {
3961
+ "@type": "Term",
3962
+ "@id": "bitterOrangeTree"
3963
+ },
3964
+ {
3965
+ "@type": "Term",
3966
+ "@id": "gumArabicTree"
3967
+ },
3968
+ {
3969
+ "@type": "Term",
3970
+ "@id": "dillPlant"
3971
+ },
3972
+ {
3973
+ "@type": "Term",
3974
+ "@id": "nominallyManagedPasture"
3975
+ },
3976
+ {
3977
+ "@type": "Term",
3978
+ "@id": "gojiBerryPlant"
3979
+ },
3980
+ {
3981
+ "@type": "Term",
3982
+ "@id": "loganberryPlant"
3983
+ },
3984
+ {
3985
+ "@type": "Term",
3986
+ "@id": "limeTree"
3987
+ },
3988
+ {
3989
+ "@type": "Term",
3990
+ "@id": "chineseHibiscusPlant"
3991
+ },
3992
+ {
3993
+ "@type": "Term",
3994
+ "@id": "sagePlant"
3995
+ },
3996
+ {
3997
+ "@type": "Term",
3998
+ "@id": "strawberrySpinachPlant"
3999
+ },
4000
+ {
4001
+ "@type": "Term",
4002
+ "@id": "chineseAlbiziaTree"
4003
+ },
4004
+ {
4005
+ "@type": "Term",
4006
+ "@id": "garlicPlant"
4007
+ },
4008
+ {
4009
+ "@type": "Term",
4010
+ "@id": "fibreCropPlant"
4011
+ },
4012
+ {
4013
+ "@type": "Term",
4014
+ "@id": "coconutTree"
4015
+ },
4016
+ {
4017
+ "@type": "Term",
4018
+ "@id": "fingerMilletPlant"
4019
+ },
4020
+ {
4021
+ "@type": "Term",
4022
+ "@id": "grapefruitTree"
4023
+ },
4024
+ {
4025
+ "@type": "Term",
4026
+ "@id": "winterThornTree"
4027
+ },
4028
+ {
4029
+ "@type": "Term",
4030
+ "@id": "chlorisRoxburghianaPlant"
4031
+ },
4032
+ {
4033
+ "@type": "Term",
4034
+ "@id": "cloverPlant"
4035
+ },
4036
+ {
4037
+ "@type": "Term",
4038
+ "@id": "tagasasteTree"
4039
+ },
4040
+ {
4041
+ "@type": "Term",
4042
+ "@id": "agatiTree"
4043
+ },
4044
+ {
4045
+ "@type": "Term",
4046
+ "@id": "kenafPlant"
4047
+ },
4048
+ {
4049
+ "@type": "Term",
4050
+ "@id": "gourdVine"
4051
+ },
4052
+ {
4053
+ "@type": "Term",
4054
+ "@id": "collardPlant"
4055
+ },
4056
+ {
4057
+ "@type": "Term",
4058
+ "@id": "fruitCropPlant"
4059
+ },
4060
+ {
4061
+ "@type": "Term",
4062
+ "@id": "melonVine"
4063
+ },
4064
+ {
4065
+ "@type": "Term",
4066
+ "@id": "sunflowerPlant"
4067
+ },
4068
+ {
4069
+ "@type": "Term",
4070
+ "@id": "sainfoinPlant"
4071
+ },
4072
+ {
4073
+ "@type": "Term",
4074
+ "@id": "whiteMulberryTree"
4075
+ },
4076
+ {
4077
+ "@type": "Term",
4078
+ "@id": "breadGrassPlant"
4079
+ },
4080
+ {
4081
+ "@type": "Term",
4082
+ "@id": "grapesVine"
4083
+ },
4084
+ {
4085
+ "@type": "Term",
4086
+ "@id": "parsnipPlant"
4087
+ },
4088
+ {
4089
+ "@type": "Term",
4090
+ "@id": "whiteLupinPlant"
4091
+ },
4092
+ {
4093
+ "@type": "Term",
4094
+ "@id": "seaOrOcean"
4095
+ },
4096
+ {
4097
+ "@type": "Term",
4098
+ "@id": "sudanGrassPlant"
4099
+ },
4100
+ {
4101
+ "@type": "Term",
4102
+ "@id": "buffelGrassPlant"
4103
+ },
4104
+ {
4105
+ "@type": "Term",
4106
+ "@id": "commonNeedleGrassPlant"
4107
+ },
4108
+ {
4109
+ "@type": "Term",
4110
+ "@id": "limpoGrassPlant"
4111
+ },
4112
+ {
4113
+ "@type": "Term",
4114
+ "@id": "dewberryPlant"
4115
+ },
4116
+ {
4117
+ "@type": "Term",
4118
+ "@id": "sweetPotatoVine"
4119
+ },
4120
+ {
4121
+ "@type": "Term",
4122
+ "@id": "sweetCherryTree"
4123
+ },
4124
+ {
4125
+ "@type": "Term",
4126
+ "@id": "quinoaPlant"
4127
+ },
4128
+ {
4129
+ "@type": "Term",
4130
+ "@id": "peaPlant"
4131
+ },
4132
+ {
4133
+ "@type": "Term",
4134
+ "@id": "pineTree"
4135
+ },
4136
+ {
4137
+ "@type": "Term",
4138
+ "@id": "cratyliaArgenteaPlant"
4139
+ },
4140
+ {
4141
+ "@type": "Term",
4142
+ "@id": "industrialBuilding"
4143
+ },
4144
+ {
4145
+ "@type": "Term",
4146
+ "@id": "hyparrheniaPlant"
4147
+ },
4148
+ {
4149
+ "@type": "Term",
4150
+ "@id": "arizonaCottontopPlant"
4151
+ },
4152
+ {
4153
+ "@type": "Term",
4154
+ "@id": "cockspurGrassPlant"
4155
+ },
4156
+ {
4157
+ "@type": "Term",
4158
+ "@id": "sapodillaTree"
4159
+ },
4160
+ {
4161
+ "@type": "Term",
4162
+ "@id": "spinachPlant"
4163
+ },
4164
+ {
4165
+ "@type": "Term",
4166
+ "@id": "coffeeTree"
4167
+ },
4168
+ {
4169
+ "@type": "Term",
4170
+ "@id": "genericLeguminousGrassPlant"
4171
+ },
4172
+ {
4173
+ "@type": "Term",
4174
+ "@id": "ricePlantUpland"
4175
+ },
4176
+ {
4177
+ "@type": "Term",
4178
+ "@id": "stAugustineGrassPlant"
4179
+ },
4180
+ {
4181
+ "@type": "Term",
4182
+ "@id": "redtopPlant"
4183
+ },
4184
+ {
4185
+ "@type": "Term",
4186
+ "@id": "poppyPlant"
4187
+ },
4188
+ {
4189
+ "@type": "Term",
4190
+ "@id": "lespedezaPlant"
4191
+ },
4192
+ {
4193
+ "@type": "Term",
4194
+ "@id": "bluegrassPlant"
4195
+ },
4196
+ {
4197
+ "@type": "Term",
4198
+ "@id": "ginsengPlant"
4199
+ },
4200
+ {
4201
+ "@type": "Term",
4202
+ "@id": "urbanArea"
4203
+ },
4204
+ {
4205
+ "@type": "Term",
4206
+ "@id": "sugarCropPlant"
4207
+ },
4208
+ {
4209
+ "@type": "Term",
4210
+ "@id": "mulgaTree"
4211
+ },
4212
+ {
4213
+ "@type": "Term",
4214
+ "@id": "indianCoralTree"
4215
+ },
4216
+ {
4217
+ "@type": "Term",
4218
+ "@id": "elephantGrassPlant"
4219
+ },
4220
+ {
4221
+ "@type": "Term",
4222
+ "@id": "agaricusBisporusFungus"
4223
+ },
4224
+ {
4225
+ "@type": "Term",
4226
+ "@id": "nigeriaGrassPlant"
4227
+ },
4228
+ {
4229
+ "@type": "Term",
4230
+ "@id": "thymePlant"
4231
+ },
4232
+ {
4233
+ "@type": "Term",
4234
+ "@id": "rooibosPlant"
4235
+ },
4236
+ {
4237
+ "@type": "Term",
4238
+ "@id": "falseRhodesGrassPlant"
4239
+ },
4240
+ {
4241
+ "@type": "Term",
4242
+ "@id": "persimmonTree"
4243
+ },
4244
+ {
4245
+ "@type": "Term",
4246
+ "@id": "dalGrassPlant"
4247
+ },
4248
+ {
4249
+ "@type": "Term",
4250
+ "@id": "physalisPlant"
4251
+ },
4252
+ {
4253
+ "@type": "Term",
4254
+ "@id": "sorghumPlant"
4255
+ },
4256
+ {
4257
+ "@type": "Term",
4258
+ "@id": "tripsacumLatifoliumPlant"
4259
+ },
4260
+ {
4261
+ "@type": "Term",
4262
+ "@id": "whiteCloverPlant"
4263
+ },
4264
+ {
4265
+ "@type": "Term",
4266
+ "@id": "peanutPlant"
4267
+ },
4268
+ {
4269
+ "@type": "Term",
4270
+ "@id": "parsleyPlant"
4271
+ },
4272
+ {
4273
+ "@type": "Term",
4274
+ "@id": "highIntensityGrazingPasture"
4275
+ },
4276
+ {
4277
+ "@type": "Term",
4278
+ "@id": "animalHousing"
4279
+ },
4280
+ {
4281
+ "@type": "Term",
4282
+ "@id": "hopVine"
4283
+ },
4284
+ {
4285
+ "@type": "Term",
4286
+ "@id": "bergamotTree"
4287
+ },
4288
+ {
4289
+ "@type": "Term",
4290
+ "@id": "milletPlant"
4291
+ },
4292
+ {
4293
+ "@type": "Term",
4294
+ "@id": "andropogonFastigiatusPlant"
4295
+ },
4296
+ {
4297
+ "@type": "Term",
4298
+ "@id": "espartoGrassPlant"
4299
+ },
4300
+ {
4301
+ "@type": "Term",
4302
+ "@id": "leekPlant"
4303
+ },
4304
+ {
4305
+ "@type": "Term",
4306
+ "@id": "lentilPlant"
4307
+ },
4308
+ {
4309
+ "@type": "Term",
4310
+ "@id": "indianBluegrassPlant"
4311
+ },
4312
+ {
4313
+ "@type": "Term",
4314
+ "@id": "savoryPlant"
4315
+ },
4316
+ {
4317
+ "@type": "Term",
4318
+ "@id": "mesquiteTree"
4319
+ },
4320
+ {
4321
+ "@type": "Term",
4322
+ "@id": "almondTree"
4323
+ },
4324
+ {
4325
+ "@type": "Term",
4326
+ "@id": "jasmineVine"
4327
+ },
4328
+ {
4329
+ "@type": "Term",
4330
+ "@id": "foodRetailer"
4331
+ },
4332
+ {
4333
+ "@type": "Term",
4334
+ "@id": "coelachyrumYemenicumPlant"
4335
+ },
4336
+ {
4337
+ "@type": "Term",
4338
+ "@id": "pitayaCactus"
4339
+ },
4340
+ {
4341
+ "@type": "Term",
4342
+ "@id": "commonVetchPlant"
4343
+ },
4344
+ {
4345
+ "@type": "Term",
4346
+ "@id": "mangoTree"
4347
+ },
4348
+ {
4349
+ "@type": "Term",
4350
+ "@id": "jerusalemArtichokePlant"
4351
+ },
4352
+ {
4353
+ "@type": "Term",
4354
+ "@id": "cockatooPlant"
4355
+ },
4356
+ {
4357
+ "@type": "Term",
4358
+ "@id": "cicelyPlant"
4359
+ },
4360
+ {
4361
+ "@type": "Term",
4362
+ "@id": "ryePlant"
4363
+ },
4364
+ {
4365
+ "@type": "Term",
4366
+ "@id": "citronTree"
4367
+ },
4368
+ {
4369
+ "@type": "Term",
4370
+ "@id": "pangolaGrassPlant"
4371
+ },
4372
+ {
4373
+ "@type": "Term",
4374
+ "@id": "chineseRyeGrassPlant"
4375
+ },
4376
+ {
4377
+ "@type": "Term",
4378
+ "@id": "anthephoraNigritanaPlant"
4379
+ },
4380
+ {
4381
+ "@type": "Term",
4382
+ "@id": "ruePlant"
4383
+ },
4384
+ {
4385
+ "@type": "Term",
4386
+ "@id": "sporobolusNervosusPlant"
4387
+ },
4388
+ {
4389
+ "@type": "Term",
4390
+ "@id": "potatoPlant"
4391
+ },
4392
+ {
4393
+ "@type": "Term",
4394
+ "@id": "volvariellaVolvaceaFungus"
4395
+ },
4396
+ {
4397
+ "@type": "Term",
4398
+ "@id": "nettlePlant"
4399
+ },
4400
+ {
4401
+ "@type": "Term",
4402
+ "@id": "tocoGrassPlant"
4403
+ },
4404
+ {
4405
+ "@type": "Term",
4406
+ "@id": "anisePlant"
4407
+ },
4408
+ {
4409
+ "@type": "Term",
4410
+ "@id": "colouredGuineaGrassPlant"
4411
+ },
4412
+ {
4413
+ "@type": "Term",
4414
+ "@id": "cerealPlant"
4415
+ },
4416
+ {
4417
+ "@type": "Term",
4418
+ "@id": "hempPlant"
4419
+ },
4420
+ {
4421
+ "@type": "Term",
4422
+ "@id": "cherimoyaTree"
4423
+ },
4424
+ {
4425
+ "@type": "Term",
4426
+ "@id": "curryTree"
4427
+ },
4428
+ {
4429
+ "@type": "Term",
4430
+ "@id": "feijoaTree"
4431
+ },
4432
+ {
4433
+ "@type": "Term",
4434
+ "@id": "moringaTree"
4435
+ },
1807
4436
  {
1808
4437
  "@type": "Term",
1809
- "@id": "rainfedDeepWater"
4438
+ "@id": "andropogonCanaliculatusPlant"
1810
4439
  },
1811
4440
  {
1812
4441
  "@type": "Term",
1813
- "@id": "rainfedDeepWaterWaterDepth50100Cm"
4442
+ "@id": "safflowerPlant"
1814
4443
  },
1815
4444
  {
1816
4445
  "@type": "Term",
1817
- "@id": "rainfedDeepWaterWaterDepth100Cm"
4446
+ "@id": "riverOrStream"
1818
4447
  },
1819
4448
  {
1820
4449
  "@type": "Term",
1821
- "@id": "irrigatedLocalizedIrrigation"
4450
+ "@id": "sabiGrassPlant"
1822
4451
  },
1823
4452
  {
1824
4453
  "@type": "Term",
1825
- "@id": "irrigatedFurrowIrrigation"
4454
+ "@id": "fennelPlant"
1826
4455
  },
1827
4456
  {
1828
4457
  "@type": "Term",
1829
- "@id": "irrigatedSubIrrigation"
4458
+ "@id": "paraGrassPlant"
1830
4459
  },
1831
4460
  {
1832
4461
  "@type": "Term",
1833
- "@id": "irrigatedDripIrrigation"
4462
+ "@id": "pearlMilletPlant"
1834
4463
  },
1835
4464
  {
1836
4465
  "@type": "Term",
1837
- "@id": "irrigatedSprinklerIrrigation"
4466
+ "@id": "choySumPlant"
1838
4467
  },
1839
4468
  {
1840
4469
  "@type": "Term",
1841
- "@id": "irrigatedTypeUnspecified"
4470
+ "@id": "juniperTree"
1842
4471
  },
1843
4472
  {
1844
4473
  "@type": "Term",
1845
- "@id": "irrigatedLateralMoveIrrigation"
4474
+ "@id": "pigeonPeaPlant"
1846
4475
  },
1847
4476
  {
1848
4477
  "@type": "Term",
1849
- "@id": "irrigatedCenterPivotIrrigation"
4478
+ "@id": "vanillaVine"
1850
4479
  },
1851
4480
  {
1852
4481
  "@type": "Term",
1853
- "@id": "irrigatedSurfaceIrrigationContinuouslyFlooded"
4482
+ "@id": "hyssopPlant"
1854
4483
  },
1855
4484
  {
1856
4485
  "@type": "Term",
1857
- "@id": "irrigatedSurfaceIrrigationMultipleDrainagePeriods"
4486
+ "@id": "loquatTree"
1858
4487
  },
1859
4488
  {
1860
4489
  "@type": "Term",
1861
- "@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
4490
+ "@id": "bambooPlant"
1862
4491
  },
1863
4492
  {
1864
4493
  "@type": "Term",
1865
- "@id": "irrigatedSurfaceIrrigationSingleDrainagePeriod"
1866
- }
1867
- ]
1868
- },
1869
- {
1870
- "name": "get_irrigation_terms",
1871
- "query": {
1872
- "termType.keyword": "water"
1873
- },
1874
- "results": [
4494
+ "@id": "grassAlfalfaSward"
4495
+ },
1875
4496
  {
1876
4497
  "@type": "Term",
1877
- "@id": "waterDrainageCanal"
4498
+ "@id": "dulseAlga"
1878
4499
  },
1879
4500
  {
1880
4501
  "@type": "Term",
1881
- "@id": "waterMarine"
4502
+ "@id": "redSeaPlumeAlga"
1882
4503
  },
1883
4504
  {
1884
4505
  "@type": "Term",
1885
- "@id": "waterIrrigationCanal"
4506
+ "@id": "carawayPlant"
1886
4507
  },
1887
4508
  {
1888
4509
  "@type": "Term",
1889
- "@id": "waterSourceUnspecified"
4510
+ "@id": "citrusTree"
1890
4511
  },
1891
4512
  {
1892
4513
  "@type": "Term",
1893
- "@id": "waterMunicipalTap"
4514
+ "@id": "picklingCucumberVine"
1894
4515
  },
1895
4516
  {
1896
4517
  "@type": "Term",
1897
- "@id": "waterRiverStream"
4518
+ "@id": "chayoteVine"
1898
4519
  },
1899
4520
  {
1900
4521
  "@type": "Term",
1901
- "@id": "waterPumpedGroundwater"
4522
+ "@id": "cocoaTree"
1902
4523
  },
1903
4524
  {
1904
4525
  "@type": "Term",
1905
- "@id": "waterHarvestedRainfall"
4526
+ "@id": "cauliflowerPlant"
1906
4527
  },
1907
4528
  {
1908
4529
  "@type": "Term",
1909
- "@id": "waterBrackish"
4530
+ "@id": "cinnamonTree"
1910
4531
  },
1911
4532
  {
1912
4533
  "@type": "Term",
1913
- "@id": "waterLakeOrReservoir"
4534
+ "@id": "arecaTree"
1914
4535
  },
1915
4536
  {
1916
4537
  "@type": "Term",
1917
- "@id": "iceSourceUnspecified"
1918
- }
1919
- ]
1920
- },
1921
- {
1922
- "name": "get_land_cover_siteTypes",
1923
- "query": {
1924
- "bool": {
1925
- "must": [
1926
- {
1927
- "match": {
1928
- "@type": "Term"
1929
- }
1930
- },
1931
- {
1932
- "match": {
1933
- "termType": "landCover"
1934
- }
1935
- }
1936
- ],
1937
- "should": [
1938
- {
1939
- "match": {
1940
- "name": "agri-food processor"
1941
- }
1942
- },
1943
- {
1944
- "match": {
1945
- "name": "animal housing"
1946
- }
1947
- },
1948
- {
1949
- "match": {
1950
- "name": "cropland"
1951
- }
1952
- },
1953
- {
1954
- "match": {
1955
- "name": "food retailer"
1956
- }
1957
- },
1958
- {
1959
- "match": {
1960
- "name": "forest"
1961
- }
1962
- },
1963
- {
1964
- "match": {
1965
- "name": "glass or high accessible cover"
1966
- }
1967
- },
1968
- {
1969
- "match": {
1970
- "name": "lake"
1971
- }
1972
- },
1973
- {
1974
- "match": {
1975
- "name": "other natural vegetation"
1976
- }
1977
- },
1978
- {
1979
- "match": {
1980
- "name": "permanent pasture"
1981
- }
1982
- },
1983
- {
1984
- "match": {
1985
- "name": "pond"
1986
- }
1987
- },
1988
- {
1989
- "match": {
1990
- "name": "river or stream"
1991
- }
1992
- },
1993
- {
1994
- "match": {
1995
- "name": "sea or ocean"
1996
- }
1997
- }
1998
- ],
1999
- "minimum_should_match": 1
2000
- }
2001
- },
2002
- "results": [
4538
+ "@id": "pulsePlant"
4539
+ },
2003
4540
  {
2004
4541
  "@type": "Term",
2005
- "name": "Glass or high accessible cover",
2006
- "@id": "glassOrHighAccessibleCover",
2007
- "_score": 57.03148
4542
+ "@id": "broadBeanPlant"
2008
4543
  },
2009
4544
  {
2010
4545
  "@type": "Term",
2011
- "name": "River or stream",
2012
- "@id": "riverOrStream",
2013
- "_score": 48.316353
4546
+ "@id": "mushroomFungus"
2014
4547
  },
2015
4548
  {
2016
4549
  "@type": "Term",
2017
- "name": "Sea or ocean",
2018
- "@id": "seaOrOcean",
2019
- "_score": 48.17555
4550
+ "@id": "commonHorsetailPlant"
2020
4551
  },
2021
4552
  {
2022
4553
  "@type": "Term",
2023
- "name": "Other natural vegetation",
2024
- "@id": "otherNaturalVegetation",
2025
- "_score": 38.180202
4554
+ "@id": "shortBareFallow"
2026
4555
  },
2027
4556
  {
2028
4557
  "@type": "Term",
2029
- "name": "Food retailer",
2030
- "@id": "foodRetailer",
2031
- "_score": 37.8608
4558
+ "@id": "ornamentalCropPlant"
2032
4559
  },
2033
4560
  {
2034
4561
  "@type": "Term",
2035
- "name": "Agri-food processor",
2036
- "@id": "agriFoodProcessor",
2037
- "_score": 37.590137
4562
+ "@id": "treeNutTree"
2038
4563
  },
2039
4564
  {
2040
4565
  "@type": "Term",
2041
- "name": "Natural forest",
2042
- "@id": "naturalForest",
2043
- "_score": 29.665064
4566
+ "@id": "carobTree"
2044
4567
  },
2045
4568
  {
2046
4569
  "@type": "Term",
2047
- "name": "Permanent pasture",
2048
- "@id": "permanentPasture",
2049
- "_score": 27.240753
4570
+ "@id": "pepperVine"
2050
4571
  },
2051
4572
  {
2052
4573
  "@type": "Term",
2053
- "name": "Animal housing",
2054
- "@id": "animalHousing",
2055
- "_score": 25.548927
4574
+ "@id": "pistachioTree"
2056
4575
  },
2057
4576
  {
2058
4577
  "@type": "Term",
2059
- "name": "Root or tuber crop plant",
2060
- "@id": "rootOrTuberCropPlant",
2061
- "_score": 23.591366
4578
+ "@id": "longkongTree"
2062
4579
  },
2063
4580
  {
2064
4581
  "@type": "Term",
2065
- "name": "High intensity grazing pasture",
2066
- "@id": "highIntensityGrazingPasture",
2067
- "_score": 22.037212
4582
+ "@id": "blueSignalGrassPlant"
2068
4583
  },
2069
4584
  {
2070
4585
  "@type": "Term",
2071
- "name": "Permanent cropland",
2072
- "@id": "permanentCropland",
2073
- "_score": 19.511784
4586
+ "@id": "gliricidiaSepiumTree"
2074
4587
  },
2075
4588
  {
2076
4589
  "@type": "Term",
2077
- "name": "Forest",
2078
- "@id": "forest",
2079
- "_score": 18.648563
4590
+ "@id": "chinaJutePlant"
2080
4591
  },
2081
4592
  {
2082
4593
  "@type": "Term",
2083
- "name": "Pond",
2084
- "@id": "pond",
2085
- "_score": 17.991863
4594
+ "@id": "costmaryPlant"
2086
4595
  },
2087
4596
  {
2088
4597
  "@type": "Term",
2089
- "name": "Other land",
2090
- "@id": "otherLand",
2091
- "_score": 17.449398
4598
+ "@id": "camelinaPlant"
2092
4599
  },
2093
4600
  {
2094
4601
  "@type": "Term",
2095
- "name": "Plantation forest",
2096
- "@id": "plantationForest",
2097
- "_score": 17.198242
4602
+ "@id": "kalePlant"
2098
4603
  },
2099
4604
  {
2100
4605
  "@type": "Term",
2101
- "name": "Lake",
2102
- "@id": "lake",
2103
- "_score": 16.56434
4606
+ "@id": "pricklyPearCactus"
2104
4607
  },
2105
4608
  {
2106
4609
  "@type": "Term",
2107
- "name": "Improved pasture",
2108
- "@id": "improvedPasture",
2109
- "_score": 16.000757
4610
+ "@id": "brusselsSproutsPlant"
2110
4611
  },
2111
4612
  {
2112
4613
  "@type": "Term",
2113
- "name": "Native pasture",
2114
- "@id": "nativePasture",
2115
- "_score": 15.893363
4614
+ "@id": "dateTree"
2116
4615
  },
2117
4616
  {
2118
4617
  "@type": "Term",
2119
- "name": "Sea kale plant",
2120
- "@id": "seaKalePlant",
2121
- "_score": 15.695772
4618
+ "@id": "shiitakeFungus"
2122
4619
  },
2123
4620
  {
2124
4621
  "@type": "Term",
2125
- "name": "Red sea plume alga",
2126
- "@id": "redSeaPlumeAlga",
2127
- "_score": 15.179208
4622
+ "@id": "daffodilPlant"
2128
4623
  },
2129
4624
  {
2130
4625
  "@type": "Term",
2131
- "name": "Severely degraded pasture",
2132
- "@id": "severelyDegradedPasture",
2133
- "_score": 14.978426
4626
+ "@id": "sesamePlant"
2134
4627
  },
2135
4628
  {
2136
4629
  "@type": "Term",
2137
- "name": "River tamarind tree",
2138
- "@id": "riverTamarindTree",
2139
- "_score": 14.97616
4630
+ "@id": "bitterleafPlant"
2140
4631
  },
2141
4632
  {
2142
4633
  "@type": "Term",
2143
- "name": "Nominally managed pasture",
2144
- "@id": "nominallyManagedPasture",
2145
- "_score": 14.800983
4634
+ "@id": "melilotusPlant"
2146
4635
  },
2147
4636
  {
2148
4637
  "@type": "Term",
2149
- "name": "Cropland",
2150
- "@id": "cropland",
2151
- "_score": 9.556416
4638
+ "@id": "jambolanTree"
2152
4639
  },
2153
4640
  {
2154
4641
  "@type": "Term",
2155
- "name": "Annual cropland",
2156
- "@id": "annualCropland",
2157
- "_score": 9.0709715
4642
+ "@id": "calliandraTree"
4643
+ },
4644
+ {
4645
+ "@type": "Term",
4646
+ "@id": "carpetGrassPlant"
4647
+ },
4648
+ {
4649
+ "@type": "Term",
4650
+ "@id": "achioteTree"
4651
+ },
4652
+ {
4653
+ "@type": "Term",
4654
+ "@id": "celeryPlant"
2158
4655
  }
2159
4656
  ]
2160
4657
  },
@@ -2197,27 +4694,27 @@
2197
4694
  "results": [
2198
4695
  {
2199
4696
  "@type": "Term",
2200
- "@id": "marineDieselOil"
4697
+ "@id": "diesel"
2201
4698
  },
2202
4699
  {
2203
4700
  "@type": "Term",
2204
- "@id": "petrolBurntIn2StrokeEngine"
4701
+ "@id": "gasolineTypeJetFuel"
2205
4702
  },
2206
4703
  {
2207
4704
  "@type": "Term",
2208
- "@id": "diesel1D"
4705
+ "@id": "aviationGasoline"
2209
4706
  },
2210
4707
  {
2211
4708
  "@type": "Term",
2212
- "@id": "diesel"
4709
+ "@id": "marineDieselOil"
2213
4710
  },
2214
4711
  {
2215
4712
  "@type": "Term",
2216
- "@id": "aviationGasoline"
4713
+ "@id": "petrolBurntIn2StrokeEngine"
2217
4714
  },
2218
4715
  {
2219
4716
  "@type": "Term",
2220
- "@id": "gasolineTypeJetFuel"
4717
+ "@id": "diesel1D"
2221
4718
  },
2222
4719
  {
2223
4720
  "@type": "Term",
@@ -2283,11 +4780,11 @@
2283
4780
  },
2284
4781
  {
2285
4782
  "@type": "Term",
2286
- "@id": "milkYieldPerBuffaloFpcm"
4783
+ "@id": "milkYieldPerCowRaw"
2287
4784
  },
2288
4785
  {
2289
4786
  "@type": "Term",
2290
- "@id": "milkYieldPerCowRaw"
4787
+ "@id": "milkYieldPerBuffaloFpcm"
2291
4788
  },
2292
4789
  {
2293
4790
  "@type": "Term",
@@ -2414,23 +4911,23 @@
2414
4911
  },
2415
4912
  {
2416
4913
  "@type": "Term",
2417
- "@id": "fullTillage"
4914
+ "@id": "deepTillage"
2418
4915
  },
2419
4916
  {
2420
4917
  "@type": "Term",
2421
- "@id": "minimumTillage"
4918
+ "@id": "mulchTillage"
2422
4919
  },
2423
4920
  {
2424
4921
  "@type": "Term",
2425
- "@id": "deepTillage"
4922
+ "@id": "stripTillage"
2426
4923
  },
2427
4924
  {
2428
4925
  "@type": "Term",
2429
- "@id": "mulchTillage"
4926
+ "@id": "fullTillage"
2430
4927
  },
2431
4928
  {
2432
4929
  "@type": "Term",
2433
- "@id": "stripTillage"
4930
+ "@id": "minimumTillage"
2434
4931
  },
2435
4932
  {
2436
4933
  "@type": "Term",
@@ -2525,19 +5022,19 @@
2525
5022
  },
2526
5023
  {
2527
5024
  "@type": "Term",
2528
- "@id": "sulphurCoatedUreaKgN"
5025
+ "@id": "ureaAmmoniumNitrateKgN"
2529
5026
  },
2530
5027
  {
2531
5028
  "@type": "Term",
2532
- "@id": "ureaAmmoniumNitrateKgN"
5029
+ "@id": "sulphurCoatedUreaKgN"
2533
5030
  },
2534
5031
  {
2535
5032
  "@type": "Term",
2536
- "@id": "ureaCalciumNitrateKgN"
5033
+ "@id": "ureaAmmoniumSulphateKgN"
2537
5034
  },
2538
5035
  {
2539
5036
  "@type": "Term",
2540
- "@id": "ureaAmmoniumSulphateKgN"
5037
+ "@id": "ureaCalciumNitrateKgN"
2541
5038
  }
2542
5039
  ]
2543
5040
  },