hestia-earth-models 0.60.0__py3-none-any.whl → 0.61.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.
Potentially problematic release.
This version of hestia-earth-models might be problematic. Click here for more details.
- hestia_earth/models/cache_sites.py +41 -19
- hestia_earth/models/cycle/cycleDuration.py +61 -22
- hestia_earth/models/cycle/startDate.py +16 -11
- hestia_earth/models/cycle/startDateDefinition.py +69 -0
- hestia_earth/models/impact_assessment/emissions.py +1 -3
- hestia_earth/models/ipcc2019/pastureGrass.py +1 -1
- hestia_earth/models/linkedImpactAssessment/__init__.py +8 -162
- hestia_earth/models/linkedImpactAssessment/emissions.py +168 -0
- hestia_earth/models/{impact_assessment → linkedImpactAssessment}/utils.py +1 -1
- hestia_earth/models/mocking/search-results.json +257 -229
- hestia_earth/models/{impact_assessment → pooreNemecek2018}/freshwaterWithdrawalsDuringCycle.py +1 -1
- hestia_earth/models/site/brackishWater.py +43 -0
- hestia_earth/models/site/freshWater.py +43 -0
- hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +2 -2
- hestia_earth/models/site/salineWater.py +43 -0
- hestia_earth/models/utils/__init__.py +3 -3
- hestia_earth/models/version.py +1 -1
- {hestia_earth_models-0.60.0.dist-info → hestia_earth_models-0.61.0.dist-info}/METADATA +2 -2
- {hestia_earth_models-0.60.0.dist-info → hestia_earth_models-0.61.0.dist-info}/RECORD +52 -44
- tests/models/cycle/test_cycleDuration.py +15 -27
- tests/models/cycle/test_startDate.py +7 -7
- tests/models/cycle/test_startDateDefinition.py +31 -0
- tests/models/linkedImpactAssessment/__init__.py +0 -0
- tests/models/linkedImpactAssessment/test_emissions.py +22 -0
- tests/models/{impact_assessment → linkedImpactAssessment}/test_freshwaterWithdrawalsInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landOccupationInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landTransformationFromCropland100YearAverageInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landTransformationFromCropland20YearAverageInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landTransformationFromForest100YearAverageInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landTransformationFromForest20YearAverageInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landTransformationFromOtherNaturalVegetation100YearAverageInputsProduction.py +4 -4
- tests/models/{impact_assessment → linkedImpactAssessment}/test_landTransformationFromOtherNaturalVegetation20YearAverageInputsProduction.py +4 -4
- tests/models/linkedImpactAssessment/test_landTransformationFromPermanentPasture100YearAverageInputsProduction.py +24 -0
- tests/models/linkedImpactAssessment/test_landTransformationFromPermanentPasture20YearAverageInputsProduction.py +24 -0
- tests/models/{impact_assessment → pooreNemecek2018}/test_freshwaterWithdrawalsDuringCycle.py +1 -1
- tests/models/site/test_brackishWater.py +32 -0
- tests/models/site/test_freshWater.py +32 -0
- tests/models/site/test_salineWater.py +32 -0
- tests/models/test_cache_sites.py +0 -12
- hestia_earth/models/cycle/endDate.py +0 -50
- tests/models/cycle/test_endDate.py +0 -24
- tests/models/impact_assessment/test_landTransformationFromPermanentPasture100YearAverageInputsProduction.py +0 -23
- tests/models/impact_assessment/test_landTransformationFromPermanentPasture20YearAverageInputsProduction.py +0 -23
- tests/models/test_linkedImpactAssessment.py +0 -33
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/freshwaterWithdrawalsInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landOccupationInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromCropland100YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromCropland20YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromForest100YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromForest20YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromOtherNaturalVegetation100YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromOtherNaturalVegetation20YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromPermanentPasture100YearAverageInputsProduction.py +0 -0
- /hestia_earth/models/{impact_assessment → linkedImpactAssessment}/landTransformationFromPermanentPasture20YearAverageInputsProduction.py +0 -0
- {hestia_earth_models-0.60.0.dist-info → hestia_earth_models-0.61.0.dist-info}/LICENSE +0 -0
- {hestia_earth_models-0.60.0.dist-info → hestia_earth_models-0.61.0.dist-info}/WHEEL +0 -0
- {hestia_earth_models-0.60.0.dist-info → hestia_earth_models-0.61.0.dist-info}/top_level.txt +0 -0
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"results": [
|
|
8
8
|
{
|
|
9
9
|
"@type": "Term",
|
|
10
|
-
"@id": "
|
|
10
|
+
"@id": "pToDrainageWaterSoilFlux"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"@type": "Term",
|
|
14
|
-
"@id": "
|
|
14
|
+
"@id": "po43ToSurfaceWaterInorganicFertiliser"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"@type": "Term",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"@type": "Term",
|
|
22
|
-
"@id": "
|
|
22
|
+
"@id": "sf6ToAirInputsProduction"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"@type": "Term",
|
|
26
|
-
"@id": "
|
|
26
|
+
"@id": "nf3ToAirIndustrialProcesses"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"@type": "Term",
|
|
30
|
-
"@id": "
|
|
30
|
+
"@id": "n2ToAirWasteTreatment"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"@type": "Term",
|
|
@@ -35,39 +35,35 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"@type": "Term",
|
|
38
|
-
"@id": "
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"@type": "Term",
|
|
42
|
-
"@id": "n2OToAirCropResidueDecompositionIndirect"
|
|
38
|
+
"@id": "n2OToAirDiminishingSoilCarbonStocksLandUseChangeDirect"
|
|
43
39
|
},
|
|
44
40
|
{
|
|
45
41
|
"@type": "Term",
|
|
46
|
-
"@id": "
|
|
42
|
+
"@id": "pesticideToSoilPesticideApplication"
|
|
47
43
|
},
|
|
48
44
|
{
|
|
49
45
|
"@type": "Term",
|
|
50
|
-
"@id": "
|
|
46
|
+
"@id": "dichlorodifluoromethaneToAirInputsProduction"
|
|
51
47
|
},
|
|
52
48
|
{
|
|
53
49
|
"@type": "Term",
|
|
54
|
-
"@id": "
|
|
50
|
+
"@id": "nToSurfaceWaterSoilFlux"
|
|
55
51
|
},
|
|
56
52
|
{
|
|
57
53
|
"@type": "Term",
|
|
58
|
-
"@id": "
|
|
54
|
+
"@id": "n2OToAirCropResidueDecompositionIndirect"
|
|
59
55
|
},
|
|
60
56
|
{
|
|
61
57
|
"@type": "Term",
|
|
62
|
-
"@id": "
|
|
58
|
+
"@id": "codToWaterIndustrialProcesses"
|
|
63
59
|
},
|
|
64
60
|
{
|
|
65
61
|
"@type": "Term",
|
|
66
|
-
"@id": "
|
|
62
|
+
"@id": "noToAirInorganicFertiliser"
|
|
67
63
|
},
|
|
68
64
|
{
|
|
69
65
|
"@type": "Term",
|
|
70
|
-
"@id": "
|
|
66
|
+
"@id": "co2ToAirUreaHydrolysis"
|
|
71
67
|
},
|
|
72
68
|
{
|
|
73
69
|
"@type": "Term",
|
|
@@ -75,23 +71,23 @@
|
|
|
75
71
|
},
|
|
76
72
|
{
|
|
77
73
|
"@type": "Term",
|
|
78
|
-
"@id": "
|
|
74
|
+
"@id": "bod5ToWaterInputsProduction"
|
|
79
75
|
},
|
|
80
76
|
{
|
|
81
77
|
"@type": "Term",
|
|
82
|
-
"@id": "
|
|
78
|
+
"@id": "n2OToAirDiminishingSoilCarbonStocksManagementChangeDirect"
|
|
83
79
|
},
|
|
84
80
|
{
|
|
85
81
|
"@type": "Term",
|
|
86
|
-
"@id": "
|
|
82
|
+
"@id": "no3ToGroundwaterInorganicFertiliser"
|
|
87
83
|
},
|
|
88
84
|
{
|
|
89
85
|
"@type": "Term",
|
|
90
|
-
"@id": "
|
|
86
|
+
"@id": "nh3ToAirCropResidueDecomposition"
|
|
91
87
|
},
|
|
92
88
|
{
|
|
93
89
|
"@type": "Term",
|
|
94
|
-
"@id": "
|
|
90
|
+
"@id": "nh4ToGroundwaterExcreta"
|
|
95
91
|
},
|
|
96
92
|
{
|
|
97
93
|
"@type": "Term",
|
|
@@ -99,19 +95,19 @@
|
|
|
99
95
|
},
|
|
100
96
|
{
|
|
101
97
|
"@type": "Term",
|
|
102
|
-
"@id": "
|
|
98
|
+
"@id": "po43ToGroundwaterInorganicFertiliser"
|
|
103
99
|
},
|
|
104
100
|
{
|
|
105
101
|
"@type": "Term",
|
|
106
|
-
"@id": "
|
|
102
|
+
"@id": "pesticideToAirInputsProduction"
|
|
107
103
|
},
|
|
108
104
|
{
|
|
109
105
|
"@type": "Term",
|
|
110
|
-
"@id": "
|
|
106
|
+
"@id": "nh3ToAirOrganicSoilCultivation"
|
|
111
107
|
},
|
|
112
108
|
{
|
|
113
109
|
"@type": "Term",
|
|
114
|
-
"@id": "
|
|
110
|
+
"@id": "blackCarbonToAirInputsProduction"
|
|
115
111
|
},
|
|
116
112
|
{
|
|
117
113
|
"@type": "Term",
|
|
@@ -119,55 +115,55 @@
|
|
|
119
115
|
},
|
|
120
116
|
{
|
|
121
117
|
"@type": "Term",
|
|
122
|
-
"@id": "
|
|
118
|
+
"@id": "n2ToAirSoilFlux"
|
|
123
119
|
},
|
|
124
120
|
{
|
|
125
121
|
"@type": "Term",
|
|
126
|
-
"@id": "
|
|
122
|
+
"@id": "n2OToAirOrganicSoilBurningIndirect"
|
|
127
123
|
},
|
|
128
124
|
{
|
|
129
125
|
"@type": "Term",
|
|
130
|
-
"@id": "
|
|
126
|
+
"@id": "noxToAirOrganicFertiliser"
|
|
131
127
|
},
|
|
132
128
|
{
|
|
133
129
|
"@type": "Term",
|
|
134
|
-
"@id": "
|
|
130
|
+
"@id": "no3ToGroundwaterSoilFlux"
|
|
135
131
|
},
|
|
136
132
|
{
|
|
137
133
|
"@type": "Term",
|
|
138
|
-
"@id": "
|
|
134
|
+
"@id": "n2OToAirAquacultureSystemsDirect"
|
|
139
135
|
},
|
|
140
136
|
{
|
|
141
137
|
"@type": "Term",
|
|
142
|
-
"@id": "
|
|
138
|
+
"@id": "co2ToAirSoilInorganicCarbonStockChangeManagementChange"
|
|
143
139
|
},
|
|
144
140
|
{
|
|
145
141
|
"@type": "Term",
|
|
146
|
-
"@id": "
|
|
142
|
+
"@id": "n2OToAirBackgroundSoilFluxDirect"
|
|
147
143
|
},
|
|
148
144
|
{
|
|
149
145
|
"@type": "Term",
|
|
150
|
-
"@id": "
|
|
146
|
+
"@id": "nh4ToSurfaceWaterAquacultureSystems"
|
|
151
147
|
},
|
|
152
148
|
{
|
|
153
149
|
"@type": "Term",
|
|
154
|
-
"@id": "
|
|
150
|
+
"@id": "nErosionSoilFlux"
|
|
155
151
|
},
|
|
156
152
|
{
|
|
157
153
|
"@type": "Term",
|
|
158
|
-
"@id": "
|
|
154
|
+
"@id": "chlorodifluoromethaneToAirInputsProduction"
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"@type": "Term",
|
|
162
|
-
"@id": "
|
|
158
|
+
"@id": "ch4ToAirSoilFlux"
|
|
163
159
|
},
|
|
164
160
|
{
|
|
165
161
|
"@type": "Term",
|
|
166
|
-
"@id": "
|
|
162
|
+
"@id": "1112TetrafluoroethaneToAirInputsProduction"
|
|
167
163
|
},
|
|
168
164
|
{
|
|
169
165
|
"@type": "Term",
|
|
170
|
-
"@id": "
|
|
166
|
+
"@id": "n2OToAirOrganicSoilCultivationIndirect"
|
|
171
167
|
},
|
|
172
168
|
{
|
|
173
169
|
"@type": "Term",
|
|
@@ -175,151 +171,151 @@
|
|
|
175
171
|
},
|
|
176
172
|
{
|
|
177
173
|
"@type": "Term",
|
|
178
|
-
"@id": "
|
|
174
|
+
"@id": "coToAirInputsProduction"
|
|
179
175
|
},
|
|
180
176
|
{
|
|
181
177
|
"@type": "Term",
|
|
182
|
-
"@id": "
|
|
178
|
+
"@id": "n2OToAirOrganicSoilCultivationDirect"
|
|
183
179
|
},
|
|
184
180
|
{
|
|
185
181
|
"@type": "Term",
|
|
186
|
-
"@id": "
|
|
182
|
+
"@id": "nh3ToAirOrganicSoilBurning"
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"@type": "Term",
|
|
190
|
-
"@id": "
|
|
186
|
+
"@id": "no3ToGroundwaterCropResidueDecomposition"
|
|
191
187
|
},
|
|
192
188
|
{
|
|
193
189
|
"@type": "Term",
|
|
194
|
-
"@id": "
|
|
190
|
+
"@id": "noxToAirNaturalVegetationBurning"
|
|
195
191
|
},
|
|
196
192
|
{
|
|
197
193
|
"@type": "Term",
|
|
198
|
-
"@id": "
|
|
194
|
+
"@id": "noxToAirCropResidueBurning"
|
|
199
195
|
},
|
|
200
196
|
{
|
|
201
197
|
"@type": "Term",
|
|
202
|
-
"@id": "
|
|
198
|
+
"@id": "noxToAirAquacultureSystems"
|
|
203
199
|
},
|
|
204
200
|
{
|
|
205
201
|
"@type": "Term",
|
|
206
|
-
"@id": "
|
|
202
|
+
"@id": "coToAirFuelCombustion"
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
205
|
"@type": "Term",
|
|
210
|
-
"@id": "
|
|
206
|
+
"@id": "pesticideToAirPesticideApplication"
|
|
211
207
|
},
|
|
212
208
|
{
|
|
213
209
|
"@type": "Term",
|
|
214
|
-
"@id": "
|
|
210
|
+
"@id": "pm10ToAirFuelCombustion"
|
|
215
211
|
},
|
|
216
212
|
{
|
|
217
213
|
"@type": "Term",
|
|
218
|
-
"@id": "
|
|
214
|
+
"@id": "sf6ToAirIndustrialProcesses"
|
|
219
215
|
},
|
|
220
216
|
{
|
|
221
217
|
"@type": "Term",
|
|
222
|
-
"@id": "
|
|
218
|
+
"@id": "ch4ToAirExcreta"
|
|
223
219
|
},
|
|
224
220
|
{
|
|
225
221
|
"@type": "Term",
|
|
226
|
-
"@id": "
|
|
222
|
+
"@id": "nToSurfaceWaterInputsProduction"
|
|
227
223
|
},
|
|
228
224
|
{
|
|
229
225
|
"@type": "Term",
|
|
230
|
-
"@id": "
|
|
226
|
+
"@id": "nh4ToGroundwaterWasteTreatment"
|
|
231
227
|
},
|
|
232
228
|
{
|
|
233
229
|
"@type": "Term",
|
|
234
|
-
"@id": "
|
|
230
|
+
"@id": "nh3ToAirNaturalVegetationBurning"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"@type": "Term",
|
|
238
|
-
"@id": "
|
|
234
|
+
"@id": "no3ToGroundwaterExcreta"
|
|
239
235
|
},
|
|
240
236
|
{
|
|
241
237
|
"@type": "Term",
|
|
242
|
-
"@id": "
|
|
238
|
+
"@id": "no3ToGroundwaterWasteTreatment"
|
|
243
239
|
},
|
|
244
240
|
{
|
|
245
241
|
"@type": "Term",
|
|
246
|
-
"@id": "
|
|
242
|
+
"@id": "so2ToAirFuelCombustion"
|
|
247
243
|
},
|
|
248
244
|
{
|
|
249
245
|
"@type": "Term",
|
|
250
|
-
"@id": "
|
|
246
|
+
"@id": "no3ToSurfaceWaterIndustrialProcesses"
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"@type": "Term",
|
|
254
|
-
"@id": "
|
|
250
|
+
"@id": "n2ToAirAquacultureSystems"
|
|
255
251
|
},
|
|
256
252
|
{
|
|
257
253
|
"@type": "Term",
|
|
258
|
-
"@id": "
|
|
254
|
+
"@id": "n2OToAirSoilFlux"
|
|
259
255
|
},
|
|
260
256
|
{
|
|
261
257
|
"@type": "Term",
|
|
262
|
-
"@id": "
|
|
258
|
+
"@id": "noToAirOrganicFertiliser"
|
|
263
259
|
},
|
|
264
260
|
{
|
|
265
261
|
"@type": "Term",
|
|
266
|
-
"@id": "
|
|
262
|
+
"@id": "no3ToSurfaceWaterExcreta"
|
|
267
263
|
},
|
|
268
264
|
{
|
|
269
265
|
"@type": "Term",
|
|
270
|
-
"@id": "
|
|
266
|
+
"@id": "nh4ToGroundwaterInorganicFertiliser"
|
|
271
267
|
},
|
|
272
268
|
{
|
|
273
269
|
"@type": "Term",
|
|
274
|
-
"@id": "
|
|
270
|
+
"@id": "co2ToAirSoilOrganicCarbonStockChangeLandUseChange"
|
|
275
271
|
},
|
|
276
272
|
{
|
|
277
273
|
"@type": "Term",
|
|
278
|
-
"@id": "
|
|
274
|
+
"@id": "n2OToAirCropResidueDecompositionDirect"
|
|
279
275
|
},
|
|
280
276
|
{
|
|
281
277
|
"@type": "Term",
|
|
282
|
-
"@id": "
|
|
278
|
+
"@id": "noToAirAquacultureSystems"
|
|
283
279
|
},
|
|
284
280
|
{
|
|
285
281
|
"@type": "Term",
|
|
286
|
-
"@id": "
|
|
282
|
+
"@id": "pesticideToWaterInputsProduction"
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
285
|
"@type": "Term",
|
|
290
|
-
"@id": "
|
|
286
|
+
"@id": "n2OToAirCropResidueBurningIndirect"
|
|
291
287
|
},
|
|
292
288
|
{
|
|
293
289
|
"@type": "Term",
|
|
294
|
-
"@id": "
|
|
290
|
+
"@id": "ch4ToAirOrganicSoilCultivation"
|
|
295
291
|
},
|
|
296
292
|
{
|
|
297
293
|
"@type": "Term",
|
|
298
|
-
"@id": "
|
|
294
|
+
"@id": "co2ToAirSoilFlux"
|
|
299
295
|
},
|
|
300
296
|
{
|
|
301
297
|
"@type": "Term",
|
|
302
|
-
"@id": "
|
|
298
|
+
"@id": "co2ToAirSoilInorganicCarbonStockChangeLandUseChange"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
301
|
"@type": "Term",
|
|
306
|
-
"@id": "
|
|
302
|
+
"@id": "nToSurfaceWaterAquacultureSystems"
|
|
307
303
|
},
|
|
308
304
|
{
|
|
309
305
|
"@type": "Term",
|
|
310
|
-
"@id": "
|
|
306
|
+
"@id": "nh4ToGroundwaterOrganicFertiliser"
|
|
311
307
|
},
|
|
312
308
|
{
|
|
313
309
|
"@type": "Term",
|
|
314
|
-
"@id": "
|
|
310
|
+
"@id": "co2ToAirAboveGroundBiomassStockChangeLandUseChange"
|
|
315
311
|
},
|
|
316
312
|
{
|
|
317
313
|
"@type": "Term",
|
|
318
|
-
"@id": "
|
|
314
|
+
"@id": "nh3ToAirFuelCombustion"
|
|
319
315
|
},
|
|
320
316
|
{
|
|
321
317
|
"@type": "Term",
|
|
322
|
-
"@id": "
|
|
318
|
+
"@id": "co2ToAirSoilOrganicCarbonStockChangeManagementChange"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"@type": "Term",
|
|
@@ -327,19 +323,19 @@
|
|
|
327
323
|
},
|
|
328
324
|
{
|
|
329
325
|
"@type": "Term",
|
|
330
|
-
"@id": "
|
|
326
|
+
"@id": "pesticideToWaterPesticideApplication"
|
|
331
327
|
},
|
|
332
328
|
{
|
|
333
329
|
"@type": "Term",
|
|
334
|
-
"@id": "
|
|
330
|
+
"@id": "noToAirSoilFlux"
|
|
335
331
|
},
|
|
336
332
|
{
|
|
337
333
|
"@type": "Term",
|
|
338
|
-
"@id": "
|
|
334
|
+
"@id": "noxToAirCropResidueDecomposition"
|
|
339
335
|
},
|
|
340
336
|
{
|
|
341
337
|
"@type": "Term",
|
|
342
|
-
"@id": "
|
|
338
|
+
"@id": "pToGroundwaterSoilFlux"
|
|
343
339
|
},
|
|
344
340
|
{
|
|
345
341
|
"@type": "Term",
|
|
@@ -347,99 +343,103 @@
|
|
|
347
343
|
},
|
|
348
344
|
{
|
|
349
345
|
"@type": "Term",
|
|
350
|
-
"@id": "
|
|
346
|
+
"@id": "noxToAirOrganicSoilCultivation"
|
|
351
347
|
},
|
|
352
348
|
{
|
|
353
349
|
"@type": "Term",
|
|
354
|
-
"@id": "
|
|
350
|
+
"@id": "po43ToSurfaceWaterSoilFlux"
|
|
355
351
|
},
|
|
356
352
|
{
|
|
357
353
|
"@type": "Term",
|
|
358
|
-
"@id": "
|
|
354
|
+
"@id": "n2OToAirExcretaDirect"
|
|
359
355
|
},
|
|
360
356
|
{
|
|
361
357
|
"@type": "Term",
|
|
362
|
-
"@id": "
|
|
358
|
+
"@id": "noToAirWasteTreatment"
|
|
363
359
|
},
|
|
364
360
|
{
|
|
365
361
|
"@type": "Term",
|
|
366
|
-
"@id": "
|
|
362
|
+
"@id": "pesticideToHarvestedCropInputsProduction"
|
|
367
363
|
},
|
|
368
364
|
{
|
|
369
365
|
"@type": "Term",
|
|
370
|
-
"@id": "
|
|
366
|
+
"@id": "co2ToAirDeadOrganicMatterStockChangeLandUseChange"
|
|
371
367
|
},
|
|
372
368
|
{
|
|
373
369
|
"@type": "Term",
|
|
374
|
-
"@id": "
|
|
370
|
+
"@id": "pm25ToAirAnimalHousing"
|
|
375
371
|
},
|
|
376
372
|
{
|
|
377
373
|
"@type": "Term",
|
|
378
|
-
"@id": "
|
|
374
|
+
"@id": "nmvocToAirAnimalHousing"
|
|
379
375
|
},
|
|
380
376
|
{
|
|
381
377
|
"@type": "Term",
|
|
382
|
-
"@id": "
|
|
378
|
+
"@id": "n2ToAirOrganicFertiliser"
|
|
383
379
|
},
|
|
384
380
|
{
|
|
385
381
|
"@type": "Term",
|
|
386
|
-
"@id": "
|
|
382
|
+
"@id": "n2OToAirInputsProduction"
|
|
387
383
|
},
|
|
388
384
|
{
|
|
389
385
|
"@type": "Term",
|
|
390
|
-
"@id": "
|
|
386
|
+
"@id": "nmvocToAirSilageStorage"
|
|
391
387
|
},
|
|
392
388
|
{
|
|
393
389
|
"@type": "Term",
|
|
394
|
-
"@id": "
|
|
390
|
+
"@id": "noxToAirInorganicFertiliser"
|
|
395
391
|
},
|
|
396
392
|
{
|
|
397
393
|
"@type": "Term",
|
|
398
|
-
"@id": "
|
|
394
|
+
"@id": "nmvocToAirExcreta"
|
|
399
395
|
},
|
|
400
396
|
{
|
|
401
397
|
"@type": "Term",
|
|
402
|
-
"@id": "
|
|
398
|
+
"@id": "nh3ToAirInputsProduction"
|
|
403
399
|
},
|
|
404
400
|
{
|
|
405
401
|
"@type": "Term",
|
|
406
|
-
"@id": "
|
|
402
|
+
"@id": "ch4ToAirWasteTreatment"
|
|
407
403
|
},
|
|
408
404
|
{
|
|
409
405
|
"@type": "Term",
|
|
410
|
-
"@id": "
|
|
406
|
+
"@id": "po43ToSurfaceWaterInputsProduction"
|
|
411
407
|
},
|
|
412
408
|
{
|
|
413
409
|
"@type": "Term",
|
|
414
|
-
"@id": "
|
|
410
|
+
"@id": "pToSurfaceWaterSoilFlux"
|
|
415
411
|
},
|
|
416
412
|
{
|
|
417
413
|
"@type": "Term",
|
|
418
|
-
"@id": "
|
|
414
|
+
"@id": "noxToAirFuelCombustion"
|
|
419
415
|
},
|
|
420
416
|
{
|
|
421
417
|
"@type": "Term",
|
|
422
|
-
"@id": "
|
|
418
|
+
"@id": "ch4ToAirFuelCombustion"
|
|
423
419
|
},
|
|
424
420
|
{
|
|
425
421
|
"@type": "Term",
|
|
426
|
-
"@id": "
|
|
422
|
+
"@id": "pm25ToAirFuelCombustion"
|
|
427
423
|
},
|
|
428
424
|
{
|
|
429
425
|
"@type": "Term",
|
|
430
|
-
"@id": "
|
|
426
|
+
"@id": "pm10ToAirCropResidueBurning"
|
|
431
427
|
},
|
|
432
428
|
{
|
|
433
429
|
"@type": "Term",
|
|
434
|
-
"@id": "
|
|
430
|
+
"@id": "n2OToAirCropResidueBurningDirect"
|
|
435
431
|
},
|
|
436
432
|
{
|
|
437
433
|
"@type": "Term",
|
|
438
|
-
"@id": "
|
|
434
|
+
"@id": "nh3ToAirExcreta"
|
|
439
435
|
},
|
|
440
436
|
{
|
|
441
437
|
"@type": "Term",
|
|
442
|
-
"@id": "
|
|
438
|
+
"@id": "pErosionInputsProduction"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"@type": "Term",
|
|
442
|
+
"@id": "co2ToAirNaturalVegetationBurning"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"@type": "Term",
|
|
@@ -447,39 +447,39 @@
|
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
449
|
"@type": "Term",
|
|
450
|
-
"@id": "
|
|
450
|
+
"@id": "ch4ToAirOrganicSoilBurning"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"@type": "Term",
|
|
454
|
-
"@id": "
|
|
454
|
+
"@id": "hexaneToAirIndustrialProcesses"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"@type": "Term",
|
|
458
|
-
"@id": "
|
|
458
|
+
"@id": "co2ToAirLimeHydrolysis"
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"@type": "Term",
|
|
462
|
-
"@id": "
|
|
462
|
+
"@id": "n2OToAirOrganicFertiliserIndirect"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
"@type": "Term",
|
|
466
|
-
"@id": "
|
|
466
|
+
"@id": "ch4ToAirCropResidueBurning"
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
469
|
"@type": "Term",
|
|
470
|
-
"@id": "
|
|
470
|
+
"@id": "n2OToAirOrganicSoilBurningDirect"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"@type": "Term",
|
|
474
|
-
"@id": "
|
|
474
|
+
"@id": "noxToAirSoilFlux"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
477
|
"@type": "Term",
|
|
478
|
-
"@id": "
|
|
478
|
+
"@id": "po43ToGroundwaterSoilFlux"
|
|
479
479
|
},
|
|
480
480
|
{
|
|
481
481
|
"@type": "Term",
|
|
482
|
-
"@id": "
|
|
482
|
+
"@id": "noToAirCropResidueBurning"
|
|
483
483
|
},
|
|
484
484
|
{
|
|
485
485
|
"@type": "Term",
|
|
@@ -487,83 +487,91 @@
|
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
489
|
"@type": "Term",
|
|
490
|
-
"@id": "
|
|
490
|
+
"@id": "n2OToAirInorganicFertiliserIndirect"
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
493
|
"@type": "Term",
|
|
494
|
-
"@id": "
|
|
494
|
+
"@id": "n2OToAirFuelCombustionIndirect"
|
|
495
495
|
},
|
|
496
496
|
{
|
|
497
497
|
"@type": "Term",
|
|
498
|
-
"@id": "
|
|
498
|
+
"@id": "h2SToAirIndustrialProcesses"
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
501
|
"@type": "Term",
|
|
502
|
-
"@id": "
|
|
502
|
+
"@id": "codToWaterInputsProduction"
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
505
|
"@type": "Term",
|
|
506
|
-
"@id": "
|
|
506
|
+
"@id": "nh3ToAirInorganicFertiliser"
|
|
507
507
|
},
|
|
508
508
|
{
|
|
509
509
|
"@type": "Term",
|
|
510
|
-
"@id": "
|
|
510
|
+
"@id": "bod5ToWaterIndustrialProcesses"
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
"@type": "Term",
|
|
514
|
-
"@id": "
|
|
514
|
+
"@id": "nh4ToGroundwaterInputsProduction"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
517
|
"@type": "Term",
|
|
518
|
-
"@id": "
|
|
518
|
+
"@id": "nh4ToGroundwaterCropResidueDecomposition"
|
|
519
519
|
},
|
|
520
520
|
{
|
|
521
521
|
"@type": "Term",
|
|
522
|
-
"@id": "
|
|
522
|
+
"@id": "ch4ToAirAquacultureSystems"
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
525
|
"@type": "Term",
|
|
526
|
-
"@id": "
|
|
526
|
+
"@id": "h2SToAirWasteTreatment"
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
"@type": "Term",
|
|
530
|
-
"@id": "
|
|
530
|
+
"@id": "no3ToSurfaceWaterAquacultureSystems"
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"@type": "Term",
|
|
534
|
-
"@id": "
|
|
534
|
+
"@id": "pToDrainageWaterInputsProduction"
|
|
535
535
|
},
|
|
536
536
|
{
|
|
537
537
|
"@type": "Term",
|
|
538
|
-
"@id": "
|
|
538
|
+
"@id": "co2ToAirInputsProduction"
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
541
|
"@type": "Term",
|
|
542
|
-
"@id": "
|
|
542
|
+
"@id": "noToAirCropResidueDecomposition"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
"@type": "Term",
|
|
546
|
-
"@id": "
|
|
546
|
+
"@id": "po43ToGroundwaterOrganicFertiliser"
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
"@type": "Term",
|
|
550
|
-
"@id": "
|
|
550
|
+
"@id": "n2OToAirAquacultureSystemsIndirect"
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
553
|
"@type": "Term",
|
|
554
|
-
"@id": "
|
|
554
|
+
"@id": "so2ToAirInputsProduction"
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
557
|
"@type": "Term",
|
|
558
|
-
"@id": "
|
|
558
|
+
"@id": "pm25ToAirInputsProduction"
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
561
|
"@type": "Term",
|
|
562
|
-
"@id": "
|
|
562
|
+
"@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
565
|
"@type": "Term",
|
|
566
|
-
"@id": "
|
|
566
|
+
"@id": "soxToAirCropResidueBurning"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"@type": "Term",
|
|
570
|
+
"@id": "nh3ToAirAquacultureSystems"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"@type": "Term",
|
|
574
|
+
"@id": "noxToAirWasteTreatment"
|
|
567
575
|
},
|
|
568
576
|
{
|
|
569
577
|
"@type": "Term",
|
|
@@ -571,79 +579,79 @@
|
|
|
571
579
|
},
|
|
572
580
|
{
|
|
573
581
|
"@type": "Term",
|
|
574
|
-
"@id": "
|
|
582
|
+
"@id": "nErosionInputsProduction"
|
|
575
583
|
},
|
|
576
584
|
{
|
|
577
585
|
"@type": "Term",
|
|
578
|
-
"@id": "
|
|
586
|
+
"@id": "po43ToSurfaceWaterOrganicFertiliser"
|
|
579
587
|
},
|
|
580
588
|
{
|
|
581
589
|
"@type": "Term",
|
|
582
|
-
"@id": "
|
|
590
|
+
"@id": "noToAirInputsProduction"
|
|
583
591
|
},
|
|
584
592
|
{
|
|
585
593
|
"@type": "Term",
|
|
586
|
-
"@id": "
|
|
594
|
+
"@id": "co2ToAirDeadOrganicMatterStockChangeLandManagementChange"
|
|
587
595
|
},
|
|
588
596
|
{
|
|
589
597
|
"@type": "Term",
|
|
590
|
-
"@id": "
|
|
598
|
+
"@id": "n2OToAirWasteTreatmentDirect"
|
|
591
599
|
},
|
|
592
600
|
{
|
|
593
601
|
"@type": "Term",
|
|
594
|
-
"@id": "
|
|
602
|
+
"@id": "nmvocToAirInputsProduction"
|
|
595
603
|
},
|
|
596
604
|
{
|
|
597
605
|
"@type": "Term",
|
|
598
|
-
"@id": "
|
|
606
|
+
"@id": "so2ToAirCropResidueBurning"
|
|
599
607
|
},
|
|
600
608
|
{
|
|
601
609
|
"@type": "Term",
|
|
602
|
-
"@id": "
|
|
610
|
+
"@id": "soxToAirFuelCombustion"
|
|
603
611
|
},
|
|
604
612
|
{
|
|
605
613
|
"@type": "Term",
|
|
606
|
-
"@id": "
|
|
614
|
+
"@id": "pToSurfaceWaterInputsProduction"
|
|
607
615
|
},
|
|
608
616
|
{
|
|
609
617
|
"@type": "Term",
|
|
610
|
-
"@id": "
|
|
618
|
+
"@id": "ch4ToAirReservoirs"
|
|
611
619
|
},
|
|
612
620
|
{
|
|
613
621
|
"@type": "Term",
|
|
614
|
-
"@id": "
|
|
622
|
+
"@id": "po43ToSurfaceWaterAquacultureSystems"
|
|
615
623
|
},
|
|
616
624
|
{
|
|
617
625
|
"@type": "Term",
|
|
618
|
-
"@id": "
|
|
626
|
+
"@id": "ch4ToAirCropResidueDecomposition"
|
|
619
627
|
},
|
|
620
628
|
{
|
|
621
629
|
"@type": "Term",
|
|
622
|
-
"@id": "
|
|
630
|
+
"@id": "nh4ToSurfaceWaterInputsProduction"
|
|
623
631
|
},
|
|
624
632
|
{
|
|
625
633
|
"@type": "Term",
|
|
626
|
-
"@id": "
|
|
634
|
+
"@id": "noxToAirInputsProduction"
|
|
627
635
|
},
|
|
628
636
|
{
|
|
629
637
|
"@type": "Term",
|
|
630
|
-
"@id": "
|
|
638
|
+
"@id": "nf3ToAirInputsProduction"
|
|
631
639
|
},
|
|
632
640
|
{
|
|
633
641
|
"@type": "Term",
|
|
634
|
-
"@id": "
|
|
642
|
+
"@id": "h2SToAirInputsProduction"
|
|
635
643
|
},
|
|
636
644
|
{
|
|
637
645
|
"@type": "Term",
|
|
638
|
-
"@id": "
|
|
646
|
+
"@id": "ch4ToAirFloodedRice"
|
|
639
647
|
},
|
|
640
648
|
{
|
|
641
649
|
"@type": "Term",
|
|
642
|
-
"@id": "
|
|
650
|
+
"@id": "ch4ToAirInputsProductionNonFossil"
|
|
643
651
|
},
|
|
644
652
|
{
|
|
645
653
|
"@type": "Term",
|
|
646
|
-
"@id": "
|
|
654
|
+
"@id": "no3ToGroundwaterOrganicFertiliser"
|
|
647
655
|
},
|
|
648
656
|
{
|
|
649
657
|
"@type": "Term",
|
|
@@ -651,67 +659,71 @@
|
|
|
651
659
|
},
|
|
652
660
|
{
|
|
653
661
|
"@type": "Term",
|
|
654
|
-
"@id": "
|
|
662
|
+
"@id": "nToSurfaceWaterExcreta"
|
|
655
663
|
},
|
|
656
664
|
{
|
|
657
665
|
"@type": "Term",
|
|
658
|
-
"@id": "
|
|
666
|
+
"@id": "soxToAirInputsProduction"
|
|
659
667
|
},
|
|
660
668
|
{
|
|
661
669
|
"@type": "Term",
|
|
662
|
-
"@id": "
|
|
670
|
+
"@id": "nh4ToGroundwaterSoilFlux"
|
|
663
671
|
},
|
|
664
672
|
{
|
|
665
673
|
"@type": "Term",
|
|
666
|
-
"@id": "
|
|
674
|
+
"@id": "pToGroundwaterInputsProduction"
|
|
667
675
|
},
|
|
668
676
|
{
|
|
669
677
|
"@type": "Term",
|
|
670
|
-
"@id": "
|
|
678
|
+
"@id": "nh3ToAirWasteTreatment"
|
|
671
679
|
},
|
|
672
680
|
{
|
|
673
681
|
"@type": "Term",
|
|
674
|
-
"@id": "
|
|
682
|
+
"@id": "nh3ToAirOrganicFertiliser"
|
|
675
683
|
},
|
|
676
684
|
{
|
|
677
685
|
"@type": "Term",
|
|
678
|
-
"@id": "
|
|
686
|
+
"@id": "nmvocToAirWasteTreatment"
|
|
679
687
|
},
|
|
680
688
|
{
|
|
681
689
|
"@type": "Term",
|
|
682
|
-
"@id": "
|
|
690
|
+
"@id": "noxToAirOrganicSoilBurning"
|
|
683
691
|
},
|
|
684
692
|
{
|
|
685
693
|
"@type": "Term",
|
|
686
|
-
"@id": "
|
|
694
|
+
"@id": "nmvocToAirSilageFeeding"
|
|
687
695
|
},
|
|
688
696
|
{
|
|
689
697
|
"@type": "Term",
|
|
690
|
-
"@id": "
|
|
698
|
+
"@id": "pm10ToAirInputsProduction"
|
|
691
699
|
},
|
|
692
700
|
{
|
|
693
701
|
"@type": "Term",
|
|
694
|
-
"@id": "
|
|
702
|
+
"@id": "pesticideToSoilInputsProduction"
|
|
695
703
|
},
|
|
696
704
|
{
|
|
697
705
|
"@type": "Term",
|
|
698
|
-
"@id": "
|
|
706
|
+
"@id": "blackCarbonToAirFuelCombustion"
|
|
699
707
|
},
|
|
700
708
|
{
|
|
701
709
|
"@type": "Term",
|
|
702
|
-
"@id": "
|
|
710
|
+
"@id": "co2ToAirWasteTreatment"
|
|
703
711
|
},
|
|
704
712
|
{
|
|
705
713
|
"@type": "Term",
|
|
706
|
-
"@id": "
|
|
714
|
+
"@id": "n2OToAirInorganicFertiliserDirect"
|
|
707
715
|
},
|
|
708
716
|
{
|
|
709
717
|
"@type": "Term",
|
|
710
|
-
"@id": "
|
|
718
|
+
"@id": "ch4ToAirEntericFermentation"
|
|
711
719
|
},
|
|
712
720
|
{
|
|
713
721
|
"@type": "Term",
|
|
714
|
-
"@id": "
|
|
722
|
+
"@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"@type": "Term",
|
|
726
|
+
"@id": "n2ToAirCropResidueDecomposition"
|
|
715
727
|
},
|
|
716
728
|
{
|
|
717
729
|
"@type": "Term",
|
|
@@ -723,75 +735,87 @@
|
|
|
723
735
|
},
|
|
724
736
|
{
|
|
725
737
|
"@type": "Term",
|
|
726
|
-
"@id": "
|
|
738
|
+
"@id": "pm25ToAirCropResidueBurning"
|
|
727
739
|
},
|
|
728
740
|
{
|
|
729
741
|
"@type": "Term",
|
|
730
|
-
"@id": "
|
|
742
|
+
"@id": "pm10ToAirAnimalHousing"
|
|
731
743
|
},
|
|
732
744
|
{
|
|
733
745
|
"@type": "Term",
|
|
734
|
-
"@id": "
|
|
746
|
+
"@id": "pErosionSoilFlux"
|
|
735
747
|
},
|
|
736
748
|
{
|
|
737
749
|
"@type": "Term",
|
|
738
|
-
"@id": "
|
|
750
|
+
"@id": "no3ToSurfaceWaterInputsProduction"
|
|
739
751
|
},
|
|
740
752
|
{
|
|
741
753
|
"@type": "Term",
|
|
742
|
-
"@id": "
|
|
754
|
+
"@id": "pesticideToHarvestedCropPesticideApplication"
|
|
743
755
|
},
|
|
744
756
|
{
|
|
745
757
|
"@type": "Term",
|
|
746
|
-
"@id": "
|
|
758
|
+
"@id": "n2OToAirExcretaIndirect"
|
|
747
759
|
},
|
|
748
760
|
{
|
|
749
761
|
"@type": "Term",
|
|
750
|
-
"@id": "
|
|
762
|
+
"@id": "co2ToAirOrganicSoilCultivation"
|
|
751
763
|
},
|
|
752
764
|
{
|
|
753
765
|
"@type": "Term",
|
|
754
|
-
"@id": "
|
|
766
|
+
"@id": "pToSurfaceWaterAquacultureSystems"
|
|
755
767
|
},
|
|
756
768
|
{
|
|
757
769
|
"@type": "Term",
|
|
758
|
-
"@id": "
|
|
770
|
+
"@id": "n2OToAirNaturalVegetationBurningIndirect"
|
|
759
771
|
},
|
|
760
772
|
{
|
|
761
773
|
"@type": "Term",
|
|
762
|
-
"@id": "
|
|
774
|
+
"@id": "n2OToAirNaturalVegetationBurningDirect"
|
|
763
775
|
},
|
|
764
776
|
{
|
|
765
777
|
"@type": "Term",
|
|
766
|
-
"@id": "
|
|
778
|
+
"@id": "n2ToAirInorganicFertiliser"
|
|
767
779
|
},
|
|
768
780
|
{
|
|
769
781
|
"@type": "Term",
|
|
770
|
-
"@id": "
|
|
782
|
+
"@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
|
|
771
783
|
},
|
|
772
784
|
{
|
|
773
785
|
"@type": "Term",
|
|
774
|
-
"@id": "
|
|
786
|
+
"@id": "po43ToGroundwaterInputsProduction"
|
|
775
787
|
},
|
|
776
788
|
{
|
|
777
789
|
"@type": "Term",
|
|
778
|
-
"@id": "
|
|
790
|
+
"@id": "n2OToAirOrganicFertiliserDirect"
|
|
779
791
|
},
|
|
780
792
|
{
|
|
781
793
|
"@type": "Term",
|
|
782
|
-
"@id": "
|
|
794
|
+
"@id": "noxToAirExcreta"
|
|
783
795
|
},
|
|
784
796
|
{
|
|
785
797
|
"@type": "Term",
|
|
786
|
-
"@id": "
|
|
798
|
+
"@id": "tspToAirInputsProduction"
|
|
787
799
|
},
|
|
788
800
|
{
|
|
789
801
|
"@type": "Term",
|
|
790
|
-
"@id": "
|
|
802
|
+
"@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
|
|
791
803
|
},
|
|
792
804
|
{
|
|
793
805
|
"@type": "Term",
|
|
794
|
-
"@id": "
|
|
806
|
+
"@id": "tspToAirFuelCombustion"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"@type": "Term",
|
|
810
|
+
"@id": "hexaneToAirInputsProduction"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"@type": "Term",
|
|
814
|
+
"@id": "co2ToAirCropResidueDecomposition"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"@type": "Term",
|
|
818
|
+
"@id": "nh3ToAirSoilFlux"
|
|
795
819
|
}
|
|
796
820
|
]
|
|
797
821
|
},
|
|
@@ -926,7 +950,7 @@
|
|
|
926
950
|
"results": [
|
|
927
951
|
{
|
|
928
952
|
"@type": "Term",
|
|
929
|
-
"@id": "
|
|
953
|
+
"@id": "residueIncorporatedLessThan30DaysBeforeCultivation"
|
|
930
954
|
},
|
|
931
955
|
{
|
|
932
956
|
"@type": "Term",
|
|
@@ -934,11 +958,11 @@
|
|
|
934
958
|
},
|
|
935
959
|
{
|
|
936
960
|
"@type": "Term",
|
|
937
|
-
"@id": "
|
|
961
|
+
"@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
|
|
938
962
|
},
|
|
939
963
|
{
|
|
940
964
|
"@type": "Term",
|
|
941
|
-
"@id": "
|
|
965
|
+
"@id": "residueRemoved"
|
|
942
966
|
},
|
|
943
967
|
{
|
|
944
968
|
"@type": "Term",
|
|
@@ -966,43 +990,43 @@
|
|
|
966
990
|
},
|
|
967
991
|
{
|
|
968
992
|
"@type": "Term",
|
|
969
|
-
"@id": "
|
|
993
|
+
"@id": "discardedCropIncorporated"
|
|
970
994
|
},
|
|
971
995
|
{
|
|
972
996
|
"@type": "Term",
|
|
973
|
-
"@id": "
|
|
997
|
+
"@id": "aboveGroundCropResidueRemoved"
|
|
974
998
|
},
|
|
975
999
|
{
|
|
976
1000
|
"@type": "Term",
|
|
977
|
-
"@id": "
|
|
1001
|
+
"@id": "discardedCropLeftOnField"
|
|
978
1002
|
},
|
|
979
1003
|
{
|
|
980
1004
|
"@type": "Term",
|
|
981
|
-
"@id": "
|
|
1005
|
+
"@id": "discardedCropTotal"
|
|
982
1006
|
},
|
|
983
1007
|
{
|
|
984
1008
|
"@type": "Term",
|
|
985
|
-
"@id": "
|
|
1009
|
+
"@id": "aboveGroundCropResidueBurnt"
|
|
986
1010
|
},
|
|
987
1011
|
{
|
|
988
1012
|
"@type": "Term",
|
|
989
|
-
"@id": "
|
|
1013
|
+
"@id": "belowGroundCropResidue"
|
|
990
1014
|
},
|
|
991
1015
|
{
|
|
992
1016
|
"@type": "Term",
|
|
993
|
-
"@id": "
|
|
1017
|
+
"@id": "aboveGroundCropResidueLeftOnField"
|
|
994
1018
|
},
|
|
995
1019
|
{
|
|
996
1020
|
"@type": "Term",
|
|
997
|
-
"@id": "
|
|
1021
|
+
"@id": "discardedCropRemoved"
|
|
998
1022
|
},
|
|
999
1023
|
{
|
|
1000
1024
|
"@type": "Term",
|
|
1001
|
-
"@id": "
|
|
1025
|
+
"@id": "aboveGroundCropResidueTotal"
|
|
1002
1026
|
},
|
|
1003
1027
|
{
|
|
1004
1028
|
"@type": "Term",
|
|
1005
|
-
"@id": "
|
|
1029
|
+
"@id": "aboveGroundCropResidueIncorporated"
|
|
1006
1030
|
}
|
|
1007
1031
|
]
|
|
1008
1032
|
},
|
|
@@ -1232,47 +1256,47 @@
|
|
|
1232
1256
|
},
|
|
1233
1257
|
{
|
|
1234
1258
|
"@type": "Term",
|
|
1235
|
-
"@id": "
|
|
1259
|
+
"@id": "excretaGeeseKgVs"
|
|
1236
1260
|
},
|
|
1237
1261
|
{
|
|
1238
1262
|
"@type": "Term",
|
|
1239
|
-
"@id": "
|
|
1263
|
+
"@id": "excretaDairyCattleKgVs"
|
|
1240
1264
|
},
|
|
1241
1265
|
{
|
|
1242
1266
|
"@type": "Term",
|
|
1243
|
-
"@id": "
|
|
1267
|
+
"@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
|
|
1244
1268
|
},
|
|
1245
1269
|
{
|
|
1246
1270
|
"@type": "Term",
|
|
1247
|
-
"@id": "
|
|
1271
|
+
"@id": "excretaLiquidFishCrustaceansKgVs"
|
|
1248
1272
|
},
|
|
1249
1273
|
{
|
|
1250
1274
|
"@type": "Term",
|
|
1251
|
-
"@id": "
|
|
1275
|
+
"@id": "excretaDucksKgVs"
|
|
1252
1276
|
},
|
|
1253
1277
|
{
|
|
1254
1278
|
"@type": "Term",
|
|
1255
|
-
"@id": "
|
|
1279
|
+
"@id": "excretaCamelsKgVs"
|
|
1256
1280
|
},
|
|
1257
1281
|
{
|
|
1258
1282
|
"@type": "Term",
|
|
1259
|
-
"@id": "
|
|
1283
|
+
"@id": "excretaPigsKgVs"
|
|
1260
1284
|
},
|
|
1261
1285
|
{
|
|
1262
1286
|
"@type": "Term",
|
|
1263
|
-
"@id": "
|
|
1287
|
+
"@id": "excretaBuffaloKgVs"
|
|
1264
1288
|
},
|
|
1265
1289
|
{
|
|
1266
1290
|
"@type": "Term",
|
|
1267
|
-
"@id": "
|
|
1291
|
+
"@id": "processedExcretaKgVs"
|
|
1268
1292
|
},
|
|
1269
1293
|
{
|
|
1270
1294
|
"@type": "Term",
|
|
1271
|
-
"@id": "
|
|
1295
|
+
"@id": "excretaHorsesMulesAndAssesKgVs"
|
|
1272
1296
|
},
|
|
1273
1297
|
{
|
|
1274
1298
|
"@type": "Term",
|
|
1275
|
-
"@id": "
|
|
1299
|
+
"@id": "excretaTurkeysKgVs"
|
|
1276
1300
|
},
|
|
1277
1301
|
{
|
|
1278
1302
|
"@type": "Term",
|
|
@@ -1319,7 +1343,7 @@
|
|
|
1319
1343
|
"@type": "Term",
|
|
1320
1344
|
"name": "Generic crop, seed",
|
|
1321
1345
|
"@id": "genericCropSeed",
|
|
1322
|
-
"_score":
|
|
1346
|
+
"_score": 25.854946
|
|
1323
1347
|
}
|
|
1324
1348
|
]
|
|
1325
1349
|
},
|
|
@@ -1383,10 +1407,6 @@
|
|
|
1383
1407
|
"@type": "Term",
|
|
1384
1408
|
"@id": "irrigatedSubIrrigation"
|
|
1385
1409
|
},
|
|
1386
|
-
{
|
|
1387
|
-
"@type": "Term",
|
|
1388
|
-
"@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
|
|
1389
|
-
},
|
|
1390
1410
|
{
|
|
1391
1411
|
"@type": "Term",
|
|
1392
1412
|
"@id": "irrigatedDripIrrigation"
|
|
@@ -1411,6 +1431,10 @@
|
|
|
1411
1431
|
"@type": "Term",
|
|
1412
1432
|
"@id": "irrigatedSurfaceIrrigationMultipleDrainagePeriods"
|
|
1413
1433
|
},
|
|
1434
|
+
{
|
|
1435
|
+
"@type": "Term",
|
|
1436
|
+
"@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
|
|
1437
|
+
},
|
|
1414
1438
|
{
|
|
1415
1439
|
"@type": "Term",
|
|
1416
1440
|
"@id": "irrigatedSurfaceIrrigationSingleDrainagePeriod"
|
|
@@ -1425,11 +1449,11 @@
|
|
|
1425
1449
|
"results": [
|
|
1426
1450
|
{
|
|
1427
1451
|
"@type": "Term",
|
|
1428
|
-
"@id": "
|
|
1452
|
+
"@id": "waterMarine"
|
|
1429
1453
|
},
|
|
1430
1454
|
{
|
|
1431
1455
|
"@type": "Term",
|
|
1432
|
-
"@id": "
|
|
1456
|
+
"@id": "waterDrainageCanal"
|
|
1433
1457
|
},
|
|
1434
1458
|
{
|
|
1435
1459
|
"@type": "Term",
|
|
@@ -1713,35 +1737,39 @@
|
|
|
1713
1737
|
"results": [
|
|
1714
1738
|
{
|
|
1715
1739
|
"@type": "Term",
|
|
1716
|
-
"@id": "
|
|
1740
|
+
"@id": "verticalTillage"
|
|
1717
1741
|
},
|
|
1718
1742
|
{
|
|
1719
1743
|
"@type": "Term",
|
|
1720
|
-
"@id": "
|
|
1744
|
+
"@id": "deepTillage"
|
|
1721
1745
|
},
|
|
1722
1746
|
{
|
|
1723
1747
|
"@type": "Term",
|
|
1724
|
-
"@id": "
|
|
1748
|
+
"@id": "mulchTillage"
|
|
1725
1749
|
},
|
|
1726
1750
|
{
|
|
1727
1751
|
"@type": "Term",
|
|
1728
|
-
"@id": "
|
|
1752
|
+
"@id": "stripTillage"
|
|
1729
1753
|
},
|
|
1730
1754
|
{
|
|
1731
1755
|
"@type": "Term",
|
|
1732
|
-
"@id": "
|
|
1756
|
+
"@id": "noTillage"
|
|
1733
1757
|
},
|
|
1734
1758
|
{
|
|
1735
1759
|
"@type": "Term",
|
|
1736
|
-
"@id": "
|
|
1760
|
+
"@id": "ridgeTillage"
|
|
1737
1761
|
},
|
|
1738
1762
|
{
|
|
1739
1763
|
"@type": "Term",
|
|
1740
|
-
"@id": "
|
|
1764
|
+
"@id": "fullTillage"
|
|
1741
1765
|
},
|
|
1742
1766
|
{
|
|
1743
1767
|
"@type": "Term",
|
|
1744
|
-
"@id": "
|
|
1768
|
+
"@id": "minimumTillage"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"@type": "Term",
|
|
1772
|
+
"@id": "fullInversionTillage"
|
|
1745
1773
|
}
|
|
1746
1774
|
]
|
|
1747
1775
|
},
|
|
@@ -1826,10 +1854,6 @@
|
|
|
1826
1854
|
"@type": "Term",
|
|
1827
1855
|
"@id": "ureaKgN"
|
|
1828
1856
|
},
|
|
1829
|
-
{
|
|
1830
|
-
"@type": "Term",
|
|
1831
|
-
"@id": "ureaAmmoniumSulphateKgN"
|
|
1832
|
-
},
|
|
1833
1857
|
{
|
|
1834
1858
|
"@type": "Term",
|
|
1835
1859
|
"@id": "ureaFormaldehydeKgN"
|
|
@@ -1842,6 +1866,10 @@
|
|
|
1842
1866
|
"@type": "Term",
|
|
1843
1867
|
"@id": "sulphurCoatedUreaKgN"
|
|
1844
1868
|
},
|
|
1869
|
+
{
|
|
1870
|
+
"@type": "Term",
|
|
1871
|
+
"@id": "ureaAmmoniumSulphateKgN"
|
|
1872
|
+
},
|
|
1845
1873
|
{
|
|
1846
1874
|
"@type": "Term",
|
|
1847
1875
|
"@id": "ureaCalciumNitrateKgN"
|