hestia-earth-models 0.69.1__py3-none-any.whl → 0.70.0__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.
Files changed (75) hide show
  1. hestia_earth/models/cache_sites.py +3 -2
  2. hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +2 -1
  3. hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +3 -2
  4. hestia_earth/models/config/Cycle.json +35 -1
  5. hestia_earth/models/{koble2014 → cycle}/aboveGroundCropResidue.py +1 -3
  6. hestia_earth/models/cycle/aboveGroundCropResidueTotal.py +1 -1
  7. hestia_earth/models/cycle/animal/input/hestiaAggregatedData.py +1 -1
  8. hestia_earth/models/cycle/animal/input/properties.py +1 -1
  9. hestia_earth/models/cycle/cycleDuration.py +2 -2
  10. hestia_earth/models/cycle/energyContentLowerHeatingValue.py +1 -1
  11. hestia_earth/models/cycle/input/hestiaAggregatedData.py +12 -14
  12. hestia_earth/models/cycle/input/properties.py +1 -1
  13. hestia_earth/models/cycle/siteDuration.py +3 -3
  14. hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +1 -1
  15. hestia_earth/models/geospatialDatabase/croppingIntensity.py +4 -4
  16. hestia_earth/models/geospatialDatabase/longFallowRatio.py +4 -4
  17. hestia_earth/models/geospatialDatabase/region.py +3 -2
  18. hestia_earth/models/geospatialDatabase/utils.py +6 -5
  19. hestia_earth/models/haversineFormula/transport/distance.py +5 -4
  20. hestia_earth/models/hestia/landCover.py +1 -5
  21. hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py +2 -1
  22. hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py +2 -1
  23. hestia_earth/models/hestia/seed_emissions.py +1 -1
  24. hestia_earth/models/impact_assessment/emissions.py +1 -1
  25. hestia_earth/models/impact_assessment/product/economicValueShare.py +1 -1
  26. hestia_earth/models/impact_assessment/product/value.py +1 -1
  27. hestia_earth/models/ipcc2019/animal/fatContent.py +2 -2
  28. hestia_earth/models/ipcc2019/animal/milkYieldPerAnimal.py +2 -2
  29. hestia_earth/models/ipcc2019/animal/trueProteinContent.py +2 -2
  30. hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +7 -2
  31. hestia_earth/models/ipcc2019/co2ToAirAboveGroundBiomassStockChange.py +1 -0
  32. hestia_earth/models/ipcc2019/co2ToAirBelowGroundBiomassStockChange.py +2 -1
  33. hestia_earth/models/ipcc2019/co2ToAirSoilOrganicCarbonStockChange.py +2 -1
  34. hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +1 -0
  35. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1.py +8 -8
  36. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py +40 -12
  37. hestia_earth/models/koble2014/cropResidueManagement.py +1 -1
  38. hestia_earth/models/koble2014/residueBurnt.py +1 -1
  39. hestia_earth/models/koble2014/residueRemoved.py +1 -1
  40. hestia_earth/models/koble2014/utils.py +3 -3
  41. hestia_earth/models/mocking/search-results.json +952 -910
  42. hestia_earth/models/pooreNemecek2018/excretaKgN.py +1 -1
  43. hestia_earth/models/pooreNemecek2018/freshwaterWithdrawalsDuringCycle.py +1 -1
  44. hestia_earth/models/pooreNemecek2018/utils.py +4 -1
  45. hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +1 -3
  46. hestia_earth/models/schmidt2007/h2SToAirWasteTreatment.py +1 -3
  47. hestia_earth/models/schmidt2007/n2OToAirWasteTreatmentDirect.py +1 -3
  48. hestia_earth/models/schmidt2007/nh3ToAirWasteTreatment.py +1 -3
  49. hestia_earth/models/site/management.py +5 -3
  50. hestia_earth/models/site/pre_checks/country.py +4 -2
  51. hestia_earth/models/transformation/input/excreta.py +1 -1
  52. hestia_earth/models/utils/aggregated.py +12 -15
  53. hestia_earth/models/utils/blank_node.py +15 -1
  54. hestia_earth/models/utils/product.py +1 -1
  55. hestia_earth/models/utils/source.py +2 -1
  56. hestia_earth/models/utils/term.py +26 -1
  57. hestia_earth/models/version.py +1 -1
  58. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/METADATA +1 -1
  59. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/RECORD +75 -75
  60. tests/models/cycle/input/test_hestiaAggregatedData.py +18 -16
  61. tests/models/{koble2014 → cycle}/test_aboveGroundCropResidue.py +3 -3
  62. tests/models/geospatialDatabase/test_region.py +1 -1
  63. tests/models/geospatialDatabase/test_utils.py +1 -1
  64. tests/models/haversineFormula/transport/test_distance.py +2 -2
  65. tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +11 -0
  66. tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +19 -6
  67. tests/models/ipcc2019/test_organicCarbonPerHa.py +4 -2
  68. tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +3 -0
  69. tests/models/site/pre_checks/test_country.py +4 -3
  70. tests/models/test_ecoinventV3.py +2 -2
  71. tests/models/utils/test_source.py +15 -5
  72. tests/orchestrator/test_models.py +1 -0
  73. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/LICENSE +0 -0
  74. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/WHEEL +0 -0
  75. {hestia_earth_models-0.69.1.dist-info → hestia_earth_models-0.70.0.dist-info}/top_level.txt +0 -0
@@ -7,2075 +7,2075 @@
7
7
  "results": [
8
8
  {
9
9
  "@type": "Term",
10
- "@id": "nh3ToAirFuelCombustion"
10
+ "@id": "n2OToAirWasteTreatmentIndirect"
11
11
  },
12
12
  {
13
13
  "@type": "Term",
14
- "@id": "nToSurfaceWaterAquacultureSystems"
14
+ "@id": "n2ToAirWasteTreatment"
15
15
  },
16
16
  {
17
17
  "@type": "Term",
18
- "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
18
+ "@id": "nToSurfaceWaterSoilFlux"
19
19
  },
20
20
  {
21
21
  "@type": "Term",
22
- "@id": "co2ToAirSoilFlux"
22
+ "@id": "nh3ToGroundwaterIndustrialProcesses"
23
23
  },
24
24
  {
25
25
  "@type": "Term",
26
- "@id": "n2ToAirOrganicFertiliser"
26
+ "@id": "nh4ToGroundwaterExcreta"
27
27
  },
28
28
  {
29
29
  "@type": "Term",
30
- "@id": "nh3ToGroundwaterExcreta"
30
+ "@id": "nh3ToAirCropResidueDecomposition"
31
31
  },
32
32
  {
33
33
  "@type": "Term",
34
- "@id": "ch4ToAirOrganicSoilCultivation"
34
+ "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
35
35
  },
36
36
  {
37
37
  "@type": "Term",
38
- "@id": "ch4ToAirIndustrialProcessesNonFossil"
38
+ "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
39
39
  },
40
40
  {
41
41
  "@type": "Term",
42
- "@id": "n2OToAirCropResidueBurningIndirect"
42
+ "@id": "22DifluoroethanolToAirInputsProduction"
43
43
  },
44
44
  {
45
45
  "@type": "Term",
46
- "@id": "n2ToAirExcreta"
46
+ "@id": "hfc329PToAirIndustrialProcesses"
47
47
  },
48
48
  {
49
49
  "@type": "Term",
50
- "@id": "1Ethoxy112333HexafluoropropaneToAirInputsProduction"
50
+ "@id": "perfluorobut1EneToAirIndustrialProcesses"
51
51
  },
52
52
  {
53
53
  "@type": "Term",
54
- "@id": "nh4ToGroundwaterOrganicFertiliser"
54
+ "@id": "hfe227EaToAirIndustrialProcesses"
55
55
  },
56
56
  {
57
57
  "@type": "Term",
58
- "@id": "noxToAirFuelCombustion"
58
+ "@id": "noToAirExcreta"
59
59
  },
60
60
  {
61
61
  "@type": "Term",
62
- "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
62
+ "@id": "nh3ToGroundwaterOrganicFertiliser"
63
63
  },
64
64
  {
65
65
  "@type": "Term",
66
- "@id": "pfc218ToAirIndustrialProcesses"
66
+ "@id": "1122333HeptafluoroNNBisHeptafluoropropylPropan1AmineToAirIndustrialProcesses"
67
67
  },
68
68
  {
69
69
  "@type": "Term",
70
- "@id": "pfc1114ToAirInputsProduction"
70
+ "@id": "perfluorodecalinTransToAirInputsProduction"
71
71
  },
72
72
  {
73
73
  "@type": "Term",
74
- "@id": "pfc9118ToAirIndustrialProcesses"
74
+ "@id": "pfc318ToAirInputsProduction"
75
75
  },
76
76
  {
77
77
  "@type": "Term",
78
- "@id": "1ChlorobutaneToAirIndustrialProcesses"
78
+ "@id": "bromoformToAirIndustrialProcesses"
79
79
  },
80
80
  {
81
81
  "@type": "Term",
82
- "@id": "2333Tetrafluoro2TrifluoromethylPropanenitrileToAirIndustrialProcesses"
82
+ "@id": "224466881010Decamethyl13579246810PentoxapentasilecaneToAirIndustrialProcesses"
83
83
  },
84
84
  {
85
85
  "@type": "Term",
86
- "@id": "pfc5114ToAirIndustrialProcesses"
86
+ "@id": "chloroethaneToAirIndustrialProcesses"
87
87
  },
88
88
  {
89
89
  "@type": "Term",
90
- "@id": "1PropylbromideToAirIndustrialProcesses"
90
+ "@id": "ethaneToAirIndustrialProcesses"
91
91
  },
92
92
  {
93
93
  "@type": "Term",
94
- "@id": "2BromopropaneToAirInputsProduction"
94
+ "@id": "chloroethaneToAirInputsProduction"
95
95
  },
96
96
  {
97
97
  "@type": "Term",
98
- "@id": "trichloroetheneToAirIndustrialProcesses"
98
+ "@id": "acetoneToAirInputsProduction"
99
99
  },
100
100
  {
101
101
  "@type": "Term",
102
- "@id": "trichloroetheneToAirInputsProduction"
102
+ "@id": "2Methyl2ButeneToAirInputsProduction"
103
103
  },
104
104
  {
105
105
  "@type": "Term",
106
- "@id": "124TrimethylbenzeneToAirIndustrialProcesses"
106
+ "@id": "22DimethylbutaneToAirIndustrialProcesses"
107
107
  },
108
108
  {
109
109
  "@type": "Term",
110
- "@id": "dimethoxymethaneToAirIndustrialProcesses"
110
+ "@id": "1HexeneToAirInputsProduction"
111
111
  },
112
112
  {
113
113
  "@type": "Term",
114
- "@id": "1Ethyl2MethylbenzeneToAirIndustrialProcesses"
114
+ "@id": "ethyleneGlycolToAirIndustrialProcesses"
115
115
  },
116
116
  {
117
117
  "@type": "Term",
118
- "@id": "tetrachloroetheneToAirInputsProduction"
118
+ "@id": "2Chloro111TrifluoroethaneToAirInputsProduction"
119
119
  },
120
120
  {
121
121
  "@type": "Term",
122
- "@id": "hcfc31ToAirIndustrialProcesses"
122
+ "@id": "2Chloro111TrifluoroethaneToAirIndustrialProcesses"
123
123
  },
124
124
  {
125
125
  "@type": "Term",
126
- "@id": "2Methyl1PropeneToAirIndustrialProcesses"
126
+ "@id": "1122333HeptafluoroNNBisHeptafluoropropylPropan1AmineToAirInputsProduction"
127
127
  },
128
128
  {
129
129
  "@type": "Term",
130
- "@id": "3Ethoxy111234455666Dodecafluoro2TrifluoromethylHexaneToAirIndustrialProcesses"
130
+ "@id": "octamethylcyclotetrasiloxaneToAirIndustrialProcesses"
131
131
  },
132
132
  {
133
133
  "@type": "Term",
134
- "@id": "2ButanolToAirIndustrialProcesses"
134
+ "@id": "1Ethyl3MethylbenzeneToAirIndustrialProcesses"
135
135
  },
136
136
  {
137
137
  "@type": "Term",
138
- "@id": "hcfc31ToAirInputsProduction"
138
+ "@id": "heptaneToAirInputsProduction"
139
139
  },
140
140
  {
141
141
  "@type": "Term",
142
- "@id": "tolueneToAirIndustrialProcesses"
142
+ "@id": "pm02ToAirInputsProduction"
143
143
  },
144
144
  {
145
145
  "@type": "Term",
146
- "@id": "2Methyl2ButanolToAirInputsProduction"
146
+ "@id": "4Hydroxy4Methylpentan2OneToAirInputsProduction"
147
147
  },
148
148
  {
149
149
  "@type": "Term",
150
- "@id": "pesticideToHarvestedCropInputsProduction"
150
+ "@id": "mXyleneToAirInputsProduction"
151
151
  },
152
152
  {
153
153
  "@type": "Term",
154
- "@id": "diethylEtherToAirInputsProduction"
154
+ "@id": "pesticideToAirInputsProduction"
155
155
  },
156
156
  {
157
157
  "@type": "Term",
158
- "@id": "ethylAcetateToAirInputsProduction"
158
+ "@id": "nonaneToAirIndustrialProcesses"
159
159
  },
160
160
  {
161
161
  "@type": "Term",
162
- "@id": "pesticideToSoilAgriculturalInputsProduction"
162
+ "@id": "1ButeneToAirInputsProduction"
163
163
  },
164
164
  {
165
165
  "@type": "Term",
166
- "@id": "formaldehydeToAirIndustrialProcesses"
166
+ "@id": "heptaneToAirIndustrialProcesses"
167
167
  },
168
168
  {
169
169
  "@type": "Term",
170
- "@id": "pentaneToAirIndustrialProcesses"
170
+ "@id": "methylIsobutylKetoneToAirIndustrialProcesses"
171
171
  },
172
172
  {
173
173
  "@type": "Term",
174
- "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
174
+ "@id": "3MethylhexaneToAirInputsProduction"
175
175
  },
176
176
  {
177
177
  "@type": "Term",
178
- "@id": "isopreneToAirInputsProduction"
178
+ "@id": "pesticideToSoilPesticideApplication"
179
179
  },
180
180
  {
181
181
  "@type": "Term",
182
- "@id": "ethylBenzeneToAirIndustrialProcesses"
182
+ "@id": "35DiethyltolueneToAirInputsProduction"
183
183
  },
184
184
  {
185
185
  "@type": "Term",
186
- "@id": "EHfc1234ZeToAirInputsProduction"
186
+ "@id": "3PentanolToAirInputsProduction"
187
187
  },
188
188
  {
189
189
  "@type": "Term",
190
- "@id": "pToSoilCropResidueDecomposition"
190
+ "@id": "cis12DichloroethyleneToAirIndustrialProcesses"
191
191
  },
192
192
  {
193
193
  "@type": "Term",
194
- "@id": "ZHfc1225YeToAirIndustrialProcesses"
194
+ "@id": "hcfc124ToAirIndustrialProcesses"
195
195
  },
196
196
  {
197
197
  "@type": "Term",
198
- "@id": "difluoroMethoxyMethaneToAirIndustrialProcesses"
198
+ "@id": "2233Tetrafluoro1PropanolToAirInputsProduction"
199
199
  },
200
200
  {
201
201
  "@type": "Term",
202
- "@id": "noToAirWasteTreatment"
202
+ "@id": "po43ToGroundwaterInorganicFertiliser"
203
203
  },
204
204
  {
205
205
  "@type": "Term",
206
- "@id": "noToAirSoilFlux"
206
+ "@id": "no3ToGroundwaterIndustrialProcesses"
207
207
  },
208
208
  {
209
209
  "@type": "Term",
210
- "@id": "noxToAirCropResidueDecomposition"
210
+ "@id": "nh3ToGroundwaterInputsProduction"
211
211
  },
212
212
  {
213
213
  "@type": "Term",
214
- "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
214
+ "@id": "blackCarbonToAirInputsProduction"
215
215
  },
216
216
  {
217
217
  "@type": "Term",
218
- "@id": "hfc227CaToAirIndustrialProcesses"
218
+ "@id": "pToDrainageWaterSoilFlux"
219
219
  },
220
220
  {
221
221
  "@type": "Term",
222
- "@id": "hfc245EbToAirInputsProduction"
222
+ "@id": "334455667788999Pentadecafluorononan1OlToAirInputsProduction"
223
223
  },
224
224
  {
225
225
  "@type": "Term",
226
- "@id": "hfc245EaToAirIndustrialProcesses"
226
+ "@id": "hfc245EaToAirInputsProduction"
227
227
  },
228
228
  {
229
229
  "@type": "Term",
230
- "@id": "hfe227EaToAirInputsProduction"
230
+ "@id": "iHfe7100ToAirInputsProduction"
231
231
  },
232
232
  {
233
233
  "@type": "Term",
234
- "@id": "hfc125ToAirInputsProduction"
234
+ "@id": "11334466779910101212HexaDecafluoro25811TetraoxadodecaneToAirIndustrialProcesses"
235
235
  },
236
236
  {
237
237
  "@type": "Term",
238
- "@id": "EHfc1225YeToAirIndustrialProcesses"
238
+ "@id": "hcfc132CToAirIndustrialProcesses"
239
239
  },
240
240
  {
241
241
  "@type": "Term",
242
- "@id": "perfluorodecalinCisToAirIndustrialProcesses"
242
+ "@id": "334455666Nonafluorohex1EneToAirInputsProduction"
243
243
  },
244
244
  {
245
245
  "@type": "Term",
246
- "@id": "222TrifluoroethanolToAirInputsProduction"
246
+ "@id": "1122Tetrafluoro3MethoxyPropaneToAirInputsProduction"
247
247
  },
248
248
  {
249
249
  "@type": "Term",
250
- "@id": "hfe356Mff2ToAirInputsProduction"
250
+ "@id": "trichlorofluoromethaneToAirInputsProduction"
251
251
  },
252
252
  {
253
253
  "@type": "Term",
254
- "@id": "33445566778899101010HepTadecafluorodec1EneToAirInputsProduction"
254
+ "@id": "dichlorodifluoromethaneToAirInputsProduction"
255
255
  },
256
256
  {
257
257
  "@type": "Term",
258
- "@id": "noxToAirOrganicSoilCultivation"
258
+ "@id": "bromochlorodifluoromethaneToAirInputsProduction"
259
259
  },
260
260
  {
261
261
  "@type": "Term",
262
- "@id": "po43ToSurfaceWaterInputsProduction"
262
+ "@id": "noToAirInorganicFertiliser"
263
263
  },
264
264
  {
265
265
  "@type": "Term",
266
- "@id": "no3ToAirIndustrialProcesses"
266
+ "@id": "co2ToAirUreaHydrolysis"
267
267
  },
268
268
  {
269
269
  "@type": "Term",
270
- "@id": "bromomethaneToAirIndustrialProcesses"
270
+ "@id": "chloromethaneToAirInputsProduction"
271
271
  },
272
272
  {
273
273
  "@type": "Term",
274
- "@id": "noToAirAquacultureSystems"
274
+ "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
275
275
  },
276
276
  {
277
277
  "@type": "Term",
278
- "@id": "hfe216ToAirInputsProduction"
278
+ "@id": "nh3ToAirOrganicSoilCultivation"
279
279
  },
280
280
  {
281
281
  "@type": "Term",
282
- "@id": "iHfe7200ToAirIndustrialProcesses"
282
+ "@id": "hfc245CaToAirInputsProduction"
283
283
  },
284
284
  {
285
285
  "@type": "Term",
286
- "@id": "hfe245Fa2ToAirInputsProduction"
286
+ "@id": "sf6ToAirInputsProduction"
287
287
  },
288
288
  {
289
289
  "@type": "Term",
290
- "@id": "2233444Heptafluoro1ButanolToAirIndustrialProcesses"
290
+ "@id": "hfe254Cb2ToAirIndustrialProcesses"
291
291
  },
292
292
  {
293
293
  "@type": "Term",
294
- "@id": "EHfc1234ZeToAirIndustrialProcesses"
294
+ "@id": "fc14ToAirInputsProduction"
295
295
  },
296
296
  {
297
297
  "@type": "Term",
298
- "@id": "chloroformToAirInputsProduction"
298
+ "@id": "hfe347Mmy1ToAirIndustrialProcesses"
299
299
  },
300
300
  {
301
301
  "@type": "Term",
302
- "@id": "hfe338Mmz1ToAirIndustrialProcesses"
302
+ "@id": "111233HexafluoropropaneToAirInputsProduction"
303
303
  },
304
304
  {
305
305
  "@type": "Term",
306
- "@id": "33445566777Undecafluoroheptan1OlToAirIndustrialProcesses"
306
+ "@id": "33445566778899101010HepTadecafluorodec1EneToAirIndustrialProcesses"
307
307
  },
308
308
  {
309
309
  "@type": "Term",
310
- "@id": "ZHfc1234ZeToAirIndustrialProcesses"
310
+ "@id": "methylChloroformToAirIndustrialProcesses"
311
311
  },
312
312
  {
313
313
  "@type": "Term",
314
- "@id": "pToSurfaceWaterSoilFlux"
314
+ "@id": "hydroxylamineToAirInputsProduction"
315
315
  },
316
316
  {
317
317
  "@type": "Term",
318
- "@id": "dibromodifluoromethaneToAirInputsProduction"
318
+ "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
319
319
  },
320
320
  {
321
321
  "@type": "Term",
322
- "@id": "bromomethaneToAirInputsProduction"
322
+ "@id": "hcfc123AToAirInputsProduction"
323
323
  },
324
324
  {
325
325
  "@type": "Term",
326
- "@id": "pToGroundwaterSoilFlux"
326
+ "@id": "hfc1234YfToAirInputsProduction"
327
327
  },
328
328
  {
329
329
  "@type": "Term",
330
- "@id": "phosphoricAcidToGroundwaterInputsProduction"
330
+ "@id": "11Oxybis2Difluoromethoxy1122TetrafluoroethaneToAirIndustrialProcesses"
331
331
  },
332
332
  {
333
333
  "@type": "Term",
334
- "@id": "ch4ToAirFuelCombustion"
334
+ "@id": "hfe236FaToAirIndustrialProcesses"
335
335
  },
336
336
  {
337
337
  "@type": "Term",
338
- "@id": "ch4ToAirWasteTreatment"
338
+ "@id": "hfe245Fa1ToAirIndustrialProcesses"
339
339
  },
340
340
  {
341
341
  "@type": "Term",
342
- "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
342
+ "@id": "ethylTrifluoroacetateToAirInputsProduction"
343
343
  },
344
344
  {
345
345
  "@type": "Term",
346
- "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
346
+ "@id": "333TrifluoroPropanalToAirIndustrialProcesses"
347
347
  },
348
348
  {
349
349
  "@type": "Term",
350
- "@id": "hfc161ToAirInputsProduction"
350
+ "@id": "hfe347Pcf2ToAirInputsProduction"
351
351
  },
352
352
  {
353
353
  "@type": "Term",
354
- "@id": "hcfc122ToAirInputsProduction"
354
+ "@id": "no3ToGroundwaterInorganicFertiliser"
355
355
  },
356
356
  {
357
357
  "@type": "Term",
358
- "@id": "hfe236FaToAirInputsProduction"
358
+ "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
359
359
  },
360
360
  {
361
361
  "@type": "Term",
362
- "@id": "hfe347Mcf2ToAirInputsProduction"
362
+ "@id": "phosphoricAcidToGroundwaterIndustrialProcesses"
363
363
  },
364
364
  {
365
365
  "@type": "Term",
366
- "@id": "ZHfc1336ToAirInputsProduction"
366
+ "@id": "n2OToAirCropResidueDecompositionIndirect"
367
367
  },
368
368
  {
369
369
  "@type": "Term",
370
- "@id": "11Oxybis2Difluoromethoxy1122TetrafluoroethaneToAirInputsProduction"
370
+ "@id": "n2OToAirIndustrialProcessesDirect"
371
371
  },
372
372
  {
373
373
  "@type": "Term",
374
- "@id": "333Trifluoropropan1OlToAirIndustrialProcesses"
374
+ "@id": "hfc263FbToAirIndustrialProcesses"
375
375
  },
376
376
  {
377
377
  "@type": "Term",
378
- "@id": "223444Hexafluoro1ButanolToAirIndustrialProcesses"
378
+ "@id": "hfc1132AToAirInputsProduction"
379
379
  },
380
380
  {
381
381
  "@type": "Term",
382
- "@id": "hfc245CaToAirIndustrialProcesses"
382
+ "@id": "hfe347Mcf2ToAirIndustrialProcesses"
383
383
  },
384
384
  {
385
385
  "@type": "Term",
386
- "@id": "3344556677888Tridecafluorooct1EneToAirIndustrialProcesses"
386
+ "@id": "nHfe7100ToAirInputsProduction"
387
387
  },
388
388
  {
389
389
  "@type": "Term",
390
- "@id": "223444Hexafluoro1ButanolToAirInputsProduction"
390
+ "@id": "perfluoro2Methyl3PentanoneToAirInputsProduction"
391
391
  },
392
392
  {
393
393
  "@type": "Term",
394
- "@id": "hfc152AToAirInputsProduction"
394
+ "@id": "11133PentafluoropropaneToAirInputsProduction"
395
395
  },
396
396
  {
397
397
  "@type": "Term",
398
- "@id": "so2ToAirIndustrialProcesses"
398
+ "@id": "2Ethoxy33445Pentafluorotetrahydro25Bis1222Tetrafluoro1TrifluoromethylEthylFuranToAirInputsProduction"
399
399
  },
400
400
  {
401
401
  "@type": "Term",
402
- "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
402
+ "@id": "EHfc1225YeToAirInputsProduction"
403
403
  },
404
404
  {
405
405
  "@type": "Term",
406
- "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
406
+ "@id": "dibromomethaneToAirIndustrialProcesses"
407
407
  },
408
408
  {
409
409
  "@type": "Term",
410
- "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
410
+ "@id": "methylChloroformToAirInputsProduction"
411
411
  },
412
412
  {
413
413
  "@type": "Term",
414
- "@id": "noxToAirInorganicFertiliser"
414
+ "@id": "pToGroundwaterIndustrialProcesses"
415
415
  },
416
416
  {
417
417
  "@type": "Term",
418
- "@id": "chloropentafluoroethaneToAirInputsProduction"
418
+ "@id": "po43ToSurfaceWaterInorganicFertiliser"
419
419
  },
420
420
  {
421
421
  "@type": "Term",
422
- "@id": "po43ToSoilIndustrialProcesses"
422
+ "@id": "halon2301ToAirIndustrialProcesses"
423
423
  },
424
424
  {
425
425
  "@type": "Term",
426
- "@id": "n2OToAirCropResidueDecompositionDirect"
426
+ "@id": "hcfc123AToAirIndustrialProcesses"
427
427
  },
428
428
  {
429
429
  "@type": "Term",
430
- "@id": "nh3ToAirInputsProduction"
430
+ "@id": "hfc263FbToAirInputsProduction"
431
431
  },
432
432
  {
433
433
  "@type": "Term",
434
- "@id": "hcfc21ToAirIndustrialProcesses"
434
+ "@id": "hfe347Pcf2ToAirIndustrialProcesses"
435
435
  },
436
436
  {
437
437
  "@type": "Term",
438
- "@id": "hfe216ToAirIndustrialProcesses"
438
+ "@id": "hfc4310MeeToAirIndustrialProcesses"
439
439
  },
440
440
  {
441
441
  "@type": "Term",
442
- "@id": "hfc143ToAirIndustrialProcesses"
442
+ "@id": "hfe356Mec3ToAirIndustrialProcesses"
443
443
  },
444
444
  {
445
445
  "@type": "Term",
446
- "@id": "hfe245Fa1ToAirInputsProduction"
446
+ "@id": "perfluorobut1EneToAirInputsProduction"
447
447
  },
448
448
  {
449
449
  "@type": "Term",
450
- "@id": "hfe356Mmz1ToAirIndustrialProcesses"
450
+ "@id": "hfe356Pcf2ToAirInputsProduction"
451
451
  },
452
452
  {
453
453
  "@type": "Term",
454
- "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
454
+ "@id": "iHfe7200ToAirInputsProduction"
455
455
  },
456
456
  {
457
457
  "@type": "Term",
458
- "@id": "hfe236Ea2ToAirInputsProduction"
458
+ "@id": "hfe356Mff2ToAirIndustrialProcesses"
459
459
  },
460
460
  {
461
461
  "@type": "Term",
462
- "@id": "111TrifluoroethaneToAirIndustrialProcesses"
462
+ "@id": "methyl222TrifluoroacetateToAirInputsProduction"
463
463
  },
464
464
  {
465
465
  "@type": "Term",
466
- "@id": "hfe254Cb2ToAirInputsProduction"
466
+ "@id": "1PropylbenzeneToAirIndustrialProcesses"
467
467
  },
468
468
  {
469
469
  "@type": "Term",
470
- "@id": "1122Tetrafluoro3MethoxyPropaneToAirIndustrialProcesses"
470
+ "@id": "methylEtherToAirInputsProduction"
471
471
  },
472
472
  {
473
473
  "@type": "Term",
474
- "@id": "so3ToAirIndustrialProcesses"
474
+ "@id": "nitriteToWaterIndustrialProcesses"
475
475
  },
476
476
  {
477
477
  "@type": "Term",
478
- "@id": "hfe263M1ToAirIndustrialProcesses"
478
+ "@id": "propanalToAirIndustrialProcesses"
479
479
  },
480
480
  {
481
481
  "@type": "Term",
482
- "@id": "2Chloro112Trifluoro1MethoxyethaneToAirInputsProduction"
482
+ "@id": "nButylAcetateToAirInputsProduction"
483
483
  },
484
484
  {
485
485
  "@type": "Term",
486
- "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
486
+ "@id": "methylFormateToAirInputsProduction"
487
487
  },
488
488
  {
489
489
  "@type": "Term",
490
- "@id": "po43ToSurfaceWaterSoilFlux"
490
+ "@id": "bod5ToWaterInputsProduction"
491
491
  },
492
492
  {
493
493
  "@type": "Term",
494
- "@id": "n2OToAirExcretaDirect"
494
+ "@id": "2MethoxyethanolToAirInputsProduction"
495
495
  },
496
496
  {
497
497
  "@type": "Term",
498
- "@id": "nh4ToGroundwaterInorganicFertiliser"
498
+ "@id": "nf3ToAirIndustrialProcesses"
499
499
  },
500
500
  {
501
501
  "@type": "Term",
502
- "@id": "coToAirNaturalVegetationBurning"
502
+ "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
503
503
  },
504
504
  {
505
505
  "@type": "Term",
506
- "@id": "hfc245EbToAirIndustrialProcesses"
506
+ "@id": "isobutaneToAirInputsProduction"
507
507
  },
508
508
  {
509
509
  "@type": "Term",
510
- "@id": "hfc1141ToAirIndustrialProcesses"
510
+ "@id": "propeneToAirInputsProduction"
511
511
  },
512
512
  {
513
513
  "@type": "Term",
514
- "@id": "halon2301ToAirInputsProduction"
514
+ "@id": "codToWaterIndustrialProcesses"
515
515
  },
516
516
  {
517
517
  "@type": "Term",
518
- "@id": "perfluorobuta13DieneToAirIndustrialProcesses"
518
+ "@id": "tertButylAcetateToAirInputsProduction"
519
519
  },
520
520
  {
521
521
  "@type": "Term",
522
- "@id": "iHfe7100ToAirIndustrialProcesses"
522
+ "@id": "pesticideToSaltWaterInputsProduction"
523
523
  },
524
524
  {
525
525
  "@type": "Term",
526
- "@id": "E1Chloro333Trifluoroprop1EneToAirIndustrialProcesses"
526
+ "@id": "cis12DichloroethyleneToAirInputsProduction"
527
527
  },
528
528
  {
529
529
  "@type": "Term",
530
- "@id": "hg01ToAirInputsProduction"
530
+ "@id": "22DimethylpropaneToAirInputsProduction"
531
531
  },
532
532
  {
533
533
  "@type": "Term",
534
- "@id": "fluoroxeneToAirInputsProduction"
534
+ "@id": "3HexanoneToAirInputsProduction"
535
535
  },
536
536
  {
537
537
  "@type": "Term",
538
- "@id": "333TrifluoroPropanalToAirInputsProduction"
538
+ "@id": "isopropylAcetateToAirIndustrialProcesses"
539
539
  },
540
540
  {
541
541
  "@type": "Term",
542
- "@id": "111333Hexafluoro2PropanolToAirInputsProduction"
542
+ "@id": "dodecamethylcyclohexasiloxaneToAirInputsProduction"
543
543
  },
544
544
  {
545
545
  "@type": "Term",
546
- "@id": "n2OToAirFuelCombustionDirect"
546
+ "@id": "2Methyl2ButanolToAirIndustrialProcesses"
547
547
  },
548
548
  {
549
549
  "@type": "Term",
550
- "@id": "n2OToAirInputsProduction"
550
+ "@id": "formicAcidToAirInputsProduction"
551
551
  },
552
552
  {
553
553
  "@type": "Term",
554
- "@id": "benzeneToAirInputsProduction"
554
+ "@id": "ionisingCompoundsToSaltwaterInputsProduction"
555
555
  },
556
556
  {
557
557
  "@type": "Term",
558
- "@id": "ethanolToAirInputsProduction"
558
+ "@id": "trans2HexeneToAirInputsProduction"
559
559
  },
560
560
  {
561
561
  "@type": "Term",
562
- "@id": "propyleneGlycolToAirIndustrialProcesses"
562
+ "@id": "propionicAcidToAirInputsProduction"
563
563
  },
564
564
  {
565
565
  "@type": "Term",
566
- "@id": "benzaldehydeToAirInputsProduction"
566
+ "@id": "methylAcetateToAirIndustrialProcesses"
567
567
  },
568
568
  {
569
569
  "@type": "Term",
570
- "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
570
+ "@id": "nitriteToAirIndustrialProcesses"
571
571
  },
572
572
  {
573
573
  "@type": "Term",
574
- "@id": "pesticideToWaterPesticideApplication"
574
+ "@id": "pm10ToAirIndustrialProcesses"
575
575
  },
576
576
  {
577
577
  "@type": "Term",
578
- "@id": "pm25ToAirAnimalHousing"
578
+ "@id": "22DimethylbutaneToAirInputsProduction"
579
579
  },
580
580
  {
581
581
  "@type": "Term",
582
- "@id": "methylIsopropylKetoneToAirIndustrialProcesses"
582
+ "@id": "pesticideToSoilAgriculturalPesticideApplication"
583
583
  },
584
584
  {
585
585
  "@type": "Term",
586
- "@id": "nitriteToAirInputsProduction"
586
+ "@id": "ch4ToAirCropResidueBurning"
587
587
  },
588
588
  {
589
589
  "@type": "Term",
590
- "@id": "nmvocToAirSilageStorage"
590
+ "@id": "ch4ToAirOrganicSoilBurning"
591
591
  },
592
592
  {
593
593
  "@type": "Term",
594
- "@id": "propanalToAirInputsProduction"
594
+ "@id": "nh3ToAirInorganicFertiliser"
595
595
  },
596
596
  {
597
597
  "@type": "Term",
598
- "@id": "4EthyltolueneToAirInputsProduction"
598
+ "@id": "n2OToAirOrganicSoilBurningDirect"
599
599
  },
600
600
  {
601
601
  "@type": "Term",
602
- "@id": "isopentaneToAirIndustrialProcesses"
602
+ "@id": "nErosionInputsProduction"
603
603
  },
604
604
  {
605
605
  "@type": "Term",
606
- "@id": "nButylAcetateToAirIndustrialProcesses"
606
+ "@id": "ch4ToAirNaturalVegetationBurning"
607
607
  },
608
608
  {
609
609
  "@type": "Term",
610
- "@id": "dimethylCarbonateToAirInputsProduction"
610
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "pesticideToAirIndoorPesticideApplication"
614
+ "@id": "co2ToAirLimeHydrolysis"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "ethylBenzeneToAirInputsProduction"
618
+ "@id": "n2OToAirOrganicFertiliserIndirect"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "methylIsopropylKetoneToAirInputsProduction"
622
+ "@id": "12DichloroethaneToAirIndustrialProcesses"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "1PropylbenzeneToAirInputsProduction"
626
+ "@id": "hfe374Pc2ToAirIndustrialProcesses"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "formicAcidToAirIndustrialProcesses"
630
+ "@id": "hfc1132AToAirIndustrialProcesses"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "diethylEtherToAirIndustrialProcesses"
634
+ "@id": "hfe338Mcf2ToAirIndustrialProcesses"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "isobutyraldehydeToAirInputsProduction"
638
+ "@id": "co2ToAirInputsProduction"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "nmvocToAirAnimalHousing"
642
+ "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "nPropylAcetateToAirIndustrialProcesses"
646
+ "@id": "co2ToAirOrganicSoilBurning"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "heavyMetalsToWaterInorganicFertiliser"
650
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "ethyleneToAirIndustrialProcesses"
654
+ "@id": "phosphoricAcidToSurfaceWaterIndustrialProcesses"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "2Methyl1ButeneToAirIndustrialProcesses"
658
+ "@id": "sevofluraneToAirIndustrialProcesses"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "2Methyl1PropeneToAirInputsProduction"
662
+ "@id": "sevofluraneToAirInputsProduction"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "perfluoroethylFormateToAirIndustrialProcesses"
666
+ "@id": "bromoformToAirInputsProduction"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "diisopropylEtherToAirIndustrialProcesses"
670
+ "@id": "dodecamethylpentasiloxaneToAirInputsProduction"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "nmvocToAirExcreta"
674
+ "@id": "pfc7118ToAirInputsProduction"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "pesticideToWaterInputsProduction"
678
+ "@id": "2HexanoneToAirIndustrialProcesses"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "undecaneToAirIndustrialProcesses"
682
+ "@id": "135TrimethylbenzeneToAirInputsProduction"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "2PentanoneToAirIndustrialProcesses"
686
+ "@id": "1HexeneToAirIndustrialProcesses"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "4Hydroxy4Methylpentan2OneToAirIndustrialProcesses"
690
+ "@id": "hexamethyldisiloxaneToAirIndustrialProcesses"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "benzaldehydeToAirIndustrialProcesses"
694
+ "@id": "2Methyl2PropanolToAirInputsProduction"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "perfluoroethylFormateToAirInputsProduction"
698
+ "@id": "3Methylbutan1OlToAirInputsProduction"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "n2OToAirWasteTreatmentIndirect"
702
+ "@id": "cis2PenteneToAirInputsProduction"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "n2ToAirWasteTreatment"
706
+ "@id": "2Methyl1ButeneToAirInputsProduction"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "nToSurfaceWaterSoilFlux"
710
+ "@id": "2EthoxyethanolToAirIndustrialProcesses"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "nh3ToGroundwaterIndustrialProcesses"
714
+ "@id": "2MethoxyethanolToAirIndustrialProcesses"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "nh4ToGroundwaterExcreta"
718
+ "@id": "2HexanoneToAirInputsProduction"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "nh3ToAirCropResidueDecomposition"
722
+ "@id": "2EthoxyethanolToAirInputsProduction"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "co2ToAirBelowGroundBiomassStockChangeManagementChange"
726
+ "@id": "butanolToAirIndustrialProcesses"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
730
+ "@id": "cumeneToAirIndustrialProcesses"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "22DifluoroethanolToAirInputsProduction"
734
+ "@id": "2MethylhexaneToAirInputsProduction"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "hfc329PToAirIndustrialProcesses"
738
+ "@id": "pfpmieToAirIndustrialProcesses"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "perfluorobut1EneToAirIndustrialProcesses"
742
+ "@id": "dodecamethylcyclohexasiloxaneToAirIndustrialProcesses"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "hfe227EaToAirIndustrialProcesses"
746
+ "@id": "hexamethyldisiloxaneToAirInputsProduction"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "noToAirExcreta"
750
+ "@id": "3HexanoneToAirIndustrialProcesses"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "nh3ToGroundwaterOrganicFertiliser"
754
+ "@id": "diisopropylEtherToAirInputsProduction"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "1122333HeptafluoroNNBisHeptafluoropropylPropan1AmineToAirIndustrialProcesses"
758
+ "@id": "cis2HexeneToAirInputsProduction"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "perfluorodecalinTransToAirInputsProduction"
762
+ "@id": "2NButoxy1EthanolToAirInputsProduction"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "pfc318ToAirInputsProduction"
766
+ "@id": "1ButoxypropanolToAirInputsProduction"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "bromoformToAirIndustrialProcesses"
770
+ "@id": "pesticideToSoilNonAgriculturalPesticideApplication"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "224466881010Decamethyl13579246810PentoxapentasilecaneToAirIndustrialProcesses"
774
+ "@id": "pesticideToAirUrbanCloseToGroundInputsProduction"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "chloroethaneToAirIndustrialProcesses"
778
+ "@id": "styreneToAirIndustrialProcesses"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "ethaneToAirIndustrialProcesses"
782
+ "@id": "acetaldehydeToAirIndustrialProcesses"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "chloroethaneToAirInputsProduction"
786
+ "@id": "nonaneToAirInputsProduction"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "acetoneToAirInputsProduction"
790
+ "@id": "trans2PenteneToAirInputsProduction"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "2Methyl2ButeneToAirInputsProduction"
794
+ "@id": "dimethoxymethaneToAirInputsProduction"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "22DimethylbutaneToAirIndustrialProcesses"
798
+ "@id": "codToWaterAquacultureSystems"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "1HexeneToAirInputsProduction"
802
+ "@id": "pm25ToAirIndustrialProcesses"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "ethyleneGlycolToAirIndustrialProcesses"
806
+ "@id": "3PentanolToAirIndustrialProcesses"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "2Chloro111TrifluoroethaneToAirInputsProduction"
810
+ "@id": "propionicAcidToAirIndustrialProcesses"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "2Chloro111TrifluoroethaneToAirIndustrialProcesses"
814
+ "@id": "nh3ToAirAquacultureSystems"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "1122333HeptafluoroNNBisHeptafluoropropylPropan1AmineToAirInputsProduction"
818
+ "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "octamethylcyclotetrasiloxaneToAirIndustrialProcesses"
822
+ "@id": "carbonTetrachlorideToAirIndustrialProcesses"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "1Ethyl3MethylbenzeneToAirIndustrialProcesses"
826
+ "@id": "noToAirCropResidueBurning"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "heptaneToAirInputsProduction"
830
+ "@id": "nh3ToGroundwaterSoilFlux"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "pm02ToAirInputsProduction"
834
+ "@id": "bromofluoroformToAirInputsProduction"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "4Hydroxy4Methylpentan2OneToAirInputsProduction"
838
+ "@id": "nh4ToAirIndustrialProcesses"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "mXyleneToAirInputsProduction"
842
+ "@id": "hcfc132CToAirInputsProduction"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "pesticideToAirInputsProduction"
846
+ "@id": "334455667788999Pentadecafluorononan1OlToAirIndustrialProcesses"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "nonaneToAirIndustrialProcesses"
850
+ "@id": "hfc41ToAirIndustrialProcesses"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "1ButeneToAirInputsProduction"
854
+ "@id": "hfc329PToAirInputsProduction"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "heptaneToAirIndustrialProcesses"
858
+ "@id": "halothaneToAirInputsProduction"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "methylIsobutylKetoneToAirIndustrialProcesses"
862
+ "@id": "11133PentafluoropropaneToAirIndustrialProcesses"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "3MethylhexaneToAirInputsProduction"
866
+ "@id": "2Chloro112Trifluoro1MethoxyethaneToAirIndustrialProcesses"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "pesticideToSoilPesticideApplication"
870
+ "@id": "2233444Heptafluoro1ButanolToAirInputsProduction"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "35DiethyltolueneToAirInputsProduction"
874
+ "@id": "hfe356Pcf3ToAirIndustrialProcesses"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "3PentanolToAirInputsProduction"
878
+ "@id": "334455667788991010111111NonAdecafluoroundecan1OlToAirIndustrialProcesses"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
882
- "@id": "cis12DichloroethyleneToAirIndustrialProcesses"
882
+ "@id": "hfe125ToAirInputsProduction"
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "hcfc124ToAirIndustrialProcesses"
886
+ "@id": "methyleneChlorideToAirIndustrialProcesses"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "2233Tetrafluoro1PropanolToAirInputsProduction"
890
+ "@id": "noxToAirIndustrialProcesses"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "po43ToGroundwaterInorganicFertiliser"
894
+ "@id": "noToAirInputsProduction"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "no3ToGroundwaterIndustrialProcesses"
898
+ "@id": "noxToAirWasteTreatment"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "nh3ToGroundwaterInputsProduction"
902
+ "@id": "pErosionInputsProduction"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "blackCarbonToAirInputsProduction"
906
+ "@id": "bromodifluoromethaneToAirInputsProduction"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "pToDrainageWaterSoilFlux"
910
+ "@id": "pToSoilOrganicFertiliser"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "334455667788999Pentadecafluorononan1OlToAirInputsProduction"
914
+ "@id": "phosphoricAcidToSoilIndustrialProcesses"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "hfc245EaToAirInputsProduction"
918
+ "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "iHfe7100ToAirInputsProduction"
922
+ "@id": "so2ToAirInputsProduction"
923
923
  },
924
924
  {
925
925
  "@type": "Term",
926
- "@id": "11334466779910101212HexaDecafluoro25811TetraoxadodecaneToAirIndustrialProcesses"
926
+ "@id": "po43ToGroundwaterSoilFlux"
927
927
  },
928
928
  {
929
929
  "@type": "Term",
930
- "@id": "hcfc132CToAirIndustrialProcesses"
930
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
931
931
  },
932
932
  {
933
933
  "@type": "Term",
934
- "@id": "334455666Nonafluorohex1EneToAirInputsProduction"
934
+ "@id": "nh3ToSurfaceWaterAquacultureSystems"
935
935
  },
936
936
  {
937
937
  "@type": "Term",
938
- "@id": "1122Tetrafluoro3MethoxyPropaneToAirInputsProduction"
938
+ "@id": "hfe569Sf2ToAirIndustrialProcesses"
939
939
  },
940
940
  {
941
941
  "@type": "Term",
942
- "@id": "trichlorofluoromethaneToAirInputsProduction"
942
+ "@id": "hfe356Pcf3ToAirInputsProduction"
943
943
  },
944
944
  {
945
945
  "@type": "Term",
946
- "@id": "dichlorodifluoromethaneToAirInputsProduction"
946
+ "@id": "hfe356Mec3ToAirInputsProduction"
947
947
  },
948
948
  {
949
949
  "@type": "Term",
950
- "@id": "bromochlorodifluoromethaneToAirInputsProduction"
950
+ "@id": "hfe374Pc2ToAirInputsProduction"
951
951
  },
952
952
  {
953
953
  "@type": "Term",
954
- "@id": "noToAirInorganicFertiliser"
954
+ "@id": "2Ethoxy33445Pentafluorotetrahydro25Bis1222Tetrafluoro1TrifluoromethylEthylFuranToAirIndustrialProcesses"
955
955
  },
956
956
  {
957
957
  "@type": "Term",
958
- "@id": "co2ToAirUreaHydrolysis"
958
+ "@id": "ZHfc1234ZeToAirInputsProduction"
959
959
  },
960
960
  {
961
961
  "@type": "Term",
962
- "@id": "chloromethaneToAirInputsProduction"
962
+ "@id": "tefluraneToAirIndustrialProcesses"
963
963
  },
964
964
  {
965
965
  "@type": "Term",
966
- "@id": "chloropentafluoroethaneToAirIndustrialProcesses"
966
+ "@id": "noxToAirSoilFlux"
967
967
  },
968
968
  {
969
969
  "@type": "Term",
970
- "@id": "nh3ToAirOrganicSoilCultivation"
970
+ "@id": "112TrichloroethaneToAirIndustrialProcesses"
971
971
  },
972
972
  {
973
973
  "@type": "Term",
974
- "@id": "hfc245CaToAirInputsProduction"
974
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
975
975
  },
976
976
  {
977
977
  "@type": "Term",
978
- "@id": "sf6ToAirInputsProduction"
978
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
979
979
  },
980
980
  {
981
981
  "@type": "Term",
982
- "@id": "hfe254Cb2ToAirIndustrialProcesses"
982
+ "@id": "po43ToGroundwaterIndustrialProcesses"
983
983
  },
984
984
  {
985
985
  "@type": "Term",
986
- "@id": "fc14ToAirInputsProduction"
986
+ "@id": "h2SToAirWasteTreatment"
987
987
  },
988
988
  {
989
989
  "@type": "Term",
990
- "@id": "hfe347Mmy1ToAirIndustrialProcesses"
990
+ "@id": "h2SToAirIndustrialProcesses"
991
991
  },
992
992
  {
993
993
  "@type": "Term",
994
- "@id": "111233HexafluoropropaneToAirInputsProduction"
994
+ "@id": "nh3ToAirExcreta"
995
995
  },
996
996
  {
997
997
  "@type": "Term",
998
- "@id": "33445566778899101010HepTadecafluorodec1EneToAirIndustrialProcesses"
998
+ "@id": "n2OToAirCropResidueBurningDirect"
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "methylChloroformToAirIndustrialProcesses"
1002
+ "@id": "hfe134ToAirIndustrialProcesses"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "hydroxylamineToAirInputsProduction"
1006
+ "@id": "hfe356Mmz1ToAirInputsProduction"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
1010
- "@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
1010
+ "@id": "hfc236FaToAirIndustrialProcesses"
1011
1011
  },
1012
1012
  {
1013
1013
  "@type": "Term",
1014
- "@id": "hcfc123AToAirInputsProduction"
1014
+ "@id": "hcfc122ToAirIndustrialProcesses"
1015
1015
  },
1016
1016
  {
1017
1017
  "@type": "Term",
1018
- "@id": "hfc1234YfToAirInputsProduction"
1018
+ "@id": "nHfe7100ToAirIndustrialProcesses"
1019
1019
  },
1020
1020
  {
1021
1021
  "@type": "Term",
1022
- "@id": "11Oxybis2Difluoromethoxy1122TetrafluoroethaneToAirIndustrialProcesses"
1022
+ "@id": "11334466779910101212HexaDecafluoro25811TetraoxadodecaneToAirInputsProduction"
1023
1023
  },
1024
1024
  {
1025
1025
  "@type": "Term",
1026
- "@id": "hfe236FaToAirIndustrialProcesses"
1026
+ "@id": "hfc365MfcToAirIndustrialProcesses"
1027
1027
  },
1028
1028
  {
1029
1029
  "@type": "Term",
1030
- "@id": "hfe245Fa1ToAirIndustrialProcesses"
1030
+ "@id": "soxToAirFuelCombustion"
1031
1031
  },
1032
1032
  {
1033
1033
  "@type": "Term",
1034
- "@id": "ethylTrifluoroacetateToAirInputsProduction"
1034
+ "@id": "soxToAirCropResidueBurning"
1035
1035
  },
1036
1036
  {
1037
1037
  "@type": "Term",
1038
- "@id": "333TrifluoroPropanalToAirIndustrialProcesses"
1038
+ "@id": "3344556677888Tridecafluorooct1EneToAirInputsProduction"
1039
1039
  },
1040
1040
  {
1041
1041
  "@type": "Term",
1042
- "@id": "hfe347Pcf2ToAirInputsProduction"
1042
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
1043
1043
  },
1044
1044
  {
1045
1045
  "@type": "Term",
1046
- "@id": "no3ToGroundwaterInorganicFertiliser"
1046
+ "@id": "pToSurfaceWaterInputsProduction"
1047
1047
  },
1048
1048
  {
1049
1049
  "@type": "Term",
1050
- "@id": "11DichlorotetrafluoroethaneToAirIndustrialProcesses"
1050
+ "@id": "nh4ToGroundwaterInputsProduction"
1051
1051
  },
1052
1052
  {
1053
1053
  "@type": "Term",
1054
- "@id": "phosphoricAcidToGroundwaterIndustrialProcesses"
1054
+ "@id": "n2OToAirInorganicFertiliserIndirect"
1055
1055
  },
1056
1056
  {
1057
1057
  "@type": "Term",
1058
- "@id": "n2OToAirCropResidueDecompositionIndirect"
1058
+ "@id": "n2OToAirFuelCombustionIndirect"
1059
1059
  },
1060
1060
  {
1061
1061
  "@type": "Term",
1062
- "@id": "n2OToAirIndustrialProcessesDirect"
1062
+ "@id": "ch4ToAirAquacultureSystems"
1063
1063
  },
1064
1064
  {
1065
1065
  "@type": "Term",
1066
- "@id": "hfc263FbToAirIndustrialProcesses"
1066
+ "@id": "nh3ToAirCropResidueBurning"
1067
1067
  },
1068
1068
  {
1069
1069
  "@type": "Term",
1070
- "@id": "hfc1132AToAirInputsProduction"
1070
+ "@id": "hfc1141ToAirInputsProduction"
1071
1071
  },
1072
1072
  {
1073
1073
  "@type": "Term",
1074
- "@id": "hfe347Mcf2ToAirIndustrialProcesses"
1074
+ "@id": "hfc1243ZfToAirInputsProduction"
1075
1075
  },
1076
1076
  {
1077
1077
  "@type": "Term",
1078
- "@id": "nHfe7100ToAirInputsProduction"
1078
+ "@id": "hcfe235Ca2ToAirIndustrialProcesses"
1079
1079
  },
1080
1080
  {
1081
1081
  "@type": "Term",
1082
- "@id": "perfluoro2Methyl3PentanoneToAirInputsProduction"
1082
+ "@id": "hfe4310Pccc124HGalden1040XToAirIndustrialProcesses"
1083
1083
  },
1084
1084
  {
1085
1085
  "@type": "Term",
1086
- "@id": "11133PentafluoropropaneToAirInputsProduction"
1086
+ "@id": "perfluorobut2EneToAirInputsProduction"
1087
1087
  },
1088
1088
  {
1089
1089
  "@type": "Term",
1090
- "@id": "2Ethoxy33445Pentafluorotetrahydro25Bis1222Tetrafluoro1TrifluoromethylEthylFuranToAirInputsProduction"
1090
+ "@id": "hfe356Pcc3ToAirInputsProduction"
1091
1091
  },
1092
1092
  {
1093
1093
  "@type": "Term",
1094
- "@id": "EHfc1225YeToAirInputsProduction"
1094
+ "@id": "hfe134ToAirInputsProduction"
1095
1095
  },
1096
1096
  {
1097
1097
  "@type": "Term",
1098
- "@id": "dibromomethaneToAirIndustrialProcesses"
1098
+ "@id": "hfe4310Pccc124HGalden1040XToAirInputsProduction"
1099
1099
  },
1100
1100
  {
1101
1101
  "@type": "Term",
1102
- "@id": "methylChloroformToAirInputsProduction"
1102
+ "@id": "hfe569Sf2ToAirInputsProduction"
1103
1103
  },
1104
1104
  {
1105
1105
  "@type": "Term",
1106
- "@id": "pToGroundwaterIndustrialProcesses"
1106
+ "@id": "hfe347Mmy1ToAirInputsProduction"
1107
1107
  },
1108
1108
  {
1109
1109
  "@type": "Term",
1110
- "@id": "po43ToSurfaceWaterInorganicFertiliser"
1110
+ "@id": "22DifluoroethanolToAirIndustrialProcesses"
1111
1111
  },
1112
1112
  {
1113
1113
  "@type": "Term",
1114
- "@id": "halon2301ToAirIndustrialProcesses"
1114
+ "@id": "222TrifluoroethanolToAirIndustrialProcesses"
1115
1115
  },
1116
1116
  {
1117
1117
  "@type": "Term",
1118
- "@id": "hcfc123AToAirIndustrialProcesses"
1118
+ "@id": "so2ToAirCropResidueBurning"
1119
1119
  },
1120
1120
  {
1121
1121
  "@type": "Term",
1122
- "@id": "hfc263FbToAirInputsProduction"
1122
+ "@id": "pToDrainageWaterInputsProduction"
1123
1123
  },
1124
1124
  {
1125
1125
  "@type": "Term",
1126
- "@id": "hfe347Pcf2ToAirIndustrialProcesses"
1126
+ "@id": "noToAirCropResidueDecomposition"
1127
1127
  },
1128
1128
  {
1129
1129
  "@type": "Term",
1130
- "@id": "hfc4310MeeToAirIndustrialProcesses"
1130
+ "@id": "po43ToGroundwaterOrganicFertiliser"
1131
1131
  },
1132
1132
  {
1133
1133
  "@type": "Term",
1134
- "@id": "hfe356Mec3ToAirIndustrialProcesses"
1134
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
1135
1135
  },
1136
1136
  {
1137
1137
  "@type": "Term",
1138
- "@id": "perfluorobut1EneToAirInputsProduction"
1138
+ "@id": "bromofluoroformToAirIndustrialProcesses"
1139
1139
  },
1140
1140
  {
1141
1141
  "@type": "Term",
1142
- "@id": "hfe356Pcf2ToAirInputsProduction"
1142
+ "@id": "phosphoricAcidToSurfaceWaterInputsProduction"
1143
1143
  },
1144
1144
  {
1145
1145
  "@type": "Term",
1146
- "@id": "iHfe7200ToAirInputsProduction"
1146
+ "@id": "n2OToAirWasteTreatmentDirect"
1147
1147
  },
1148
1148
  {
1149
1149
  "@type": "Term",
1150
- "@id": "hfe356Mff2ToAirIndustrialProcesses"
1150
+ "@id": "coToAirIndustrialProcesses"
1151
1151
  },
1152
1152
  {
1153
1153
  "@type": "Term",
1154
- "@id": "methyl222TrifluoroacetateToAirInputsProduction"
1154
+ "@id": "nToSurfaceWaterIndustrialProcesses"
1155
1155
  },
1156
1156
  {
1157
1157
  "@type": "Term",
1158
- "@id": "1PropylbenzeneToAirIndustrialProcesses"
1158
+ "@id": "hfc152ToAirIndustrialProcesses"
1159
1159
  },
1160
1160
  {
1161
1161
  "@type": "Term",
1162
- "@id": "methylEtherToAirInputsProduction"
1162
+ "@id": "hfc272CaToAirInputsProduction"
1163
1163
  },
1164
1164
  {
1165
1165
  "@type": "Term",
1166
- "@id": "nitriteToWaterIndustrialProcesses"
1166
+ "@id": "hfc41ToAirInputsProduction"
1167
1167
  },
1168
1168
  {
1169
1169
  "@type": "Term",
1170
- "@id": "propanalToAirIndustrialProcesses"
1170
+ "@id": "hfc236FaToAirInputsProduction"
1171
1171
  },
1172
1172
  {
1173
1173
  "@type": "Term",
1174
- "@id": "nButylAcetateToAirInputsProduction"
1174
+ "@id": "methyleneChlorideToAirInputsProduction"
1175
1175
  },
1176
1176
  {
1177
1177
  "@type": "Term",
1178
- "@id": "methylFormateToAirInputsProduction"
1178
+ "@id": "hfe143AToAirInputsProduction"
1179
1179
  },
1180
1180
  {
1181
1181
  "@type": "Term",
1182
- "@id": "bod5ToWaterInputsProduction"
1182
+ "@id": "perfluorodecalinTransToAirIndustrialProcesses"
1183
1183
  },
1184
1184
  {
1185
1185
  "@type": "Term",
1186
- "@id": "2MethoxyethanolToAirInputsProduction"
1186
+ "@id": "ZHfc1336ToAirIndustrialProcesses"
1187
1187
  },
1188
1188
  {
1189
1189
  "@type": "Term",
1190
- "@id": "nf3ToAirIndustrialProcesses"
1190
+ "@id": "hfc32ToAirInputsProduction"
1191
1191
  },
1192
1192
  {
1193
1193
  "@type": "Term",
1194
- "@id": "33Dichloro11122PentafluoropropaneToAirInputsProduction"
1194
+ "@id": "so3ToAirInputsProduction"
1195
1195
  },
1196
1196
  {
1197
1197
  "@type": "Term",
1198
- "@id": "isobutaneToAirInputsProduction"
1198
+ "@id": "co2ToAirNaturalVegetationBurning"
1199
1199
  },
1200
1200
  {
1201
1201
  "@type": "Term",
1202
- "@id": "propeneToAirInputsProduction"
1202
+ "@id": "n2OToAirAquacultureSystemsIndirect"
1203
1203
  },
1204
1204
  {
1205
1205
  "@type": "Term",
1206
- "@id": "codToWaterIndustrialProcesses"
1206
+ "@id": "hydroxylamineToAirIndustrialProcesses"
1207
1207
  },
1208
1208
  {
1209
1209
  "@type": "Term",
1210
- "@id": "tertButylAcetateToAirInputsProduction"
1210
+ "@id": "23DimethylbutaneToAirInputsProduction"
1211
1211
  },
1212
1212
  {
1213
1213
  "@type": "Term",
1214
- "@id": "pesticideToSaltWaterInputsProduction"
1214
+ "@id": "cyclohexanolToAirInputsProduction"
1215
1215
  },
1216
1216
  {
1217
1217
  "@type": "Term",
1218
- "@id": "cis12DichloroethyleneToAirInputsProduction"
1218
+ "@id": "bod5ToWaterIndustrialProcesses"
1219
1219
  },
1220
1220
  {
1221
1221
  "@type": "Term",
1222
- "@id": "22DimethylpropaneToAirInputsProduction"
1222
+ "@id": "oXyleneToAirIndustrialProcesses"
1223
1223
  },
1224
1224
  {
1225
1225
  "@type": "Term",
1226
- "@id": "3HexanoneToAirInputsProduction"
1226
+ "@id": "isopropanolToAirIndustrialProcesses"
1227
1227
  },
1228
1228
  {
1229
1229
  "@type": "Term",
1230
- "@id": "isopropylAcetateToAirIndustrialProcesses"
1230
+ "@id": "nitriteToWaterInputsProduction"
1231
1231
  },
1232
1232
  {
1233
1233
  "@type": "Term",
1234
- "@id": "dodecamethylcyclohexasiloxaneToAirInputsProduction"
1234
+ "@id": "pm0225ToAirInputsProduction"
1235
1235
  },
1236
1236
  {
1237
1237
  "@type": "Term",
1238
- "@id": "2Methyl2ButanolToAirIndustrialProcesses"
1238
+ "@id": "hexaneToAirIndustrialProcesses"
1239
1239
  },
1240
1240
  {
1241
1241
  "@type": "Term",
1242
- "@id": "formicAcidToAirInputsProduction"
1242
+ "@id": "pXyleneToAirInputsProduction"
1243
1243
  },
1244
1244
  {
1245
1245
  "@type": "Term",
1246
- "@id": "ionisingCompoundsToSaltwaterInputsProduction"
1246
+ "@id": "pinacolinToAirIndustrialProcesses"
1247
1247
  },
1248
1248
  {
1249
1249
  "@type": "Term",
1250
- "@id": "trans2HexeneToAirInputsProduction"
1250
+ "@id": "trans12DichloroethyleneToAirInputsProduction"
1251
1251
  },
1252
1252
  {
1253
1253
  "@type": "Term",
1254
- "@id": "propionicAcidToAirInputsProduction"
1254
+ "@id": "2MethylhexaneToAirIndustrialProcesses"
1255
1255
  },
1256
1256
  {
1257
1257
  "@type": "Term",
1258
- "@id": "methylAcetateToAirIndustrialProcesses"
1258
+ "@id": "1133446677991010121213131515EicoSafluoro2581114PentaoxapentadecaneToAirInputsProduction"
1259
1259
  },
1260
1260
  {
1261
1261
  "@type": "Term",
1262
- "@id": "nitriteToAirIndustrialProcesses"
1262
+ "@id": "octaneToAirIndustrialProcesses"
1263
1263
  },
1264
1264
  {
1265
1265
  "@type": "Term",
1266
- "@id": "pm10ToAirIndustrialProcesses"
1266
+ "@id": "pesticideToAirIndoorInputsProduction"
1267
1267
  },
1268
1268
  {
1269
1269
  "@type": "Term",
1270
- "@id": "22DimethylbutaneToAirInputsProduction"
1270
+ "@id": "nPropylAcetateToAirInputsProduction"
1271
1271
  },
1272
1272
  {
1273
1273
  "@type": "Term",
1274
- "@id": "pesticideToSoilAgriculturalPesticideApplication"
1274
+ "@id": "111333Hexafluoropropan2YlFormateToAirInputsProduction"
1275
1275
  },
1276
1276
  {
1277
1277
  "@type": "Term",
1278
- "@id": "ch4ToAirCropResidueBurning"
1278
+ "@id": "23DimethylbutaneToAirIndustrialProcesses"
1279
1279
  },
1280
1280
  {
1281
1281
  "@type": "Term",
1282
- "@id": "ch4ToAirOrganicSoilBurning"
1282
+ "@id": "pm25ToAirFuelCombustion"
1283
1283
  },
1284
1284
  {
1285
1285
  "@type": "Term",
1286
- "@id": "nh3ToAirInorganicFertiliser"
1286
+ "@id": "nPropanolToAirInputsProduction"
1287
1287
  },
1288
1288
  {
1289
1289
  "@type": "Term",
1290
- "@id": "n2OToAirOrganicSoilBurningDirect"
1290
+ "@id": "2PentanoneToAirInputsProduction"
1291
1291
  },
1292
1292
  {
1293
1293
  "@type": "Term",
1294
- "@id": "nErosionInputsProduction"
1294
+ "@id": "isopreneToAirIndustrialProcesses"
1295
1295
  },
1296
1296
  {
1297
1297
  "@type": "Term",
1298
- "@id": "ch4ToAirNaturalVegetationBurning"
1298
+ "@id": "nmvocToAirInputsProduction"
1299
1299
  },
1300
1300
  {
1301
1301
  "@type": "Term",
1302
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
1302
+ "@id": "isopropylAcetateToAirInputsProduction"
1303
1303
  },
1304
1304
  {
1305
1305
  "@type": "Term",
1306
- "@id": "co2ToAirLimeHydrolysis"
1306
+ "@id": "pm02ToAirIndustrialProcesses"
1307
1307
  },
1308
1308
  {
1309
1309
  "@type": "Term",
1310
- "@id": "n2OToAirOrganicFertiliserIndirect"
1310
+ "@id": "tertButylMethylEtherToAirIndustrialProcesses"
1311
1311
  },
1312
1312
  {
1313
1313
  "@type": "Term",
1314
- "@id": "12DichloroethaneToAirIndustrialProcesses"
1314
+ "@id": "pm10ToAirCropResidueBurning"
1315
1315
  },
1316
1316
  {
1317
1317
  "@type": "Term",
1318
- "@id": "hfe374Pc2ToAirIndustrialProcesses"
1318
+ "@id": "pentaneToAirInputsProduction"
1319
1319
  },
1320
1320
  {
1321
1321
  "@type": "Term",
1322
- "@id": "hfc1132AToAirIndustrialProcesses"
1322
+ "@id": "aceticAcidToAirIndustrialProcesses"
1323
1323
  },
1324
1324
  {
1325
1325
  "@type": "Term",
1326
- "@id": "hfe338Mcf2ToAirIndustrialProcesses"
1326
+ "@id": "octamethyltrisiloxaneToAirInputsProduction"
1327
1327
  },
1328
1328
  {
1329
1329
  "@type": "Term",
1330
- "@id": "co2ToAirInputsProduction"
1330
+ "@id": "codToWaterInputsProduction"
1331
1331
  },
1332
1332
  {
1333
1333
  "@type": "Term",
1334
- "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
1334
+ "@id": "halon1011ToAirIndustrialProcesses"
1335
1335
  },
1336
1336
  {
1337
1337
  "@type": "Term",
1338
- "@id": "co2ToAirOrganicSoilBurning"
1338
+ "@id": "pesticideToFreshWaterPesticideApplication"
1339
1339
  },
1340
1340
  {
1341
1341
  "@type": "Term",
1342
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
1342
+ "@id": "octamethyltrisiloxaneToAirIndustrialProcesses"
1343
1343
  },
1344
1344
  {
1345
1345
  "@type": "Term",
1346
- "@id": "phosphoricAcidToSurfaceWaterIndustrialProcesses"
1346
+ "@id": "cyclohexanolToAirIndustrialProcesses"
1347
1347
  },
1348
1348
  {
1349
1349
  "@type": "Term",
1350
- "@id": "sevofluraneToAirIndustrialProcesses"
1350
+ "@id": "ionisingCompoundsToWaterInputsProduction"
1351
1351
  },
1352
1352
  {
1353
1353
  "@type": "Term",
1354
- "@id": "sevofluraneToAirInputsProduction"
1354
+ "@id": "2Methylbutan1OlToAirIndustrialProcesses"
1355
1355
  },
1356
1356
  {
1357
1357
  "@type": "Term",
1358
- "@id": "bromoformToAirInputsProduction"
1358
+ "@id": "butanolToAirInputsProduction"
1359
1359
  },
1360
1360
  {
1361
1361
  "@type": "Term",
1362
- "@id": "dodecamethylpentasiloxaneToAirInputsProduction"
1362
+ "@id": "135TrimethylbenzeneToAirIndustrialProcesses"
1363
1363
  },
1364
1364
  {
1365
1365
  "@type": "Term",
1366
- "@id": "pfc7118ToAirInputsProduction"
1366
+ "@id": "22DimethylpropaneToAirIndustrialProcesses"
1367
1367
  },
1368
1368
  {
1369
1369
  "@type": "Term",
1370
- "@id": "2HexanoneToAirIndustrialProcesses"
1370
+ "@id": "methylAcetateToAirInputsProduction"
1371
1371
  },
1372
1372
  {
1373
1373
  "@type": "Term",
1374
- "@id": "135TrimethylbenzeneToAirInputsProduction"
1374
+ "@id": "halon1011ToAirInputsProduction"
1375
1375
  },
1376
1376
  {
1377
1377
  "@type": "Term",
1378
- "@id": "1HexeneToAirIndustrialProcesses"
1378
+ "@id": "pm25ToAirInputsProduction"
1379
1379
  },
1380
1380
  {
1381
1381
  "@type": "Term",
1382
- "@id": "hexamethyldisiloxaneToAirIndustrialProcesses"
1382
+ "@id": "propyleneGlycolMonomethylEtherToAirInputsProduction"
1383
1383
  },
1384
1384
  {
1385
1385
  "@type": "Term",
1386
- "@id": "2Methyl2PropanolToAirInputsProduction"
1386
+ "@id": "propaneToAirIndustrialProcesses"
1387
1387
  },
1388
1388
  {
1389
1389
  "@type": "Term",
1390
- "@id": "3Methylbutan1OlToAirInputsProduction"
1390
+ "@id": "nh3ToAirFuelCombustion"
1391
1391
  },
1392
1392
  {
1393
1393
  "@type": "Term",
1394
- "@id": "cis2PenteneToAirInputsProduction"
1394
+ "@id": "nToSurfaceWaterAquacultureSystems"
1395
1395
  },
1396
1396
  {
1397
1397
  "@type": "Term",
1398
- "@id": "2Methyl1ButeneToAirInputsProduction"
1398
+ "@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
1399
1399
  },
1400
1400
  {
1401
1401
  "@type": "Term",
1402
- "@id": "2EthoxyethanolToAirIndustrialProcesses"
1402
+ "@id": "co2ToAirSoilFlux"
1403
1403
  },
1404
1404
  {
1405
1405
  "@type": "Term",
1406
- "@id": "2MethoxyethanolToAirIndustrialProcesses"
1406
+ "@id": "n2ToAirOrganicFertiliser"
1407
1407
  },
1408
1408
  {
1409
1409
  "@type": "Term",
1410
- "@id": "2HexanoneToAirInputsProduction"
1410
+ "@id": "nh3ToGroundwaterExcreta"
1411
1411
  },
1412
1412
  {
1413
1413
  "@type": "Term",
1414
- "@id": "2EthoxyethanolToAirInputsProduction"
1414
+ "@id": "ch4ToAirOrganicSoilCultivation"
1415
1415
  },
1416
1416
  {
1417
1417
  "@type": "Term",
1418
- "@id": "butanolToAirIndustrialProcesses"
1418
+ "@id": "ch4ToAirIndustrialProcessesNonFossil"
1419
1419
  },
1420
1420
  {
1421
1421
  "@type": "Term",
1422
- "@id": "cumeneToAirIndustrialProcesses"
1422
+ "@id": "n2OToAirCropResidueBurningIndirect"
1423
1423
  },
1424
1424
  {
1425
1425
  "@type": "Term",
1426
- "@id": "2MethylhexaneToAirInputsProduction"
1426
+ "@id": "n2ToAirExcreta"
1427
1427
  },
1428
1428
  {
1429
1429
  "@type": "Term",
1430
- "@id": "pfpmieToAirIndustrialProcesses"
1430
+ "@id": "1Ethoxy112333HexafluoropropaneToAirInputsProduction"
1431
1431
  },
1432
1432
  {
1433
1433
  "@type": "Term",
1434
- "@id": "dodecamethylcyclohexasiloxaneToAirIndustrialProcesses"
1434
+ "@id": "nh4ToGroundwaterOrganicFertiliser"
1435
1435
  },
1436
1436
  {
1437
1437
  "@type": "Term",
1438
- "@id": "hexamethyldisiloxaneToAirInputsProduction"
1438
+ "@id": "noxToAirFuelCombustion"
1439
1439
  },
1440
1440
  {
1441
1441
  "@type": "Term",
1442
- "@id": "3HexanoneToAirIndustrialProcesses"
1442
+ "@id": "22Dichloro111TrifluoroethaneToAirIndustrialProcesses"
1443
1443
  },
1444
1444
  {
1445
1445
  "@type": "Term",
1446
- "@id": "diisopropylEtherToAirInputsProduction"
1446
+ "@id": "pfc218ToAirIndustrialProcesses"
1447
1447
  },
1448
1448
  {
1449
1449
  "@type": "Term",
1450
- "@id": "cis2HexeneToAirInputsProduction"
1450
+ "@id": "pfc1114ToAirInputsProduction"
1451
1451
  },
1452
1452
  {
1453
1453
  "@type": "Term",
1454
- "@id": "2NButoxy1EthanolToAirInputsProduction"
1454
+ "@id": "pfc9118ToAirIndustrialProcesses"
1455
1455
  },
1456
1456
  {
1457
1457
  "@type": "Term",
1458
- "@id": "1ButoxypropanolToAirInputsProduction"
1458
+ "@id": "1ChlorobutaneToAirIndustrialProcesses"
1459
1459
  },
1460
1460
  {
1461
1461
  "@type": "Term",
1462
- "@id": "pesticideToSoilNonAgriculturalPesticideApplication"
1462
+ "@id": "2333Tetrafluoro2TrifluoromethylPropanenitrileToAirIndustrialProcesses"
1463
1463
  },
1464
1464
  {
1465
1465
  "@type": "Term",
1466
- "@id": "pesticideToAirUrbanCloseToGroundInputsProduction"
1466
+ "@id": "pfc5114ToAirIndustrialProcesses"
1467
1467
  },
1468
1468
  {
1469
1469
  "@type": "Term",
1470
- "@id": "styreneToAirIndustrialProcesses"
1470
+ "@id": "1PropylbromideToAirIndustrialProcesses"
1471
1471
  },
1472
1472
  {
1473
1473
  "@type": "Term",
1474
- "@id": "acetaldehydeToAirIndustrialProcesses"
1474
+ "@id": "2BromopropaneToAirInputsProduction"
1475
1475
  },
1476
1476
  {
1477
1477
  "@type": "Term",
1478
- "@id": "nonaneToAirInputsProduction"
1478
+ "@id": "trichloroetheneToAirIndustrialProcesses"
1479
1479
  },
1480
1480
  {
1481
1481
  "@type": "Term",
1482
- "@id": "trans2PenteneToAirInputsProduction"
1482
+ "@id": "trichloroetheneToAirInputsProduction"
1483
1483
  },
1484
1484
  {
1485
1485
  "@type": "Term",
1486
- "@id": "dimethoxymethaneToAirInputsProduction"
1486
+ "@id": "124TrimethylbenzeneToAirIndustrialProcesses"
1487
1487
  },
1488
1488
  {
1489
1489
  "@type": "Term",
1490
- "@id": "codToWaterAquacultureSystems"
1490
+ "@id": "dimethoxymethaneToAirIndustrialProcesses"
1491
1491
  },
1492
1492
  {
1493
1493
  "@type": "Term",
1494
- "@id": "pm25ToAirIndustrialProcesses"
1494
+ "@id": "1Ethyl2MethylbenzeneToAirIndustrialProcesses"
1495
1495
  },
1496
1496
  {
1497
1497
  "@type": "Term",
1498
- "@id": "3PentanolToAirIndustrialProcesses"
1498
+ "@id": "tetrachloroetheneToAirInputsProduction"
1499
1499
  },
1500
1500
  {
1501
1501
  "@type": "Term",
1502
- "@id": "propionicAcidToAirIndustrialProcesses"
1502
+ "@id": "hcfc31ToAirIndustrialProcesses"
1503
1503
  },
1504
1504
  {
1505
1505
  "@type": "Term",
1506
- "@id": "nh3ToAirAquacultureSystems"
1506
+ "@id": "2Methyl1PropeneToAirIndustrialProcesses"
1507
1507
  },
1508
1508
  {
1509
1509
  "@type": "Term",
1510
- "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
1510
+ "@id": "3Ethoxy111234455666Dodecafluoro2TrifluoromethylHexaneToAirIndustrialProcesses"
1511
1511
  },
1512
1512
  {
1513
1513
  "@type": "Term",
1514
- "@id": "carbonTetrachlorideToAirIndustrialProcesses"
1514
+ "@id": "2ButanolToAirIndustrialProcesses"
1515
1515
  },
1516
1516
  {
1517
1517
  "@type": "Term",
1518
- "@id": "noToAirCropResidueBurning"
1518
+ "@id": "hcfc31ToAirInputsProduction"
1519
1519
  },
1520
1520
  {
1521
1521
  "@type": "Term",
1522
- "@id": "nh3ToGroundwaterSoilFlux"
1522
+ "@id": "tolueneToAirIndustrialProcesses"
1523
1523
  },
1524
1524
  {
1525
1525
  "@type": "Term",
1526
- "@id": "bromofluoroformToAirInputsProduction"
1526
+ "@id": "2Methyl2ButanolToAirInputsProduction"
1527
1527
  },
1528
1528
  {
1529
1529
  "@type": "Term",
1530
- "@id": "nh4ToAirIndustrialProcesses"
1530
+ "@id": "pesticideToHarvestedCropInputsProduction"
1531
1531
  },
1532
1532
  {
1533
1533
  "@type": "Term",
1534
- "@id": "hcfc132CToAirInputsProduction"
1534
+ "@id": "diethylEtherToAirInputsProduction"
1535
1535
  },
1536
1536
  {
1537
1537
  "@type": "Term",
1538
- "@id": "334455667788999Pentadecafluorononan1OlToAirIndustrialProcesses"
1538
+ "@id": "ethylAcetateToAirInputsProduction"
1539
1539
  },
1540
1540
  {
1541
1541
  "@type": "Term",
1542
- "@id": "hfc41ToAirIndustrialProcesses"
1542
+ "@id": "pesticideToSoilAgriculturalInputsProduction"
1543
1543
  },
1544
1544
  {
1545
1545
  "@type": "Term",
1546
- "@id": "hfc329PToAirInputsProduction"
1546
+ "@id": "formaldehydeToAirIndustrialProcesses"
1547
1547
  },
1548
1548
  {
1549
1549
  "@type": "Term",
1550
- "@id": "halothaneToAirInputsProduction"
1550
+ "@id": "pentaneToAirIndustrialProcesses"
1551
1551
  },
1552
1552
  {
1553
1553
  "@type": "Term",
1554
- "@id": "11133PentafluoropropaneToAirIndustrialProcesses"
1554
+ "@id": "12DibromotetrafluoroethaneToAirIndustrialProcesses"
1555
1555
  },
1556
1556
  {
1557
1557
  "@type": "Term",
1558
- "@id": "2Chloro112Trifluoro1MethoxyethaneToAirIndustrialProcesses"
1558
+ "@id": "isopreneToAirInputsProduction"
1559
1559
  },
1560
1560
  {
1561
1561
  "@type": "Term",
1562
- "@id": "2233444Heptafluoro1ButanolToAirInputsProduction"
1562
+ "@id": "ethylBenzeneToAirIndustrialProcesses"
1563
1563
  },
1564
1564
  {
1565
1565
  "@type": "Term",
1566
- "@id": "hfe356Pcf3ToAirIndustrialProcesses"
1566
+ "@id": "EHfc1234ZeToAirInputsProduction"
1567
1567
  },
1568
1568
  {
1569
1569
  "@type": "Term",
1570
- "@id": "334455667788991010111111NonAdecafluoroundecan1OlToAirIndustrialProcesses"
1570
+ "@id": "pToSoilCropResidueDecomposition"
1571
1571
  },
1572
1572
  {
1573
1573
  "@type": "Term",
1574
- "@id": "hfe125ToAirInputsProduction"
1574
+ "@id": "ZHfc1225YeToAirIndustrialProcesses"
1575
1575
  },
1576
1576
  {
1577
1577
  "@type": "Term",
1578
- "@id": "methyleneChlorideToAirIndustrialProcesses"
1578
+ "@id": "difluoroMethoxyMethaneToAirIndustrialProcesses"
1579
1579
  },
1580
1580
  {
1581
1581
  "@type": "Term",
1582
- "@id": "noxToAirIndustrialProcesses"
1582
+ "@id": "noToAirWasteTreatment"
1583
1583
  },
1584
1584
  {
1585
1585
  "@type": "Term",
1586
- "@id": "noToAirInputsProduction"
1586
+ "@id": "noToAirSoilFlux"
1587
1587
  },
1588
1588
  {
1589
1589
  "@type": "Term",
1590
- "@id": "noxToAirWasteTreatment"
1590
+ "@id": "noxToAirCropResidueDecomposition"
1591
1591
  },
1592
1592
  {
1593
1593
  "@type": "Term",
1594
- "@id": "pErosionInputsProduction"
1594
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
1595
1595
  },
1596
1596
  {
1597
1597
  "@type": "Term",
1598
- "@id": "bromodifluoromethaneToAirInputsProduction"
1598
+ "@id": "hfc227CaToAirIndustrialProcesses"
1599
1599
  },
1600
1600
  {
1601
1601
  "@type": "Term",
1602
- "@id": "pToSoilOrganicFertiliser"
1602
+ "@id": "hfc245EbToAirInputsProduction"
1603
1603
  },
1604
1604
  {
1605
1605
  "@type": "Term",
1606
- "@id": "phosphoricAcidToSoilIndustrialProcesses"
1606
+ "@id": "hfc245EaToAirIndustrialProcesses"
1607
1607
  },
1608
1608
  {
1609
1609
  "@type": "Term",
1610
- "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
1610
+ "@id": "hfe227EaToAirInputsProduction"
1611
1611
  },
1612
1612
  {
1613
1613
  "@type": "Term",
1614
- "@id": "so2ToAirInputsProduction"
1614
+ "@id": "hfc125ToAirInputsProduction"
1615
1615
  },
1616
1616
  {
1617
1617
  "@type": "Term",
1618
- "@id": "po43ToGroundwaterSoilFlux"
1618
+ "@id": "EHfc1225YeToAirIndustrialProcesses"
1619
1619
  },
1620
1620
  {
1621
1621
  "@type": "Term",
1622
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
1622
+ "@id": "perfluorodecalinCisToAirIndustrialProcesses"
1623
1623
  },
1624
1624
  {
1625
1625
  "@type": "Term",
1626
- "@id": "nh3ToSurfaceWaterAquacultureSystems"
1626
+ "@id": "222TrifluoroethanolToAirInputsProduction"
1627
1627
  },
1628
1628
  {
1629
1629
  "@type": "Term",
1630
- "@id": "hfe569Sf2ToAirIndustrialProcesses"
1630
+ "@id": "hfe356Mff2ToAirInputsProduction"
1631
1631
  },
1632
1632
  {
1633
1633
  "@type": "Term",
1634
- "@id": "hfe356Pcf3ToAirInputsProduction"
1634
+ "@id": "33445566778899101010HepTadecafluorodec1EneToAirInputsProduction"
1635
1635
  },
1636
1636
  {
1637
1637
  "@type": "Term",
1638
- "@id": "hfe356Mec3ToAirInputsProduction"
1638
+ "@id": "noxToAirOrganicSoilCultivation"
1639
1639
  },
1640
1640
  {
1641
1641
  "@type": "Term",
1642
- "@id": "hfe374Pc2ToAirInputsProduction"
1642
+ "@id": "po43ToSurfaceWaterInputsProduction"
1643
1643
  },
1644
1644
  {
1645
1645
  "@type": "Term",
1646
- "@id": "2Ethoxy33445Pentafluorotetrahydro25Bis1222Tetrafluoro1TrifluoromethylEthylFuranToAirIndustrialProcesses"
1646
+ "@id": "no3ToAirIndustrialProcesses"
1647
1647
  },
1648
1648
  {
1649
1649
  "@type": "Term",
1650
- "@id": "ZHfc1234ZeToAirInputsProduction"
1650
+ "@id": "bromomethaneToAirIndustrialProcesses"
1651
1651
  },
1652
1652
  {
1653
1653
  "@type": "Term",
1654
- "@id": "tefluraneToAirIndustrialProcesses"
1654
+ "@id": "noToAirAquacultureSystems"
1655
1655
  },
1656
1656
  {
1657
1657
  "@type": "Term",
1658
- "@id": "noxToAirSoilFlux"
1658
+ "@id": "hfe216ToAirInputsProduction"
1659
1659
  },
1660
1660
  {
1661
1661
  "@type": "Term",
1662
- "@id": "112TrichloroethaneToAirIndustrialProcesses"
1662
+ "@id": "iHfe7200ToAirIndustrialProcesses"
1663
1663
  },
1664
1664
  {
1665
1665
  "@type": "Term",
1666
- "@id": "no3ToSurfaceWaterAquacultureSystems"
1666
+ "@id": "hfe245Fa2ToAirInputsProduction"
1667
1667
  },
1668
1668
  {
1669
1669
  "@type": "Term",
1670
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
1670
+ "@id": "2233444Heptafluoro1ButanolToAirIndustrialProcesses"
1671
1671
  },
1672
1672
  {
1673
1673
  "@type": "Term",
1674
- "@id": "po43ToGroundwaterIndustrialProcesses"
1674
+ "@id": "EHfc1234ZeToAirIndustrialProcesses"
1675
1675
  },
1676
1676
  {
1677
1677
  "@type": "Term",
1678
- "@id": "h2SToAirWasteTreatment"
1678
+ "@id": "chloroformToAirInputsProduction"
1679
1679
  },
1680
1680
  {
1681
1681
  "@type": "Term",
1682
- "@id": "h2SToAirIndustrialProcesses"
1682
+ "@id": "hfe338Mmz1ToAirIndustrialProcesses"
1683
1683
  },
1684
1684
  {
1685
1685
  "@type": "Term",
1686
- "@id": "nh3ToAirExcreta"
1686
+ "@id": "33445566777Undecafluoroheptan1OlToAirIndustrialProcesses"
1687
1687
  },
1688
1688
  {
1689
1689
  "@type": "Term",
1690
- "@id": "n2OToAirCropResidueBurningDirect"
1690
+ "@id": "ZHfc1234ZeToAirIndustrialProcesses"
1691
1691
  },
1692
1692
  {
1693
1693
  "@type": "Term",
1694
- "@id": "hfe134ToAirIndustrialProcesses"
1694
+ "@id": "pToSurfaceWaterSoilFlux"
1695
1695
  },
1696
1696
  {
1697
1697
  "@type": "Term",
1698
- "@id": "hfe356Mmz1ToAirInputsProduction"
1698
+ "@id": "dibromodifluoromethaneToAirInputsProduction"
1699
1699
  },
1700
1700
  {
1701
1701
  "@type": "Term",
1702
- "@id": "hfc236FaToAirIndustrialProcesses"
1702
+ "@id": "bromomethaneToAirInputsProduction"
1703
1703
  },
1704
1704
  {
1705
1705
  "@type": "Term",
1706
- "@id": "hcfc122ToAirIndustrialProcesses"
1706
+ "@id": "pToGroundwaterSoilFlux"
1707
1707
  },
1708
1708
  {
1709
1709
  "@type": "Term",
1710
- "@id": "nHfe7100ToAirIndustrialProcesses"
1710
+ "@id": "phosphoricAcidToGroundwaterInputsProduction"
1711
1711
  },
1712
1712
  {
1713
1713
  "@type": "Term",
1714
- "@id": "11334466779910101212HexaDecafluoro25811TetraoxadodecaneToAirInputsProduction"
1714
+ "@id": "ch4ToAirFuelCombustion"
1715
1715
  },
1716
1716
  {
1717
1717
  "@type": "Term",
1718
- "@id": "hfc365MfcToAirIndustrialProcesses"
1718
+ "@id": "ch4ToAirWasteTreatment"
1719
1719
  },
1720
1720
  {
1721
1721
  "@type": "Term",
1722
- "@id": "soxToAirFuelCombustion"
1722
+ "@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
1723
1723
  },
1724
1724
  {
1725
1725
  "@type": "Term",
1726
- "@id": "soxToAirCropResidueBurning"
1726
+ "@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
1727
1727
  },
1728
1728
  {
1729
1729
  "@type": "Term",
1730
- "@id": "3344556677888Tridecafluorooct1EneToAirInputsProduction"
1730
+ "@id": "hfc161ToAirInputsProduction"
1731
1731
  },
1732
1732
  {
1733
1733
  "@type": "Term",
1734
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
1734
+ "@id": "hcfc122ToAirInputsProduction"
1735
1735
  },
1736
1736
  {
1737
1737
  "@type": "Term",
1738
- "@id": "pToSurfaceWaterInputsProduction"
1738
+ "@id": "hfe236FaToAirInputsProduction"
1739
1739
  },
1740
1740
  {
1741
1741
  "@type": "Term",
1742
- "@id": "nh4ToGroundwaterInputsProduction"
1742
+ "@id": "hfe347Mcf2ToAirInputsProduction"
1743
1743
  },
1744
1744
  {
1745
1745
  "@type": "Term",
1746
- "@id": "n2OToAirInorganicFertiliserIndirect"
1746
+ "@id": "ZHfc1336ToAirInputsProduction"
1747
1747
  },
1748
1748
  {
1749
1749
  "@type": "Term",
1750
- "@id": "n2OToAirFuelCombustionIndirect"
1750
+ "@id": "11Oxybis2Difluoromethoxy1122TetrafluoroethaneToAirInputsProduction"
1751
1751
  },
1752
1752
  {
1753
1753
  "@type": "Term",
1754
- "@id": "ch4ToAirAquacultureSystems"
1754
+ "@id": "333Trifluoropropan1OlToAirIndustrialProcesses"
1755
1755
  },
1756
1756
  {
1757
1757
  "@type": "Term",
1758
- "@id": "nh3ToAirCropResidueBurning"
1758
+ "@id": "223444Hexafluoro1ButanolToAirIndustrialProcesses"
1759
1759
  },
1760
1760
  {
1761
1761
  "@type": "Term",
1762
- "@id": "hfc1141ToAirInputsProduction"
1762
+ "@id": "hfc245CaToAirIndustrialProcesses"
1763
1763
  },
1764
1764
  {
1765
1765
  "@type": "Term",
1766
- "@id": "hfc1243ZfToAirInputsProduction"
1766
+ "@id": "3344556677888Tridecafluorooct1EneToAirIndustrialProcesses"
1767
1767
  },
1768
1768
  {
1769
1769
  "@type": "Term",
1770
- "@id": "hcfe235Ca2ToAirIndustrialProcesses"
1770
+ "@id": "223444Hexafluoro1ButanolToAirInputsProduction"
1771
1771
  },
1772
1772
  {
1773
1773
  "@type": "Term",
1774
- "@id": "hfe4310Pccc124HGalden1040XToAirIndustrialProcesses"
1774
+ "@id": "hfc152AToAirInputsProduction"
1775
1775
  },
1776
1776
  {
1777
1777
  "@type": "Term",
1778
- "@id": "perfluorobut2EneToAirInputsProduction"
1778
+ "@id": "so2ToAirIndustrialProcesses"
1779
1779
  },
1780
1780
  {
1781
1781
  "@type": "Term",
1782
- "@id": "hfe356Pcc3ToAirInputsProduction"
1782
+ "@id": "1Chloro11DifluoroethaneToAirInputsProduction"
1783
1783
  },
1784
1784
  {
1785
1785
  "@type": "Term",
1786
- "@id": "hfe134ToAirInputsProduction"
1786
+ "@id": "112TrichlorotrifluoroethaneToAirIndustrialProcesses"
1787
1787
  },
1788
1788
  {
1789
1789
  "@type": "Term",
1790
- "@id": "hfe4310Pccc124HGalden1040XToAirInputsProduction"
1790
+ "@id": "22Dichloro111TrifluoroethaneToAirInputsProduction"
1791
1791
  },
1792
1792
  {
1793
1793
  "@type": "Term",
1794
- "@id": "hfe569Sf2ToAirInputsProduction"
1794
+ "@id": "noxToAirInorganicFertiliser"
1795
1795
  },
1796
1796
  {
1797
1797
  "@type": "Term",
1798
- "@id": "hfe347Mmy1ToAirInputsProduction"
1798
+ "@id": "chloropentafluoroethaneToAirInputsProduction"
1799
1799
  },
1800
1800
  {
1801
1801
  "@type": "Term",
1802
- "@id": "22DifluoroethanolToAirIndustrialProcesses"
1802
+ "@id": "po43ToSoilIndustrialProcesses"
1803
1803
  },
1804
1804
  {
1805
1805
  "@type": "Term",
1806
- "@id": "222TrifluoroethanolToAirIndustrialProcesses"
1806
+ "@id": "n2OToAirCropResidueDecompositionDirect"
1807
1807
  },
1808
1808
  {
1809
1809
  "@type": "Term",
1810
- "@id": "so2ToAirCropResidueBurning"
1810
+ "@id": "nh3ToAirInputsProduction"
1811
1811
  },
1812
1812
  {
1813
1813
  "@type": "Term",
1814
- "@id": "pToDrainageWaterInputsProduction"
1814
+ "@id": "hcfc21ToAirIndustrialProcesses"
1815
1815
  },
1816
1816
  {
1817
1817
  "@type": "Term",
1818
- "@id": "noToAirCropResidueDecomposition"
1818
+ "@id": "hfe216ToAirIndustrialProcesses"
1819
1819
  },
1820
1820
  {
1821
1821
  "@type": "Term",
1822
- "@id": "po43ToGroundwaterOrganicFertiliser"
1822
+ "@id": "hfc143ToAirIndustrialProcesses"
1823
1823
  },
1824
1824
  {
1825
1825
  "@type": "Term",
1826
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
1826
+ "@id": "hfe245Fa1ToAirInputsProduction"
1827
1827
  },
1828
1828
  {
1829
1829
  "@type": "Term",
1830
- "@id": "bromofluoroformToAirIndustrialProcesses"
1830
+ "@id": "hfe356Mmz1ToAirIndustrialProcesses"
1831
1831
  },
1832
1832
  {
1833
1833
  "@type": "Term",
1834
- "@id": "phosphoricAcidToSurfaceWaterInputsProduction"
1834
+ "@id": "trichlorofluoromethaneToAirIndustrialProcesses"
1835
1835
  },
1836
1836
  {
1837
1837
  "@type": "Term",
1838
- "@id": "n2OToAirWasteTreatmentDirect"
1838
+ "@id": "hfe236Ea2ToAirInputsProduction"
1839
1839
  },
1840
1840
  {
1841
1841
  "@type": "Term",
1842
- "@id": "coToAirIndustrialProcesses"
1842
+ "@id": "111TrifluoroethaneToAirIndustrialProcesses"
1843
1843
  },
1844
1844
  {
1845
1845
  "@type": "Term",
1846
- "@id": "nToSurfaceWaterIndustrialProcesses"
1846
+ "@id": "hfe254Cb2ToAirInputsProduction"
1847
1847
  },
1848
1848
  {
1849
1849
  "@type": "Term",
1850
- "@id": "hfc152ToAirIndustrialProcesses"
1850
+ "@id": "1122Tetrafluoro3MethoxyPropaneToAirIndustrialProcesses"
1851
1851
  },
1852
1852
  {
1853
1853
  "@type": "Term",
1854
- "@id": "hfc272CaToAirInputsProduction"
1854
+ "@id": "so3ToAirIndustrialProcesses"
1855
1855
  },
1856
1856
  {
1857
1857
  "@type": "Term",
1858
- "@id": "hfc41ToAirInputsProduction"
1858
+ "@id": "hfe263M1ToAirIndustrialProcesses"
1859
1859
  },
1860
1860
  {
1861
1861
  "@type": "Term",
1862
- "@id": "hfc236FaToAirInputsProduction"
1862
+ "@id": "2Chloro112Trifluoro1MethoxyethaneToAirInputsProduction"
1863
1863
  },
1864
1864
  {
1865
1865
  "@type": "Term",
1866
- "@id": "methyleneChlorideToAirInputsProduction"
1866
+ "@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
1867
1867
  },
1868
1868
  {
1869
1869
  "@type": "Term",
1870
- "@id": "hfe143AToAirInputsProduction"
1870
+ "@id": "po43ToSurfaceWaterSoilFlux"
1871
1871
  },
1872
1872
  {
1873
1873
  "@type": "Term",
1874
- "@id": "perfluorodecalinTransToAirIndustrialProcesses"
1874
+ "@id": "n2OToAirExcretaDirect"
1875
1875
  },
1876
1876
  {
1877
1877
  "@type": "Term",
1878
- "@id": "ZHfc1336ToAirIndustrialProcesses"
1878
+ "@id": "nh4ToGroundwaterInorganicFertiliser"
1879
1879
  },
1880
1880
  {
1881
1881
  "@type": "Term",
1882
- "@id": "hfc32ToAirInputsProduction"
1882
+ "@id": "coToAirNaturalVegetationBurning"
1883
1883
  },
1884
1884
  {
1885
1885
  "@type": "Term",
1886
- "@id": "so3ToAirInputsProduction"
1886
+ "@id": "hfc245EbToAirIndustrialProcesses"
1887
1887
  },
1888
1888
  {
1889
1889
  "@type": "Term",
1890
- "@id": "co2ToAirNaturalVegetationBurning"
1890
+ "@id": "hfc1141ToAirIndustrialProcesses"
1891
1891
  },
1892
1892
  {
1893
1893
  "@type": "Term",
1894
- "@id": "n2OToAirAquacultureSystemsIndirect"
1894
+ "@id": "halon2301ToAirInputsProduction"
1895
1895
  },
1896
1896
  {
1897
1897
  "@type": "Term",
1898
- "@id": "hydroxylamineToAirIndustrialProcesses"
1898
+ "@id": "perfluorobuta13DieneToAirIndustrialProcesses"
1899
1899
  },
1900
1900
  {
1901
1901
  "@type": "Term",
1902
- "@id": "23DimethylbutaneToAirInputsProduction"
1902
+ "@id": "iHfe7100ToAirIndustrialProcesses"
1903
1903
  },
1904
1904
  {
1905
1905
  "@type": "Term",
1906
- "@id": "cyclohexanolToAirInputsProduction"
1906
+ "@id": "E1Chloro333Trifluoroprop1EneToAirIndustrialProcesses"
1907
1907
  },
1908
1908
  {
1909
1909
  "@type": "Term",
1910
- "@id": "bod5ToWaterIndustrialProcesses"
1910
+ "@id": "hg01ToAirInputsProduction"
1911
1911
  },
1912
1912
  {
1913
1913
  "@type": "Term",
1914
- "@id": "oXyleneToAirIndustrialProcesses"
1914
+ "@id": "fluoroxeneToAirInputsProduction"
1915
1915
  },
1916
1916
  {
1917
1917
  "@type": "Term",
1918
- "@id": "isopropanolToAirIndustrialProcesses"
1918
+ "@id": "333TrifluoroPropanalToAirInputsProduction"
1919
1919
  },
1920
1920
  {
1921
1921
  "@type": "Term",
1922
- "@id": "nitriteToWaterInputsProduction"
1922
+ "@id": "111333Hexafluoro2PropanolToAirInputsProduction"
1923
1923
  },
1924
1924
  {
1925
1925
  "@type": "Term",
1926
- "@id": "pm0225ToAirInputsProduction"
1926
+ "@id": "n2OToAirFuelCombustionDirect"
1927
1927
  },
1928
1928
  {
1929
1929
  "@type": "Term",
1930
- "@id": "hexaneToAirIndustrialProcesses"
1930
+ "@id": "n2OToAirInputsProduction"
1931
1931
  },
1932
1932
  {
1933
1933
  "@type": "Term",
1934
- "@id": "pXyleneToAirInputsProduction"
1934
+ "@id": "benzeneToAirInputsProduction"
1935
1935
  },
1936
1936
  {
1937
1937
  "@type": "Term",
1938
- "@id": "pinacolinToAirIndustrialProcesses"
1938
+ "@id": "ethanolToAirInputsProduction"
1939
1939
  },
1940
1940
  {
1941
1941
  "@type": "Term",
1942
- "@id": "trans12DichloroethyleneToAirInputsProduction"
1942
+ "@id": "propyleneGlycolToAirIndustrialProcesses"
1943
1943
  },
1944
1944
  {
1945
1945
  "@type": "Term",
1946
- "@id": "2MethylhexaneToAirIndustrialProcesses"
1946
+ "@id": "benzaldehydeToAirInputsProduction"
1947
1947
  },
1948
1948
  {
1949
1949
  "@type": "Term",
1950
- "@id": "1133446677991010121213131515EicoSafluoro2581114PentaoxapentadecaneToAirInputsProduction"
1950
+ "@id": "33Dichloro11122PentafluoropropaneToAirIndustrialProcesses"
1951
1951
  },
1952
1952
  {
1953
1953
  "@type": "Term",
1954
- "@id": "octaneToAirIndustrialProcesses"
1954
+ "@id": "pesticideToWaterPesticideApplication"
1955
1955
  },
1956
1956
  {
1957
1957
  "@type": "Term",
1958
- "@id": "pesticideToAirIndoorInputsProduction"
1958
+ "@id": "pm25ToAirAnimalHousing"
1959
1959
  },
1960
1960
  {
1961
1961
  "@type": "Term",
1962
- "@id": "nPropylAcetateToAirInputsProduction"
1962
+ "@id": "methylIsopropylKetoneToAirIndustrialProcesses"
1963
1963
  },
1964
1964
  {
1965
1965
  "@type": "Term",
1966
- "@id": "111333Hexafluoropropan2YlFormateToAirInputsProduction"
1966
+ "@id": "nitriteToAirInputsProduction"
1967
1967
  },
1968
1968
  {
1969
1969
  "@type": "Term",
1970
- "@id": "23DimethylbutaneToAirIndustrialProcesses"
1970
+ "@id": "nmvocToAirSilageStorage"
1971
1971
  },
1972
1972
  {
1973
1973
  "@type": "Term",
1974
- "@id": "pm25ToAirFuelCombustion"
1974
+ "@id": "propanalToAirInputsProduction"
1975
1975
  },
1976
1976
  {
1977
1977
  "@type": "Term",
1978
- "@id": "nPropanolToAirInputsProduction"
1978
+ "@id": "4EthyltolueneToAirInputsProduction"
1979
1979
  },
1980
1980
  {
1981
1981
  "@type": "Term",
1982
- "@id": "2PentanoneToAirInputsProduction"
1982
+ "@id": "isopentaneToAirIndustrialProcesses"
1983
1983
  },
1984
1984
  {
1985
1985
  "@type": "Term",
1986
- "@id": "isopreneToAirIndustrialProcesses"
1986
+ "@id": "nButylAcetateToAirIndustrialProcesses"
1987
1987
  },
1988
1988
  {
1989
1989
  "@type": "Term",
1990
- "@id": "nmvocToAirInputsProduction"
1990
+ "@id": "dimethylCarbonateToAirInputsProduction"
1991
1991
  },
1992
1992
  {
1993
1993
  "@type": "Term",
1994
- "@id": "isopropylAcetateToAirInputsProduction"
1994
+ "@id": "pesticideToAirIndoorPesticideApplication"
1995
1995
  },
1996
1996
  {
1997
1997
  "@type": "Term",
1998
- "@id": "pm02ToAirIndustrialProcesses"
1998
+ "@id": "ethylBenzeneToAirInputsProduction"
1999
1999
  },
2000
2000
  {
2001
2001
  "@type": "Term",
2002
- "@id": "tertButylMethylEtherToAirIndustrialProcesses"
2002
+ "@id": "methylIsopropylKetoneToAirInputsProduction"
2003
2003
  },
2004
2004
  {
2005
2005
  "@type": "Term",
2006
- "@id": "pm10ToAirCropResidueBurning"
2006
+ "@id": "1PropylbenzeneToAirInputsProduction"
2007
2007
  },
2008
2008
  {
2009
2009
  "@type": "Term",
2010
- "@id": "pentaneToAirInputsProduction"
2010
+ "@id": "formicAcidToAirIndustrialProcesses"
2011
2011
  },
2012
2012
  {
2013
2013
  "@type": "Term",
2014
- "@id": "aceticAcidToAirIndustrialProcesses"
2014
+ "@id": "diethylEtherToAirIndustrialProcesses"
2015
2015
  },
2016
2016
  {
2017
2017
  "@type": "Term",
2018
- "@id": "octamethyltrisiloxaneToAirInputsProduction"
2018
+ "@id": "isobutyraldehydeToAirInputsProduction"
2019
2019
  },
2020
2020
  {
2021
2021
  "@type": "Term",
2022
- "@id": "codToWaterInputsProduction"
2022
+ "@id": "nmvocToAirAnimalHousing"
2023
2023
  },
2024
2024
  {
2025
2025
  "@type": "Term",
2026
- "@id": "halon1011ToAirIndustrialProcesses"
2026
+ "@id": "nPropylAcetateToAirIndustrialProcesses"
2027
2027
  },
2028
2028
  {
2029
2029
  "@type": "Term",
2030
- "@id": "pesticideToFreshWaterPesticideApplication"
2030
+ "@id": "heavyMetalsToWaterInorganicFertiliser"
2031
2031
  },
2032
2032
  {
2033
2033
  "@type": "Term",
2034
- "@id": "octamethyltrisiloxaneToAirIndustrialProcesses"
2034
+ "@id": "ethyleneToAirIndustrialProcesses"
2035
2035
  },
2036
2036
  {
2037
2037
  "@type": "Term",
2038
- "@id": "cyclohexanolToAirIndustrialProcesses"
2038
+ "@id": "2Methyl1ButeneToAirIndustrialProcesses"
2039
2039
  },
2040
2040
  {
2041
2041
  "@type": "Term",
2042
- "@id": "ionisingCompoundsToWaterInputsProduction"
2042
+ "@id": "2Methyl1PropeneToAirInputsProduction"
2043
2043
  },
2044
2044
  {
2045
2045
  "@type": "Term",
2046
- "@id": "2Methylbutan1OlToAirIndustrialProcesses"
2046
+ "@id": "perfluoroethylFormateToAirIndustrialProcesses"
2047
2047
  },
2048
2048
  {
2049
2049
  "@type": "Term",
2050
- "@id": "butanolToAirInputsProduction"
2050
+ "@id": "diisopropylEtherToAirIndustrialProcesses"
2051
2051
  },
2052
2052
  {
2053
2053
  "@type": "Term",
2054
- "@id": "135TrimethylbenzeneToAirIndustrialProcesses"
2054
+ "@id": "nmvocToAirExcreta"
2055
2055
  },
2056
2056
  {
2057
2057
  "@type": "Term",
2058
- "@id": "22DimethylpropaneToAirIndustrialProcesses"
2058
+ "@id": "pesticideToWaterInputsProduction"
2059
2059
  },
2060
2060
  {
2061
2061
  "@type": "Term",
2062
- "@id": "methylAcetateToAirInputsProduction"
2062
+ "@id": "undecaneToAirIndustrialProcesses"
2063
2063
  },
2064
2064
  {
2065
2065
  "@type": "Term",
2066
- "@id": "halon1011ToAirInputsProduction"
2066
+ "@id": "2PentanoneToAirIndustrialProcesses"
2067
2067
  },
2068
2068
  {
2069
2069
  "@type": "Term",
2070
- "@id": "pm25ToAirInputsProduction"
2070
+ "@id": "4Hydroxy4Methylpentan2OneToAirIndustrialProcesses"
2071
2071
  },
2072
2072
  {
2073
2073
  "@type": "Term",
2074
- "@id": "propyleneGlycolMonomethylEtherToAirInputsProduction"
2074
+ "@id": "benzaldehydeToAirIndustrialProcesses"
2075
2075
  },
2076
2076
  {
2077
2077
  "@type": "Term",
2078
- "@id": "propaneToAirIndustrialProcesses"
2078
+ "@id": "perfluoroethylFormateToAirInputsProduction"
2079
2079
  },
2080
2080
  {
2081
2081
  "@type": "Term",
@@ -4063,27 +4063,27 @@
4063
4063
  },
4064
4064
  {
4065
4065
  "@type": "Term",
4066
- "@id": "excretaInsectsKgVs"
4066
+ "@id": "excretaCamelsKgVs"
4067
4067
  },
4068
4068
  {
4069
4069
  "@type": "Term",
4070
- "@id": "excretaSolidFishCrustaceansKgVs"
4070
+ "@id": "excretaPigsKgVs"
4071
4071
  },
4072
4072
  {
4073
4073
  "@type": "Term",
4074
- "@id": "excretaRabbitsKgVs"
4074
+ "@id": "excretaDucksKgVs"
4075
4075
  },
4076
4076
  {
4077
4077
  "@type": "Term",
4078
- "@id": "excretaCamelsKgVs"
4078
+ "@id": "excretaInsectsKgVs"
4079
4079
  },
4080
4080
  {
4081
4081
  "@type": "Term",
4082
- "@id": "excretaPigsKgVs"
4082
+ "@id": "excretaSolidFishCrustaceansKgVs"
4083
4083
  },
4084
4084
  {
4085
4085
  "@type": "Term",
4086
- "@id": "excretaDucksKgVs"
4086
+ "@id": "excretaRabbitsKgVs"
4087
4087
  },
4088
4088
  {
4089
4089
  "@type": "Term",
@@ -4188,7 +4188,49 @@
4188
4188
  "@type": "Term",
4189
4189
  "name": "Generic crop, seed",
4190
4190
  "@id": "genericCropSeed",
4191
- "_score": 24.266596
4191
+ "_score": 24.323473
4192
+ }
4193
+ ]
4194
+ },
4195
+ {
4196
+ "name": "get_ionophore_terms",
4197
+ "query": {
4198
+ "bool": {
4199
+ "must": [
4200
+ {
4201
+ "match": {
4202
+ "@type": "Term"
4203
+ }
4204
+ },
4205
+ {
4206
+ "match_phrase_prefix": {
4207
+ "name": "ionophore"
4208
+ }
4209
+ }
4210
+ ],
4211
+ "should": [
4212
+ {
4213
+ "match": {
4214
+ "termType": "feedFoodAdditive"
4215
+ }
4216
+ },
4217
+ {
4218
+ "match": {
4219
+ "termType": "veterinaryDrug"
4220
+ }
4221
+ }
4222
+ ],
4223
+ "minimum_should_match": 1
4224
+ }
4225
+ },
4226
+ "results": [
4227
+ {
4228
+ "@type": "Term",
4229
+ "@id": "ionophores"
4230
+ },
4231
+ {
4232
+ "@type": "Term",
4233
+ "@id": "ionophoreAntibiotics"
4192
4234
  }
4193
4235
  ]
4194
4236
  },
@@ -4428,169 +4470,169 @@
4428
4470
  "@type": "Term",
4429
4471
  "name": "Glass or high accessible cover",
4430
4472
  "@id": "glassOrHighAccessibleCover",
4431
- "_score": 64.30496
4473
+ "_score": 63.5788
4432
4474
  },
4433
4475
  {
4434
4476
  "@type": "Term",
4435
4477
  "name": "Sea or ocean",
4436
4478
  "@id": "seaOrOcean",
4437
- "_score": 54.689266
4479
+ "_score": 54.0469
4438
4480
  },
4439
4481
  {
4440
4482
  "@type": "Term",
4441
4483
  "name": "River or stream",
4442
4484
  "@id": "riverOrStream",
4443
- "_score": 50.40971
4485
+ "_score": 50.357346
4444
4486
  },
4445
4487
  {
4446
4488
  "@type": "Term",
4447
4489
  "name": "Agri-food processor",
4448
4490
  "@id": "agriFoodProcessor",
4449
- "_score": 42.041893
4491
+ "_score": 41.963978
4450
4492
  },
4451
4493
  {
4452
4494
  "@type": "Term",
4453
4495
  "name": "Other natural vegetation",
4454
4496
  "@id": "otherNaturalVegetation",
4455
- "_score": 41.02842
4497
+ "_score": 41.43549
4456
4498
  },
4457
4499
  {
4458
4500
  "@type": "Term",
4459
4501
  "name": "Food retailer",
4460
4502
  "@id": "foodRetailer",
4461
- "_score": 39.585335
4503
+ "_score": 39.52106
4462
4504
  },
4463
4505
  {
4464
4506
  "@type": "Term",
4465
4507
  "name": "Natural forest",
4466
4508
  "@id": "naturalForest",
4467
- "_score": 31.614914
4509
+ "_score": 31.78875
4468
4510
  },
4469
4511
  {
4470
4512
  "@type": "Term",
4471
4513
  "name": "Permanent pasture",
4472
4514
  "@id": "permanentPasture",
4473
- "_score": 28.654556
4515
+ "_score": 28.670094
4474
4516
  },
4475
4517
  {
4476
4518
  "@type": "Term",
4477
4519
  "name": "Root or tuber crop plant",
4478
4520
  "@id": "rootOrTuberCropPlant",
4479
- "_score": 27.741146
4521
+ "_score": 27.690126
4480
4522
  },
4481
4523
  {
4482
4524
  "@type": "Term",
4483
4525
  "name": "Animal housing",
4484
4526
  "@id": "animalHousing",
4485
- "_score": 27.382586
4527
+ "_score": 27.283264
4486
4528
  },
4487
4529
  {
4488
4530
  "@type": "Term",
4489
4531
  "name": "High intensity grazing pasture",
4490
4532
  "@id": "highIntensityGrazingPasture",
4491
- "_score": 24.768534
4533
+ "_score": 24.81928
4492
4534
  },
4493
4535
  {
4494
4536
  "@type": "Term",
4495
4537
  "name": "Permanent cropland",
4496
4538
  "@id": "permanentCropland",
4497
- "_score": 20.318165
4539
+ "_score": 20.331741
4498
4540
  },
4499
4541
  {
4500
4542
  "@type": "Term",
4501
4543
  "name": "Forest",
4502
4544
  "@id": "forest",
4503
- "_score": 19.978733
4545
+ "_score": 19.93306
4504
4546
  },
4505
4547
  {
4506
4548
  "@type": "Term",
4507
4549
  "name": "Primary forest",
4508
4550
  "@id": "primaryForest",
4509
- "_score": 19.06118
4551
+ "_score": 19.07519
4510
4552
  },
4511
4553
  {
4512
4554
  "@type": "Term",
4513
4555
  "name": "Plantation forest",
4514
4556
  "@id": "plantationForest",
4515
- "_score": 18.678143
4557
+ "_score": 18.639359
4516
4558
  },
4517
4559
  {
4518
4560
  "@type": "Term",
4519
- "name": "Secondary forest",
4520
- "@id": "secondaryForest",
4521
- "_score": 18.639004
4561
+ "name": "Other land",
4562
+ "@id": "otherLand",
4563
+ "_score": 18.607164
4522
4564
  },
4523
4565
  {
4524
4566
  "@type": "Term",
4525
- "name": "Other land",
4526
- "@id": "otherLand",
4527
- "_score": 18.596907
4567
+ "name": "Secondary forest",
4568
+ "@id": "secondaryForest",
4569
+ "_score": 18.576618
4528
4570
  },
4529
4571
  {
4530
4572
  "@type": "Term",
4531
4573
  "name": "Lake",
4532
4574
  "@id": "lake",
4533
- "_score": 18.231764
4575
+ "_score": 18.14476
4534
4576
  },
4535
4577
  {
4536
4578
  "@type": "Term",
4537
4579
  "name": "Native pasture",
4538
4580
  "@id": "nativePasture",
4539
- "_score": 17.937706
4581
+ "_score": 17.951862
4540
4582
  },
4541
4583
  {
4542
4584
  "@type": "Term",
4543
4585
  "name": "Improved pasture",
4544
4586
  "@id": "improvedPasture",
4545
- "_score": 17.626816
4587
+ "_score": 17.642036
4546
4588
  },
4547
4589
  {
4548
4590
  "@type": "Term",
4549
4591
  "name": "Nominally managed pasture",
4550
4592
  "@id": "nominallyManagedPasture",
4551
- "_score": 16.900576
4593
+ "_score": 16.913551
4552
4594
  },
4553
4595
  {
4554
4596
  "@type": "Term",
4555
- "name": "Sea kale plant",
4556
- "@id": "seaKalePlant",
4557
- "_score": 16.818481
4597
+ "name": "Red sea plume alga",
4598
+ "@id": "redSeaPlumeAlga",
4599
+ "_score": 16.571695
4558
4600
  },
4559
4601
  {
4560
4602
  "@type": "Term",
4561
- "name": "Red sea plume alga",
4562
- "@id": "redSeaPlumeAlga",
4563
- "_score": 16.692595
4603
+ "name": "Sea kale plant",
4604
+ "@id": "seaKalePlant",
4605
+ "_score": 16.508238
4564
4606
  },
4565
4607
  {
4566
4608
  "@type": "Term",
4567
4609
  "name": "Severely degraded pasture",
4568
4610
  "@id": "severelyDegradedPasture",
4569
- "_score": 16.156385
4611
+ "_score": 16.163452
4570
4612
  },
4571
4613
  {
4572
4614
  "@type": "Term",
4573
4615
  "name": "Pond",
4574
4616
  "@id": "pond",
4575
- "_score": 14.209044
4617
+ "_score": 14.225159
4576
4618
  },
4577
4619
  {
4578
4620
  "@type": "Term",
4579
4621
  "name": "River tamarind tree",
4580
4622
  "@id": "riverTamarindTree",
4581
- "_score": 12.724293
4623
+ "_score": 12.739014
4582
4624
  },
4583
4625
  {
4584
4626
  "@type": "Term",
4585
4627
  "name": "Cropland",
4586
4628
  "@id": "cropland",
4587
- "_score": 9.818068
4629
+ "_score": 9.8332
4588
4630
  },
4589
4631
  {
4590
4632
  "@type": "Term",
4591
4633
  "name": "Annual cropland",
4592
4634
  "@id": "annualCropland",
4593
- "_score": 9.161014
4635
+ "_score": 9.171451
4594
4636
  }
4595
4637
  ]
4596
4638
  },
@@ -5067,539 +5109,431 @@
5067
5109
  },
5068
5110
  {
5069
5111
  "@type": "Term",
5070
- "@id": "lovagePlant"
5071
- },
5072
- {
5073
- "@type": "Term",
5074
- "@id": "abacaPlant"
5075
- },
5076
- {
5077
- "@type": "Term",
5078
- "@id": "artichokePlant"
5079
- },
5080
- {
5081
- "@type": "Term",
5082
- "@id": "cardamomPlant"
5083
- },
5084
- {
5085
- "@type": "Term",
5086
- "@id": "atlanticWakameAlga"
5087
- },
5088
- {
5089
- "@type": "Term",
5090
- "@id": "liquoricePlant"
5091
- },
5092
- {
5093
- "@type": "Term",
5094
- "@id": "papayaTree"
5095
- },
5096
- {
5097
- "@type": "Term",
5098
- "@id": "camomilePlant"
5099
- },
5100
- {
5101
- "@type": "Term",
5102
- "@id": "plumTree"
5103
- },
5104
- {
5105
- "@type": "Term",
5106
- "@id": "lettucePlant"
5107
- },
5108
- {
5109
- "@type": "Term",
5110
- "@id": "phyretrumPlant"
5111
- },
5112
- {
5113
- "@type": "Term",
5114
- "@id": "satsumaTree"
5115
- },
5116
- {
5117
- "@type": "Term",
5118
- "@id": "lesserYamVine"
5119
- },
5120
- {
5121
- "@type": "Term",
5122
- "@id": "oreganoPlant"
5123
- },
5124
- {
5125
- "@type": "Term",
5126
- "@id": "passionfruitVine"
5127
- },
5128
- {
5129
- "@type": "Term",
5130
- "@id": "yamVine"
5131
- },
5132
- {
5133
- "@type": "Term",
5134
- "@id": "foxtailMilletPlant"
5135
- },
5136
- {
5137
- "@type": "Term",
5138
- "@id": "uradBeanPlant"
5139
- },
5140
- {
5141
- "@type": "Term",
5142
- "@id": "eucalyptusTree"
5143
- },
5144
- {
5145
- "@type": "Term",
5146
- "@id": "rockSamphirePlant"
5147
- },
5148
- {
5149
- "@type": "Term",
5150
- "@id": "blueLupinPlant"
5151
- },
5152
- {
5153
- "@type": "Term",
5154
- "@id": "silkOakTree"
5155
- },
5156
- {
5157
- "@type": "Term",
5158
- "@id": "celeriacPlant"
5159
- },
5160
- {
5161
- "@type": "Term",
5162
- "@id": "roseVine"
5163
- },
5164
- {
5165
- "@type": "Term",
5166
- "@id": "sourCherryTree"
5167
- },
5168
- {
5169
- "@type": "Term",
5170
- "@id": "blackberryPlant"
5171
- },
5172
- {
5173
- "@type": "Term",
5174
- "@id": "sunnHempPlant"
5175
- },
5176
- {
5177
- "@type": "Term",
5178
- "@id": "jojobaTree"
5112
+ "@id": "hyparrheniaPlant"
5179
5113
  },
5180
5114
  {
5181
5115
  "@type": "Term",
5182
- "@id": "citronellaPlant"
5116
+ "@id": "ubaCanePlant"
5183
5117
  },
5184
5118
  {
5185
5119
  "@type": "Term",
5186
- "@id": "brazilNutTree"
5120
+ "@id": "landGrassPlant"
5187
5121
  },
5188
5122
  {
5189
5123
  "@type": "Term",
5190
- "@id": "beetPlant"
5124
+ "@id": "sudanGrassPlant"
5191
5125
  },
5192
5126
  {
5193
5127
  "@type": "Term",
5194
- "@id": "dubiGrassPlant"
5128
+ "@id": "sporobolusMarginatusPlant"
5195
5129
  },
5196
5130
  {
5197
5131
  "@type": "Term",
5198
- "@id": "walnutTree"
5132
+ "@id": "sweetCherryTree"
5199
5133
  },
5200
5134
  {
5201
5135
  "@type": "Term",
5202
- "@id": "danthoniaPlant"
5136
+ "@id": "sweetPotatoVine"
5203
5137
  },
5204
5138
  {
5205
5139
  "@type": "Term",
5206
- "@id": "africanCouchGrassPlant"
5140
+ "@id": "chivesPlant"
5207
5141
  },
5208
5142
  {
5209
5143
  "@type": "Term",
5210
- "@id": "tobaccoPlant"
5144
+ "@id": "buckwheatPlant"
5211
5145
  },
5212
5146
  {
5213
5147
  "@type": "Term",
5214
- "@id": "egyptianCrowfootGrassPlant"
5148
+ "@id": "khatTree"
5215
5149
  },
5216
5150
  {
5217
5151
  "@type": "Term",
5218
- "@id": "chrysopogonLatifoliusPlant"
5152
+ "@id": "bungomaGrassPlant"
5219
5153
  },
5220
5154
  {
5221
5155
  "@type": "Term",
5222
- "@id": "turmericPlant"
5156
+ "@id": "chineseAlbiziaTree"
5223
5157
  },
5224
5158
  {
5225
5159
  "@type": "Term",
5226
- "@id": "sewanGrassPlant"
5160
+ "@id": "gooseberryPlant"
5227
5161
  },
5228
5162
  {
5229
5163
  "@type": "Term",
5230
- "@id": "spearGrassPlant"
5164
+ "@id": "fingerMilletPlant"
5231
5165
  },
5232
5166
  {
5233
5167
  "@type": "Term",
5234
- "@id": "horseradishPlant"
5168
+ "@id": "chlorisRoxburghianaPlant"
5235
5169
  },
5236
5170
  {
5237
5171
  "@type": "Term",
5238
- "@id": "durumWheatPlant"
5172
+ "@id": "whiteLupinPlant"
5239
5173
  },
5240
5174
  {
5241
5175
  "@type": "Term",
5242
- "@id": "tangerineTree"
5176
+ "@id": "quinoaPlant"
5243
5177
  },
5244
5178
  {
5245
5179
  "@type": "Term",
5246
- "@id": "sesbanTree"
5180
+ "@id": "strawberrySpinachPlant"
5247
5181
  },
5248
5182
  {
5249
5183
  "@type": "Term",
5250
- "@id": "milanjeFingerGrassPlant"
5184
+ "@id": "taroPlant"
5251
5185
  },
5252
5186
  {
5253
5187
  "@type": "Term",
5254
- "@id": "sisalPlant"
5188
+ "@id": "colaTree"
5255
5189
  },
5256
5190
  {
5257
5191
  "@type": "Term",
5258
- "@id": "indianSanburPlant"
5192
+ "@id": "whiteMulberryTree"
5259
5193
  },
5260
5194
  {
5261
5195
  "@type": "Term",
5262
- "@id": "africanLocustBeanTree"
5196
+ "@id": "sweetCornPlant"
5263
5197
  },
5264
5198
  {
5265
5199
  "@type": "Term",
5266
- "@id": "desertGrassPlant"
5200
+ "@id": "antelopeGrassPlant"
5267
5201
  },
5268
5202
  {
5269
5203
  "@type": "Term",
5270
- "@id": "otherLand"
5204
+ "@id": "currantPlant"
5271
5205
  },
5272
5206
  {
5273
5207
  "@type": "Term",
5274
- "@id": "jutePlant"
5208
+ "@id": "limpoGrassPlant"
5275
5209
  },
5276
5210
  {
5277
5211
  "@type": "Term",
5278
- "@id": "annualHonestyPlant"
5212
+ "@id": "industrialBuilding"
5279
5213
  },
5280
5214
  {
5281
5215
  "@type": "Term",
5282
- "@id": "cranberryPlant"
5216
+ "@id": "chineseHibiscusPlant"
5283
5217
  },
5284
5218
  {
5285
5219
  "@type": "Term",
5286
- "@id": "hornedMelonVine"
5220
+ "@id": "palmTree"
5287
5221
  },
5288
5222
  {
5289
5223
  "@type": "Term",
5290
- "@id": "beeBalmPlant"
5224
+ "@id": "pineTree"
5291
5225
  },
5292
5226
  {
5293
5227
  "@type": "Term",
5294
- "@id": "breadfruitTree"
5228
+ "@id": "sunflowerPlant"
5295
5229
  },
5296
5230
  {
5297
5231
  "@type": "Term",
5298
- "@id": "permanentPasture"
5232
+ "@id": "mandarinTree"
5299
5233
  },
5300
5234
  {
5301
5235
  "@type": "Term",
5302
- "@id": "kohlrabiPlant"
5236
+ "@id": "caribGrassPlant"
5303
5237
  },
5304
5238
  {
5305
5239
  "@type": "Term",
5306
- "@id": "ravennaGrassPlant"
5240
+ "@id": "peaPlant"
5307
5241
  },
5308
5242
  {
5309
5243
  "@type": "Term",
5310
- "@id": "mnesitheaSelloanaPlant"
5244
+ "@id": "arazaTree"
5311
5245
  },
5312
5246
  {
5313
5247
  "@type": "Term",
5314
- "@id": "okraPlant"
5248
+ "@id": "hennaTree"
5315
5249
  },
5316
5250
  {
5317
5251
  "@type": "Term",
5318
- "@id": "abyssinianKalePlant"
5252
+ "@id": "cowpeaPlant"
5319
5253
  },
5320
5254
  {
5321
5255
  "@type": "Term",
5322
- "@id": "oilPalmTree"
5256
+ "@id": "kapokTree"
5323
5257
  },
5324
5258
  {
5325
5259
  "@type": "Term",
5326
- "@id": "chestnutTree"
5260
+ "@id": "giantStarGrassPlant"
5327
5261
  },
5328
5262
  {
5329
5263
  "@type": "Term",
5330
- "@id": "longanTree"
5264
+ "@id": "perennialHonestyPlant"
5331
5265
  },
5332
5266
  {
5333
5267
  "@type": "Term",
5334
- "@id": "blanketGrassPlant"
5268
+ "@id": "surinameGrassPlant"
5335
5269
  },
5336
5270
  {
5337
5271
  "@type": "Term",
5338
- "@id": "watermelonVine"
5272
+ "@id": "sainfoinPlant"
5339
5273
  },
5340
5274
  {
5341
5275
  "@type": "Term",
5342
- "@id": "carambolaTree"
5276
+ "@id": "yerbaMateTree"
5343
5277
  },
5344
5278
  {
5345
5279
  "@type": "Term",
5346
- "@id": "medlarTree"
5280
+ "@id": "commonNeedleGrassPlant"
5347
5281
  },
5348
5282
  {
5349
5283
  "@type": "Term",
5350
- "@id": "pomegranateTree"
5284
+ "@id": "nativePasture"
5351
5285
  },
5352
5286
  {
5353
5287
  "@type": "Term",
5354
- "@id": "sweetSorghumPlant"
5288
+ "@id": "africanNightshadePlant"
5355
5289
  },
5356
5290
  {
5357
5291
  "@type": "Term",
5358
- "@id": "arabianStarflowerPlant"
5292
+ "@id": "nominallyManagedPasture"
5359
5293
  },
5360
5294
  {
5361
5295
  "@type": "Term",
5362
- "@id": "quinceTree"
5296
+ "@id": "gumArabicTree"
5363
5297
  },
5364
5298
  {
5365
5299
  "@type": "Term",
5366
- "@id": "aromaticCropPlant"
5300
+ "@id": "agatiTree"
5367
5301
  },
5368
5302
  {
5369
5303
  "@type": "Term",
5370
- "@id": "auberginePlant"
5304
+ "@id": "eveningPrimrosePlant"
5371
5305
  },
5372
5306
  {
5373
5307
  "@type": "Term",
5374
- "@id": "stylosanthesCampoGrandePlant"
5308
+ "@id": "grapefruitTree"
5375
5309
  },
5376
5310
  {
5377
5311
  "@type": "Term",
5378
- "@id": "otherNaturalVegetation"
5312
+ "@id": "miscanthusGrassPlant"
5379
5313
  },
5380
5314
  {
5381
5315
  "@type": "Term",
5382
- "@id": "rhodesGrassPlant"
5316
+ "@id": "fibreCropPlant"
5383
5317
  },
5384
5318
  {
5385
5319
  "@type": "Term",
5386
- "@id": "guatemalaGrassPlant"
5320
+ "@id": "shortFallow"
5387
5321
  },
5388
5322
  {
5389
5323
  "@type": "Term",
5390
- "@id": "itchgrassPlant"
5324
+ "@id": "waterBody"
5391
5325
  },
5392
5326
  {
5393
5327
  "@type": "Term",
5394
- "@id": "waterSpinachPlant"
5328
+ "@id": "armgrassMilletPlant"
5395
5329
  },
5396
5330
  {
5397
5331
  "@type": "Term",
5398
- "@id": "seaKalePlant"
5332
+ "@id": "bitterOrangeTree"
5399
5333
  },
5400
5334
  {
5401
5335
  "@type": "Term",
5402
- "@id": "redRhodesGrassPlant"
5336
+ "@id": "chicoryPlant"
5403
5337
  },
5404
5338
  {
5405
5339
  "@type": "Term",
5406
- "@id": "blueberryPlant"
5340
+ "@id": "coconutTree"
5407
5341
  },
5408
5342
  {
5409
5343
  "@type": "Term",
5410
- "@id": "guineaGrassPlant"
5344
+ "@id": "arizonaCottontopPlant"
5411
5345
  },
5412
5346
  {
5413
5347
  "@type": "Term",
5414
- "@id": "desert"
5348
+ "@id": "wireLemonGrassPlant"
5415
5349
  },
5416
5350
  {
5417
5351
  "@type": "Term",
5418
- "@id": "goldenMilletPlant"
5352
+ "@id": "cratyliaArgenteaPlant"
5419
5353
  },
5420
5354
  {
5421
5355
  "@type": "Term",
5422
- "@id": "queenslandBlueGrassPlant"
5356
+ "@id": "dewberryPlant"
5423
5357
  },
5424
5358
  {
5425
5359
  "@type": "Term",
5426
- "@id": "tangeloTree"
5360
+ "@id": "torpedoGrassPlant"
5427
5361
  },
5428
5362
  {
5429
5363
  "@type": "Term",
5430
- "@id": "pennisetumOrientalePlant"
5364
+ "@id": "scorzoneraPlant"
5431
5365
  },
5432
5366
  {
5433
5367
  "@type": "Term",
5434
- "@id": "hedgeLucernePlant"
5368
+ "@id": "aleppoGrassPlant"
5435
5369
  },
5436
5370
  {
5437
5371
  "@type": "Term",
5438
- "@id": "oatPlant"
5372
+ "@id": "limeTree"
5439
5373
  },
5440
5374
  {
5441
5375
  "@type": "Term",
5442
- "@id": "aquaticCropPlant"
5376
+ "@id": "dallisGrassPlant"
5443
5377
  },
5444
5378
  {
5445
5379
  "@type": "Term",
5446
- "@id": "cloveTree"
5380
+ "@id": "mnesitheaRottboellioidesPlant"
5447
5381
  },
5448
5382
  {
5449
5383
  "@type": "Term",
5450
- "@id": "chlorisPrieuriiPlant"
5384
+ "@id": "birdwoodGrassPlant"
5451
5385
  },
5452
5386
  {
5453
5387
  "@type": "Term",
5454
- "@id": "stimulantCropPlant"
5388
+ "@id": "melonVine"
5455
5389
  },
5456
5390
  {
5457
5391
  "@type": "Term",
5458
- "@id": "marvelGrassPlant"
5392
+ "@id": "seaOrOcean"
5459
5393
  },
5460
5394
  {
5461
5395
  "@type": "Term",
5462
- "@id": "landCressPlant"
5396
+ "@id": "guavaTree"
5463
5397
  },
5464
5398
  {
5465
5399
  "@type": "Term",
5466
- "@id": "peachTree"
5400
+ "@id": "sapodillaTree"
5467
5401
  },
5468
5402
  {
5469
5403
  "@type": "Term",
5470
- "@id": "ricePlantFlooded"
5404
+ "@id": "sweetGranadillaVine"
5471
5405
  },
5472
5406
  {
5473
5407
  "@type": "Term",
5474
- "@id": "radishPlant"
5408
+ "@id": "fiquePlant"
5475
5409
  },
5476
5410
  {
5477
5411
  "@type": "Term",
5478
- "@id": "wildRocketPlant"
5412
+ "@id": "sagePlant"
5479
5413
  },
5480
5414
  {
5481
5415
  "@type": "Term",
5482
- "@id": "purpleYamVine"
5416
+ "@id": "ervilPlant"
5483
5417
  },
5484
5418
  {
5485
5419
  "@type": "Term",
5486
- "@id": "wildCanePlant"
5420
+ "@id": "arrachaPlant"
5487
5421
  },
5488
5422
  {
5489
5423
  "@type": "Term",
5490
- "@id": "canihuaPlant"
5424
+ "@id": "garlicPlant"
5491
5425
  },
5492
5426
  {
5493
5427
  "@type": "Term",
5494
- "@id": "speltWheatPlant"
5428
+ "@id": "grapesVine"
5495
5429
  },
5496
5430
  {
5497
5431
  "@type": "Term",
5498
- "@id": "peachPalmTree"
5432
+ "@id": "savannah"
5499
5433
  },
5500
5434
  {
5501
5435
  "@type": "Term",
5502
- "@id": "missionGrassPlant"
5436
+ "@id": "jackfruitTree"
5503
5437
  },
5504
5438
  {
5505
5439
  "@type": "Term",
5506
- "@id": "sainGrassPlant"
5440
+ "@id": "wildScrobicPlant"
5507
5441
  },
5508
5442
  {
5509
5443
  "@type": "Term",
5510
- "@id": "bermudaGrassPlant"
5444
+ "@id": "industrialCropPlant"
5511
5445
  },
5512
5446
  {
5513
5447
  "@type": "Term",
5514
- "@id": "hookGrassPlant"
5448
+ "@id": "pomeloTree"
5515
5449
  },
5516
5450
  {
5517
5451
  "@type": "Term",
5518
- "@id": "mountainRedtopPlant"
5452
+ "@id": "breadGrassPlant"
5519
5453
  },
5520
5454
  {
5521
5455
  "@type": "Term",
5522
- "@id": "magentaSpreenPlant"
5456
+ "@id": "prosoMilletPlant"
5523
5457
  },
5524
5458
  {
5525
5459
  "@type": "Term",
5526
- "@id": "boragePlant"
5460
+ "@id": "loganberryPlant"
5527
5461
  },
5528
5462
  {
5529
5463
  "@type": "Term",
5530
- "@id": "forest"
5464
+ "@id": "asafoetidaPlant"
5531
5465
  },
5532
5466
  {
5533
5467
  "@type": "Term",
5534
- "@id": "genericGrassPlant"
5468
+ "@id": "cabbagePlant"
5535
5469
  },
5536
5470
  {
5537
5471
  "@type": "Term",
5538
- "@id": "slenderBluestemPlant"
5472
+ "@id": "tagasasteTree"
5539
5473
  },
5540
5474
  {
5541
5475
  "@type": "Term",
5542
- "@id": "slenderGramaPlant"
5476
+ "@id": "winterThornTree"
5543
5477
  },
5544
5478
  {
5545
5479
  "@type": "Term",
5546
- "@id": "poroTree"
5480
+ "@id": "cloverPlant"
5547
5481
  },
5548
5482
  {
5549
5483
  "@type": "Term",
5550
- "@id": "chrysopogonFallaxPlant"
5484
+ "@id": "polypogonSchimperianusPlant"
5551
5485
  },
5552
5486
  {
5553
5487
  "@type": "Term",
5554
- "@id": "setariaLachneaPlant"
5488
+ "@id": "rootOrTuberCropPlant"
5555
5489
  },
5556
5490
  {
5557
5491
  "@type": "Term",
5558
- "@id": "pepinoDulcePlant"
5492
+ "@id": "leptochloaOptusifloraPlant"
5559
5493
  },
5560
5494
  {
5561
5495
  "@type": "Term",
5562
- "@id": "kachiGrassPlant"
5496
+ "@id": "ischaemumMuticumPlant"
5563
5497
  },
5564
5498
  {
5565
5499
  "@type": "Term",
5566
- "@id": "agriFoodProcessor"
5500
+ "@id": "yellowThatchingGrassPlant"
5567
5501
  },
5568
5502
  {
5569
5503
  "@type": "Term",
5570
- "@id": "pitseedGoosefootPlant"
5504
+ "@id": "parsnipPlant"
5571
5505
  },
5572
5506
  {
5573
5507
  "@type": "Term",
5574
- "@id": "caperPlant"
5508
+ "@id": "watercressPlant"
5575
5509
  },
5576
5510
  {
5577
5511
  "@type": "Term",
5578
- "@id": "winterSquashVine"
5512
+ "@id": "pond"
5579
5513
  },
5580
5514
  {
5581
5515
  "@type": "Term",
5582
- "@id": "springOnionPlant"
5516
+ "@id": "commonBeanPlant"
5583
5517
  },
5584
5518
  {
5585
5519
  "@type": "Term",
5586
- "@id": "swedePlant"
5520
+ "@id": "saffronCrocusPlant"
5587
5521
  },
5588
5522
  {
5589
5523
  "@type": "Term",
5590
- "@id": "chineseWaterChestnutPlant"
5524
+ "@id": "oilCropPlant"
5591
5525
  },
5592
5526
  {
5593
5527
  "@type": "Term",
5594
- "@id": "oliveTree"
5528
+ "@id": "cockspurGrassPlant"
5595
5529
  },
5596
5530
  {
5597
5531
  "@type": "Term",
5598
- "@id": "slenderChlorisPlant"
5532
+ "@id": "rhubarbPlant"
5599
5533
  },
5600
5534
  {
5601
5535
  "@type": "Term",
5602
- "@id": "arrowrootPlant"
5536
+ "@id": "dillPlant"
5603
5537
  },
5604
5538
  {
5605
5539
  "@type": "Term",
@@ -5679,539 +5613,539 @@
5679
5613
  },
5680
5614
  {
5681
5615
  "@type": "Term",
5682
- "@id": "hyparrheniaPlant"
5616
+ "@id": "lovagePlant"
5683
5617
  },
5684
5618
  {
5685
5619
  "@type": "Term",
5686
- "@id": "ubaCanePlant"
5620
+ "@id": "abacaPlant"
5687
5621
  },
5688
5622
  {
5689
5623
  "@type": "Term",
5690
- "@id": "landGrassPlant"
5624
+ "@id": "artichokePlant"
5691
5625
  },
5692
5626
  {
5693
5627
  "@type": "Term",
5694
- "@id": "sudanGrassPlant"
5628
+ "@id": "cardamomPlant"
5695
5629
  },
5696
5630
  {
5697
5631
  "@type": "Term",
5698
- "@id": "sporobolusMarginatusPlant"
5632
+ "@id": "atlanticWakameAlga"
5699
5633
  },
5700
5634
  {
5701
5635
  "@type": "Term",
5702
- "@id": "sweetCherryTree"
5636
+ "@id": "liquoricePlant"
5703
5637
  },
5704
5638
  {
5705
5639
  "@type": "Term",
5706
- "@id": "sweetPotatoVine"
5640
+ "@id": "papayaTree"
5707
5641
  },
5708
5642
  {
5709
5643
  "@type": "Term",
5710
- "@id": "chivesPlant"
5644
+ "@id": "camomilePlant"
5711
5645
  },
5712
5646
  {
5713
5647
  "@type": "Term",
5714
- "@id": "buckwheatPlant"
5648
+ "@id": "plumTree"
5715
5649
  },
5716
5650
  {
5717
5651
  "@type": "Term",
5718
- "@id": "khatTree"
5652
+ "@id": "lettucePlant"
5719
5653
  },
5720
5654
  {
5721
5655
  "@type": "Term",
5722
- "@id": "bungomaGrassPlant"
5656
+ "@id": "phyretrumPlant"
5723
5657
  },
5724
5658
  {
5725
5659
  "@type": "Term",
5726
- "@id": "chineseAlbiziaTree"
5660
+ "@id": "satsumaTree"
5727
5661
  },
5728
5662
  {
5729
5663
  "@type": "Term",
5730
- "@id": "gooseberryPlant"
5664
+ "@id": "lesserYamVine"
5731
5665
  },
5732
5666
  {
5733
5667
  "@type": "Term",
5734
- "@id": "fingerMilletPlant"
5668
+ "@id": "oreganoPlant"
5735
5669
  },
5736
5670
  {
5737
5671
  "@type": "Term",
5738
- "@id": "chlorisRoxburghianaPlant"
5672
+ "@id": "passionfruitVine"
5739
5673
  },
5740
5674
  {
5741
5675
  "@type": "Term",
5742
- "@id": "whiteLupinPlant"
5676
+ "@id": "yamVine"
5743
5677
  },
5744
5678
  {
5745
5679
  "@type": "Term",
5746
- "@id": "quinoaPlant"
5680
+ "@id": "foxtailMilletPlant"
5747
5681
  },
5748
5682
  {
5749
5683
  "@type": "Term",
5750
- "@id": "strawberrySpinachPlant"
5684
+ "@id": "uradBeanPlant"
5751
5685
  },
5752
5686
  {
5753
5687
  "@type": "Term",
5754
- "@id": "taroPlant"
5688
+ "@id": "eucalyptusTree"
5755
5689
  },
5756
5690
  {
5757
5691
  "@type": "Term",
5758
- "@id": "colaTree"
5692
+ "@id": "rockSamphirePlant"
5759
5693
  },
5760
5694
  {
5761
5695
  "@type": "Term",
5762
- "@id": "whiteMulberryTree"
5696
+ "@id": "blueLupinPlant"
5763
5697
  },
5764
5698
  {
5765
5699
  "@type": "Term",
5766
- "@id": "sweetCornPlant"
5700
+ "@id": "silkOakTree"
5767
5701
  },
5768
5702
  {
5769
5703
  "@type": "Term",
5770
- "@id": "antelopeGrassPlant"
5704
+ "@id": "celeriacPlant"
5771
5705
  },
5772
5706
  {
5773
5707
  "@type": "Term",
5774
- "@id": "currantPlant"
5708
+ "@id": "roseVine"
5775
5709
  },
5776
5710
  {
5777
5711
  "@type": "Term",
5778
- "@id": "limpoGrassPlant"
5712
+ "@id": "sourCherryTree"
5779
5713
  },
5780
5714
  {
5781
5715
  "@type": "Term",
5782
- "@id": "industrialBuilding"
5716
+ "@id": "blackberryPlant"
5783
5717
  },
5784
5718
  {
5785
5719
  "@type": "Term",
5786
- "@id": "chineseHibiscusPlant"
5720
+ "@id": "sunnHempPlant"
5787
5721
  },
5788
5722
  {
5789
5723
  "@type": "Term",
5790
- "@id": "palmTree"
5724
+ "@id": "jojobaTree"
5791
5725
  },
5792
5726
  {
5793
5727
  "@type": "Term",
5794
- "@id": "pineTree"
5728
+ "@id": "citronellaPlant"
5795
5729
  },
5796
5730
  {
5797
5731
  "@type": "Term",
5798
- "@id": "sunflowerPlant"
5732
+ "@id": "brazilNutTree"
5799
5733
  },
5800
5734
  {
5801
5735
  "@type": "Term",
5802
- "@id": "mandarinTree"
5736
+ "@id": "beetPlant"
5803
5737
  },
5804
5738
  {
5805
5739
  "@type": "Term",
5806
- "@id": "caribGrassPlant"
5740
+ "@id": "dubiGrassPlant"
5807
5741
  },
5808
5742
  {
5809
5743
  "@type": "Term",
5810
- "@id": "peaPlant"
5744
+ "@id": "walnutTree"
5811
5745
  },
5812
5746
  {
5813
5747
  "@type": "Term",
5814
- "@id": "arazaTree"
5748
+ "@id": "danthoniaPlant"
5815
5749
  },
5816
5750
  {
5817
5751
  "@type": "Term",
5818
- "@id": "hennaTree"
5752
+ "@id": "africanCouchGrassPlant"
5819
5753
  },
5820
5754
  {
5821
5755
  "@type": "Term",
5822
- "@id": "cowpeaPlant"
5756
+ "@id": "tobaccoPlant"
5823
5757
  },
5824
5758
  {
5825
5759
  "@type": "Term",
5826
- "@id": "kapokTree"
5760
+ "@id": "egyptianCrowfootGrassPlant"
5827
5761
  },
5828
5762
  {
5829
5763
  "@type": "Term",
5830
- "@id": "giantStarGrassPlant"
5764
+ "@id": "chrysopogonLatifoliusPlant"
5831
5765
  },
5832
5766
  {
5833
5767
  "@type": "Term",
5834
- "@id": "perennialHonestyPlant"
5768
+ "@id": "turmericPlant"
5835
5769
  },
5836
5770
  {
5837
5771
  "@type": "Term",
5838
- "@id": "surinameGrassPlant"
5772
+ "@id": "sewanGrassPlant"
5839
5773
  },
5840
5774
  {
5841
5775
  "@type": "Term",
5842
- "@id": "sainfoinPlant"
5776
+ "@id": "spearGrassPlant"
5843
5777
  },
5844
5778
  {
5845
5779
  "@type": "Term",
5846
- "@id": "yerbaMateTree"
5780
+ "@id": "horseradishPlant"
5847
5781
  },
5848
5782
  {
5849
5783
  "@type": "Term",
5850
- "@id": "commonNeedleGrassPlant"
5784
+ "@id": "durumWheatPlant"
5851
5785
  },
5852
5786
  {
5853
5787
  "@type": "Term",
5854
- "@id": "nativePasture"
5788
+ "@id": "tangerineTree"
5855
5789
  },
5856
5790
  {
5857
5791
  "@type": "Term",
5858
- "@id": "africanNightshadePlant"
5792
+ "@id": "sesbanTree"
5859
5793
  },
5860
5794
  {
5861
5795
  "@type": "Term",
5862
- "@id": "nominallyManagedPasture"
5796
+ "@id": "milanjeFingerGrassPlant"
5863
5797
  },
5864
5798
  {
5865
5799
  "@type": "Term",
5866
- "@id": "gumArabicTree"
5800
+ "@id": "sisalPlant"
5867
5801
  },
5868
5802
  {
5869
5803
  "@type": "Term",
5870
- "@id": "agatiTree"
5804
+ "@id": "indianSanburPlant"
5871
5805
  },
5872
5806
  {
5873
5807
  "@type": "Term",
5874
- "@id": "eveningPrimrosePlant"
5808
+ "@id": "africanLocustBeanTree"
5875
5809
  },
5876
5810
  {
5877
5811
  "@type": "Term",
5878
- "@id": "grapefruitTree"
5812
+ "@id": "desertGrassPlant"
5879
5813
  },
5880
5814
  {
5881
5815
  "@type": "Term",
5882
- "@id": "miscanthusGrassPlant"
5816
+ "@id": "otherLand"
5883
5817
  },
5884
5818
  {
5885
5819
  "@type": "Term",
5886
- "@id": "fibreCropPlant"
5820
+ "@id": "jutePlant"
5887
5821
  },
5888
5822
  {
5889
5823
  "@type": "Term",
5890
- "@id": "shortFallow"
5824
+ "@id": "annualHonestyPlant"
5891
5825
  },
5892
5826
  {
5893
5827
  "@type": "Term",
5894
- "@id": "waterBody"
5828
+ "@id": "cranberryPlant"
5895
5829
  },
5896
5830
  {
5897
5831
  "@type": "Term",
5898
- "@id": "armgrassMilletPlant"
5832
+ "@id": "hornedMelonVine"
5899
5833
  },
5900
5834
  {
5901
5835
  "@type": "Term",
5902
- "@id": "bitterOrangeTree"
5836
+ "@id": "beeBalmPlant"
5903
5837
  },
5904
5838
  {
5905
5839
  "@type": "Term",
5906
- "@id": "chicoryPlant"
5840
+ "@id": "breadfruitTree"
5907
5841
  },
5908
5842
  {
5909
5843
  "@type": "Term",
5910
- "@id": "coconutTree"
5844
+ "@id": "permanentPasture"
5911
5845
  },
5912
5846
  {
5913
5847
  "@type": "Term",
5914
- "@id": "arizonaCottontopPlant"
5848
+ "@id": "kohlrabiPlant"
5915
5849
  },
5916
5850
  {
5917
5851
  "@type": "Term",
5918
- "@id": "wireLemonGrassPlant"
5852
+ "@id": "ravennaGrassPlant"
5919
5853
  },
5920
5854
  {
5921
5855
  "@type": "Term",
5922
- "@id": "cratyliaArgenteaPlant"
5856
+ "@id": "mnesitheaSelloanaPlant"
5923
5857
  },
5924
5858
  {
5925
5859
  "@type": "Term",
5926
- "@id": "dewberryPlant"
5860
+ "@id": "okraPlant"
5927
5861
  },
5928
5862
  {
5929
5863
  "@type": "Term",
5930
- "@id": "torpedoGrassPlant"
5864
+ "@id": "abyssinianKalePlant"
5931
5865
  },
5932
5866
  {
5933
5867
  "@type": "Term",
5934
- "@id": "scorzoneraPlant"
5868
+ "@id": "oilPalmTree"
5935
5869
  },
5936
5870
  {
5937
5871
  "@type": "Term",
5938
- "@id": "aleppoGrassPlant"
5872
+ "@id": "chestnutTree"
5939
5873
  },
5940
5874
  {
5941
5875
  "@type": "Term",
5942
- "@id": "limeTree"
5876
+ "@id": "longanTree"
5943
5877
  },
5944
5878
  {
5945
5879
  "@type": "Term",
5946
- "@id": "dallisGrassPlant"
5880
+ "@id": "blanketGrassPlant"
5947
5881
  },
5948
5882
  {
5949
5883
  "@type": "Term",
5950
- "@id": "mnesitheaRottboellioidesPlant"
5884
+ "@id": "watermelonVine"
5951
5885
  },
5952
5886
  {
5953
5887
  "@type": "Term",
5954
- "@id": "birdwoodGrassPlant"
5888
+ "@id": "carambolaTree"
5955
5889
  },
5956
5890
  {
5957
5891
  "@type": "Term",
5958
- "@id": "melonVine"
5892
+ "@id": "medlarTree"
5959
5893
  },
5960
5894
  {
5961
5895
  "@type": "Term",
5962
- "@id": "seaOrOcean"
5896
+ "@id": "pomegranateTree"
5963
5897
  },
5964
5898
  {
5965
5899
  "@type": "Term",
5966
- "@id": "guavaTree"
5900
+ "@id": "sweetSorghumPlant"
5967
5901
  },
5968
5902
  {
5969
5903
  "@type": "Term",
5970
- "@id": "sapodillaTree"
5904
+ "@id": "arabianStarflowerPlant"
5971
5905
  },
5972
5906
  {
5973
5907
  "@type": "Term",
5974
- "@id": "sweetGranadillaVine"
5908
+ "@id": "quinceTree"
5975
5909
  },
5976
5910
  {
5977
5911
  "@type": "Term",
5978
- "@id": "fiquePlant"
5912
+ "@id": "aromaticCropPlant"
5979
5913
  },
5980
5914
  {
5981
5915
  "@type": "Term",
5982
- "@id": "sagePlant"
5916
+ "@id": "auberginePlant"
5983
5917
  },
5984
5918
  {
5985
5919
  "@type": "Term",
5986
- "@id": "ervilPlant"
5920
+ "@id": "stylosanthesCampoGrandePlant"
5987
5921
  },
5988
5922
  {
5989
5923
  "@type": "Term",
5990
- "@id": "arrachaPlant"
5924
+ "@id": "otherNaturalVegetation"
5991
5925
  },
5992
5926
  {
5993
5927
  "@type": "Term",
5994
- "@id": "garlicPlant"
5928
+ "@id": "rhodesGrassPlant"
5995
5929
  },
5996
5930
  {
5997
5931
  "@type": "Term",
5998
- "@id": "grapesVine"
5932
+ "@id": "guatemalaGrassPlant"
5999
5933
  },
6000
5934
  {
6001
5935
  "@type": "Term",
6002
- "@id": "savannah"
5936
+ "@id": "itchgrassPlant"
6003
5937
  },
6004
5938
  {
6005
5939
  "@type": "Term",
6006
- "@id": "jackfruitTree"
5940
+ "@id": "waterSpinachPlant"
6007
5941
  },
6008
5942
  {
6009
5943
  "@type": "Term",
6010
- "@id": "wildScrobicPlant"
5944
+ "@id": "seaKalePlant"
6011
5945
  },
6012
5946
  {
6013
5947
  "@type": "Term",
6014
- "@id": "industrialCropPlant"
5948
+ "@id": "redRhodesGrassPlant"
6015
5949
  },
6016
5950
  {
6017
5951
  "@type": "Term",
6018
- "@id": "pomeloTree"
5952
+ "@id": "blueberryPlant"
6019
5953
  },
6020
5954
  {
6021
5955
  "@type": "Term",
6022
- "@id": "breadGrassPlant"
5956
+ "@id": "guineaGrassPlant"
6023
5957
  },
6024
5958
  {
6025
5959
  "@type": "Term",
6026
- "@id": "prosoMilletPlant"
5960
+ "@id": "desert"
6027
5961
  },
6028
5962
  {
6029
5963
  "@type": "Term",
6030
- "@id": "loganberryPlant"
5964
+ "@id": "goldenMilletPlant"
6031
5965
  },
6032
5966
  {
6033
5967
  "@type": "Term",
6034
- "@id": "asafoetidaPlant"
5968
+ "@id": "queenslandBlueGrassPlant"
6035
5969
  },
6036
5970
  {
6037
5971
  "@type": "Term",
6038
- "@id": "cabbagePlant"
5972
+ "@id": "tangeloTree"
6039
5973
  },
6040
5974
  {
6041
5975
  "@type": "Term",
6042
- "@id": "tagasasteTree"
5976
+ "@id": "pennisetumOrientalePlant"
6043
5977
  },
6044
5978
  {
6045
5979
  "@type": "Term",
6046
- "@id": "winterThornTree"
5980
+ "@id": "hedgeLucernePlant"
6047
5981
  },
6048
5982
  {
6049
5983
  "@type": "Term",
6050
- "@id": "cloverPlant"
5984
+ "@id": "oatPlant"
6051
5985
  },
6052
5986
  {
6053
5987
  "@type": "Term",
6054
- "@id": "polypogonSchimperianusPlant"
5988
+ "@id": "aquaticCropPlant"
6055
5989
  },
6056
5990
  {
6057
5991
  "@type": "Term",
6058
- "@id": "rootOrTuberCropPlant"
5992
+ "@id": "cloveTree"
6059
5993
  },
6060
5994
  {
6061
5995
  "@type": "Term",
6062
- "@id": "leptochloaOptusifloraPlant"
5996
+ "@id": "chlorisPrieuriiPlant"
6063
5997
  },
6064
5998
  {
6065
5999
  "@type": "Term",
6066
- "@id": "ischaemumMuticumPlant"
6000
+ "@id": "stimulantCropPlant"
6067
6001
  },
6068
6002
  {
6069
6003
  "@type": "Term",
6070
- "@id": "yellowThatchingGrassPlant"
6004
+ "@id": "marvelGrassPlant"
6071
6005
  },
6072
6006
  {
6073
6007
  "@type": "Term",
6074
- "@id": "parsnipPlant"
6008
+ "@id": "landCressPlant"
6075
6009
  },
6076
6010
  {
6077
6011
  "@type": "Term",
6078
- "@id": "watercressPlant"
6012
+ "@id": "peachTree"
6079
6013
  },
6080
6014
  {
6081
6015
  "@type": "Term",
6082
- "@id": "pond"
6016
+ "@id": "ricePlantFlooded"
6083
6017
  },
6084
6018
  {
6085
6019
  "@type": "Term",
6086
- "@id": "commonBeanPlant"
6020
+ "@id": "radishPlant"
6087
6021
  },
6088
6022
  {
6089
6023
  "@type": "Term",
6090
- "@id": "saffronCrocusPlant"
6024
+ "@id": "wildRocketPlant"
6091
6025
  },
6092
6026
  {
6093
6027
  "@type": "Term",
6094
- "@id": "oilCropPlant"
6028
+ "@id": "purpleYamVine"
6095
6029
  },
6096
6030
  {
6097
6031
  "@type": "Term",
6098
- "@id": "cockspurGrassPlant"
6032
+ "@id": "wildCanePlant"
6099
6033
  },
6100
6034
  {
6101
6035
  "@type": "Term",
6102
- "@id": "rhubarbPlant"
6036
+ "@id": "canihuaPlant"
6103
6037
  },
6104
6038
  {
6105
6039
  "@type": "Term",
6106
- "@id": "dillPlant"
6040
+ "@id": "speltWheatPlant"
6107
6041
  },
6108
6042
  {
6109
6043
  "@type": "Term",
6110
- "@id": "peanutPlant"
6044
+ "@id": "peachPalmTree"
6111
6045
  },
6112
6046
  {
6113
6047
  "@type": "Term",
6114
- "@id": "commonVetchPlant"
6048
+ "@id": "missionGrassPlant"
6115
6049
  },
6116
6050
  {
6117
6051
  "@type": "Term",
6118
- "@id": "citrusTree"
6052
+ "@id": "sainGrassPlant"
6119
6053
  },
6120
6054
  {
6121
6055
  "@type": "Term",
6122
- "@id": "redSeaPlumeAlga"
6056
+ "@id": "bermudaGrassPlant"
6123
6057
  },
6124
6058
  {
6125
6059
  "@type": "Term",
6126
- "@id": "dulseAlga"
6060
+ "@id": "hookGrassPlant"
6127
6061
  },
6128
6062
  {
6129
6063
  "@type": "Term",
6130
- "@id": "feijoaTree"
6064
+ "@id": "mountainRedtopPlant"
6131
6065
  },
6132
6066
  {
6133
6067
  "@type": "Term",
6134
- "@id": "daffodilPlant"
6068
+ "@id": "magentaSpreenPlant"
6135
6069
  },
6136
6070
  {
6137
6071
  "@type": "Term",
6138
- "@id": "potatoPlant"
6072
+ "@id": "boragePlant"
6139
6073
  },
6140
6074
  {
6141
6075
  "@type": "Term",
6142
- "@id": "longkongTree"
6076
+ "@id": "forest"
6143
6077
  },
6144
6078
  {
6145
6079
  "@type": "Term",
6146
- "@id": "pitayaCactus"
6080
+ "@id": "genericGrassPlant"
6147
6081
  },
6148
6082
  {
6149
6083
  "@type": "Term",
6150
- "@id": "poppyPlant"
6084
+ "@id": "slenderBluestemPlant"
6151
6085
  },
6152
6086
  {
6153
6087
  "@type": "Term",
6154
- "@id": "rooibosPlant"
6088
+ "@id": "slenderGramaPlant"
6155
6089
  },
6156
6090
  {
6157
6091
  "@type": "Term",
6158
- "@id": "ricePlantUpland"
6092
+ "@id": "poroTree"
6159
6093
  },
6160
6094
  {
6161
6095
  "@type": "Term",
6162
- "@id": "treeNutTree"
6096
+ "@id": "chrysopogonFallaxPlant"
6163
6097
  },
6164
6098
  {
6165
6099
  "@type": "Term",
6166
- "@id": "camelinaPlant"
6100
+ "@id": "setariaLachneaPlant"
6167
6101
  },
6168
6102
  {
6169
6103
  "@type": "Term",
6170
- "@id": "cinnamonTree"
6104
+ "@id": "pepinoDulcePlant"
6171
6105
  },
6172
6106
  {
6173
6107
  "@type": "Term",
6174
- "@id": "almondTree"
6108
+ "@id": "kachiGrassPlant"
6175
6109
  },
6176
6110
  {
6177
6111
  "@type": "Term",
6178
- "@id": "choySumPlant"
6112
+ "@id": "agriFoodProcessor"
6179
6113
  },
6180
6114
  {
6181
6115
  "@type": "Term",
6182
- "@id": "kalePlant"
6116
+ "@id": "pitseedGoosefootPlant"
6183
6117
  },
6184
6118
  {
6185
6119
  "@type": "Term",
6186
- "@id": "spinachPlant"
6120
+ "@id": "caperPlant"
6187
6121
  },
6188
6122
  {
6189
6123
  "@type": "Term",
6190
- "@id": "ryePlant"
6124
+ "@id": "winterSquashVine"
6191
6125
  },
6192
6126
  {
6193
6127
  "@type": "Term",
6194
- "@id": "andropogonCanaliculatusPlant"
6128
+ "@id": "springOnionPlant"
6195
6129
  },
6196
6130
  {
6197
6131
  "@type": "Term",
6198
- "@id": "espartoGrassPlant"
6132
+ "@id": "swedePlant"
6199
6133
  },
6200
6134
  {
6201
6135
  "@type": "Term",
6202
- "@id": "vanillaVine"
6136
+ "@id": "chineseWaterChestnutPlant"
6203
6137
  },
6204
6138
  {
6205
6139
  "@type": "Term",
6206
- "@id": "thymePlant"
6140
+ "@id": "oliveTree"
6207
6141
  },
6208
6142
  {
6209
6143
  "@type": "Term",
6210
- "@id": "grassAlfalfaSward"
6144
+ "@id": "slenderChlorisPlant"
6211
6145
  },
6212
6146
  {
6213
6147
  "@type": "Term",
6214
- "@id": "elephantGrassPlant"
6148
+ "@id": "arrowrootPlant"
6215
6149
  },
6216
6150
  {
6217
6151
  "@type": "Term",
@@ -6605,6 +6539,114 @@
6605
6539
  "@type": "Term",
6606
6540
  "@id": "brusselsSproutsPlant"
6607
6541
  },
6542
+ {
6543
+ "@type": "Term",
6544
+ "@id": "peanutPlant"
6545
+ },
6546
+ {
6547
+ "@type": "Term",
6548
+ "@id": "commonVetchPlant"
6549
+ },
6550
+ {
6551
+ "@type": "Term",
6552
+ "@id": "citrusTree"
6553
+ },
6554
+ {
6555
+ "@type": "Term",
6556
+ "@id": "redSeaPlumeAlga"
6557
+ },
6558
+ {
6559
+ "@type": "Term",
6560
+ "@id": "dulseAlga"
6561
+ },
6562
+ {
6563
+ "@type": "Term",
6564
+ "@id": "feijoaTree"
6565
+ },
6566
+ {
6567
+ "@type": "Term",
6568
+ "@id": "daffodilPlant"
6569
+ },
6570
+ {
6571
+ "@type": "Term",
6572
+ "@id": "potatoPlant"
6573
+ },
6574
+ {
6575
+ "@type": "Term",
6576
+ "@id": "longkongTree"
6577
+ },
6578
+ {
6579
+ "@type": "Term",
6580
+ "@id": "pitayaCactus"
6581
+ },
6582
+ {
6583
+ "@type": "Term",
6584
+ "@id": "poppyPlant"
6585
+ },
6586
+ {
6587
+ "@type": "Term",
6588
+ "@id": "rooibosPlant"
6589
+ },
6590
+ {
6591
+ "@type": "Term",
6592
+ "@id": "ricePlantUpland"
6593
+ },
6594
+ {
6595
+ "@type": "Term",
6596
+ "@id": "treeNutTree"
6597
+ },
6598
+ {
6599
+ "@type": "Term",
6600
+ "@id": "camelinaPlant"
6601
+ },
6602
+ {
6603
+ "@type": "Term",
6604
+ "@id": "cinnamonTree"
6605
+ },
6606
+ {
6607
+ "@type": "Term",
6608
+ "@id": "almondTree"
6609
+ },
6610
+ {
6611
+ "@type": "Term",
6612
+ "@id": "choySumPlant"
6613
+ },
6614
+ {
6615
+ "@type": "Term",
6616
+ "@id": "kalePlant"
6617
+ },
6618
+ {
6619
+ "@type": "Term",
6620
+ "@id": "spinachPlant"
6621
+ },
6622
+ {
6623
+ "@type": "Term",
6624
+ "@id": "ryePlant"
6625
+ },
6626
+ {
6627
+ "@type": "Term",
6628
+ "@id": "andropogonCanaliculatusPlant"
6629
+ },
6630
+ {
6631
+ "@type": "Term",
6632
+ "@id": "espartoGrassPlant"
6633
+ },
6634
+ {
6635
+ "@type": "Term",
6636
+ "@id": "vanillaVine"
6637
+ },
6638
+ {
6639
+ "@type": "Term",
6640
+ "@id": "thymePlant"
6641
+ },
6642
+ {
6643
+ "@type": "Term",
6644
+ "@id": "grassAlfalfaSward"
6645
+ },
6646
+ {
6647
+ "@type": "Term",
6648
+ "@id": "elephantGrassPlant"
6649
+ },
6608
6650
  {
6609
6651
  "@type": "Term",
6610
6652
  "@id": "redOrachePlant"