hestia-earth-models 0.50.0__py3-none-any.whl → 0.51.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hestia-earth-models might be problematic. Click here for more details.
- hestia_earth/models/agribalyse2016/fuelElectricity.py +7 -4
- hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +14 -5
- hestia_earth/models/cycle/input/ecoinventV3.py +10 -2
- hestia_earth/models/cycle/input/hestiaAggregatedData.py +5 -2
- hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +5 -2
- hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +5 -2
- hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +10 -4
- hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +5 -2
- hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +5 -2
- hestia_earth/models/emepEea2019/utils.py +22 -3
- hestia_earth/models/environmentalFootprintV3/{freshwaterEcotoxicityPotentialPaf.py → freshwaterEcotoxicityPotentialCtue.py} +2 -2
- hestia_earth/models/geospatialDatabase/aware.py +5 -4
- hestia_earth/models/geospatialDatabase/ecoregion.py +5 -4
- hestia_earth/models/geospatialDatabase/region.py +7 -11
- hestia_earth/models/geospatialDatabase/utils.py +39 -25
- hestia_earth/models/geospatialDatabase/waterDepth.py +5 -4
- hestia_earth/models/impact_assessment/__init__.py +3 -3
- hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +4 -2
- hestia_earth/models/ipcc2019/croppingDuration.py +1 -1
- hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +106 -0
- hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +108 -0
- hestia_earth/models/ipcc2019/utils.py +37 -0
- hestia_earth/models/jarvisAndPain1994/__init__.py +13 -0
- hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +53 -0
- hestia_earth/models/koble2014/aboveGroundCropResidue.py +44 -21
- hestia_earth/models/koble2014/utils.py +5 -1
- hestia_earth/models/log.py +19 -0
- hestia_earth/models/mocking/search-results.json +301 -252
- hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +15 -8
- hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +18 -6
- hestia_earth/models/pooreNemecek2018/rotationDuration.py +15 -5
- hestia_earth/models/pooreNemecek2018/utils.py +4 -2
- hestia_earth/models/schmidt2007/__init__.py +13 -0
- hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +60 -0
- hestia_earth/models/schmidt2007/utils.py +16 -0
- hestia_earth/models/transformation/input/excreta.py +4 -2
- hestia_earth/models/transformation/product/excreta.py +2 -2
- hestia_earth/models/usetoxV2/{freshwaterEcotoxicityPotentialPaf.py → freshwaterEcotoxicityPotentialCtue.py} +2 -2
- hestia_earth/models/utils/term.py +6 -0
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/METADATA +2 -2
- {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/RECORD +58 -44
- tests/models/emepEea2019/test_utils.py +17 -3
- tests/models/environmentalFootprintV3/{test_freshwaterEcotoxicityPotentialPaf.py → test_freshwaterEcotoxicityPotentialCtue.py} +1 -1
- tests/models/geospatialDatabase/test_region.py +4 -5
- tests/models/geospatialDatabase/test_utils.py +10 -1
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +48 -0
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +48 -0
- tests/models/jarvisAndPain1994/__init__.py +0 -0
- tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +37 -0
- tests/models/koble2014/test_aboveGroundCropResidue.py +13 -0
- tests/models/schmidt2007/__init__.py +0 -0
- tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +45 -0
- tests/models/schmidt2007/test_utils.py +39 -0
- tests/models/usetoxV2/{test_freshwaterEcotoxicityPotentialPaf.py → test_freshwaterEcotoxicityPotentialCtue.py} +1 -1
- {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/top_level.txt +0 -0
|
@@ -18,33 +18,45 @@
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"results": [
|
|
21
|
+
{
|
|
22
|
+
"@type": "Term",
|
|
23
|
+
"@id": "blackCarbonToAirInputsProduction"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"@type": "Term",
|
|
27
|
+
"@id": "noToAirExcreta"
|
|
28
|
+
},
|
|
21
29
|
{
|
|
22
30
|
"@type": "Term",
|
|
23
31
|
"@id": "pToDrainageWaterSoilFlux"
|
|
24
32
|
},
|
|
25
33
|
{
|
|
26
34
|
"@type": "Term",
|
|
27
|
-
"@id": "
|
|
35
|
+
"@id": "no3ToGroundwaterInorganicFertiliser"
|
|
28
36
|
},
|
|
29
37
|
{
|
|
30
38
|
"@type": "Term",
|
|
31
|
-
"@id": "
|
|
39
|
+
"@id": "po43ToGroundwaterInorganicFertiliser"
|
|
32
40
|
},
|
|
33
41
|
{
|
|
34
42
|
"@type": "Term",
|
|
35
|
-
"@id": "
|
|
43
|
+
"@id": "pesticideToSoilPesticideApplication"
|
|
36
44
|
},
|
|
37
45
|
{
|
|
38
46
|
"@type": "Term",
|
|
39
|
-
"@id": "
|
|
47
|
+
"@id": "n2OToAirWasteTreatmentIndirect"
|
|
40
48
|
},
|
|
41
49
|
{
|
|
42
50
|
"@type": "Term",
|
|
43
|
-
"@id": "
|
|
51
|
+
"@id": "co2ToAirUreaHydrolysis"
|
|
44
52
|
},
|
|
45
53
|
{
|
|
46
54
|
"@type": "Term",
|
|
47
|
-
"@id": "
|
|
55
|
+
"@id": "n2ToAirWasteTreatment"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"@type": "Term",
|
|
59
|
+
"@id": "po43ToSurfaceWaterInorganicFertiliser"
|
|
48
60
|
},
|
|
49
61
|
{
|
|
50
62
|
"@type": "Term",
|
|
@@ -52,27 +64,35 @@
|
|
|
52
64
|
},
|
|
53
65
|
{
|
|
54
66
|
"@type": "Term",
|
|
55
|
-
"@id": "
|
|
67
|
+
"@id": "codToWaterIndustrialProcesses"
|
|
56
68
|
},
|
|
57
69
|
{
|
|
58
70
|
"@type": "Term",
|
|
59
|
-
"@id": "
|
|
71
|
+
"@id": "dichlorodifluoromethaneToAirInputsProduction"
|
|
60
72
|
},
|
|
61
73
|
{
|
|
62
74
|
"@type": "Term",
|
|
63
75
|
"@id": "bod5ToWaterInputsProduction"
|
|
64
76
|
},
|
|
77
|
+
{
|
|
78
|
+
"@type": "Term",
|
|
79
|
+
"@id": "pesticideToAirInputsProduction"
|
|
80
|
+
},
|
|
65
81
|
{
|
|
66
82
|
"@type": "Term",
|
|
67
83
|
"@id": "nh4ToGroundwaterExcreta"
|
|
68
84
|
},
|
|
85
|
+
{
|
|
86
|
+
"@type": "Term",
|
|
87
|
+
"@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
|
|
88
|
+
},
|
|
69
89
|
{
|
|
70
90
|
"@type": "Term",
|
|
71
91
|
"@id": "n2OToAirCropResidueDecompositionIndirect"
|
|
72
92
|
},
|
|
73
93
|
{
|
|
74
94
|
"@type": "Term",
|
|
75
|
-
"@id": "
|
|
95
|
+
"@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
|
|
76
96
|
},
|
|
77
97
|
{
|
|
78
98
|
"@type": "Term",
|
|
@@ -80,687 +100,699 @@
|
|
|
80
100
|
},
|
|
81
101
|
{
|
|
82
102
|
"@type": "Term",
|
|
83
|
-
"@id": "
|
|
103
|
+
"@id": "nh3ToAirOrganicSoilCultivation"
|
|
84
104
|
},
|
|
85
105
|
{
|
|
86
106
|
"@type": "Term",
|
|
87
|
-
"@id": "
|
|
107
|
+
"@id": "nToSurfaceWaterSoilFlux"
|
|
88
108
|
},
|
|
89
109
|
{
|
|
90
110
|
"@type": "Term",
|
|
91
|
-
"@id": "
|
|
111
|
+
"@id": "nh3ToAirCropResidueDecomposition"
|
|
92
112
|
},
|
|
93
113
|
{
|
|
94
114
|
"@type": "Term",
|
|
95
|
-
"@id": "
|
|
115
|
+
"@id": "noToAirInorganicFertiliser"
|
|
96
116
|
},
|
|
97
117
|
{
|
|
98
118
|
"@type": "Term",
|
|
99
|
-
"@id": "
|
|
119
|
+
"@id": "blackCarbonToAirFuelCombustion"
|
|
100
120
|
},
|
|
101
121
|
{
|
|
102
122
|
"@type": "Term",
|
|
103
|
-
"@id": "
|
|
123
|
+
"@id": "ch4ToAirCropResidueDecomposition"
|
|
104
124
|
},
|
|
105
125
|
{
|
|
106
126
|
"@type": "Term",
|
|
107
|
-
"@id": "
|
|
127
|
+
"@id": "pToGroundwaterInputsProduction"
|
|
108
128
|
},
|
|
109
129
|
{
|
|
110
130
|
"@type": "Term",
|
|
111
|
-
"@id": "
|
|
131
|
+
"@id": "n2ToAirCropResidueDecomposition"
|
|
112
132
|
},
|
|
113
133
|
{
|
|
114
134
|
"@type": "Term",
|
|
115
|
-
"@id": "
|
|
135
|
+
"@id": "pm10ToAirAnimalHousing"
|
|
116
136
|
},
|
|
117
137
|
{
|
|
118
138
|
"@type": "Term",
|
|
119
|
-
"@id": "
|
|
139
|
+
"@id": "po43ToGroundwaterInputsProduction"
|
|
120
140
|
},
|
|
121
141
|
{
|
|
122
142
|
"@type": "Term",
|
|
123
|
-
"@id": "
|
|
143
|
+
"@id": "nmvocToAirWasteTreatment"
|
|
124
144
|
},
|
|
125
145
|
{
|
|
126
146
|
"@type": "Term",
|
|
127
|
-
"@id": "
|
|
147
|
+
"@id": "nToSurfaceWaterExcreta"
|
|
128
148
|
},
|
|
129
149
|
{
|
|
130
150
|
"@type": "Term",
|
|
131
|
-
"@id": "
|
|
151
|
+
"@id": "pErosionSoilFlux"
|
|
132
152
|
},
|
|
133
153
|
{
|
|
134
154
|
"@type": "Term",
|
|
135
|
-
"@id": "
|
|
155
|
+
"@id": "po43ToSurfaceWaterAquacultureSystems"
|
|
136
156
|
},
|
|
137
157
|
{
|
|
138
158
|
"@type": "Term",
|
|
139
|
-
"@id": "
|
|
159
|
+
"@id": "pesticideToSoilInputsProduction"
|
|
140
160
|
},
|
|
141
161
|
{
|
|
142
162
|
"@type": "Term",
|
|
143
|
-
"@id": "
|
|
163
|
+
"@id": "pesticideToHarvestedCropPesticideApplication"
|
|
144
164
|
},
|
|
145
165
|
{
|
|
146
166
|
"@type": "Term",
|
|
147
|
-
"@id": "
|
|
167
|
+
"@id": "pToSurfaceWaterAquacultureSystems"
|
|
148
168
|
},
|
|
149
169
|
{
|
|
150
170
|
"@type": "Term",
|
|
151
|
-
"@id": "
|
|
171
|
+
"@id": "noxToAirInputsProduction"
|
|
152
172
|
},
|
|
153
173
|
{
|
|
154
174
|
"@type": "Term",
|
|
155
|
-
"@id": "
|
|
175
|
+
"@id": "h2SToAirInputsProduction"
|
|
156
176
|
},
|
|
157
177
|
{
|
|
158
178
|
"@type": "Term",
|
|
159
|
-
"@id": "
|
|
179
|
+
"@id": "no3ToGroundwaterOrganicFertiliser"
|
|
160
180
|
},
|
|
161
181
|
{
|
|
162
182
|
"@type": "Term",
|
|
163
|
-
"@id": "
|
|
183
|
+
"@id": "n2ToAirInorganicFertiliser"
|
|
164
184
|
},
|
|
165
185
|
{
|
|
166
186
|
"@type": "Term",
|
|
167
|
-
"@id": "
|
|
187
|
+
"@id": "hexaneToAirInputsProduction"
|
|
168
188
|
},
|
|
169
189
|
{
|
|
170
190
|
"@type": "Term",
|
|
171
|
-
"@id": "
|
|
191
|
+
"@id": "no3ToSurfaceWaterInputsProduction"
|
|
172
192
|
},
|
|
173
193
|
{
|
|
174
194
|
"@type": "Term",
|
|
175
|
-
"@id": "
|
|
195
|
+
"@id": "nmvocToAirSilageFeeding"
|
|
176
196
|
},
|
|
177
197
|
{
|
|
178
198
|
"@type": "Term",
|
|
179
|
-
"@id": "
|
|
199
|
+
"@id": "pm25ToAirCropResidueBurning"
|
|
180
200
|
},
|
|
181
201
|
{
|
|
182
202
|
"@type": "Term",
|
|
183
|
-
"@id": "
|
|
203
|
+
"@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
|
|
184
204
|
},
|
|
185
205
|
{
|
|
186
206
|
"@type": "Term",
|
|
187
|
-
"@id": "
|
|
207
|
+
"@id": "pm10ToAirInputsProduction"
|
|
188
208
|
},
|
|
189
209
|
{
|
|
190
210
|
"@type": "Term",
|
|
191
|
-
"@id": "
|
|
211
|
+
"@id": "noxToAirOrganicSoilBurning"
|
|
192
212
|
},
|
|
193
213
|
{
|
|
194
214
|
"@type": "Term",
|
|
195
|
-
"@id": "
|
|
215
|
+
"@id": "soxToAirInputsProduction"
|
|
196
216
|
},
|
|
197
217
|
{
|
|
198
218
|
"@type": "Term",
|
|
199
|
-
"@id": "
|
|
219
|
+
"@id": "nh3ToAirSoilFlux"
|
|
200
220
|
},
|
|
201
221
|
{
|
|
202
222
|
"@type": "Term",
|
|
203
|
-
"@id": "
|
|
223
|
+
"@id": "n2OToAirInorganicFertiliserDirect"
|
|
204
224
|
},
|
|
205
225
|
{
|
|
206
226
|
"@type": "Term",
|
|
207
|
-
"@id": "
|
|
227
|
+
"@id": "n2OToAirExcretaIndirect"
|
|
208
228
|
},
|
|
209
229
|
{
|
|
210
230
|
"@type": "Term",
|
|
211
|
-
"@id": "
|
|
231
|
+
"@id": "co2ToAirWasteTreatment"
|
|
212
232
|
},
|
|
213
233
|
{
|
|
214
234
|
"@type": "Term",
|
|
215
|
-
"@id": "
|
|
235
|
+
"@id": "co2ToAirOrganicSoilCultivation"
|
|
216
236
|
},
|
|
217
237
|
{
|
|
218
238
|
"@type": "Term",
|
|
219
|
-
"@id": "
|
|
239
|
+
"@id": "no3ToGroundwaterInputsProduction"
|
|
220
240
|
},
|
|
221
241
|
{
|
|
222
242
|
"@type": "Term",
|
|
223
|
-
"@id": "
|
|
243
|
+
"@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
|
|
224
244
|
},
|
|
225
245
|
{
|
|
226
246
|
"@type": "Term",
|
|
227
|
-
"@id": "
|
|
247
|
+
"@id": "nh3ToAirOrganicFertiliser"
|
|
228
248
|
},
|
|
229
249
|
{
|
|
230
250
|
"@type": "Term",
|
|
231
|
-
"@id": "
|
|
251
|
+
"@id": "n2OToAirOrganicFertiliserDirect"
|
|
232
252
|
},
|
|
233
253
|
{
|
|
234
254
|
"@type": "Term",
|
|
235
|
-
"@id": "
|
|
255
|
+
"@id": "ch4ToAirReservoirs"
|
|
236
256
|
},
|
|
237
257
|
{
|
|
238
258
|
"@type": "Term",
|
|
239
|
-
"@id": "
|
|
259
|
+
"@id": "nh4ToGroundwaterSoilFlux"
|
|
240
260
|
},
|
|
241
261
|
{
|
|
242
262
|
"@type": "Term",
|
|
243
|
-
"@id": "
|
|
263
|
+
"@id": "co2ToAirSoilCarbonStockChangeLandUseChange"
|
|
244
264
|
},
|
|
245
265
|
{
|
|
246
266
|
"@type": "Term",
|
|
247
|
-
"@id": "
|
|
267
|
+
"@id": "co2ToAirSoilCarbonStockChangeManagementChange"
|
|
248
268
|
},
|
|
249
269
|
{
|
|
250
270
|
"@type": "Term",
|
|
251
|
-
"@id": "
|
|
271
|
+
"@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
|
|
252
272
|
},
|
|
253
273
|
{
|
|
254
274
|
"@type": "Term",
|
|
255
|
-
"@id": "
|
|
275
|
+
"@id": "co2ToAirFuelCombustion"
|
|
256
276
|
},
|
|
257
277
|
{
|
|
258
278
|
"@type": "Term",
|
|
259
|
-
"@id": "
|
|
279
|
+
"@id": "noxToAirExcreta"
|
|
260
280
|
},
|
|
261
281
|
{
|
|
262
282
|
"@type": "Term",
|
|
263
|
-
"@id": "
|
|
283
|
+
"@id": "co2ToAirCropResidueDecomposition"
|
|
264
284
|
},
|
|
265
285
|
{
|
|
266
286
|
"@type": "Term",
|
|
267
|
-
"@id": "
|
|
287
|
+
"@id": "n2OToAirNaturalVegetationBurningDirect"
|
|
268
288
|
},
|
|
269
289
|
{
|
|
270
290
|
"@type": "Term",
|
|
271
|
-
"@id": "
|
|
291
|
+
"@id": "n2OToAirNaturalVegetationBurningIndirect"
|
|
272
292
|
},
|
|
273
293
|
{
|
|
274
294
|
"@type": "Term",
|
|
275
|
-
"@id": "
|
|
295
|
+
"@id": "nh4ToSurfaceWaterInputsProduction"
|
|
276
296
|
},
|
|
277
297
|
{
|
|
278
298
|
"@type": "Term",
|
|
279
|
-
"@id": "
|
|
299
|
+
"@id": "ch4ToAirInputsProductionNonFossil"
|
|
280
300
|
},
|
|
281
301
|
{
|
|
282
302
|
"@type": "Term",
|
|
283
|
-
"@id": "
|
|
303
|
+
"@id": "ch4ToAirEntericFermentation"
|
|
284
304
|
},
|
|
285
305
|
{
|
|
286
306
|
"@type": "Term",
|
|
287
|
-
"@id": "
|
|
307
|
+
"@id": "ch4ToAirFloodedRice"
|
|
288
308
|
},
|
|
289
309
|
{
|
|
290
310
|
"@type": "Term",
|
|
291
|
-
"@id": "
|
|
311
|
+
"@id": "ch4ToAirInputsProductionFossil"
|
|
292
312
|
},
|
|
293
313
|
{
|
|
294
314
|
"@type": "Term",
|
|
295
|
-
"@id": "
|
|
315
|
+
"@id": "nh3ToAirWasteTreatment"
|
|
296
316
|
},
|
|
297
317
|
{
|
|
298
318
|
"@type": "Term",
|
|
299
|
-
"@id": "
|
|
319
|
+
"@id": "coToAirFuelCombustion"
|
|
300
320
|
},
|
|
301
321
|
{
|
|
302
322
|
"@type": "Term",
|
|
303
|
-
"@id": "
|
|
323
|
+
"@id": "coToAirInputsProduction"
|
|
304
324
|
},
|
|
305
325
|
{
|
|
306
326
|
"@type": "Term",
|
|
307
|
-
"@id": "
|
|
327
|
+
"@id": "noxToAirNaturalVegetationBurning"
|
|
308
328
|
},
|
|
309
329
|
{
|
|
310
330
|
"@type": "Term",
|
|
311
|
-
"@id": "
|
|
331
|
+
"@id": "noxToAirCropResidueBurning"
|
|
312
332
|
},
|
|
313
333
|
{
|
|
314
334
|
"@type": "Term",
|
|
315
|
-
"@id": "
|
|
335
|
+
"@id": "no3ToGroundwaterCropResidueDecomposition"
|
|
316
336
|
},
|
|
317
337
|
{
|
|
318
338
|
"@type": "Term",
|
|
319
|
-
"@id": "
|
|
339
|
+
"@id": "no3ToSurfaceWaterExcreta"
|
|
320
340
|
},
|
|
321
341
|
{
|
|
322
342
|
"@type": "Term",
|
|
323
|
-
"@id": "
|
|
343
|
+
"@id": "nToSurfaceWaterInputsProduction"
|
|
324
344
|
},
|
|
325
345
|
{
|
|
326
346
|
"@type": "Term",
|
|
327
|
-
"@id": "
|
|
347
|
+
"@id": "pToSurfaceWaterExcreta"
|
|
328
348
|
},
|
|
329
349
|
{
|
|
330
350
|
"@type": "Term",
|
|
331
|
-
"@id": "
|
|
351
|
+
"@id": "pm10ToAirFuelCombustion"
|
|
332
352
|
},
|
|
333
353
|
{
|
|
334
354
|
"@type": "Term",
|
|
335
|
-
"@id": "
|
|
355
|
+
"@id": "n2ToAirSoilFlux"
|
|
336
356
|
},
|
|
337
357
|
{
|
|
338
358
|
"@type": "Term",
|
|
339
|
-
"@id": "
|
|
359
|
+
"@id": "n2OToAirSoilFlux"
|
|
340
360
|
},
|
|
341
361
|
{
|
|
342
362
|
"@type": "Term",
|
|
343
|
-
"@id": "
|
|
363
|
+
"@id": "no3ToSurfaceWaterIndustrialProcesses"
|
|
344
364
|
},
|
|
345
365
|
{
|
|
346
366
|
"@type": "Term",
|
|
347
|
-
"@id": "
|
|
367
|
+
"@id": "n2ToAirAquacultureSystems"
|
|
348
368
|
},
|
|
349
369
|
{
|
|
350
370
|
"@type": "Term",
|
|
351
|
-
"@id": "
|
|
371
|
+
"@id": "so2ToAirFuelCombustion"
|
|
352
372
|
},
|
|
353
373
|
{
|
|
354
374
|
"@type": "Term",
|
|
355
|
-
"@id": "
|
|
375
|
+
"@id": "no3ToGroundwaterWasteTreatment"
|
|
356
376
|
},
|
|
357
377
|
{
|
|
358
378
|
"@type": "Term",
|
|
359
|
-
"@id": "
|
|
379
|
+
"@id": "noxToAirAquacultureSystems"
|
|
360
380
|
},
|
|
361
381
|
{
|
|
362
382
|
"@type": "Term",
|
|
363
|
-
"@id": "
|
|
383
|
+
"@id": "chlorodifluoromethaneToAirInputsProduction"
|
|
364
384
|
},
|
|
365
385
|
{
|
|
366
386
|
"@type": "Term",
|
|
367
|
-
"@id": "
|
|
387
|
+
"@id": "noxToAirOrganicFertiliser"
|
|
368
388
|
},
|
|
369
389
|
{
|
|
370
390
|
"@type": "Term",
|
|
371
|
-
"@id": "
|
|
391
|
+
"@id": "nmvocToAirFuelCombustion"
|
|
372
392
|
},
|
|
373
393
|
{
|
|
374
394
|
"@type": "Term",
|
|
375
|
-
"@id": "
|
|
395
|
+
"@id": "n2OToAirAquacultureSystemsDirect"
|
|
376
396
|
},
|
|
377
397
|
{
|
|
378
398
|
"@type": "Term",
|
|
379
|
-
"@id": "
|
|
399
|
+
"@id": "noToAirOrganicFertiliser"
|
|
380
400
|
},
|
|
381
401
|
{
|
|
382
402
|
"@type": "Term",
|
|
383
|
-
"@id": "
|
|
403
|
+
"@id": "1112TetrafluoroethaneToAirInputsProduction"
|
|
384
404
|
},
|
|
385
405
|
{
|
|
386
406
|
"@type": "Term",
|
|
387
|
-
"@id": "
|
|
407
|
+
"@id": "pesticideToAirPesticideApplication"
|
|
388
408
|
},
|
|
389
409
|
{
|
|
390
410
|
"@type": "Term",
|
|
391
|
-
"@id": "
|
|
411
|
+
"@id": "totalSuspendedParticulatesToAirFuelCombustion"
|
|
392
412
|
},
|
|
393
413
|
{
|
|
394
414
|
"@type": "Term",
|
|
395
|
-
"@id": "
|
|
415
|
+
"@id": "n2OToAirBackgroundSoilFluxDirect"
|
|
396
416
|
},
|
|
397
417
|
{
|
|
398
418
|
"@type": "Term",
|
|
399
|
-
"@id": "
|
|
419
|
+
"@id": "ch4ToAirSoilFlux"
|
|
400
420
|
},
|
|
401
421
|
{
|
|
402
422
|
"@type": "Term",
|
|
403
|
-
"@id": "
|
|
423
|
+
"@id": "ch4ToAirExcreta"
|
|
404
424
|
},
|
|
405
425
|
{
|
|
406
426
|
"@type": "Term",
|
|
407
|
-
"@id": "
|
|
427
|
+
"@id": "n2OToAirOrganicSoilCultivationIndirect"
|
|
408
428
|
},
|
|
409
429
|
{
|
|
410
430
|
"@type": "Term",
|
|
411
|
-
"@id": "
|
|
431
|
+
"@id": "n2OToAirOrganicSoilBurningIndirect"
|
|
412
432
|
},
|
|
413
433
|
{
|
|
414
434
|
"@type": "Term",
|
|
415
|
-
"@id": "
|
|
435
|
+
"@id": "nh4ToSurfaceWaterAquacultureSystems"
|
|
416
436
|
},
|
|
417
437
|
{
|
|
418
438
|
"@type": "Term",
|
|
419
|
-
"@id": "
|
|
439
|
+
"@id": "n2OToAirOrganicSoilCultivationDirect"
|
|
420
440
|
},
|
|
421
441
|
{
|
|
422
442
|
"@type": "Term",
|
|
423
|
-
"@id": "
|
|
443
|
+
"@id": "no3ToGroundwaterExcreta"
|
|
424
444
|
},
|
|
425
445
|
{
|
|
426
446
|
"@type": "Term",
|
|
427
|
-
"@id": "
|
|
447
|
+
"@id": "nh3ToAirOrganicSoilBurning"
|
|
428
448
|
},
|
|
429
449
|
{
|
|
430
450
|
"@type": "Term",
|
|
431
|
-
"@id": "
|
|
451
|
+
"@id": "nh3ToAirNaturalVegetationBurning"
|
|
432
452
|
},
|
|
433
453
|
{
|
|
434
454
|
"@type": "Term",
|
|
435
|
-
"@id": "
|
|
455
|
+
"@id": "nh4ToGroundwaterWasteTreatment"
|
|
436
456
|
},
|
|
437
457
|
{
|
|
438
458
|
"@type": "Term",
|
|
439
|
-
"@id": "
|
|
459
|
+
"@id": "no3ToGroundwaterSoilFlux"
|
|
440
460
|
},
|
|
441
461
|
{
|
|
442
462
|
"@type": "Term",
|
|
443
|
-
"@id": "
|
|
463
|
+
"@id": "nErosionSoilFlux"
|
|
444
464
|
},
|
|
445
465
|
{
|
|
446
466
|
"@type": "Term",
|
|
447
|
-
"@id": "
|
|
467
|
+
"@id": "pesticideToWaterPesticideApplication"
|
|
448
468
|
},
|
|
449
469
|
{
|
|
450
470
|
"@type": "Term",
|
|
451
|
-
"@id": "
|
|
471
|
+
"@id": "nToSurfaceWaterAquacultureSystems"
|
|
452
472
|
},
|
|
453
473
|
{
|
|
454
474
|
"@type": "Term",
|
|
455
|
-
"@id": "
|
|
475
|
+
"@id": "pm25ToAirAnimalHousing"
|
|
456
476
|
},
|
|
457
477
|
{
|
|
458
478
|
"@type": "Term",
|
|
459
|
-
"@id": "
|
|
479
|
+
"@id": "noxToAirFuelCombustion"
|
|
460
480
|
},
|
|
461
481
|
{
|
|
462
482
|
"@type": "Term",
|
|
463
|
-
"@id": "
|
|
483
|
+
"@id": "nmvocToAirSilageStorage"
|
|
464
484
|
},
|
|
465
485
|
{
|
|
466
486
|
"@type": "Term",
|
|
467
|
-
"@id": "
|
|
487
|
+
"@id": "noxToAirInorganicFertiliser"
|
|
468
488
|
},
|
|
469
489
|
{
|
|
470
490
|
"@type": "Term",
|
|
471
|
-
"@id": "
|
|
491
|
+
"@id": "noxToAirOrganicSoilCultivation"
|
|
472
492
|
},
|
|
473
493
|
{
|
|
474
494
|
"@type": "Term",
|
|
475
|
-
"@id": "
|
|
495
|
+
"@id": "noxToAirCropResidueDecomposition"
|
|
476
496
|
},
|
|
477
497
|
{
|
|
478
498
|
"@type": "Term",
|
|
479
|
-
"@id": "
|
|
499
|
+
"@id": "nmvocToAirAnimalHousing"
|
|
480
500
|
},
|
|
481
501
|
{
|
|
482
502
|
"@type": "Term",
|
|
483
|
-
"@id": "
|
|
503
|
+
"@id": "pesticideToWaterInputsProduction"
|
|
484
504
|
},
|
|
485
505
|
{
|
|
486
506
|
"@type": "Term",
|
|
487
|
-
"@id": "
|
|
507
|
+
"@id": "po43ToSurfaceWaterInputsProduction"
|
|
488
508
|
},
|
|
489
509
|
{
|
|
490
510
|
"@type": "Term",
|
|
491
|
-
"@id": "
|
|
511
|
+
"@id": "noToAirWasteTreatment"
|
|
492
512
|
},
|
|
493
513
|
{
|
|
494
514
|
"@type": "Term",
|
|
495
|
-
"@id": "
|
|
515
|
+
"@id": "po43ToSurfaceWaterSoilFlux"
|
|
496
516
|
},
|
|
497
517
|
{
|
|
498
518
|
"@type": "Term",
|
|
499
|
-
"@id": "
|
|
519
|
+
"@id": "nh4ToGroundwaterInorganicFertiliser"
|
|
500
520
|
},
|
|
501
521
|
{
|
|
502
522
|
"@type": "Term",
|
|
503
|
-
"@id": "
|
|
523
|
+
"@id": "nmvocToAirExcreta"
|
|
504
524
|
},
|
|
505
525
|
{
|
|
506
526
|
"@type": "Term",
|
|
507
|
-
"@id": "
|
|
527
|
+
"@id": "noToAirSoilFlux"
|
|
508
528
|
},
|
|
509
529
|
{
|
|
510
530
|
"@type": "Term",
|
|
511
|
-
"@id": "
|
|
531
|
+
"@id": "pesticideToHarvestedCropInputsProduction"
|
|
512
532
|
},
|
|
513
533
|
{
|
|
514
534
|
"@type": "Term",
|
|
515
|
-
"@id": "
|
|
535
|
+
"@id": "totalSuspendedParticulatesToAirInputsProduction"
|
|
516
536
|
},
|
|
517
537
|
{
|
|
518
538
|
"@type": "Term",
|
|
519
|
-
"@id": "
|
|
539
|
+
"@id": "ch4ToAirOrganicSoilCultivation"
|
|
520
540
|
},
|
|
521
541
|
{
|
|
522
542
|
"@type": "Term",
|
|
523
|
-
"@id": "
|
|
543
|
+
"@id": "n2OToAirFuelCombustionDirect"
|
|
524
544
|
},
|
|
525
545
|
{
|
|
526
546
|
"@type": "Term",
|
|
527
|
-
"@id": "
|
|
547
|
+
"@id": "n2OToAirExcretaDirect"
|
|
528
548
|
},
|
|
529
549
|
{
|
|
530
550
|
"@type": "Term",
|
|
531
|
-
"@id": "
|
|
551
|
+
"@id": "n2OToAirCropResidueBurningIndirect"
|
|
532
552
|
},
|
|
533
553
|
{
|
|
534
554
|
"@type": "Term",
|
|
535
|
-
"@id": "
|
|
555
|
+
"@id": "n2OToAirCropResidueDecompositionDirect"
|
|
536
556
|
},
|
|
537
557
|
{
|
|
538
558
|
"@type": "Term",
|
|
539
|
-
"@id": "
|
|
559
|
+
"@id": "ch4ToAirFuelCombustion"
|
|
540
560
|
},
|
|
541
561
|
{
|
|
542
562
|
"@type": "Term",
|
|
543
|
-
"@id": "
|
|
563
|
+
"@id": "n2OToAirInputsProduction"
|
|
544
564
|
},
|
|
545
565
|
{
|
|
546
566
|
"@type": "Term",
|
|
547
|
-
"@id": "
|
|
567
|
+
"@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
|
|
548
568
|
},
|
|
549
569
|
{
|
|
550
570
|
"@type": "Term",
|
|
551
|
-
"@id": "
|
|
571
|
+
"@id": "noToAirAquacultureSystems"
|
|
552
572
|
},
|
|
553
573
|
{
|
|
554
574
|
"@type": "Term",
|
|
555
|
-
"@id": "
|
|
575
|
+
"@id": "nh3ToAirInputsProduction"
|
|
556
576
|
},
|
|
557
577
|
{
|
|
558
578
|
"@type": "Term",
|
|
559
|
-
"@id": "
|
|
579
|
+
"@id": "nh3ToAirFuelCombustion"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"@type": "Term",
|
|
583
|
+
"@id": "co2ToAirSoilFlux"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"@type": "Term",
|
|
587
|
+
"@id": "nh4ToGroundwaterOrganicFertiliser"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"@type": "Term",
|
|
591
|
+
"@id": "ch4ToAirWasteTreatment"
|
|
560
592
|
},
|
|
561
593
|
{
|
|
562
594
|
"@type": "Term",
|
|
563
|
-
"@id": "
|
|
595
|
+
"@id": "n2ToAirOrganicFertiliser"
|
|
564
596
|
},
|
|
565
597
|
{
|
|
566
598
|
"@type": "Term",
|
|
567
|
-
"@id": "
|
|
599
|
+
"@id": "n2ToAirExcreta"
|
|
568
600
|
},
|
|
569
601
|
{
|
|
570
602
|
"@type": "Term",
|
|
571
|
-
"@id": "
|
|
603
|
+
"@id": "pToSurfaceWaterSoilFlux"
|
|
572
604
|
},
|
|
573
605
|
{
|
|
574
606
|
"@type": "Term",
|
|
575
|
-
"@id": "
|
|
607
|
+
"@id": "pToGroundwaterSoilFlux"
|
|
576
608
|
},
|
|
577
609
|
{
|
|
578
610
|
"@type": "Term",
|
|
579
|
-
"@id": "
|
|
611
|
+
"@id": "noxToAirSoilFlux"
|
|
580
612
|
},
|
|
581
613
|
{
|
|
582
614
|
"@type": "Term",
|
|
583
|
-
"@id": "
|
|
615
|
+
"@id": "pToSurfaceWaterInputsProduction"
|
|
584
616
|
},
|
|
585
617
|
{
|
|
586
618
|
"@type": "Term",
|
|
587
|
-
"@id": "
|
|
619
|
+
"@id": "pErosionInputsProduction"
|
|
588
620
|
},
|
|
589
621
|
{
|
|
590
622
|
"@type": "Term",
|
|
591
|
-
"@id": "
|
|
623
|
+
"@id": "bod5ToWaterIndustrialProcesses"
|
|
592
624
|
},
|
|
593
625
|
{
|
|
594
626
|
"@type": "Term",
|
|
595
|
-
"@id": "
|
|
627
|
+
"@id": "pm25ToAirInputsProduction"
|
|
596
628
|
},
|
|
597
629
|
{
|
|
598
630
|
"@type": "Term",
|
|
599
|
-
"@id": "
|
|
631
|
+
"@id": "so2ToAirCropResidueBurning"
|
|
600
632
|
},
|
|
601
633
|
{
|
|
602
634
|
"@type": "Term",
|
|
603
|
-
"@id": "
|
|
635
|
+
"@id": "pToDrainageWaterInputsProduction"
|
|
604
636
|
},
|
|
605
637
|
{
|
|
606
638
|
"@type": "Term",
|
|
607
|
-
"@id": "
|
|
639
|
+
"@id": "hexaneToAirIndustrialProcesses"
|
|
608
640
|
},
|
|
609
641
|
{
|
|
610
642
|
"@type": "Term",
|
|
611
|
-
"@id": "
|
|
643
|
+
"@id": "co2ToAirNaturalVegetationBurning"
|
|
612
644
|
},
|
|
613
645
|
{
|
|
614
646
|
"@type": "Term",
|
|
615
|
-
"@id": "
|
|
647
|
+
"@id": "nmvocToAirInputsProduction"
|
|
616
648
|
},
|
|
617
649
|
{
|
|
618
650
|
"@type": "Term",
|
|
619
|
-
"@id": "
|
|
651
|
+
"@id": "nErosionInputsProduction"
|
|
620
652
|
},
|
|
621
653
|
{
|
|
622
654
|
"@type": "Term",
|
|
623
|
-
"@id": "
|
|
655
|
+
"@id": "pm25ToAirFuelCombustion"
|
|
624
656
|
},
|
|
625
657
|
{
|
|
626
658
|
"@type": "Term",
|
|
627
|
-
"@id": "
|
|
659
|
+
"@id": "noxToAirWasteTreatment"
|
|
628
660
|
},
|
|
629
661
|
{
|
|
630
662
|
"@type": "Term",
|
|
631
|
-
"@id": "
|
|
663
|
+
"@id": "po43ToGroundwaterOrganicFertiliser"
|
|
632
664
|
},
|
|
633
665
|
{
|
|
634
666
|
"@type": "Term",
|
|
635
|
-
"@id": "
|
|
667
|
+
"@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
|
|
636
668
|
},
|
|
637
669
|
{
|
|
638
670
|
"@type": "Term",
|
|
639
|
-
"@id": "
|
|
671
|
+
"@id": "nh3ToAirInorganicFertiliser"
|
|
640
672
|
},
|
|
641
673
|
{
|
|
642
674
|
"@type": "Term",
|
|
643
|
-
"@id": "
|
|
675
|
+
"@id": "n2OToAirOrganicFertiliserIndirect"
|
|
644
676
|
},
|
|
645
677
|
{
|
|
646
678
|
"@type": "Term",
|
|
647
|
-
"@id": "
|
|
679
|
+
"@id": "n2OToAirFuelCombustionIndirect"
|
|
648
680
|
},
|
|
649
681
|
{
|
|
650
682
|
"@type": "Term",
|
|
651
|
-
"@id": "
|
|
683
|
+
"@id": "n2OToAirOrganicSoilBurningDirect"
|
|
652
684
|
},
|
|
653
685
|
{
|
|
654
686
|
"@type": "Term",
|
|
655
|
-
"@id": "
|
|
687
|
+
"@id": "nh3ToAirExcreta"
|
|
656
688
|
},
|
|
657
689
|
{
|
|
658
690
|
"@type": "Term",
|
|
659
|
-
"@id": "
|
|
691
|
+
"@id": "nh4ToGroundwaterCropResidueDecomposition"
|
|
660
692
|
},
|
|
661
693
|
{
|
|
662
694
|
"@type": "Term",
|
|
663
|
-
"@id": "
|
|
695
|
+
"@id": "ch4ToAirOrganicSoilBurning"
|
|
664
696
|
},
|
|
665
697
|
{
|
|
666
698
|
"@type": "Term",
|
|
667
|
-
"@id": "
|
|
699
|
+
"@id": "noToAirCropResidueDecomposition"
|
|
668
700
|
},
|
|
669
701
|
{
|
|
670
702
|
"@type": "Term",
|
|
671
|
-
"@id": "
|
|
703
|
+
"@id": "co2ToAirInputsProduction"
|
|
672
704
|
},
|
|
673
705
|
{
|
|
674
706
|
"@type": "Term",
|
|
675
|
-
"@id": "
|
|
707
|
+
"@id": "noToAirCropResidueBurning"
|
|
676
708
|
},
|
|
677
709
|
{
|
|
678
710
|
"@type": "Term",
|
|
679
|
-
"@id": "
|
|
711
|
+
"@id": "no3ToSurfaceWaterAquacultureSystems"
|
|
680
712
|
},
|
|
681
713
|
{
|
|
682
714
|
"@type": "Term",
|
|
683
|
-
"@id": "
|
|
715
|
+
"@id": "noToAirInputsProduction"
|
|
684
716
|
},
|
|
685
717
|
{
|
|
686
718
|
"@type": "Term",
|
|
687
|
-
"@id": "
|
|
719
|
+
"@id": "nh3ToAirCropResidueBurning"
|
|
688
720
|
},
|
|
689
721
|
{
|
|
690
722
|
"@type": "Term",
|
|
691
|
-
"@id": "
|
|
723
|
+
"@id": "nh3ToAirAquacultureSystems"
|
|
692
724
|
},
|
|
693
725
|
{
|
|
694
726
|
"@type": "Term",
|
|
695
|
-
"@id": "
|
|
727
|
+
"@id": "co2ToAirOrganicSoilBurning"
|
|
696
728
|
},
|
|
697
729
|
{
|
|
698
730
|
"@type": "Term",
|
|
699
|
-
"@id": "
|
|
731
|
+
"@id": "nh4ToGroundwaterInputsProduction"
|
|
700
732
|
},
|
|
701
733
|
{
|
|
702
734
|
"@type": "Term",
|
|
703
|
-
"@id": "
|
|
735
|
+
"@id": "ch4ToAirNaturalVegetationBurning"
|
|
704
736
|
},
|
|
705
737
|
{
|
|
706
738
|
"@type": "Term",
|
|
707
|
-
"@id": "
|
|
739
|
+
"@id": "n2OToAirCropResidueBurningDirect"
|
|
708
740
|
},
|
|
709
741
|
{
|
|
710
742
|
"@type": "Term",
|
|
711
|
-
"@id": "
|
|
743
|
+
"@id": "ch4ToAirCropResidueBurning"
|
|
712
744
|
},
|
|
713
745
|
{
|
|
714
746
|
"@type": "Term",
|
|
715
|
-
"@id": "
|
|
747
|
+
"@id": "n2OToAirInorganicFertiliserIndirect"
|
|
716
748
|
},
|
|
717
749
|
{
|
|
718
750
|
"@type": "Term",
|
|
719
|
-
"@id": "
|
|
751
|
+
"@id": "ch4ToAirAquacultureSystems"
|
|
720
752
|
},
|
|
721
753
|
{
|
|
722
754
|
"@type": "Term",
|
|
723
|
-
"@id": "
|
|
755
|
+
"@id": "n2OToAirAquacultureSystemsIndirect"
|
|
724
756
|
},
|
|
725
757
|
{
|
|
726
758
|
"@type": "Term",
|
|
727
|
-
"@id": "
|
|
759
|
+
"@id": "po43ToSurfaceWaterOrganicFertiliser"
|
|
728
760
|
},
|
|
729
761
|
{
|
|
730
762
|
"@type": "Term",
|
|
731
|
-
"@id": "
|
|
763
|
+
"@id": "soxToAirCropResidueBurning"
|
|
732
764
|
},
|
|
733
765
|
{
|
|
734
766
|
"@type": "Term",
|
|
735
|
-
"@id": "
|
|
767
|
+
"@id": "soxToAirFuelCombustion"
|
|
736
768
|
},
|
|
737
769
|
{
|
|
738
770
|
"@type": "Term",
|
|
739
|
-
"@id": "
|
|
771
|
+
"@id": "pm10ToAirCropResidueBurning"
|
|
740
772
|
},
|
|
741
773
|
{
|
|
742
774
|
"@type": "Term",
|
|
743
|
-
"@id": "
|
|
775
|
+
"@id": "h2SToAirIndustrialProcesses"
|
|
744
776
|
},
|
|
745
777
|
{
|
|
746
778
|
"@type": "Term",
|
|
747
|
-
"@id": "
|
|
779
|
+
"@id": "so2ToAirInputsProduction"
|
|
748
780
|
},
|
|
749
781
|
{
|
|
750
782
|
"@type": "Term",
|
|
751
|
-
"@id": "
|
|
783
|
+
"@id": "co2ToAirLimeHydrolysis"
|
|
752
784
|
},
|
|
753
785
|
{
|
|
754
786
|
"@type": "Term",
|
|
755
|
-
"@id": "
|
|
787
|
+
"@id": "codToWaterInputsProduction"
|
|
756
788
|
},
|
|
757
789
|
{
|
|
758
790
|
"@type": "Term",
|
|
759
|
-
"@id": "
|
|
791
|
+
"@id": "n2OToAirWasteTreatmentDirect"
|
|
760
792
|
},
|
|
761
793
|
{
|
|
762
794
|
"@type": "Term",
|
|
763
|
-
"@id": "
|
|
795
|
+
"@id": "po43ToGroundwaterSoilFlux"
|
|
764
796
|
}
|
|
765
797
|
]
|
|
766
798
|
},
|
|
@@ -845,27 +877,27 @@
|
|
|
845
877
|
},
|
|
846
878
|
{
|
|
847
879
|
"@type": "Term",
|
|
848
|
-
"@id": "
|
|
880
|
+
"@id": "discardedCropRemoved"
|
|
849
881
|
},
|
|
850
882
|
{
|
|
851
883
|
"@type": "Term",
|
|
852
|
-
"@id": "
|
|
884
|
+
"@id": "aboveGroundCropResidueTotal"
|
|
853
885
|
},
|
|
854
886
|
{
|
|
855
887
|
"@type": "Term",
|
|
856
|
-
"@id": "
|
|
888
|
+
"@id": "aboveGroundCropResidueIncorporated"
|
|
857
889
|
},
|
|
858
890
|
{
|
|
859
891
|
"@type": "Term",
|
|
860
|
-
"@id": "
|
|
892
|
+
"@id": "aboveGroundCropResidueBurnt"
|
|
861
893
|
},
|
|
862
894
|
{
|
|
863
895
|
"@type": "Term",
|
|
864
|
-
"@id": "
|
|
896
|
+
"@id": "belowGroundCropResidue"
|
|
865
897
|
},
|
|
866
898
|
{
|
|
867
899
|
"@type": "Term",
|
|
868
|
-
"@id": "
|
|
900
|
+
"@id": "aboveGroundCropResidueLeftOnField"
|
|
869
901
|
}
|
|
870
902
|
]
|
|
871
903
|
},
|
|
@@ -902,7 +934,7 @@
|
|
|
902
934
|
},
|
|
903
935
|
{
|
|
904
936
|
"@type": "Term",
|
|
905
|
-
"@id": "
|
|
937
|
+
"@id": "digestibleEnergyPoultry"
|
|
906
938
|
},
|
|
907
939
|
{
|
|
908
940
|
"@type": "Term",
|
|
@@ -910,11 +942,11 @@
|
|
|
910
942
|
},
|
|
911
943
|
{
|
|
912
944
|
"@type": "Term",
|
|
913
|
-
"@id": "
|
|
945
|
+
"@id": "digestibleEnergyPigs"
|
|
914
946
|
},
|
|
915
947
|
{
|
|
916
948
|
"@type": "Term",
|
|
917
|
-
"@id": "
|
|
949
|
+
"@id": "digestibleEnergyRuminants"
|
|
918
950
|
},
|
|
919
951
|
{
|
|
920
952
|
"@type": "Term",
|
|
@@ -955,23 +987,23 @@
|
|
|
955
987
|
"results": [
|
|
956
988
|
{
|
|
957
989
|
"@type": "Term",
|
|
958
|
-
"@id": "
|
|
990
|
+
"@id": "energyDigestibilitySalmonids"
|
|
959
991
|
},
|
|
960
992
|
{
|
|
961
993
|
"@type": "Term",
|
|
962
|
-
"@id": "
|
|
994
|
+
"@id": "energyDigestibilityRuminants"
|
|
963
995
|
},
|
|
964
996
|
{
|
|
965
997
|
"@type": "Term",
|
|
966
|
-
"@id": "
|
|
998
|
+
"@id": "energyDigestibilityPigs"
|
|
967
999
|
},
|
|
968
1000
|
{
|
|
969
1001
|
"@type": "Term",
|
|
970
|
-
"@id": "
|
|
1002
|
+
"@id": "energyDigestibilityPoultry"
|
|
971
1003
|
},
|
|
972
1004
|
{
|
|
973
1005
|
"@type": "Term",
|
|
974
|
-
"@id": "
|
|
1006
|
+
"@id": "energyDigestibilityRabbits"
|
|
975
1007
|
},
|
|
976
1008
|
{
|
|
977
1009
|
"@type": "Term",
|
|
@@ -992,43 +1024,43 @@
|
|
|
992
1024
|
"results": [
|
|
993
1025
|
{
|
|
994
1026
|
"@type": "Term",
|
|
995
|
-
"@id": "
|
|
1027
|
+
"@id": "excretaBeefCattleExceptFeedlotFedKgN"
|
|
996
1028
|
},
|
|
997
1029
|
{
|
|
998
1030
|
"@type": "Term",
|
|
999
|
-
"@id": "
|
|
1031
|
+
"@id": "excretaPoultryKgN"
|
|
1000
1032
|
},
|
|
1001
1033
|
{
|
|
1002
1034
|
"@type": "Term",
|
|
1003
|
-
"@id": "
|
|
1035
|
+
"@id": "excretaSolidFishCrustaceansKgN"
|
|
1004
1036
|
},
|
|
1005
1037
|
{
|
|
1006
1038
|
"@type": "Term",
|
|
1007
|
-
"@id": "
|
|
1039
|
+
"@id": "excretaDucksKgN"
|
|
1008
1040
|
},
|
|
1009
1041
|
{
|
|
1010
1042
|
"@type": "Term",
|
|
1011
|
-
"@id": "
|
|
1043
|
+
"@id": "excretaGoatsKgN"
|
|
1012
1044
|
},
|
|
1013
1045
|
{
|
|
1014
1046
|
"@type": "Term",
|
|
1015
|
-
"@id": "
|
|
1047
|
+
"@id": "excretaBeefCattleFeedlotFedKgN"
|
|
1016
1048
|
},
|
|
1017
1049
|
{
|
|
1018
1050
|
"@type": "Term",
|
|
1019
|
-
"@id": "
|
|
1051
|
+
"@id": "excretaGeeseKgN"
|
|
1020
1052
|
},
|
|
1021
1053
|
{
|
|
1022
1054
|
"@type": "Term",
|
|
1023
|
-
"@id": "
|
|
1055
|
+
"@id": "excretaKgN"
|
|
1024
1056
|
},
|
|
1025
1057
|
{
|
|
1026
1058
|
"@type": "Term",
|
|
1027
|
-
"@id": "
|
|
1059
|
+
"@id": "excretaInsectsKgN"
|
|
1028
1060
|
},
|
|
1029
1061
|
{
|
|
1030
1062
|
"@type": "Term",
|
|
1031
|
-
"@id": "
|
|
1063
|
+
"@id": "excretaTurkeysKgN"
|
|
1032
1064
|
},
|
|
1033
1065
|
{
|
|
1034
1066
|
"@type": "Term",
|
|
@@ -1036,7 +1068,7 @@
|
|
|
1036
1068
|
},
|
|
1037
1069
|
{
|
|
1038
1070
|
"@type": "Term",
|
|
1039
|
-
"@id": "
|
|
1071
|
+
"@id": "excretaLiquidFishCrustaceansKgN"
|
|
1040
1072
|
},
|
|
1041
1073
|
{
|
|
1042
1074
|
"@type": "Term",
|
|
@@ -1044,11 +1076,15 @@
|
|
|
1044
1076
|
},
|
|
1045
1077
|
{
|
|
1046
1078
|
"@type": "Term",
|
|
1047
|
-
"@id": "
|
|
1079
|
+
"@id": "excretaSolidAndLiquidFishCrustaceansKgN"
|
|
1048
1080
|
},
|
|
1049
1081
|
{
|
|
1050
1082
|
"@type": "Term",
|
|
1051
|
-
"@id": "
|
|
1083
|
+
"@id": "excretaBuffaloKgN"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"@type": "Term",
|
|
1087
|
+
"@id": "excretaDairyCattleKgN"
|
|
1052
1088
|
},
|
|
1053
1089
|
{
|
|
1054
1090
|
"@type": "Term",
|
|
@@ -1060,11 +1096,11 @@
|
|
|
1060
1096
|
},
|
|
1061
1097
|
{
|
|
1062
1098
|
"@type": "Term",
|
|
1063
|
-
"@id": "
|
|
1099
|
+
"@id": "excretaPigsKgN"
|
|
1064
1100
|
},
|
|
1065
1101
|
{
|
|
1066
1102
|
"@type": "Term",
|
|
1067
|
-
"@id": "
|
|
1103
|
+
"@id": "excretaCamelsKgN"
|
|
1068
1104
|
}
|
|
1069
1105
|
]
|
|
1070
1106
|
},
|
|
@@ -1075,81 +1111,85 @@
|
|
|
1075
1111
|
"units.keyword": "kg VS"
|
|
1076
1112
|
},
|
|
1077
1113
|
"results": [
|
|
1114
|
+
{
|
|
1115
|
+
"@type": "Term",
|
|
1116
|
+
"@id": "excretaInsectsKgVs"
|
|
1117
|
+
},
|
|
1078
1118
|
{
|
|
1079
1119
|
"@type": "Term",
|
|
1080
1120
|
"@id": "excretaSolidFishCrustaceansKgVs"
|
|
1081
1121
|
},
|
|
1082
1122
|
{
|
|
1083
1123
|
"@type": "Term",
|
|
1084
|
-
"@id": "
|
|
1124
|
+
"@id": "excretaBuffaloKgVs"
|
|
1085
1125
|
},
|
|
1086
1126
|
{
|
|
1087
1127
|
"@type": "Term",
|
|
1088
|
-
"@id": "
|
|
1128
|
+
"@id": "excretaHorsesMulesAndAssesKgVs"
|
|
1089
1129
|
},
|
|
1090
1130
|
{
|
|
1091
1131
|
"@type": "Term",
|
|
1092
|
-
"@id": "
|
|
1132
|
+
"@id": "processedExcretaKgVs"
|
|
1093
1133
|
},
|
|
1094
1134
|
{
|
|
1095
1135
|
"@type": "Term",
|
|
1096
|
-
"@id": "
|
|
1136
|
+
"@id": "excretaTurkeysKgVs"
|
|
1097
1137
|
},
|
|
1098
1138
|
{
|
|
1099
1139
|
"@type": "Term",
|
|
1100
|
-
"@id": "
|
|
1140
|
+
"@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
|
|
1101
1141
|
},
|
|
1102
1142
|
{
|
|
1103
1143
|
"@type": "Term",
|
|
1104
|
-
"@id": "
|
|
1144
|
+
"@id": "excretaDairyCattleKgVs"
|
|
1105
1145
|
},
|
|
1106
1146
|
{
|
|
1107
1147
|
"@type": "Term",
|
|
1108
|
-
"@id": "
|
|
1148
|
+
"@id": "excretaGeeseKgVs"
|
|
1109
1149
|
},
|
|
1110
1150
|
{
|
|
1111
1151
|
"@type": "Term",
|
|
1112
|
-
"@id": "
|
|
1152
|
+
"@id": "excretaLiquidFishCrustaceansKgVs"
|
|
1113
1153
|
},
|
|
1114
1154
|
{
|
|
1115
1155
|
"@type": "Term",
|
|
1116
|
-
"@id": "
|
|
1156
|
+
"@id": "excretaGoatsKgVs"
|
|
1117
1157
|
},
|
|
1118
1158
|
{
|
|
1119
1159
|
"@type": "Term",
|
|
1120
|
-
"@id": "
|
|
1160
|
+
"@id": "excretaPoultryKgVs"
|
|
1121
1161
|
},
|
|
1122
1162
|
{
|
|
1123
1163
|
"@type": "Term",
|
|
1124
|
-
"@id": "
|
|
1164
|
+
"@id": "excretaBeefCattleFeedlotFedKgVs"
|
|
1125
1165
|
},
|
|
1126
1166
|
{
|
|
1127
1167
|
"@type": "Term",
|
|
1128
|
-
"@id": "
|
|
1168
|
+
"@id": "excretaMixturesKgVs"
|
|
1129
1169
|
},
|
|
1130
1170
|
{
|
|
1131
1171
|
"@type": "Term",
|
|
1132
|
-
"@id": "
|
|
1172
|
+
"@id": "excretaSheepKgVs"
|
|
1133
1173
|
},
|
|
1134
1174
|
{
|
|
1135
1175
|
"@type": "Term",
|
|
1136
|
-
"@id": "
|
|
1176
|
+
"@id": "excretaKgVs"
|
|
1137
1177
|
},
|
|
1138
1178
|
{
|
|
1139
1179
|
"@type": "Term",
|
|
1140
|
-
"@id": "
|
|
1180
|
+
"@id": "excretaBeefCattleExceptFeedlotFedKgVs"
|
|
1141
1181
|
},
|
|
1142
1182
|
{
|
|
1143
1183
|
"@type": "Term",
|
|
1144
|
-
"@id": "
|
|
1184
|
+
"@id": "excretaPigsKgVs"
|
|
1145
1185
|
},
|
|
1146
1186
|
{
|
|
1147
1187
|
"@type": "Term",
|
|
1148
|
-
"@id": "
|
|
1188
|
+
"@id": "excretaDucksKgVs"
|
|
1149
1189
|
},
|
|
1150
1190
|
{
|
|
1151
1191
|
"@type": "Term",
|
|
1152
|
-
"@id": "
|
|
1192
|
+
"@id": "excretaCamelsKgVs"
|
|
1153
1193
|
}
|
|
1154
1194
|
]
|
|
1155
1195
|
},
|
|
@@ -1164,7 +1204,7 @@
|
|
|
1164
1204
|
"@type": "Term",
|
|
1165
1205
|
"name": "Generic crop, seed",
|
|
1166
1206
|
"@id": "genericCropSeed",
|
|
1167
|
-
"_score": 26.
|
|
1207
|
+
"_score": 26.53318
|
|
1168
1208
|
}
|
|
1169
1209
|
]
|
|
1170
1210
|
},
|
|
@@ -1176,11 +1216,11 @@
|
|
|
1176
1216
|
"results": [
|
|
1177
1217
|
{
|
|
1178
1218
|
"@type": "Term",
|
|
1179
|
-
"@id": "
|
|
1219
|
+
"@id": "waterDrainageCanal"
|
|
1180
1220
|
},
|
|
1181
1221
|
{
|
|
1182
1222
|
"@type": "Term",
|
|
1183
|
-
"@id": "
|
|
1223
|
+
"@id": "waterMarine"
|
|
1184
1224
|
},
|
|
1185
1225
|
{
|
|
1186
1226
|
"@type": "Term",
|
|
@@ -1196,11 +1236,11 @@
|
|
|
1196
1236
|
},
|
|
1197
1237
|
{
|
|
1198
1238
|
"@type": "Term",
|
|
1199
|
-
"@id": "
|
|
1239
|
+
"@id": "waterBrackish"
|
|
1200
1240
|
},
|
|
1201
1241
|
{
|
|
1202
1242
|
"@type": "Term",
|
|
1203
|
-
"@id": "
|
|
1243
|
+
"@id": "iceSourceUnspecified"
|
|
1204
1244
|
},
|
|
1205
1245
|
{
|
|
1206
1246
|
"@type": "Term",
|
|
@@ -1208,11 +1248,15 @@
|
|
|
1208
1248
|
},
|
|
1209
1249
|
{
|
|
1210
1250
|
"@type": "Term",
|
|
1211
|
-
"@id": "
|
|
1251
|
+
"@id": "waterRiverStream"
|
|
1212
1252
|
},
|
|
1213
1253
|
{
|
|
1214
1254
|
"@type": "Term",
|
|
1215
1255
|
"@id": "waterLakeOrReservoir"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"@type": "Term",
|
|
1259
|
+
"@id": "waterHarvestedRainfall"
|
|
1216
1260
|
}
|
|
1217
1261
|
]
|
|
1218
1262
|
},
|
|
@@ -1238,6 +1282,11 @@
|
|
|
1238
1282
|
"name": "gasoline*"
|
|
1239
1283
|
}
|
|
1240
1284
|
},
|
|
1285
|
+
{
|
|
1286
|
+
"regexp": {
|
|
1287
|
+
"name": "petrol*"
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1241
1290
|
{
|
|
1242
1291
|
"regexp": {
|
|
1243
1292
|
"name": "diesel*"
|
|
@@ -1250,23 +1299,23 @@
|
|
|
1250
1299
|
"results": [
|
|
1251
1300
|
{
|
|
1252
1301
|
"@type": "Term",
|
|
1253
|
-
"@id": "
|
|
1302
|
+
"@id": "petrol"
|
|
1254
1303
|
},
|
|
1255
1304
|
{
|
|
1256
1305
|
"@type": "Term",
|
|
1257
|
-
"@id": "
|
|
1306
|
+
"@id": "marineDieselOil"
|
|
1258
1307
|
},
|
|
1259
1308
|
{
|
|
1260
1309
|
"@type": "Term",
|
|
1261
|
-
"@id": "
|
|
1310
|
+
"@id": "diesel1D"
|
|
1262
1311
|
},
|
|
1263
1312
|
{
|
|
1264
1313
|
"@type": "Term",
|
|
1265
|
-
"@id": "
|
|
1314
|
+
"@id": "aviationGasoline"
|
|
1266
1315
|
},
|
|
1267
1316
|
{
|
|
1268
1317
|
"@type": "Term",
|
|
1269
|
-
"@id": "
|
|
1318
|
+
"@id": "diesel"
|
|
1270
1319
|
},
|
|
1271
1320
|
{
|
|
1272
1321
|
"@type": "Term",
|
|
@@ -1274,11 +1323,11 @@
|
|
|
1274
1323
|
},
|
|
1275
1324
|
{
|
|
1276
1325
|
"@type": "Term",
|
|
1277
|
-
"@id": "
|
|
1326
|
+
"@id": "en590Diesel"
|
|
1278
1327
|
},
|
|
1279
1328
|
{
|
|
1280
1329
|
"@type": "Term",
|
|
1281
|
-
"@id": "
|
|
1330
|
+
"@id": "diesel4D"
|
|
1282
1331
|
},
|
|
1283
1332
|
{
|
|
1284
1333
|
"@type": "Term",
|
|
@@ -1313,6 +1362,10 @@
|
|
|
1313
1362
|
}
|
|
1314
1363
|
},
|
|
1315
1364
|
"results": [
|
|
1365
|
+
{
|
|
1366
|
+
"@type": "Term",
|
|
1367
|
+
"@id": "milkYieldPerCowRaw"
|
|
1368
|
+
},
|
|
1316
1369
|
{
|
|
1317
1370
|
"@type": "Term",
|
|
1318
1371
|
"@id": "milkYieldPerBuffaloFpcm"
|
|
@@ -1327,16 +1380,12 @@
|
|
|
1327
1380
|
},
|
|
1328
1381
|
{
|
|
1329
1382
|
"@type": "Term",
|
|
1330
|
-
"@id": "
|
|
1383
|
+
"@id": "milkYieldPerSheepFpcm"
|
|
1331
1384
|
},
|
|
1332
1385
|
{
|
|
1333
1386
|
"@type": "Term",
|
|
1334
1387
|
"@id": "milkYieldPerCowFpcm"
|
|
1335
1388
|
},
|
|
1336
|
-
{
|
|
1337
|
-
"@type": "Term",
|
|
1338
|
-
"@id": "milkYieldPerSheepFpcm"
|
|
1339
|
-
},
|
|
1340
1389
|
{
|
|
1341
1390
|
"@type": "Term",
|
|
1342
1391
|
"@id": "milkYieldPerCamelRaw"
|
|
@@ -1440,11 +1489,11 @@
|
|
|
1440
1489
|
},
|
|
1441
1490
|
{
|
|
1442
1491
|
"@type": "Term",
|
|
1443
|
-
"@id": "
|
|
1492
|
+
"@id": "ureaCalciumNitrateKgN"
|
|
1444
1493
|
},
|
|
1445
1494
|
{
|
|
1446
1495
|
"@type": "Term",
|
|
1447
|
-
"@id": "
|
|
1496
|
+
"@id": "ureaFormaldehydeKgN"
|
|
1448
1497
|
},
|
|
1449
1498
|
{
|
|
1450
1499
|
"@type": "Term",
|
|
@@ -1452,7 +1501,7 @@
|
|
|
1452
1501
|
},
|
|
1453
1502
|
{
|
|
1454
1503
|
"@type": "Term",
|
|
1455
|
-
"@id": "
|
|
1504
|
+
"@id": "ureaAmmoniumNitrateKgN"
|
|
1456
1505
|
},
|
|
1457
1506
|
{
|
|
1458
1507
|
"@type": "Term",
|
|
@@ -1499,11 +1548,11 @@
|
|
|
1499
1548
|
"results": [
|
|
1500
1549
|
{
|
|
1501
1550
|
"@type": "Term",
|
|
1502
|
-
"@id": "
|
|
1551
|
+
"@id": "woodFuel"
|
|
1503
1552
|
},
|
|
1504
1553
|
{
|
|
1505
1554
|
"@type": "Term",
|
|
1506
|
-
"@id": "
|
|
1555
|
+
"@id": "woodPellets"
|
|
1507
1556
|
}
|
|
1508
1557
|
]
|
|
1509
1558
|
},
|
|
@@ -1536,11 +1585,11 @@
|
|
|
1536
1585
|
"results": [
|
|
1537
1586
|
{
|
|
1538
1587
|
"@type": "Term",
|
|
1539
|
-
"@id": "
|
|
1588
|
+
"@id": "woolSheepGreasy"
|
|
1540
1589
|
},
|
|
1541
1590
|
{
|
|
1542
1591
|
"@type": "Term",
|
|
1543
|
-
"@id": "
|
|
1592
|
+
"@id": "woolGoatGreasy"
|
|
1544
1593
|
}
|
|
1545
1594
|
]
|
|
1546
1595
|
}
|