hestia-earth-models 0.64.9__py3-none-any.whl → 0.64.10__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 (80) hide show
  1. hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +175 -0
  2. hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +136 -0
  3. hestia_earth/models/environmentalFootprintV3/soilQualityIndexLandTransformation.py +2 -2
  4. hestia_earth/models/ipcc2019/aboveGroundBiomass.py +31 -243
  5. hestia_earth/models/ipcc2019/belowGroundBiomass.py +529 -0
  6. hestia_earth/models/ipcc2019/biomass_utils.py +406 -0
  7. hestia_earth/models/ipcc2019/{co2ToAirAboveGroundBiomassStockChangeLandUseChange.py → co2ToAirAboveGroundBiomassStockChange.py} +19 -7
  8. hestia_earth/models/ipcc2019/{co2ToAirBelowGroundBiomassStockChangeLandUseChange.py → co2ToAirBelowGroundBiomassStockChange.py} +19 -7
  9. hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +402 -73
  10. hestia_earth/models/ipcc2019/{co2ToAirSoilOrganicCarbonStockChangeManagementChange.py → co2ToAirSoilOrganicCarbonStockChange.py} +20 -8
  11. hestia_earth/models/ipcc2019/organicCarbonPerHa.py +3 -1
  12. hestia_earth/models/ipcc2019/pastureGrass_utils.py +6 -7
  13. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  14. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  15. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthParticulateMatterFormation.py +2 -2
  16. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  17. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthWaterStress.py +2 -2
  18. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  19. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  20. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  21. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  22. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  23. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +2 -2
  24. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  25. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthWaterStress.py +2 -2
  26. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  27. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  28. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  29. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  30. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  31. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthParticulateMatterFormation.py +2 -2
  32. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  33. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthWaterStress.py +2 -2
  34. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  35. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  36. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  37. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEutrophication.py +2 -2
  38. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsWaterStress.py +2 -2
  39. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthParticulateMatterFormation.py +2 -2
  40. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthPhotochemicalOzoneFormation.py +2 -2
  41. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthWaterStress.py +2 -2
  42. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEutrophication.py +2 -2
  43. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +2 -2
  44. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialAcidification.py +2 -2
  45. hestia_earth/models/mocking/build_mock_search.py +44 -0
  46. hestia_earth/models/mocking/mock_search.py +8 -49
  47. hestia_earth/models/mocking/search-results.json +3075 -578
  48. hestia_earth/models/poschEtAl2008/terrestrialAcidificationPotentialAccumulatedExceedance.py +3 -3
  49. hestia_earth/models/poschEtAl2008/terrestrialEutrophicationPotentialAccumulatedExceedance.py +3 -3
  50. hestia_earth/models/preload_requests.py +1 -1
  51. hestia_earth/models/schmidt2007/utils.py +13 -4
  52. hestia_earth/models/utils/blank_node.py +73 -3
  53. hestia_earth/models/utils/constant.py +8 -1
  54. hestia_earth/models/utils/cycle.py +10 -13
  55. hestia_earth/models/utils/fuel.py +1 -1
  56. hestia_earth/models/utils/impact_assessment.py +31 -16
  57. hestia_earth/models/utils/lookup.py +36 -7
  58. hestia_earth/models/utils/pesticideAI.py +1 -1
  59. hestia_earth/models/utils/property.py +11 -4
  60. hestia_earth/models/utils/term.py +15 -8
  61. hestia_earth/models/version.py +1 -1
  62. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.10.dist-info}/METADATA +2 -2
  63. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.10.dist-info}/RECORD +78 -71
  64. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.10.dist-info}/WHEEL +1 -1
  65. tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +196 -0
  66. tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +124 -0
  67. tests/models/edip2003/test_ozoneDepletionPotential.py +1 -13
  68. tests/models/environmentalFootprintV3/test_soilQualityIndexLandTransformation.py +1 -2
  69. tests/models/impact_assessment/test_emissions.py +1 -0
  70. tests/models/ipcc2019/test_aboveGroundBiomass.py +27 -63
  71. tests/models/ipcc2019/test_belowGroundBiomass.py +146 -0
  72. tests/models/ipcc2019/test_biomass_utils.py +115 -0
  73. tests/models/ipcc2019/{test_co2ToAirAboveGroundBiomassStockChangeLandUseChange.py → test_co2ToAirAboveGroundBiomassStockChange.py} +5 -5
  74. tests/models/ipcc2019/{test_co2ToAirBelowGroundBiomassStockChangeLandUseChange.py → test_co2ToAirBelowGroundBiomassStockChange.py} +5 -5
  75. tests/models/ipcc2019/{test_co2ToAirSoilOrganicCarbonStockChangeManagementChange.py → test_co2ToAirSoilOrganicCarbonStockChange.py} +5 -5
  76. tests/models/ipcc2021/test_gwp100.py +2 -2
  77. hestia_earth/models/ipcc2019/aboveGroundBiomass_utils.py +0 -180
  78. tests/models/ipcc2019/test_aboveGroundBiomass_utils.py +0 -92
  79. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.10.dist-info}/LICENSE +0 -0
  80. {hestia_earth_models-0.64.9.dist-info → hestia_earth_models-0.64.10.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,19 +1294,19 @@
1294
1294
  "results": [
1295
1295
  {
1296
1296
  "@type": "Term",
1297
- "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1297
+ "@id": "residueIncorporated"
1298
1298
  },
1299
1299
  {
1300
1300
  "@type": "Term",
1301
- "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1301
+ "@id": "residueRemoved"
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
1305
- "@id": "residueIncorporated"
1305
+ "@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
1309
- "@id": "residueRemoved"
1309
+ "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1310
1310
  },
1311
1311
  {
1312
1312
  "@type": "Term",
@@ -1350,27 +1350,27 @@
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
  },
@@ -1408,11 +1408,11 @@
1408
1408
  },
1409
1409
  {
1410
1410
  "@type": "Term",
1411
- "@id": "digestibleEnergyPigs"
1411
+ "@id": "digestibleEnergySalmonids"
1412
1412
  },
1413
1413
  {
1414
1414
  "@type": "Term",
1415
- "@id": "digestibleEnergySalmonids"
1415
+ "@id": "digestibleEnergyPigs"
1416
1416
  },
1417
1417
  {
1418
1418
  "@type": "Term",
@@ -1501,19 +1501,19 @@
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",
1512
- "@id": "energyDigestibilityRuminants"
1512
+ "@id": "energyDigestibilitySalmonids"
1513
1513
  },
1514
1514
  {
1515
1515
  "@type": "Term",
1516
- "@id": "energyDigestibilityOtherAnimals"
1516
+ "@id": "energyDigestibilityRuminants"
1517
1517
  },
1518
1518
  {
1519
1519
  "@type": "Term",
@@ -1627,15 +1627,15 @@
1627
1627
  "results": [
1628
1628
  {
1629
1629
  "@type": "Term",
1630
- "@id": "excretaRabbitsKgVs"
1630
+ "@id": "excretaDucksKgVs"
1631
1631
  },
1632
1632
  {
1633
1633
  "@type": "Term",
1634
- "@id": "excretaInsectsKgVs"
1634
+ "@id": "excretaCamelsKgVs"
1635
1635
  },
1636
1636
  {
1637
1637
  "@type": "Term",
1638
- "@id": "excretaSolidFishCrustaceansKgVs"
1638
+ "@id": "excretaPigsKgVs"
1639
1639
  },
1640
1640
  {
1641
1641
  "@type": "Term",
@@ -1655,31 +1655,31 @@
1655
1655
  },
1656
1656
  {
1657
1657
  "@type": "Term",
1658
- "@id": "excretaDucksKgVs"
1658
+ "@id": "excretaBuffaloKgVs"
1659
1659
  },
1660
1660
  {
1661
1661
  "@type": "Term",
1662
- "@id": "excretaCamelsKgVs"
1662
+ "@id": "processedExcretaKgVs"
1663
1663
  },
1664
1664
  {
1665
1665
  "@type": "Term",
1666
- "@id": "excretaPigsKgVs"
1666
+ "@id": "excretaHorsesMulesAndAssesKgVs"
1667
1667
  },
1668
1668
  {
1669
1669
  "@type": "Term",
1670
- "@id": "excretaBuffaloKgVs"
1670
+ "@id": "excretaTurkeysKgVs"
1671
1671
  },
1672
1672
  {
1673
1673
  "@type": "Term",
1674
- "@id": "processedExcretaKgVs"
1674
+ "@id": "excretaRabbitsKgVs"
1675
1675
  },
1676
1676
  {
1677
1677
  "@type": "Term",
1678
- "@id": "excretaHorsesMulesAndAssesKgVs"
1678
+ "@id": "excretaInsectsKgVs"
1679
1679
  },
1680
1680
  {
1681
1681
  "@type": "Term",
1682
- "@id": "excretaTurkeysKgVs"
1682
+ "@id": "excretaSolidFishCrustaceansKgVs"
1683
1683
  },
1684
1684
  {
1685
1685
  "@type": "Term",
@@ -1749,412 +1749,2909 @@
1749
1749
  },
1750
1750
  {
1751
1751
  "@type": "Term",
1752
- "@id": "nonFloodedPreSeasonLessThan180Days"
1752
+ "@id": "nonFloodedPreSeasonLessThan180Days"
1753
+ },
1754
+ {
1755
+ "@type": "Term",
1756
+ "@id": "nonFloodedPreSeasonMoreThan365Days"
1757
+ }
1758
+ ]
1759
+ },
1760
+ {
1761
+ "name": "get_generic_crop",
1762
+ "query": {
1763
+ "termType.keyword": "crop",
1764
+ "name": "Generic crop seed"
1765
+ },
1766
+ "results": [
1767
+ {
1768
+ "@type": "Term",
1769
+ "name": "Generic crop, seed",
1770
+ "@id": "genericCropSeed",
1771
+ "_score": 25.339008
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": "waterMarine"
1878
+ },
1879
+ {
1880
+ "@type": "Term",
1881
+ "@id": "waterDrainageCanal"
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.175045
2008
+ },
2009
+ {
2010
+ "@type": "Term",
2011
+ "name": "River or stream",
2012
+ "@id": "riverOrStream",
2013
+ "_score": 48.463867
2014
+ },
2015
+ {
2016
+ "@type": "Term",
2017
+ "name": "Sea or ocean",
2018
+ "@id": "seaOrOcean",
2019
+ "_score": 48.379864
2020
+ },
2021
+ {
2022
+ "@type": "Term",
2023
+ "name": "Other natural vegetation",
2024
+ "@id": "otherNaturalVegetation",
2025
+ "_score": 40.9003
2026
+ },
2027
+ {
2028
+ "@type": "Term",
2029
+ "name": "Agri-food processor",
2030
+ "@id": "agriFoodProcessor",
2031
+ "_score": 38.44197
2032
+ },
2033
+ {
2034
+ "@type": "Term",
2035
+ "name": "Food retailer",
2036
+ "@id": "foodRetailer",
2037
+ "_score": 37.909958
2038
+ },
2039
+ {
2040
+ "@type": "Term",
2041
+ "name": "Natural forest",
2042
+ "@id": "naturalForest",
2043
+ "_score": 29.725246
2044
+ },
2045
+ {
2046
+ "@type": "Term",
2047
+ "name": "Permanent pasture",
2048
+ "@id": "permanentPasture",
2049
+ "_score": 27.302755
2050
+ },
2051
+ {
2052
+ "@type": "Term",
2053
+ "name": "Animal housing",
2054
+ "@id": "animalHousing",
2055
+ "_score": 25.26134
2056
+ },
2057
+ {
2058
+ "@type": "Term",
2059
+ "name": "Root or tuber crop plant",
2060
+ "@id": "rootOrTuberCropPlant",
2061
+ "_score": 23.68236
2062
+ },
2063
+ {
2064
+ "@type": "Term",
2065
+ "name": "High intensity grazing pasture",
2066
+ "@id": "highIntensityGrazingPasture",
2067
+ "_score": 21.924374
2068
+ },
2069
+ {
2070
+ "@type": "Term",
2071
+ "name": "Forest",
2072
+ "@id": "forest",
2073
+ "_score": 19.96072
2074
+ },
2075
+ {
2076
+ "@type": "Term",
2077
+ "name": "Permanent cropland",
2078
+ "@id": "permanentCropland",
2079
+ "_score": 19.441822
2080
+ },
2081
+ {
2082
+ "@type": "Term",
2083
+ "name": "Other land",
2084
+ "@id": "otherLand",
2085
+ "_score": 19.041866
2086
+ },
2087
+ {
2088
+ "@type": "Term",
2089
+ "name": "Pond",
2090
+ "@id": "pond",
2091
+ "_score": 18.01767
2092
+ },
2093
+ {
2094
+ "@type": "Term",
2095
+ "name": "Sea kale plant",
2096
+ "@id": "seaKalePlant",
2097
+ "_score": 17.262146
2098
+ },
2099
+ {
2100
+ "@type": "Term",
2101
+ "name": "Plantation forest",
2102
+ "@id": "plantationForest",
2103
+ "_score": 17.181398
2104
+ },
2105
+ {
2106
+ "@type": "Term",
2107
+ "name": "Lake",
2108
+ "@id": "lake",
2109
+ "_score": 16.368649
2110
+ },
2111
+ {
2112
+ "@type": "Term",
2113
+ "name": "Improved pasture",
2114
+ "@id": "improvedPasture",
2115
+ "_score": 15.859258
2116
+ },
2117
+ {
2118
+ "@type": "Term",
2119
+ "name": "Native pasture",
2120
+ "@id": "nativePasture",
2121
+ "_score": 15.776615
2122
+ },
2123
+ {
2124
+ "@type": "Term",
2125
+ "name": "Red sea plume alga",
2126
+ "@id": "redSeaPlumeAlga",
2127
+ "_score": 15.221107
2128
+ },
2129
+ {
2130
+ "@type": "Term",
2131
+ "name": "River tamarind tree",
2132
+ "@id": "riverTamarindTree",
2133
+ "_score": 14.961479
2134
+ },
2135
+ {
2136
+ "@type": "Term",
2137
+ "name": "Severely degraded pasture",
2138
+ "@id": "severelyDegradedPasture",
2139
+ "_score": 14.941866
2140
+ },
2141
+ {
2142
+ "@type": "Term",
2143
+ "name": "Nominally managed pasture",
2144
+ "@id": "nominallyManagedPasture",
2145
+ "_score": 14.702772
2146
+ },
2147
+ {
2148
+ "@type": "Term",
2149
+ "name": "Cropland",
2150
+ "@id": "cropland",
2151
+ "_score": 9.623779
2152
+ },
2153
+ {
2154
+ "@type": "Term",
2155
+ "name": "Annual cropland",
2156
+ "@id": "annualCropland",
2157
+ "_score": 9.068903
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": "okraPlant"
2183
+ },
2184
+ {
2185
+ "@type": "Term",
2186
+ "@id": "rockSamphirePlant"
2187
+ },
2188
+ {
2189
+ "@type": "Term",
2190
+ "@id": "pepinoDulcePlant"
2191
+ },
2192
+ {
2193
+ "@type": "Term",
2194
+ "@id": "horseradishPlant"
2195
+ },
2196
+ {
2197
+ "@type": "Term",
2198
+ "@id": "oatPlant"
2199
+ },
2200
+ {
2201
+ "@type": "Term",
2202
+ "@id": "hornedMelonVine"
2203
+ },
2204
+ {
2205
+ "@type": "Term",
2206
+ "@id": "genericGrassPlant"
2207
+ },
2208
+ {
2209
+ "@type": "Term",
2210
+ "@id": "chlorisPrieuriiPlant"
2211
+ },
2212
+ {
2213
+ "@type": "Term",
2214
+ "@id": "satsumaTree"
2215
+ },
2216
+ {
2217
+ "@type": "Term",
2218
+ "@id": "abyssinianKalePlant"
2219
+ },
2220
+ {
2221
+ "@type": "Term",
2222
+ "@id": "carambolaTree"
2223
+ },
2224
+ {
2225
+ "@type": "Term",
2226
+ "@id": "sweetSorghumPlant"
2227
+ },
2228
+ {
2229
+ "@type": "Term",
2230
+ "@id": "ricePlantFlooded"
2231
+ },
2232
+ {
2233
+ "@type": "Term",
2234
+ "@id": "winterSquashVine"
2235
+ },
2236
+ {
2237
+ "@type": "Term",
2238
+ "@id": "roseVine"
2239
+ },
2240
+ {
2241
+ "@type": "Term",
2242
+ "@id": "turmericPlant"
2243
+ },
2244
+ {
2245
+ "@type": "Term",
2246
+ "@id": "blueberryPlant"
2247
+ },
2248
+ {
2249
+ "@type": "Term",
2250
+ "@id": "abacaPlant"
2251
+ },
2252
+ {
2253
+ "@type": "Term",
2254
+ "@id": "camomilePlant"
2255
+ },
2256
+ {
2257
+ "@type": "Term",
2258
+ "@id": "blackberryPlant"
2259
+ },
2260
+ {
2261
+ "@type": "Term",
2262
+ "@id": "brazilNutTree"
2263
+ },
2264
+ {
2265
+ "@type": "Term",
2266
+ "@id": "artichokePlant"
2267
+ },
2268
+ {
2269
+ "@type": "Term",
2270
+ "@id": "breadfruitTree"
2271
+ },
2272
+ {
2273
+ "@type": "Term",
2274
+ "@id": "boragePlant"
2275
+ },
2276
+ {
2277
+ "@type": "Term",
2278
+ "@id": "celeriacPlant"
2279
+ },
2280
+ {
2281
+ "@type": "Term",
2282
+ "@id": "beetPlant"
2283
+ },
2284
+ {
2285
+ "@type": "Term",
2286
+ "@id": "aquaticCropPlant"
2287
+ },
2288
+ {
2289
+ "@type": "Term",
2290
+ "@id": "aromaticCropPlant"
2291
+ },
2292
+ {
2293
+ "@type": "Term",
2294
+ "@id": "blueLupinPlant"
2295
+ },
2296
+ {
2297
+ "@type": "Term",
2298
+ "@id": "chineseWaterChestnutPlant"
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": "forest"
2327
+ },
2328
+ {
2329
+ "@type": "Term",
2330
+ "@id": "permanentPasture"
2331
+ },
2332
+ {
2333
+ "@type": "Term",
2334
+ "@id": "walnutTree"
2335
+ },
2336
+ {
2337
+ "@type": "Term",
2338
+ "@id": "africanLocustBeanTree"
2339
+ },
2340
+ {
2341
+ "@type": "Term",
2342
+ "@id": "sisalPlant"
2343
+ },
2344
+ {
2345
+ "@type": "Term",
2346
+ "@id": "liquoricePlant"
2347
+ },
2348
+ {
2349
+ "@type": "Term",
2350
+ "@id": "sewanGrassPlant"
2351
+ },
2352
+ {
2353
+ "@type": "Term",
2354
+ "@id": "oilPalmTree"
2355
+ },
2356
+ {
2357
+ "@type": "Term",
2358
+ "@id": "setariaLachneaPlant"
2359
+ },
2360
+ {
2361
+ "@type": "Term",
2362
+ "@id": "jutePlant"
2363
+ },
2364
+ {
2365
+ "@type": "Term",
2366
+ "@id": "bermudaGrassPlant"
2367
+ },
2368
+ {
2369
+ "@type": "Term",
2370
+ "@id": "missionGrassPlant"
2371
+ },
2372
+ {
2373
+ "@type": "Term",
2374
+ "@id": "arabianStarflowerPlant"
2375
+ },
2376
+ {
2377
+ "@type": "Term",
2378
+ "@id": "marvelGrassPlant"
2379
+ },
2380
+ {
2381
+ "@type": "Term",
2382
+ "@id": "durumWheatPlant"
2383
+ },
2384
+ {
2385
+ "@type": "Term",
2386
+ "@id": "eucalyptusTree"
2387
+ },
2388
+ {
2389
+ "@type": "Term",
2390
+ "@id": "sunnHempPlant"
2391
+ },
2392
+ {
2393
+ "@type": "Term",
2394
+ "@id": "uradBeanPlant"
2395
+ },
2396
+ {
2397
+ "@type": "Term",
2398
+ "@id": "oreganoPlant"
2399
+ },
2400
+ {
2401
+ "@type": "Term",
2402
+ "@id": "longanTree"
2403
+ },
2404
+ {
2405
+ "@type": "Term",
2406
+ "@id": "oliveTree"
2407
+ },
2408
+ {
2409
+ "@type": "Term",
2410
+ "@id": "quinceTree"
2411
+ },
2412
+ {
2413
+ "@type": "Term",
2414
+ "@id": "pitseedGoosefootPlant"
2415
+ },
2416
+ {
2417
+ "@type": "Term",
2418
+ "@id": "otherLand"
2419
+ },
2420
+ {
2421
+ "@type": "Term",
2422
+ "@id": "redRhodesGrassPlant"
2423
+ },
2424
+ {
2425
+ "@type": "Term",
2426
+ "@id": "goldenMilletPlant"
2427
+ },
2428
+ {
2429
+ "@type": "Term",
2430
+ "@id": "tangerineTree"
2431
+ },
2432
+ {
2433
+ "@type": "Term",
2434
+ "@id": "plumTree"
2435
+ },
2436
+ {
2437
+ "@type": "Term",
2438
+ "@id": "sourCherryTree"
2439
+ },
2440
+ {
2441
+ "@type": "Term",
2442
+ "@id": "landCressPlant"
2443
+ },
2444
+ {
2445
+ "@type": "Term",
2446
+ "@id": "guatemalaGrassPlant"
2447
+ },
2448
+ {
2449
+ "@type": "Term",
2450
+ "@id": "lettucePlant"
2451
+ },
2452
+ {
2453
+ "@type": "Term",
2454
+ "@id": "poroTree"
2455
+ },
2456
+ {
2457
+ "@type": "Term",
2458
+ "@id": "waterSpinachPlant"
2459
+ },
2460
+ {
2461
+ "@type": "Term",
2462
+ "@id": "guineaGrassPlant"
2463
+ },
2464
+ {
2465
+ "@type": "Term",
2466
+ "@id": "lesserYamVine"
2467
+ },
2468
+ {
2469
+ "@type": "Term",
2470
+ "@id": "arrowrootPlant"
2471
+ },
2472
+ {
2473
+ "@type": "Term",
2474
+ "@id": "cloveTree"
2475
+ },
2476
+ {
2477
+ "@type": "Term",
2478
+ "@id": "stimulantCropPlant"
2479
+ },
2480
+ {
2481
+ "@type": "Term",
2482
+ "@id": "sesbanTree"
2483
+ },
2484
+ {
2485
+ "@type": "Term",
2486
+ "@id": "tangeloTree"
2487
+ },
2488
+ {
2489
+ "@type": "Term",
2490
+ "@id": "danthoniaPlant"
2491
+ },
2492
+ {
2493
+ "@type": "Term",
2494
+ "@id": "silkOakTree"
2495
+ },
2496
+ {
2497
+ "@type": "Term",
2498
+ "@id": "auberginePlant"
2499
+ },
2500
+ {
2501
+ "@type": "Term",
2502
+ "@id": "swedePlant"
2503
+ },
2504
+ {
2505
+ "@type": "Term",
2506
+ "@id": "africanCouchGrassPlant"
2507
+ },
2508
+ {
2509
+ "@type": "Term",
2510
+ "@id": "pomegranateTree"
2511
+ },
2512
+ {
2513
+ "@type": "Term",
2514
+ "@id": "chrysopogonLatifoliusPlant"
2515
+ },
2516
+ {
2517
+ "@type": "Term",
2518
+ "@id": "papayaTree"
2519
+ },
2520
+ {
2521
+ "@type": "Term",
2522
+ "@id": "passionfruitVine"
2523
+ },
2524
+ {
2525
+ "@type": "Term",
2526
+ "@id": "seaKalePlant"
2527
+ },
2528
+ {
2529
+ "@type": "Term",
2530
+ "@id": "kachiGrassPlant"
2531
+ },
2532
+ {
2533
+ "@type": "Term",
2534
+ "@id": "watermelonVine"
2535
+ },
2536
+ {
2537
+ "@type": "Term",
2538
+ "@id": "hookGrassPlant"
2539
+ },
2540
+ {
2541
+ "@type": "Term",
2542
+ "@id": "lovagePlant"
2543
+ },
2544
+ {
2545
+ "@type": "Term",
2546
+ "@id": "citronellaPlant"
2547
+ },
2548
+ {
2549
+ "@type": "Term",
2550
+ "@id": "desertGrassPlant"
2551
+ },
2552
+ {
2553
+ "@type": "Term",
2554
+ "@id": "wildCanePlant"
2555
+ },
2556
+ {
2557
+ "@type": "Term",
2558
+ "@id": "rhodesGrassPlant"
2559
+ },
2560
+ {
2561
+ "@type": "Term",
2562
+ "@id": "mountainRedtopPlant"
2563
+ },
2564
+ {
2565
+ "@type": "Term",
2566
+ "@id": "radishPlant"
2567
+ },
2568
+ {
2569
+ "@type": "Term",
2570
+ "@id": "pennisetumOrientalePlant"
2571
+ },
2572
+ {
2573
+ "@type": "Term",
2574
+ "@id": "slenderChlorisPlant"
2575
+ },
2576
+ {
2577
+ "@type": "Term",
2578
+ "@id": "caperPlant"
2579
+ },
2580
+ {
2581
+ "@type": "Term",
2582
+ "@id": "foxtailMilletPlant"
2583
+ },
2584
+ {
2585
+ "@type": "Term",
2586
+ "@id": "canihuaPlant"
2587
+ },
2588
+ {
2589
+ "@type": "Term",
2590
+ "@id": "mnesitheaSelloanaPlant"
2591
+ },
2592
+ {
2593
+ "@type": "Term",
2594
+ "@id": "jojobaTree"
2595
+ },
2596
+ {
2597
+ "@type": "Term",
2598
+ "@id": "purpleYamVine"
2599
+ },
2600
+ {
2601
+ "@type": "Term",
2602
+ "@id": "slenderBluestemPlant"
2603
+ },
2604
+ {
2605
+ "@type": "Term",
2606
+ "@id": "stylosanthesCampoGrandePlant"
2607
+ },
2608
+ {
2609
+ "@type": "Term",
2610
+ "@id": "beeBalmPlant"
2611
+ },
2612
+ {
2613
+ "@type": "Term",
2614
+ "@id": "springOnionPlant"
2615
+ },
2616
+ {
2617
+ "@type": "Term",
2618
+ "@id": "cranberryPlant"
2619
+ },
2620
+ {
2621
+ "@type": "Term",
2622
+ "@id": "peachTree"
2623
+ },
2624
+ {
2625
+ "@type": "Term",
2626
+ "@id": "milanjeFingerGrassPlant"
2627
+ },
2628
+ {
2629
+ "@type": "Term",
2630
+ "@id": "chestnutTree"
2631
+ },
2632
+ {
2633
+ "@type": "Term",
2634
+ "@id": "ravennaGrassPlant"
2635
+ },
2636
+ {
2637
+ "@type": "Term",
2638
+ "@id": "otherNaturalVegetation"
2639
+ },
2640
+ {
2641
+ "@type": "Term",
2642
+ "@id": "dubiGrassPlant"
2643
+ },
2644
+ {
2645
+ "@type": "Term",
2646
+ "@id": "desert"
2647
+ },
2648
+ {
2649
+ "@type": "Term",
2650
+ "@id": "blanketGrassPlant"
2651
+ },
2652
+ {
2653
+ "@type": "Term",
2654
+ "@id": "sainGrassPlant"
2655
+ },
2656
+ {
2657
+ "@type": "Term",
2658
+ "@id": "phyretrumPlant"
2659
+ },
2660
+ {
2661
+ "@type": "Term",
2662
+ "@id": "hedgeLucernePlant"
2663
+ },
2664
+ {
2665
+ "@type": "Term",
2666
+ "@id": "itchgrassPlant"
2667
+ },
2668
+ {
2669
+ "@type": "Term",
2670
+ "@id": "slenderGramaPlant"
2671
+ },
2672
+ {
2673
+ "@type": "Term",
2674
+ "@id": "magentaSpreenPlant"
2675
+ },
2676
+ {
2677
+ "@type": "Term",
2678
+ "@id": "speltWheatPlant"
2679
+ },
2680
+ {
2681
+ "@type": "Term",
2682
+ "@id": "chrysopogonFallaxPlant"
2683
+ },
2684
+ {
2685
+ "@type": "Term",
2686
+ "@id": "peachPalmTree"
2687
+ },
2688
+ {
2689
+ "@type": "Term",
2690
+ "@id": "spearGrassPlant"
2691
+ },
2692
+ {
2693
+ "@type": "Term",
2694
+ "@id": "wildRocketPlant"
2695
+ },
2696
+ {
2697
+ "@type": "Term",
2698
+ "@id": "yamVine"
2699
+ },
2700
+ {
2701
+ "@type": "Term",
2702
+ "@id": "queenslandBlueGrassPlant"
2703
+ },
2704
+ {
2705
+ "@type": "Term",
2706
+ "@id": "atlanticWakameAlga"
2707
+ },
2708
+ {
2709
+ "@type": "Term",
2710
+ "@id": "tobaccoPlant"
2711
+ },
2712
+ {
2713
+ "@type": "Term",
2714
+ "@id": "horoPlant"
2715
+ },
2716
+ {
2717
+ "@type": "Term",
2718
+ "@id": "pennisetumStramineumPlant"
2719
+ },
2720
+ {
2721
+ "@type": "Term",
2722
+ "@id": "naturalForest"
2723
+ },
2724
+ {
2725
+ "@type": "Term",
2726
+ "@id": "starGrassPlant"
2727
+ },
2728
+ {
2729
+ "@type": "Term",
2730
+ "@id": "genericTreeCrop"
2731
+ },
2732
+ {
2733
+ "@type": "Term",
2734
+ "@id": "canaryGrassPlant"
2735
+ },
2736
+ {
2737
+ "@type": "Term",
2738
+ "@id": "avocadoTree"
2739
+ },
2740
+ {
2741
+ "@type": "Term",
2742
+ "@id": "tarragonPlant"
2743
+ },
2744
+ {
2745
+ "@type": "Term",
2746
+ "@id": "quinineTree"
2747
+ },
2748
+ {
2749
+ "@type": "Term",
2750
+ "@id": "wildSudanGrassPlant"
2751
+ },
2752
+ {
2753
+ "@type": "Term",
2754
+ "@id": "triticalePlant"
2755
+ },
2756
+ {
2757
+ "@type": "Term",
2758
+ "@id": "guarBeanPlant"
2759
+ },
2760
+ {
2761
+ "@type": "Term",
2762
+ "@id": "eriochloaNubicaPlant"
2763
+ },
2764
+ {
2765
+ "@type": "Term",
2766
+ "@id": "salsifyPlant"
2767
+ },
2768
+ {
2769
+ "@type": "Term",
2770
+ "@id": "setAside"
2771
+ },
2772
+ {
2773
+ "@type": "Term",
2774
+ "@id": "colouredHoodGrassPlant"
2775
+ },
2776
+ {
2777
+ "@type": "Term",
2778
+ "@id": "bluePanicPlant"
2779
+ },
2780
+ {
2781
+ "@type": "Term",
2782
+ "@id": "bokChoyPlant"
2783
+ },
2784
+ {
2785
+ "@type": "Term",
2786
+ "@id": "fineThatchingGrassPlant"
2787
+ },
2788
+ {
2789
+ "@type": "Term",
2790
+ "@id": "algaPlant"
2791
+ },
2792
+ {
2793
+ "@type": "Term",
2794
+ "@id": "trachypogonVestitusPlant"
2795
+ },
2796
+ {
2797
+ "@type": "Term",
2798
+ "@id": "lagosSpinachPlant"
2799
+ },
2800
+ {
2801
+ "@type": "Term",
2802
+ "@id": "cuminPlant"
2803
+ },
2804
+ {
2805
+ "@type": "Term",
2806
+ "@id": "permanentCropland"
2807
+ },
2808
+ {
2809
+ "@type": "Term",
2810
+ "@id": "kikuyuPlant"
2811
+ },
2812
+ {
2813
+ "@type": "Term",
2814
+ "@id": "jujubeTree"
2815
+ },
2816
+ {
2817
+ "@type": "Term",
2818
+ "@id": "lavenderPlant"
2819
+ },
2820
+ {
2821
+ "@type": "Term",
2822
+ "@id": "musalGrassPlant"
2823
+ },
2824
+ {
2825
+ "@type": "Term",
2826
+ "@id": "intermediateWheatgrassPlant"
2827
+ },
2828
+ {
2829
+ "@type": "Term",
2830
+ "@id": "lemonVerbenaPlant"
2831
+ },
2832
+ {
2833
+ "@type": "Term",
2834
+ "@id": "swaziGrassPlant"
2835
+ },
2836
+ {
2837
+ "@type": "Term",
2838
+ "@id": "soursopTree"
2839
+ },
2840
+ {
2841
+ "@type": "Term",
2842
+ "@id": "swampRiceGrassPlant"
2843
+ },
2844
+ {
2845
+ "@type": "Term",
2846
+ "@id": "rocketPlant"
2847
+ },
2848
+ {
2849
+ "@type": "Term",
2850
+ "@id": "onionPlant"
2851
+ },
2852
+ {
2853
+ "@type": "Term",
2854
+ "@id": "blackseedGrassPlant"
2855
+ },
2856
+ {
2857
+ "@type": "Term",
2858
+ "@id": "smallCanaryGrassPlant"
2859
+ },
2860
+ {
2861
+ "@type": "Term",
2862
+ "@id": "grassCloverSward"
2863
+ },
2864
+ {
2865
+ "@type": "Term",
2866
+ "@id": "cushionLoveGrassPlant"
2867
+ },
2868
+ {
2869
+ "@type": "Term",
2870
+ "@id": "jungleRicePlant"
2871
+ },
2872
+ {
2873
+ "@type": "Term",
2874
+ "@id": "cottonPlant"
2875
+ },
2876
+ {
2877
+ "@type": "Term",
2878
+ "@id": "rainTree"
2879
+ },
2880
+ {
2881
+ "@type": "Term",
2882
+ "@id": "largeLeafFlemingiaPlant"
2883
+ },
2884
+ {
2885
+ "@type": "Term",
2886
+ "@id": "trefoilPlant"
2887
+ },
2888
+ {
2889
+ "@type": "Term",
2890
+ "@id": "spottedBrachiariaPlant"
2891
+ },
2892
+ {
2893
+ "@type": "Term",
2894
+ "@id": "paspalidiumDesertorumPlant"
2895
+ },
2896
+ {
2897
+ "@type": "Term",
2898
+ "@id": "elderTree"
2899
+ },
2900
+ {
2901
+ "@type": "Term",
2902
+ "@id": "burguPlant"
2903
+ },
2904
+ {
2905
+ "@type": "Term",
2906
+ "@id": "corianderPlant"
2907
+ },
2908
+ {
2909
+ "@type": "Term",
2910
+ "@id": "sweetPepperPlant"
2911
+ },
2912
+ {
2913
+ "@type": "Term",
2914
+ "@id": "cynodonPlectostachyusPlant"
2915
+ },
2916
+ {
2917
+ "@type": "Term",
2918
+ "@id": "germanGrassPlant"
2919
+ },
2920
+ {
2921
+ "@type": "Term",
2922
+ "@id": "lindenTree"
2923
+ },
2924
+ {
2925
+ "@type": "Term",
2926
+ "@id": "mizunaPlant"
2927
+ },
2928
+ {
2929
+ "@type": "Term",
2930
+ "@id": "rapeseedPlant"
2931
+ },
2932
+ {
2933
+ "@type": "Term",
2934
+ "@id": "wasabiPlant"
2935
+ },
2936
+ {
2937
+ "@type": "Term",
2938
+ "@id": "teaTree"
2939
+ },
2940
+ {
2941
+ "@type": "Term",
2942
+ "@id": "duckweedPlant"
2943
+ },
2944
+ {
2945
+ "@type": "Term",
2946
+ "@id": "redOrachePlant"
2947
+ },
2948
+ {
2949
+ "@type": "Term",
2950
+ "@id": "wildGarlicPlant"
2951
+ },
2952
+ {
2953
+ "@type": "Term",
2954
+ "@id": "tamarilloTree"
2955
+ },
2956
+ {
2957
+ "@type": "Term",
2958
+ "@id": "strawberryPlant"
2959
+ },
2960
+ {
2961
+ "@type": "Term",
2962
+ "@id": "rosemaryPlant"
2963
+ },
2964
+ {
2965
+ "@type": "Term",
2966
+ "@id": "bambaraBeanPlant"
2967
+ },
2968
+ {
2969
+ "@type": "Term",
2970
+ "@id": "whiteYamVine"
2971
+ },
2972
+ {
2973
+ "@type": "Term",
2974
+ "@id": "nutmegTree"
2975
+ },
2976
+ {
2977
+ "@type": "Term",
2978
+ "@id": "greenleafDesmodiumPlant"
2979
+ },
2980
+ {
2981
+ "@type": "Term",
2982
+ "@id": "yellowYamVine"
2983
+ },
2984
+ {
2985
+ "@type": "Term",
2986
+ "@id": "signalGrassPlant"
2987
+ },
2988
+ {
2989
+ "@type": "Term",
2990
+ "@id": "raspberryPlant"
2991
+ },
2992
+ {
2993
+ "@type": "Term",
2994
+ "@id": "panicPlant"
2995
+ },
2996
+ {
2997
+ "@type": "Term",
2998
+ "@id": "bahiaGrassPlant"
2999
+ },
3000
+ {
3001
+ "@type": "Term",
3002
+ "@id": "lemonTree"
3003
+ },
3004
+ {
3005
+ "@type": "Term",
3006
+ "@id": "timothyGrassPlant"
3007
+ },
3008
+ {
3009
+ "@type": "Term",
3010
+ "@id": "marshSamphirePlant"
3011
+ },
3012
+ {
3013
+ "@type": "Term",
3014
+ "@id": "severelyDegradedPasture"
3015
+ },
3016
+ {
3017
+ "@type": "Term",
3018
+ "@id": "kumquatTree"
3019
+ },
3020
+ {
3021
+ "@type": "Term",
3022
+ "@id": "nigerPlant"
3023
+ },
3024
+ {
3025
+ "@type": "Term",
3026
+ "@id": "nigellaPlant"
3027
+ },
3028
+ {
3029
+ "@type": "Term",
3030
+ "@id": "hazelnutTree"
3031
+ },
3032
+ {
3033
+ "@type": "Term",
3034
+ "@id": "masaiLoveGrassPlant"
3035
+ },
3036
+ {
3037
+ "@type": "Term",
3038
+ "@id": "centipedeGrassPlant"
3039
+ },
3040
+ {
3041
+ "@type": "Term",
3042
+ "@id": "teosintePlant"
3043
+ },
3044
+ {
3045
+ "@type": "Term",
3046
+ "@id": "woollyFingerGrassPlant"
3047
+ },
3048
+ {
3049
+ "@type": "Term",
3050
+ "@id": "hairyHerringboneGrassPlant"
3051
+ },
3052
+ {
3053
+ "@type": "Term",
3054
+ "@id": "sporobolusHelvolusPlant"
3055
+ },
3056
+ {
3057
+ "@type": "Term",
3058
+ "@id": "soybeanPlant"
3059
+ },
3060
+ {
3061
+ "@type": "Term",
3062
+ "@id": "flaxPlant"
3063
+ },
3064
+ {
3065
+ "@type": "Term",
3066
+ "@id": "mulberryTree"
3067
+ },
3068
+ {
3069
+ "@type": "Term",
3070
+ "@id": "azaroleTree"
3071
+ },
3072
+ {
3073
+ "@type": "Term",
3074
+ "@id": "teaOilCamelliaTree"
3075
+ },
3076
+ {
3077
+ "@type": "Term",
3078
+ "@id": "babulTree"
3079
+ },
3080
+ {
3081
+ "@type": "Term",
3082
+ "@id": "mangosteenTree"
3083
+ },
3084
+ {
3085
+ "@type": "Term",
3086
+ "@id": "scallionPlant"
3087
+ },
3088
+ {
3089
+ "@type": "Term",
3090
+ "@id": "mintPlant"
3091
+ },
3092
+ {
3093
+ "@type": "Term",
3094
+ "@id": "teffPlant"
3095
+ },
3096
+ {
3097
+ "@type": "Term",
3098
+ "@id": "sichuanPepperPlant"
3099
+ },
3100
+ {
3101
+ "@type": "Term",
3102
+ "@id": "apricotTree"
3103
+ },
3104
+ {
3105
+ "@type": "Term",
3106
+ "@id": "vegetableCropPlant"
3107
+ },
3108
+ {
3109
+ "@type": "Term",
3110
+ "@id": "rubberTree"
3111
+ },
3112
+ {
3113
+ "@type": "Term",
3114
+ "@id": "figTree"
3115
+ },
3116
+ {
3117
+ "@type": "Term",
3118
+ "@id": "gooseGrassPlant"
3119
+ },
3120
+ {
3121
+ "@type": "Term",
3122
+ "@id": "blackOatPlant"
3123
+ },
3124
+ {
3125
+ "@type": "Term",
3126
+ "@id": "wheatPlant"
3127
+ },
3128
+ {
3129
+ "@type": "Term",
3130
+ "@id": "kiwifruitVine"
3131
+ },
3132
+ {
3133
+ "@type": "Term",
3134
+ "@id": "rosellePlant"
3135
+ },
3136
+ {
3137
+ "@type": "Term",
3138
+ "@id": "litchiTree"
3139
+ },
3140
+ {
3141
+ "@type": "Term",
3142
+ "@id": "adzukiBeanPlant"
3143
+ },
3144
+ {
3145
+ "@type": "Term",
3146
+ "@id": "limequatTree"
3147
+ },
3148
+ {
3149
+ "@type": "Term",
3150
+ "@id": "bananaPlant"
3151
+ },
3152
+ {
3153
+ "@type": "Term",
3154
+ "@id": "guriaGrassPlant"
3155
+ },
3156
+ {
3157
+ "@type": "Term",
3158
+ "@id": "redOatGrassPlant"
3159
+ },
3160
+ {
3161
+ "@type": "Term",
3162
+ "@id": "whiteSpearGrassPlant"
3163
+ },
3164
+ {
3165
+ "@type": "Term",
3166
+ "@id": "weepingLoveGrassPlant"
3167
+ },
3168
+ {
3169
+ "@type": "Term",
3170
+ "@id": "hyacinthBeanVine"
3171
+ },
3172
+ {
3173
+ "@type": "Term",
3174
+ "@id": "bayTree"
3175
+ },
3176
+ {
3177
+ "@type": "Term",
3178
+ "@id": "lambSLettucePlant"
3179
+ },
3180
+ {
3181
+ "@type": "Term",
3182
+ "@id": "bilberryPlant"
3183
+ },
3184
+ {
3185
+ "@type": "Term",
3186
+ "@id": "starAniseTree"
3187
+ },
3188
+ {
3189
+ "@type": "Term",
3190
+ "@id": "sugarBeetPlant"
3191
+ },
3192
+ {
3193
+ "@type": "Term",
3194
+ "@id": "gardenCressPlant"
3195
+ },
3196
+ {
3197
+ "@type": "Term",
3198
+ "@id": "greenBeanPlant"
3199
+ },
3200
+ {
3201
+ "@type": "Term",
3202
+ "@id": "cashewTree"
3203
+ },
3204
+ {
3205
+ "@type": "Term",
3206
+ "@id": "longBareFallow"
3207
+ },
3208
+ {
3209
+ "@type": "Term",
3210
+ "@id": "annualCropland"
3211
+ },
3212
+ {
3213
+ "@type": "Term",
3214
+ "@id": "africanAuberginePlant"
3215
+ },
3216
+ {
3217
+ "@type": "Term",
3218
+ "@id": "fonioPlant"
3219
+ },
3220
+ {
3221
+ "@type": "Term",
3222
+ "@id": "macadamiaTree"
3223
+ },
3224
+ {
3225
+ "@type": "Term",
3226
+ "@id": "appleTree"
3227
+ },
3228
+ {
3229
+ "@type": "Term",
3230
+ "@id": "carrotPlant"
3231
+ },
3232
+ {
3233
+ "@type": "Term",
3234
+ "@id": "custardAppleTree"
3235
+ },
3236
+ {
3237
+ "@type": "Term",
3238
+ "@id": "mexicanTeaPlant"
3239
+ },
3240
+ {
3241
+ "@type": "Term",
3242
+ "@id": "pleurotusOstreatusFungus"
3243
+ },
3244
+ {
3245
+ "@type": "Term",
3246
+ "@id": "barleyPlant"
3247
+ },
3248
+ {
3249
+ "@type": "Term",
3250
+ "@id": "gambaGrassPlant"
3251
+ },
3252
+ {
3253
+ "@type": "Term",
3254
+ "@id": "cardoonPlant"
3255
+ },
3256
+ {
3257
+ "@type": "Term",
3258
+ "@id": "echinochloaHaplocladaPlant"
3259
+ },
3260
+ {
3261
+ "@type": "Term",
3262
+ "@id": "liverseedGrassPlant"
3263
+ },
3264
+ {
3265
+ "@type": "Term",
3266
+ "@id": "pumpkinVine"
3267
+ },
3268
+ {
3269
+ "@type": "Term",
3270
+ "@id": "devilSCottonTree"
3271
+ },
3272
+ {
3273
+ "@type": "Term",
3274
+ "@id": "alangAlangPlant"
3275
+ },
3276
+ {
3277
+ "@type": "Term",
3278
+ "@id": "lehmannLoveGrassPlant"
3279
+ },
3280
+ {
3281
+ "@type": "Term",
3282
+ "@id": "ugliTree"
3283
+ },
3284
+ {
3285
+ "@type": "Term",
3286
+ "@id": "maizePlant"
3287
+ },
3288
+ {
3289
+ "@type": "Term",
3290
+ "@id": "natalGrassPlant"
3291
+ },
3292
+ {
3293
+ "@type": "Term",
3294
+ "@id": "tomatoPlant"
3295
+ },
3296
+ {
3297
+ "@type": "Term",
3298
+ "@id": "mungBeanPlant"
3299
+ },
3300
+ {
3301
+ "@type": "Term",
3302
+ "@id": "jobSTearsPlant"
3303
+ },
3304
+ {
3305
+ "@type": "Term",
3306
+ "@id": "ramiePlant"
3307
+ },
3308
+ {
3309
+ "@type": "Term",
3310
+ "@id": "smutGrassPlant"
3311
+ },
3312
+ {
3313
+ "@type": "Term",
3314
+ "@id": "turnipPlant"
3315
+ },
3316
+ {
3317
+ "@type": "Term",
3318
+ "@id": "jaraguaPlant"
3319
+ },
3320
+ {
3321
+ "@type": "Term",
3322
+ "@id": "lake"
3323
+ },
3324
+ {
3325
+ "@type": "Term",
3326
+ "@id": "purslanePlant"
3327
+ },
3328
+ {
3329
+ "@type": "Term",
3330
+ "@id": "commonThatchingGrassPlant"
3331
+ },
3332
+ {
3333
+ "@type": "Term",
3334
+ "@id": "glassOrHighAccessibleCover"
3335
+ },
3336
+ {
3337
+ "@type": "Term",
3338
+ "@id": "bulbousCanaryGrassPlant"
3339
+ },
3340
+ {
3341
+ "@type": "Term",
3342
+ "@id": "congoJutePlant"
3343
+ },
3344
+ {
3345
+ "@type": "Term",
3346
+ "@id": "cropland"
3347
+ },
3348
+ {
3349
+ "@type": "Term",
3350
+ "@id": "congoGrassPlant"
3351
+ },
3352
+ {
3353
+ "@type": "Term",
3354
+ "@id": "genericCropPlant"
3355
+ },
3356
+ {
3357
+ "@type": "Term",
3358
+ "@id": "columbusGrassPlant"
3359
+ },
3360
+ {
3361
+ "@type": "Term",
3362
+ "@id": "phormiumPlant"
3363
+ },
3364
+ {
3365
+ "@type": "Term",
3366
+ "@id": "pineapplePlant"
3367
+ },
3368
+ {
3369
+ "@type": "Term",
3370
+ "@id": "whiteSeedMelonVine"
3371
+ },
3372
+ {
3373
+ "@type": "Term",
3374
+ "@id": "fenugreekPlant"
3375
+ },
3376
+ {
3377
+ "@type": "Term",
3378
+ "@id": "durianTree"
3379
+ },
3380
+ {
3381
+ "@type": "Term",
3382
+ "@id": "sheanutTree"
3383
+ },
3384
+ {
3385
+ "@type": "Term",
3386
+ "@id": "summerSquashVine"
3387
+ },
3388
+ {
3389
+ "@type": "Term",
3390
+ "@id": "chervilPlant"
3391
+ },
3392
+ {
3393
+ "@type": "Term",
3394
+ "@id": "endivePlant"
3395
+ },
3396
+ {
3397
+ "@type": "Term",
3398
+ "@id": "giantSetariaPlant"
3399
+ },
3400
+ {
3401
+ "@type": "Term",
3402
+ "@id": "orangeTree"
3403
+ },
3404
+ {
3405
+ "@type": "Term",
3406
+ "@id": "galangalPlant"
3407
+ },
3408
+ {
3409
+ "@type": "Term",
3410
+ "@id": "redCloverPlant"
3411
+ },
3412
+ {
3413
+ "@type": "Term",
3414
+ "@id": "amaranthPlant"
3415
+ },
3416
+ {
3417
+ "@type": "Term",
3418
+ "@id": "broccoliPlant"
3419
+ },
3420
+ {
3421
+ "@type": "Term",
3422
+ "@id": "genericForageTree"
3423
+ },
3424
+ {
3425
+ "@type": "Term",
3426
+ "@id": "yellowIndiangrassPlant"
3427
+ },
3428
+ {
3429
+ "@type": "Term",
3430
+ "@id": "sorrelPlant"
3431
+ },
3432
+ {
3433
+ "@type": "Term",
3434
+ "@id": "lanillaPlant"
3435
+ },
3436
+ {
3437
+ "@type": "Term",
3438
+ "@id": "umbrellaThornTree"
3439
+ },
3440
+ {
3441
+ "@type": "Term",
3442
+ "@id": "lemonBalmPlant"
3443
+ },
3444
+ {
3445
+ "@type": "Term",
3446
+ "@id": "rambutanTree"
3447
+ },
3448
+ {
3449
+ "@type": "Term",
3450
+ "@id": "pecanTree"
3451
+ },
3452
+ {
3453
+ "@type": "Term",
3454
+ "@id": "hondurasGrassPlant"
3455
+ },
3456
+ {
3457
+ "@type": "Term",
3458
+ "@id": "molassesGrassPlant"
3459
+ },
3460
+ {
3461
+ "@type": "Term",
3462
+ "@id": "sassafrasTree"
3463
+ },
3464
+ {
3465
+ "@type": "Term",
3466
+ "@id": "magueyPlant"
3467
+ },
3468
+ {
3469
+ "@type": "Term",
3470
+ "@id": "swissChardPlant"
3471
+ },
3472
+ {
3473
+ "@type": "Term",
3474
+ "@id": "komatsunaPlant"
3475
+ },
3476
+ {
3477
+ "@type": "Term",
3478
+ "@id": "improvedPasture"
3479
+ },
3480
+ {
3481
+ "@type": "Term",
3482
+ "@id": "dandelionPlant"
3483
+ },
3484
+ {
3485
+ "@type": "Term",
3486
+ "@id": "pearTree"
3487
+ },
3488
+ {
3489
+ "@type": "Term",
3490
+ "@id": "clementineTree"
3491
+ },
3492
+ {
3493
+ "@type": "Term",
3494
+ "@id": "tallFescuePlant"
3495
+ },
3496
+ {
3497
+ "@type": "Term",
3498
+ "@id": "eddoePlant"
3499
+ },
3500
+ {
3501
+ "@type": "Term",
3502
+ "@id": "palmyraTree"
3503
+ },
3504
+ {
3505
+ "@type": "Term",
3506
+ "@id": "henequenPlant"
3507
+ },
3508
+ {
3509
+ "@type": "Term",
3510
+ "@id": "sagoPalmTree"
3511
+ },
3512
+ {
3513
+ "@type": "Term",
3514
+ "@id": "truffleFungus"
3515
+ },
3516
+ {
3517
+ "@type": "Term",
3518
+ "@id": "chiliPlant"
3519
+ },
3520
+ {
3521
+ "@type": "Term",
3522
+ "@id": "blackWattleTree"
3523
+ },
3524
+ {
3525
+ "@type": "Term",
3526
+ "@id": "allspiceTree"
3527
+ },
3528
+ {
3529
+ "@type": "Term",
3530
+ "@id": "castorPlant"
3531
+ },
3532
+ {
3533
+ "@type": "Term",
3534
+ "@id": "plantationForest"
3535
+ },
3536
+ {
3537
+ "@type": "Term",
3538
+ "@id": "patienceDockPlant"
3539
+ },
3540
+ {
3541
+ "@type": "Term",
3542
+ "@id": "valerianPlant"
3543
+ },
3544
+ {
3545
+ "@type": "Term",
3546
+ "@id": "longFallow"
3547
+ },
3548
+ {
3549
+ "@type": "Term",
3550
+ "@id": "squashVine"
3551
+ },
3552
+ {
3553
+ "@type": "Term",
3554
+ "@id": "indigoPlant"
3555
+ },
3556
+ {
3557
+ "@type": "Term",
3558
+ "@id": "runnerBeanPlant"
3559
+ },
3560
+ {
3561
+ "@type": "Term",
3562
+ "@id": "tamarindTree"
3563
+ },
3564
+ {
3565
+ "@type": "Term",
3566
+ "@id": "starAppleTree"
3567
+ },
3568
+ {
3569
+ "@type": "Term",
3570
+ "@id": "tanniaPlant"
3571
+ },
3572
+ {
3573
+ "@type": "Term",
3574
+ "@id": "buffaloGrassPlant"
3575
+ },
3576
+ {
3577
+ "@type": "Term",
3578
+ "@id": "fusariumVenenatum"
3579
+ },
3580
+ {
3581
+ "@type": "Term",
3582
+ "@id": "cocksfootPlant"
3583
+ },
3584
+ {
3585
+ "@type": "Term",
3586
+ "@id": "gingerPlant"
3587
+ },
3588
+ {
3589
+ "@type": "Term",
3590
+ "@id": "cassavaPlant"
3591
+ },
3592
+ {
3593
+ "@type": "Term",
3594
+ "@id": "noriAlga"
3595
+ },
3596
+ {
3597
+ "@type": "Term",
3598
+ "@id": "yellowLupinPlant"
3599
+ },
3600
+ {
3601
+ "@type": "Term",
3602
+ "@id": "alfalfaPlant"
3603
+ },
3604
+ {
3605
+ "@type": "Term",
3606
+ "@id": "gracilariaAlga"
3607
+ },
3608
+ {
3609
+ "@type": "Term",
3610
+ "@id": "chickpeaPlant"
3611
+ },
3612
+ {
3613
+ "@type": "Term",
3614
+ "@id": "angelicaPlant"
3615
+ },
3616
+ {
3617
+ "@type": "Term",
3618
+ "@id": "chrysanthemumPlant"
3619
+ },
3620
+ {
3621
+ "@type": "Term",
3622
+ "@id": "kelpAlga"
3623
+ },
3624
+ {
3625
+ "@type": "Term",
3626
+ "@id": "lupinPlant"
3627
+ },
3628
+ {
3629
+ "@type": "Term",
3630
+ "@id": "nileGrassPlant"
3631
+ },
3632
+ {
3633
+ "@type": "Term",
3634
+ "@id": "ottochloaNodosaPlant"
3635
+ },
3636
+ {
3637
+ "@type": "Term",
3638
+ "@id": "pennisetumSquamulatumPlant"
3639
+ },
3640
+ {
3641
+ "@type": "Term",
3642
+ "@id": "giantReedPlant"
3643
+ },
3644
+ {
3645
+ "@type": "Term",
3646
+ "@id": "courgetteVine"
3647
+ },
3648
+ {
3649
+ "@type": "Term",
3650
+ "@id": "asparagusPlant"
3651
+ },
3652
+ {
3653
+ "@type": "Term",
3654
+ "@id": "pennisetumTrachyphyllumPlant"
3655
+ },
3656
+ {
3657
+ "@type": "Term",
3658
+ "@id": "creepingBluegrassPlant"
3659
+ },
3660
+ {
3661
+ "@type": "Term",
3662
+ "@id": "riverTamarindTree"
3663
+ },
3664
+ {
3665
+ "@type": "Term",
3666
+ "@id": "koroniviaGrassPlant"
3667
+ },
3668
+ {
3669
+ "@type": "Term",
3670
+ "@id": "nadiBlueGrassPlant"
3671
+ },
3672
+ {
3673
+ "@type": "Term",
3674
+ "@id": "greyLoveGrassPlant"
3675
+ },
3676
+ {
3677
+ "@type": "Term",
3678
+ "@id": "commonReedPlant"
3679
+ },
3680
+ {
3681
+ "@type": "Term",
3682
+ "@id": "burnetPlant"
3683
+ },
3684
+ {
3685
+ "@type": "Term",
3686
+ "@id": "asafoetidaPlant"
3687
+ },
3688
+ {
3689
+ "@type": "Term",
3690
+ "@id": "buckwheatPlant"
3691
+ },
3692
+ {
3693
+ "@type": "Term",
3694
+ "@id": "basilPlant"
3695
+ },
3696
+ {
3697
+ "@type": "Term",
3698
+ "@id": "arrachaPlant"
3699
+ },
3700
+ {
3701
+ "@type": "Term",
3702
+ "@id": "colaTree"
3703
+ },
3704
+ {
3705
+ "@type": "Term",
3706
+ "@id": "sweetCornPlant"
3707
+ },
3708
+ {
3709
+ "@type": "Term",
3710
+ "@id": "commonBeanPlant"
3711
+ },
3712
+ {
3713
+ "@type": "Term",
3714
+ "@id": "taroPlant"
3715
+ },
3716
+ {
3717
+ "@type": "Term",
3718
+ "@id": "cabbagePlant"
3719
+ },
3720
+ {
3721
+ "@type": "Term",
3722
+ "@id": "kapokTree"
3723
+ },
3724
+ {
3725
+ "@type": "Term",
3726
+ "@id": "guavaTree"
3727
+ },
3728
+ {
3729
+ "@type": "Term",
3730
+ "@id": "industrialCropPlant"
3731
+ },
3732
+ {
3733
+ "@type": "Term",
3734
+ "@id": "khatTree"
3735
+ },
3736
+ {
3737
+ "@type": "Term",
3738
+ "@id": "gooseberryPlant"
3739
+ },
3740
+ {
3741
+ "@type": "Term",
3742
+ "@id": "ervilPlant"
3743
+ },
3744
+ {
3745
+ "@type": "Term",
3746
+ "@id": "currantPlant"
3747
+ },
3748
+ {
3749
+ "@type": "Term",
3750
+ "@id": "sunflowerPlant"
3751
+ },
3752
+ {
3753
+ "@type": "Term",
3754
+ "@id": "sainfoinPlant"
3755
+ },
3756
+ {
3757
+ "@type": "Term",
3758
+ "@id": "whiteMulberryTree"
3759
+ },
3760
+ {
3761
+ "@type": "Term",
3762
+ "@id": "breadGrassPlant"
3763
+ },
3764
+ {
3765
+ "@type": "Term",
3766
+ "@id": "grapesVine"
3767
+ },
3768
+ {
3769
+ "@type": "Term",
3770
+ "@id": "parsnipPlant"
3771
+ },
3772
+ {
3773
+ "@type": "Term",
3774
+ "@id": "whiteLupinPlant"
3775
+ },
3776
+ {
3777
+ "@type": "Term",
3778
+ "@id": "seaOrOcean"
3779
+ },
3780
+ {
3781
+ "@type": "Term",
3782
+ "@id": "sudanGrassPlant"
3783
+ },
3784
+ {
3785
+ "@type": "Term",
3786
+ "@id": "buffelGrassPlant"
3787
+ },
3788
+ {
3789
+ "@type": "Term",
3790
+ "@id": "commonNeedleGrassPlant"
3791
+ },
3792
+ {
3793
+ "@type": "Term",
3794
+ "@id": "limpoGrassPlant"
3795
+ },
3796
+ {
3797
+ "@type": "Term",
3798
+ "@id": "dewberryPlant"
3799
+ },
3800
+ {
3801
+ "@type": "Term",
3802
+ "@id": "sweetPotatoVine"
3803
+ },
3804
+ {
3805
+ "@type": "Term",
3806
+ "@id": "sweetCherryTree"
3807
+ },
3808
+ {
3809
+ "@type": "Term",
3810
+ "@id": "quinoaPlant"
3811
+ },
3812
+ {
3813
+ "@type": "Term",
3814
+ "@id": "peaPlant"
3815
+ },
3816
+ {
3817
+ "@type": "Term",
3818
+ "@id": "pineTree"
3819
+ },
3820
+ {
3821
+ "@type": "Term",
3822
+ "@id": "cratyliaArgenteaPlant"
3823
+ },
3824
+ {
3825
+ "@type": "Term",
3826
+ "@id": "industrialBuilding"
3827
+ },
3828
+ {
3829
+ "@type": "Term",
3830
+ "@id": "hyparrheniaPlant"
3831
+ },
3832
+ {
3833
+ "@type": "Term",
3834
+ "@id": "arizonaCottontopPlant"
3835
+ },
3836
+ {
3837
+ "@type": "Term",
3838
+ "@id": "cockspurGrassPlant"
3839
+ },
3840
+ {
3841
+ "@type": "Term",
3842
+ "@id": "sapodillaTree"
3843
+ },
3844
+ {
3845
+ "@type": "Term",
3846
+ "@id": "torpedoGrassPlant"
3847
+ },
3848
+ {
3849
+ "@type": "Term",
3850
+ "@id": "yellowThatchingGrassPlant"
3851
+ },
3852
+ {
3853
+ "@type": "Term",
3854
+ "@id": "giantStarGrassPlant"
3855
+ },
3856
+ {
3857
+ "@type": "Term",
3858
+ "@id": "bigLeafBristleGrassPlant"
3859
+ },
3860
+ {
3861
+ "@type": "Term",
3862
+ "@id": "jackfruitTree"
3863
+ },
3864
+ {
3865
+ "@type": "Term",
3866
+ "@id": "sporobolusMarginatusPlant"
3867
+ },
3868
+ {
3869
+ "@type": "Term",
3870
+ "@id": "arazaTree"
3871
+ },
3872
+ {
3873
+ "@type": "Term",
3874
+ "@id": "antelopeGrassPlant"
3875
+ },
3876
+ {
3877
+ "@type": "Term",
3878
+ "@id": "bitterOrangeTree"
3879
+ },
3880
+ {
3881
+ "@type": "Term",
3882
+ "@id": "gumArabicTree"
3883
+ },
3884
+ {
3885
+ "@type": "Term",
3886
+ "@id": "dillPlant"
3887
+ },
3888
+ {
3889
+ "@type": "Term",
3890
+ "@id": "gojiBerryPlant"
3891
+ },
3892
+ {
3893
+ "@type": "Term",
3894
+ "@id": "limeTree"
3895
+ },
3896
+ {
3897
+ "@type": "Term",
3898
+ "@id": "loganberryPlant"
3899
+ },
3900
+ {
3901
+ "@type": "Term",
3902
+ "@id": "chineseHibiscusPlant"
3903
+ },
3904
+ {
3905
+ "@type": "Term",
3906
+ "@id": "sagePlant"
3907
+ },
3908
+ {
3909
+ "@type": "Term",
3910
+ "@id": "strawberrySpinachPlant"
3911
+ },
3912
+ {
3913
+ "@type": "Term",
3914
+ "@id": "chineseAlbiziaTree"
3915
+ },
3916
+ {
3917
+ "@type": "Term",
3918
+ "@id": "garlicPlant"
3919
+ },
3920
+ {
3921
+ "@type": "Term",
3922
+ "@id": "fibreCropPlant"
3923
+ },
3924
+ {
3925
+ "@type": "Term",
3926
+ "@id": "africanNightshadePlant"
3927
+ },
3928
+ {
3929
+ "@type": "Term",
3930
+ "@id": "armgrassMilletPlant"
3931
+ },
3932
+ {
3933
+ "@type": "Term",
3934
+ "@id": "coconutTree"
3935
+ },
3936
+ {
3937
+ "@type": "Term",
3938
+ "@id": "fingerMilletPlant"
3939
+ },
3940
+ {
3941
+ "@type": "Term",
3942
+ "@id": "grapefruitTree"
3943
+ },
3944
+ {
3945
+ "@type": "Term",
3946
+ "@id": "winterThornTree"
3947
+ },
3948
+ {
3949
+ "@type": "Term",
3950
+ "@id": "chlorisRoxburghianaPlant"
3951
+ },
3952
+ {
3953
+ "@type": "Term",
3954
+ "@id": "cloverPlant"
3955
+ },
3956
+ {
3957
+ "@type": "Term",
3958
+ "@id": "tagasasteTree"
3959
+ },
3960
+ {
3961
+ "@type": "Term",
3962
+ "@id": "agatiTree"
3963
+ },
3964
+ {
3965
+ "@type": "Term",
3966
+ "@id": "kenafPlant"
3967
+ },
3968
+ {
3969
+ "@type": "Term",
3970
+ "@id": "gourdVine"
3971
+ },
3972
+ {
3973
+ "@type": "Term",
3974
+ "@id": "collardPlant"
3975
+ },
3976
+ {
3977
+ "@type": "Term",
3978
+ "@id": "fruitCropPlant"
3979
+ },
3980
+ {
3981
+ "@type": "Term",
3982
+ "@id": "melonVine"
3983
+ },
3984
+ {
3985
+ "@type": "Term",
3986
+ "@id": "nominallyManagedPasture"
3987
+ },
3988
+ {
3989
+ "@type": "Term",
3990
+ "@id": "chivesPlant"
3991
+ },
3992
+ {
3993
+ "@type": "Term",
3994
+ "@id": "oilCropPlant"
3995
+ },
3996
+ {
3997
+ "@type": "Term",
3998
+ "@id": "watercressPlant"
3999
+ },
4000
+ {
4001
+ "@type": "Term",
4002
+ "@id": "pomeloTree"
4003
+ },
4004
+ {
4005
+ "@type": "Term",
4006
+ "@id": "wildScrobicPlant"
4007
+ },
4008
+ {
4009
+ "@type": "Term",
4010
+ "@id": "fiquePlant"
4011
+ },
4012
+ {
4013
+ "@type": "Term",
4014
+ "@id": "cowpeaPlant"
4015
+ },
4016
+ {
4017
+ "@type": "Term",
4018
+ "@id": "yerbaMateTree"
4019
+ },
4020
+ {
4021
+ "@type": "Term",
4022
+ "@id": "leptochloaOptusifloraPlant"
4023
+ },
4024
+ {
4025
+ "@type": "Term",
4026
+ "@id": "scorzoneraPlant"
4027
+ },
4028
+ {
4029
+ "@type": "Term",
4030
+ "@id": "marjoramPlant"
4031
+ },
4032
+ {
4033
+ "@type": "Term",
4034
+ "@id": "birdwoodGrassPlant"
4035
+ },
4036
+ {
4037
+ "@type": "Term",
4038
+ "@id": "aleppoGrassPlant"
4039
+ },
4040
+ {
4041
+ "@type": "Term",
4042
+ "@id": "palmTree"
4043
+ },
4044
+ {
4045
+ "@type": "Term",
4046
+ "@id": "dallisGrassPlant"
4047
+ },
4048
+ {
4049
+ "@type": "Term",
4050
+ "@id": "ryegrassPlant"
4051
+ },
4052
+ {
4053
+ "@type": "Term",
4054
+ "@id": "surinameGrassPlant"
4055
+ },
4056
+ {
4057
+ "@type": "Term",
4058
+ "@id": "ubaCanePlant"
4059
+ },
4060
+ {
4061
+ "@type": "Term",
4062
+ "@id": "tallowTree"
4063
+ },
4064
+ {
4065
+ "@type": "Term",
4066
+ "@id": "landGrassPlant"
4067
+ },
4068
+ {
4069
+ "@type": "Term",
4070
+ "@id": "mustardPlant"
4071
+ },
4072
+ {
4073
+ "@type": "Term",
4074
+ "@id": "sugarcanePlant"
4075
+ },
4076
+ {
4077
+ "@type": "Term",
4078
+ "@id": "polypogonSchimperianusPlant"
4079
+ },
4080
+ {
4081
+ "@type": "Term",
4082
+ "@id": "prosoMilletPlant"
4083
+ },
4084
+ {
4085
+ "@type": "Term",
4086
+ "@id": "rootOrTuberCropPlant"
4087
+ },
4088
+ {
4089
+ "@type": "Term",
4090
+ "@id": "donkeyGrassPlant"
4091
+ },
4092
+ {
4093
+ "@type": "Term",
4094
+ "@id": "hennaTree"
4095
+ },
4096
+ {
4097
+ "@type": "Term",
4098
+ "@id": "lebbekTree"
4099
+ },
4100
+ {
4101
+ "@type": "Term",
4102
+ "@id": "caribGrassPlant"
4103
+ },
4104
+ {
4105
+ "@type": "Term",
4106
+ "@id": "mandarinTree"
4107
+ },
4108
+ {
4109
+ "@type": "Term",
4110
+ "@id": "sweetGranadillaVine"
4111
+ },
4112
+ {
4113
+ "@type": "Term",
4114
+ "@id": "chicoryPlant"
4115
+ },
4116
+ {
4117
+ "@type": "Term",
4118
+ "@id": "pond"
4119
+ },
4120
+ {
4121
+ "@type": "Term",
4122
+ "@id": "nativePasture"
4123
+ },
4124
+ {
4125
+ "@type": "Term",
4126
+ "@id": "saffronCrocusPlant"
4127
+ },
4128
+ {
4129
+ "@type": "Term",
4130
+ "@id": "rhubarbPlant"
4131
+ },
4132
+ {
4133
+ "@type": "Term",
4134
+ "@id": "cucumberVine"
4135
+ },
4136
+ {
4137
+ "@type": "Term",
4138
+ "@id": "mnesitheaRottboellioidesPlant"
4139
+ },
4140
+ {
4141
+ "@type": "Term",
4142
+ "@id": "tungTree"
4143
+ },
4144
+ {
4145
+ "@type": "Term",
4146
+ "@id": "ischaemumMuticumPlant"
4147
+ },
4148
+ {
4149
+ "@type": "Term",
4150
+ "@id": "bungomaGrassPlant"
4151
+ },
4152
+ {
4153
+ "@type": "Term",
4154
+ "@id": "wireLemonGrassPlant"
4155
+ },
4156
+ {
4157
+ "@type": "Term",
4158
+ "@id": "shortFallow"
4159
+ },
4160
+ {
4161
+ "@type": "Term",
4162
+ "@id": "hopVine"
4163
+ },
4164
+ {
4165
+ "@type": "Term",
4166
+ "@id": "poppyPlant"
4167
+ },
4168
+ {
4169
+ "@type": "Term",
4170
+ "@id": "lespedezaPlant"
4171
+ },
4172
+ {
4173
+ "@type": "Term",
4174
+ "@id": "bluegrassPlant"
4175
+ },
4176
+ {
4177
+ "@type": "Term",
4178
+ "@id": "ginsengPlant"
4179
+ },
4180
+ {
4181
+ "@type": "Term",
4182
+ "@id": "urbanArea"
4183
+ },
4184
+ {
4185
+ "@type": "Term",
4186
+ "@id": "sugarCropPlant"
4187
+ },
4188
+ {
4189
+ "@type": "Term",
4190
+ "@id": "mulgaTree"
4191
+ },
4192
+ {
4193
+ "@type": "Term",
4194
+ "@id": "indianCoralTree"
4195
+ },
4196
+ {
4197
+ "@type": "Term",
4198
+ "@id": "elephantGrassPlant"
4199
+ },
4200
+ {
4201
+ "@type": "Term",
4202
+ "@id": "agaricusBisporusFungus"
4203
+ },
4204
+ {
4205
+ "@type": "Term",
4206
+ "@id": "nigeriaGrassPlant"
4207
+ },
4208
+ {
4209
+ "@type": "Term",
4210
+ "@id": "bergamotTree"
4211
+ },
4212
+ {
4213
+ "@type": "Term",
4214
+ "@id": "milletPlant"
4215
+ },
4216
+ {
4217
+ "@type": "Term",
4218
+ "@id": "andropogonFastigiatusPlant"
4219
+ },
4220
+ {
4221
+ "@type": "Term",
4222
+ "@id": "thymePlant"
4223
+ },
4224
+ {
4225
+ "@type": "Term",
4226
+ "@id": "rooibosPlant"
4227
+ },
4228
+ {
4229
+ "@type": "Term",
4230
+ "@id": "falseRhodesGrassPlant"
4231
+ },
4232
+ {
4233
+ "@type": "Term",
4234
+ "@id": "persimmonTree"
4235
+ },
4236
+ {
4237
+ "@type": "Term",
4238
+ "@id": "dalGrassPlant"
4239
+ },
4240
+ {
4241
+ "@type": "Term",
4242
+ "@id": "physalisPlant"
4243
+ },
4244
+ {
4245
+ "@type": "Term",
4246
+ "@id": "sorghumPlant"
4247
+ },
4248
+ {
4249
+ "@type": "Term",
4250
+ "@id": "tripsacumLatifoliumPlant"
4251
+ },
4252
+ {
4253
+ "@type": "Term",
4254
+ "@id": "whiteCloverPlant"
4255
+ },
4256
+ {
4257
+ "@type": "Term",
4258
+ "@id": "peanutPlant"
4259
+ },
4260
+ {
4261
+ "@type": "Term",
4262
+ "@id": "parsleyPlant"
4263
+ },
4264
+ {
4265
+ "@type": "Term",
4266
+ "@id": "espartoGrassPlant"
4267
+ },
4268
+ {
4269
+ "@type": "Term",
4270
+ "@id": "leekPlant"
4271
+ },
4272
+ {
4273
+ "@type": "Term",
4274
+ "@id": "lentilPlant"
4275
+ },
4276
+ {
4277
+ "@type": "Term",
4278
+ "@id": "indianBluegrassPlant"
4279
+ },
4280
+ {
4281
+ "@type": "Term",
4282
+ "@id": "savoryPlant"
4283
+ },
4284
+ {
4285
+ "@type": "Term",
4286
+ "@id": "mesquiteTree"
4287
+ },
4288
+ {
4289
+ "@type": "Term",
4290
+ "@id": "almondTree"
4291
+ },
4292
+ {
4293
+ "@type": "Term",
4294
+ "@id": "jasmineVine"
4295
+ },
4296
+ {
4297
+ "@type": "Term",
4298
+ "@id": "foodRetailer"
4299
+ },
4300
+ {
4301
+ "@type": "Term",
4302
+ "@id": "coelachyrumYemenicumPlant"
4303
+ },
4304
+ {
4305
+ "@type": "Term",
4306
+ "@id": "pitayaCactus"
4307
+ },
4308
+ {
4309
+ "@type": "Term",
4310
+ "@id": "commonVetchPlant"
4311
+ },
4312
+ {
4313
+ "@type": "Term",
4314
+ "@id": "cherimoyaTree"
4315
+ },
4316
+ {
4317
+ "@type": "Term",
4318
+ "@id": "curryTree"
4319
+ },
4320
+ {
4321
+ "@type": "Term",
4322
+ "@id": "mangoTree"
4323
+ },
4324
+ {
4325
+ "@type": "Term",
4326
+ "@id": "jerusalemArtichokePlant"
4327
+ },
4328
+ {
4329
+ "@type": "Term",
4330
+ "@id": "cockatooPlant"
4331
+ },
4332
+ {
4333
+ "@type": "Term",
4334
+ "@id": "cicelyPlant"
4335
+ },
4336
+ {
4337
+ "@type": "Term",
4338
+ "@id": "ryePlant"
4339
+ },
4340
+ {
4341
+ "@type": "Term",
4342
+ "@id": "citronTree"
4343
+ },
4344
+ {
4345
+ "@type": "Term",
4346
+ "@id": "pangolaGrassPlant"
4347
+ },
4348
+ {
4349
+ "@type": "Term",
4350
+ "@id": "chineseRyeGrassPlant"
4351
+ },
4352
+ {
4353
+ "@type": "Term",
4354
+ "@id": "anthephoraNigritanaPlant"
4355
+ },
4356
+ {
4357
+ "@type": "Term",
4358
+ "@id": "ruePlant"
4359
+ },
4360
+ {
4361
+ "@type": "Term",
4362
+ "@id": "sporobolusNervosusPlant"
4363
+ },
4364
+ {
4365
+ "@type": "Term",
4366
+ "@id": "potatoPlant"
4367
+ },
4368
+ {
4369
+ "@type": "Term",
4370
+ "@id": "volvariellaVolvaceaFungus"
4371
+ },
4372
+ {
4373
+ "@type": "Term",
4374
+ "@id": "nettlePlant"
4375
+ },
4376
+ {
4377
+ "@type": "Term",
4378
+ "@id": "anisePlant"
4379
+ },
4380
+ {
4381
+ "@type": "Term",
4382
+ "@id": "colouredGuineaGrassPlant"
4383
+ },
4384
+ {
4385
+ "@type": "Term",
4386
+ "@id": "tocoGrassPlant"
4387
+ },
4388
+ {
4389
+ "@type": "Term",
4390
+ "@id": "cerealPlant"
4391
+ },
4392
+ {
4393
+ "@type": "Term",
4394
+ "@id": "hempPlant"
4395
+ },
4396
+ {
4397
+ "@type": "Term",
4398
+ "@id": "feijoaTree"
4399
+ },
4400
+ {
4401
+ "@type": "Term",
4402
+ "@id": "moringaTree"
4403
+ },
4404
+ {
4405
+ "@type": "Term",
4406
+ "@id": "highIntensityGrazingPasture"
4407
+ },
4408
+ {
4409
+ "@type": "Term",
4410
+ "@id": "animalHousing"
4411
+ },
4412
+ {
4413
+ "@type": "Term",
4414
+ "@id": "paraGrassPlant"
4415
+ },
4416
+ {
4417
+ "@type": "Term",
4418
+ "@id": "ornamentalCropPlant"
4419
+ },
4420
+ {
4421
+ "@type": "Term",
4422
+ "@id": "treeNutTree"
4423
+ },
4424
+ {
4425
+ "@type": "Term",
4426
+ "@id": "carobTree"
4427
+ },
4428
+ {
4429
+ "@type": "Term",
4430
+ "@id": "pepperVine"
4431
+ },
4432
+ {
4433
+ "@type": "Term",
4434
+ "@id": "pearlMilletPlant"
4435
+ },
4436
+ {
4437
+ "@type": "Term",
4438
+ "@id": "juniperTree"
1753
4439
  },
1754
4440
  {
1755
4441
  "@type": "Term",
1756
- "@id": "nonFloodedPreSeasonMoreThan365Days"
1757
- }
1758
- ]
1759
- },
1760
- {
1761
- "name": "get_generic_crop",
1762
- "query": {
1763
- "termType.keyword": "crop",
1764
- "name": "Generic crop seed"
1765
- },
1766
- "results": [
4442
+ "@id": "pigeonPeaPlant"
4443
+ },
1767
4444
  {
1768
4445
  "@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": [
4446
+ "@id": "vanillaVine"
4447
+ },
1807
4448
  {
1808
4449
  "@type": "Term",
1809
- "@id": "rainfedDeepWater"
4450
+ "@id": "hyssopPlant"
1810
4451
  },
1811
4452
  {
1812
4453
  "@type": "Term",
1813
- "@id": "rainfedDeepWaterWaterDepth50100Cm"
4454
+ "@id": "loquatTree"
1814
4455
  },
1815
4456
  {
1816
4457
  "@type": "Term",
1817
- "@id": "rainfedDeepWaterWaterDepth100Cm"
4458
+ "@id": "bambooPlant"
1818
4459
  },
1819
4460
  {
1820
4461
  "@type": "Term",
1821
- "@id": "irrigatedLocalizedIrrigation"
4462
+ "@id": "grassAlfalfaSward"
1822
4463
  },
1823
4464
  {
1824
4465
  "@type": "Term",
1825
- "@id": "irrigatedFurrowIrrigation"
4466
+ "@id": "pricklyPearCactus"
1826
4467
  },
1827
4468
  {
1828
4469
  "@type": "Term",
1829
- "@id": "irrigatedSubIrrigation"
4470
+ "@id": "brusselsSproutsPlant"
1830
4471
  },
1831
4472
  {
1832
4473
  "@type": "Term",
1833
- "@id": "irrigatedDripIrrigation"
4474
+ "@id": "dateTree"
1834
4475
  },
1835
4476
  {
1836
4477
  "@type": "Term",
1837
- "@id": "irrigatedSprinklerIrrigation"
4478
+ "@id": "daffodilPlant"
1838
4479
  },
1839
4480
  {
1840
4481
  "@type": "Term",
1841
- "@id": "irrigatedTypeUnspecified"
4482
+ "@id": "sesamePlant"
1842
4483
  },
1843
4484
  {
1844
4485
  "@type": "Term",
1845
- "@id": "irrigatedLateralMoveIrrigation"
4486
+ "@id": "bitterleafPlant"
1846
4487
  },
1847
4488
  {
1848
4489
  "@type": "Term",
1849
- "@id": "irrigatedCenterPivotIrrigation"
4490
+ "@id": "melilotusPlant"
1850
4491
  },
1851
4492
  {
1852
4493
  "@type": "Term",
1853
- "@id": "irrigatedSurfaceIrrigationContinuouslyFlooded"
4494
+ "@id": "jambolanTree"
1854
4495
  },
1855
4496
  {
1856
4497
  "@type": "Term",
1857
- "@id": "irrigatedSurfaceIrrigationMultipleDrainagePeriods"
4498
+ "@id": "calliandraTree"
1858
4499
  },
1859
4500
  {
1860
4501
  "@type": "Term",
1861
- "@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
4502
+ "@id": "carpetGrassPlant"
1862
4503
  },
1863
4504
  {
1864
4505
  "@type": "Term",
1865
- "@id": "irrigatedSurfaceIrrigationSingleDrainagePeriod"
1866
- }
1867
- ]
1868
- },
1869
- {
1870
- "name": "get_irrigation_terms",
1871
- "query": {
1872
- "termType.keyword": "water"
1873
- },
1874
- "results": [
4506
+ "@id": "achioteTree"
4507
+ },
1875
4508
  {
1876
4509
  "@type": "Term",
1877
- "@id": "waterDrainageCanal"
4510
+ "@id": "shiitakeFungus"
1878
4511
  },
1879
4512
  {
1880
4513
  "@type": "Term",
1881
- "@id": "waterMarine"
4514
+ "@id": "pistachioTree"
1882
4515
  },
1883
4516
  {
1884
4517
  "@type": "Term",
1885
- "@id": "waterIrrigationCanal"
4518
+ "@id": "longkongTree"
1886
4519
  },
1887
4520
  {
1888
4521
  "@type": "Term",
1889
- "@id": "waterSourceUnspecified"
4522
+ "@id": "blueSignalGrassPlant"
1890
4523
  },
1891
4524
  {
1892
4525
  "@type": "Term",
1893
- "@id": "waterMunicipalTap"
4526
+ "@id": "gliricidiaSepiumTree"
1894
4527
  },
1895
4528
  {
1896
4529
  "@type": "Term",
1897
- "@id": "waterRiverStream"
4530
+ "@id": "chinaJutePlant"
1898
4531
  },
1899
4532
  {
1900
4533
  "@type": "Term",
1901
- "@id": "waterPumpedGroundwater"
4534
+ "@id": "costmaryPlant"
1902
4535
  },
1903
4536
  {
1904
4537
  "@type": "Term",
1905
- "@id": "waterHarvestedRainfall"
4538
+ "@id": "camelinaPlant"
1906
4539
  },
1907
4540
  {
1908
4541
  "@type": "Term",
1909
- "@id": "waterBrackish"
4542
+ "@id": "kalePlant"
1910
4543
  },
1911
4544
  {
1912
4545
  "@type": "Term",
1913
- "@id": "waterLakeOrReservoir"
4546
+ "@id": "dulseAlga"
1914
4547
  },
1915
4548
  {
1916
4549
  "@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": [
4550
+ "@id": "redSeaPlumeAlga"
4551
+ },
2003
4552
  {
2004
4553
  "@type": "Term",
2005
- "name": "Glass or high accessible cover",
2006
- "@id": "glassOrHighAccessibleCover",
2007
- "_score": 57.03148
4554
+ "@id": "carawayPlant"
2008
4555
  },
2009
4556
  {
2010
4557
  "@type": "Term",
2011
- "name": "River or stream",
2012
- "@id": "riverOrStream",
2013
- "_score": 48.316353
4558
+ "@id": "citrusTree"
2014
4559
  },
2015
4560
  {
2016
4561
  "@type": "Term",
2017
- "name": "Sea or ocean",
2018
- "@id": "seaOrOcean",
2019
- "_score": 48.17555
4562
+ "@id": "chayoteVine"
2020
4563
  },
2021
4564
  {
2022
4565
  "@type": "Term",
2023
- "name": "Other natural vegetation",
2024
- "@id": "otherNaturalVegetation",
2025
- "_score": 38.180202
4566
+ "@id": "picklingCucumberVine"
2026
4567
  },
2027
4568
  {
2028
4569
  "@type": "Term",
2029
- "name": "Food retailer",
2030
- "@id": "foodRetailer",
2031
- "_score": 37.8608
4570
+ "@id": "cocoaTree"
2032
4571
  },
2033
4572
  {
2034
4573
  "@type": "Term",
2035
- "name": "Agri-food processor",
2036
- "@id": "agriFoodProcessor",
2037
- "_score": 37.590137
4574
+ "@id": "cauliflowerPlant"
2038
4575
  },
2039
4576
  {
2040
4577
  "@type": "Term",
2041
- "name": "Natural forest",
2042
- "@id": "naturalForest",
2043
- "_score": 29.665064
4578
+ "@id": "cinnamonTree"
2044
4579
  },
2045
4580
  {
2046
4581
  "@type": "Term",
2047
- "name": "Permanent pasture",
2048
- "@id": "permanentPasture",
2049
- "_score": 27.240753
4582
+ "@id": "arecaTree"
2050
4583
  },
2051
4584
  {
2052
4585
  "@type": "Term",
2053
- "name": "Animal housing",
2054
- "@id": "animalHousing",
2055
- "_score": 25.548927
4586
+ "@id": "pulsePlant"
2056
4587
  },
2057
4588
  {
2058
4589
  "@type": "Term",
2059
- "name": "Root or tuber crop plant",
2060
- "@id": "rootOrTuberCropPlant",
2061
- "_score": 23.591366
4590
+ "@id": "broadBeanPlant"
2062
4591
  },
2063
4592
  {
2064
4593
  "@type": "Term",
2065
- "name": "High intensity grazing pasture",
2066
- "@id": "highIntensityGrazingPasture",
2067
- "_score": 22.037212
4594
+ "@id": "mushroomFungus"
2068
4595
  },
2069
4596
  {
2070
4597
  "@type": "Term",
2071
- "name": "Permanent cropland",
2072
- "@id": "permanentCropland",
2073
- "_score": 19.511784
4598
+ "@id": "commonHorsetailPlant"
2074
4599
  },
2075
4600
  {
2076
4601
  "@type": "Term",
2077
- "name": "Forest",
2078
- "@id": "forest",
2079
- "_score": 18.648563
4602
+ "@id": "shortBareFallow"
2080
4603
  },
2081
4604
  {
2082
4605
  "@type": "Term",
2083
- "name": "Pond",
2084
- "@id": "pond",
2085
- "_score": 17.991863
4606
+ "@id": "celeryPlant"
2086
4607
  },
2087
4608
  {
2088
4609
  "@type": "Term",
2089
- "name": "Other land",
2090
- "@id": "otherLand",
2091
- "_score": 17.449398
4610
+ "@id": "choySumPlant"
2092
4611
  },
2093
4612
  {
2094
4613
  "@type": "Term",
2095
- "name": "Plantation forest",
2096
- "@id": "plantationForest",
2097
- "_score": 17.198242
4614
+ "@id": "fennelPlant"
2098
4615
  },
2099
4616
  {
2100
4617
  "@type": "Term",
2101
- "name": "Lake",
2102
- "@id": "lake",
2103
- "_score": 16.56434
4618
+ "@id": "stAugustineGrassPlant"
2104
4619
  },
2105
4620
  {
2106
4621
  "@type": "Term",
2107
- "name": "Improved pasture",
2108
- "@id": "improvedPasture",
2109
- "_score": 16.000757
4622
+ "@id": "redtopPlant"
2110
4623
  },
2111
4624
  {
2112
4625
  "@type": "Term",
2113
- "name": "Native pasture",
2114
- "@id": "nativePasture",
2115
- "_score": 15.893363
4626
+ "@id": "spinachPlant"
2116
4627
  },
2117
4628
  {
2118
4629
  "@type": "Term",
2119
- "name": "Sea kale plant",
2120
- "@id": "seaKalePlant",
2121
- "_score": 15.695772
4630
+ "@id": "coffeeTree"
2122
4631
  },
2123
4632
  {
2124
4633
  "@type": "Term",
2125
- "name": "Red sea plume alga",
2126
- "@id": "redSeaPlumeAlga",
2127
- "_score": 15.179208
4634
+ "@id": "genericLeguminousGrassPlant"
2128
4635
  },
2129
4636
  {
2130
4637
  "@type": "Term",
2131
- "name": "Severely degraded pasture",
2132
- "@id": "severelyDegradedPasture",
2133
- "_score": 14.978426
4638
+ "@id": "ricePlantUpland"
2134
4639
  },
2135
4640
  {
2136
4641
  "@type": "Term",
2137
- "name": "River tamarind tree",
2138
- "@id": "riverTamarindTree",
2139
- "_score": 14.97616
4642
+ "@id": "andropogonCanaliculatusPlant"
2140
4643
  },
2141
4644
  {
2142
4645
  "@type": "Term",
2143
- "name": "Nominally managed pasture",
2144
- "@id": "nominallyManagedPasture",
2145
- "_score": 14.800983
4646
+ "@id": "safflowerPlant"
2146
4647
  },
2147
4648
  {
2148
4649
  "@type": "Term",
2149
- "name": "Cropland",
2150
- "@id": "cropland",
2151
- "_score": 9.556416
4650
+ "@id": "riverOrStream"
2152
4651
  },
2153
4652
  {
2154
4653
  "@type": "Term",
2155
- "name": "Annual cropland",
2156
- "@id": "annualCropland",
2157
- "_score": 9.0709715
4654
+ "@id": "sabiGrassPlant"
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",
@@ -2533,11 +5030,11 @@
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
  },