hestia-earth-models 0.64.10__py3-none-any.whl → 0.64.11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hestia-earth-models might be problematic. Click here for more details.

Files changed (53) hide show
  1. hestia_earth/models/cml2001Baseline/eutrophicationPotentialExcludingFate.py +2 -2
  2. hestia_earth/models/cml2001Baseline/terrestrialAcidificationPotentialIncludingFateAverageEurope.py +2 -2
  3. hestia_earth/models/cml2001NonBaseline/eutrophicationPotentialIncludingFateAverageEurope.py +2 -2
  4. hestia_earth/models/cml2001NonBaseline/terrestrialAcidificationPotentialExcludingFate.py +2 -2
  5. hestia_earth/models/cycle/completeness/cropResidue.py +15 -10
  6. hestia_earth/models/cycle/completeness/freshForage.py +60 -0
  7. hestia_earth/models/edip2003/ozoneDepletionPotential.py +2 -2
  8. hestia_earth/models/fantkeEtAl2016/damageToHumanHealthParticulateMatterFormation.py +7 -17
  9. hestia_earth/models/ipcc2013ExcludingFeedbacks/gwp100.py +2 -2
  10. hestia_earth/models/ipcc2013IncludingFeedbacks/gwp100.py +2 -2
  11. hestia_earth/models/ipcc2021/gwp100.py +2 -2
  12. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  13. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  14. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  15. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  16. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsClimateChange.py +2 -2
  17. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  18. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  19. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  20. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthClimateChange.py +2 -2
  21. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  22. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  23. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthClimateChange.py +2 -2
  24. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthStratosphericOzoneDepletion.py +2 -2
  25. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsClimateChange.py +2 -2
  26. hestia_earth/models/mocking/search-results.json +642 -642
  27. hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +2 -2
  28. hestia_earth/models/recipe2016Egalitarian/freshwaterEutrophicationPotential.py +2 -2
  29. hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +2 -2
  30. hestia_earth/models/recipe2016Egalitarian/marineEutrophicationPotential.py +2 -2
  31. hestia_earth/models/recipe2016Egalitarian/ozoneDepletionPotential.py +2 -2
  32. hestia_earth/models/recipe2016Egalitarian/terrestrialAcidificationPotential.py +2 -2
  33. hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +2 -2
  34. hestia_earth/models/recipe2016Hierarchist/freshwaterEutrophicationPotential.py +2 -2
  35. hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +2 -2
  36. hestia_earth/models/recipe2016Hierarchist/marineEutrophicationPotential.py +2 -2
  37. hestia_earth/models/recipe2016Hierarchist/ozoneDepletionPotential.py +2 -2
  38. hestia_earth/models/recipe2016Hierarchist/terrestrialAcidificationPotential.py +2 -2
  39. hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +2 -2
  40. hestia_earth/models/recipe2016Individualist/freshwaterEutrophicationPotential.py +2 -2
  41. hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +2 -2
  42. hestia_earth/models/recipe2016Individualist/marineEutrophicationPotential.py +2 -2
  43. hestia_earth/models/recipe2016Individualist/ozoneDepletionPotential.py +2 -2
  44. hestia_earth/models/recipe2016Individualist/terrestrialAcidificationPotential.py +2 -2
  45. hestia_earth/models/utils/impact_assessment.py +18 -8
  46. hestia_earth/models/version.py +1 -1
  47. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/METADATA +2 -2
  48. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/RECORD +53 -51
  49. tests/models/cycle/completeness/test_freshForage.py +21 -0
  50. tests/models/utils/test_impact_assessment.py +3 -3
  51. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/LICENSE +0 -0
  52. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/WHEEL +0 -0
  53. {hestia_earth_models-0.64.10.dist-info → hestia_earth_models-0.64.11.dist-info}/top_level.txt +0 -0
@@ -1294,11 +1294,11 @@
1294
1294
  "results": [
1295
1295
  {
1296
1296
  "@type": "Term",
1297
- "@id": "residueIncorporated"
1297
+ "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1298
1298
  },
1299
1299
  {
1300
1300
  "@type": "Term",
1301
- "@id": "residueRemoved"
1301
+ "@id": "residueIncorporated"
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
@@ -1306,7 +1306,7 @@
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
1309
- "@id": "residueIncorporatedMoreThan30DaysBeforeCultivation"
1309
+ "@id": "residueRemoved"
1310
1310
  },
1311
1311
  {
1312
1312
  "@type": "Term",
@@ -1334,19 +1334,19 @@
1334
1334
  },
1335
1335
  {
1336
1336
  "@type": "Term",
1337
- "@id": "discardedCropLeftOnField"
1337
+ "@id": "discardedCropIncorporated"
1338
1338
  },
1339
1339
  {
1340
1340
  "@type": "Term",
1341
- "@id": "discardedCropTotal"
1341
+ "@id": "aboveGroundCropResidueRemoved"
1342
1342
  },
1343
1343
  {
1344
1344
  "@type": "Term",
1345
- "@id": "discardedCropIncorporated"
1345
+ "@id": "discardedCropLeftOnField"
1346
1346
  },
1347
1347
  {
1348
1348
  "@type": "Term",
1349
- "@id": "aboveGroundCropResidueRemoved"
1349
+ "@id": "discardedCropTotal"
1350
1350
  },
1351
1351
  {
1352
1352
  "@type": "Term",
@@ -1408,11 +1408,11 @@
1408
1408
  },
1409
1409
  {
1410
1410
  "@type": "Term",
1411
- "@id": "digestibleEnergySalmonids"
1411
+ "@id": "digestibleEnergyPigs"
1412
1412
  },
1413
1413
  {
1414
1414
  "@type": "Term",
1415
- "@id": "digestibleEnergyPigs"
1415
+ "@id": "digestibleEnergySalmonids"
1416
1416
  },
1417
1417
  {
1418
1418
  "@type": "Term",
@@ -1509,11 +1509,11 @@
1509
1509
  },
1510
1510
  {
1511
1511
  "@type": "Term",
1512
- "@id": "energyDigestibilitySalmonids"
1512
+ "@id": "energyDigestibilityRuminants"
1513
1513
  },
1514
1514
  {
1515
1515
  "@type": "Term",
1516
- "@id": "energyDigestibilityRuminants"
1516
+ "@id": "energyDigestibilitySalmonids"
1517
1517
  },
1518
1518
  {
1519
1519
  "@type": "Term",
@@ -1627,15 +1627,15 @@
1627
1627
  "results": [
1628
1628
  {
1629
1629
  "@type": "Term",
1630
- "@id": "excretaDucksKgVs"
1630
+ "@id": "excretaRabbitsKgVs"
1631
1631
  },
1632
1632
  {
1633
1633
  "@type": "Term",
1634
- "@id": "excretaCamelsKgVs"
1634
+ "@id": "excretaInsectsKgVs"
1635
1635
  },
1636
1636
  {
1637
1637
  "@type": "Term",
1638
- "@id": "excretaPigsKgVs"
1638
+ "@id": "excretaSolidFishCrustaceansKgVs"
1639
1639
  },
1640
1640
  {
1641
1641
  "@type": "Term",
@@ -1655,31 +1655,31 @@
1655
1655
  },
1656
1656
  {
1657
1657
  "@type": "Term",
1658
- "@id": "excretaBuffaloKgVs"
1658
+ "@id": "excretaDucksKgVs"
1659
1659
  },
1660
1660
  {
1661
1661
  "@type": "Term",
1662
- "@id": "processedExcretaKgVs"
1662
+ "@id": "excretaCamelsKgVs"
1663
1663
  },
1664
1664
  {
1665
1665
  "@type": "Term",
1666
- "@id": "excretaHorsesMulesAndAssesKgVs"
1666
+ "@id": "excretaPigsKgVs"
1667
1667
  },
1668
1668
  {
1669
1669
  "@type": "Term",
1670
- "@id": "excretaTurkeysKgVs"
1670
+ "@id": "excretaBuffaloKgVs"
1671
1671
  },
1672
1672
  {
1673
1673
  "@type": "Term",
1674
- "@id": "excretaRabbitsKgVs"
1674
+ "@id": "processedExcretaKgVs"
1675
1675
  },
1676
1676
  {
1677
1677
  "@type": "Term",
1678
- "@id": "excretaInsectsKgVs"
1678
+ "@id": "excretaHorsesMulesAndAssesKgVs"
1679
1679
  },
1680
1680
  {
1681
1681
  "@type": "Term",
1682
- "@id": "excretaSolidFishCrustaceansKgVs"
1682
+ "@id": "excretaTurkeysKgVs"
1683
1683
  },
1684
1684
  {
1685
1685
  "@type": "Term",
@@ -1768,7 +1768,7 @@
1768
1768
  "@type": "Term",
1769
1769
  "name": "Generic crop, seed",
1770
1770
  "@id": "genericCropSeed",
1771
- "_score": 25.339008
1771
+ "_score": 23.686262
1772
1772
  }
1773
1773
  ]
1774
1774
  },
@@ -1874,11 +1874,11 @@
1874
1874
  "results": [
1875
1875
  {
1876
1876
  "@type": "Term",
1877
- "@id": "waterMarine"
1877
+ "@id": "waterDrainageCanal"
1878
1878
  },
1879
1879
  {
1880
1880
  "@type": "Term",
1881
- "@id": "waterDrainageCanal"
1881
+ "@id": "waterMarine"
1882
1882
  },
1883
1883
  {
1884
1884
  "@type": "Term",
@@ -2004,157 +2004,157 @@
2004
2004
  "@type": "Term",
2005
2005
  "name": "Glass or high accessible cover",
2006
2006
  "@id": "glassOrHighAccessibleCover",
2007
- "_score": 57.175045
2007
+ "_score": 57.518745
2008
2008
  },
2009
2009
  {
2010
2010
  "@type": "Term",
2011
2011
  "name": "River or stream",
2012
2012
  "@id": "riverOrStream",
2013
- "_score": 48.463867
2013
+ "_score": 48.467308
2014
2014
  },
2015
2015
  {
2016
2016
  "@type": "Term",
2017
2017
  "name": "Sea or ocean",
2018
2018
  "@id": "seaOrOcean",
2019
- "_score": 48.379864
2019
+ "_score": 48.22682
2020
2020
  },
2021
2021
  {
2022
2022
  "@type": "Term",
2023
2023
  "name": "Other natural vegetation",
2024
2024
  "@id": "otherNaturalVegetation",
2025
- "_score": 40.9003
2025
+ "_score": 40.525997
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
2029
  "name": "Agri-food processor",
2030
2030
  "@id": "agriFoodProcessor",
2031
- "_score": 38.44197
2031
+ "_score": 38.494865
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
2035
2035
  "name": "Food retailer",
2036
2036
  "@id": "foodRetailer",
2037
- "_score": 37.909958
2037
+ "_score": 37.89326
2038
2038
  },
2039
2039
  {
2040
2040
  "@type": "Term",
2041
2041
  "name": "Natural forest",
2042
2042
  "@id": "naturalForest",
2043
- "_score": 29.725246
2043
+ "_score": 31.450487
2044
2044
  },
2045
2045
  {
2046
2046
  "@type": "Term",
2047
2047
  "name": "Permanent pasture",
2048
2048
  "@id": "permanentPasture",
2049
- "_score": 27.302755
2049
+ "_score": 27.814896
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
2053
2053
  "name": "Animal housing",
2054
2054
  "@id": "animalHousing",
2055
- "_score": 25.26134
2055
+ "_score": 25.345835
2056
2056
  },
2057
2057
  {
2058
2058
  "@type": "Term",
2059
2059
  "name": "Root or tuber crop plant",
2060
2060
  "@id": "rootOrTuberCropPlant",
2061
- "_score": 23.68236
2061
+ "_score": 23.67656
2062
2062
  },
2063
2063
  {
2064
2064
  "@type": "Term",
2065
2065
  "name": "High intensity grazing pasture",
2066
2066
  "@id": "highIntensityGrazingPasture",
2067
- "_score": 21.924374
2067
+ "_score": 21.964624
2068
2068
  },
2069
2069
  {
2070
2070
  "@type": "Term",
2071
- "name": "Forest",
2072
- "@id": "forest",
2073
- "_score": 19.96072
2071
+ "name": "Permanent cropland",
2072
+ "@id": "permanentCropland",
2073
+ "_score": 20.331585
2074
2074
  },
2075
2075
  {
2076
2076
  "@type": "Term",
2077
- "name": "Permanent cropland",
2078
- "@id": "permanentCropland",
2079
- "_score": 19.441822
2077
+ "name": "Forest",
2078
+ "@id": "forest",
2079
+ "_score": 19.870483
2080
2080
  },
2081
2081
  {
2082
2082
  "@type": "Term",
2083
2083
  "name": "Other land",
2084
2084
  "@id": "otherLand",
2085
- "_score": 19.041866
2085
+ "_score": 18.791811
2086
2086
  },
2087
2087
  {
2088
2088
  "@type": "Term",
2089
2089
  "name": "Pond",
2090
2090
  "@id": "pond",
2091
- "_score": 18.01767
2091
+ "_score": 18.035913
2092
2092
  },
2093
2093
  {
2094
2094
  "@type": "Term",
2095
- "name": "Sea kale plant",
2096
- "@id": "seaKalePlant",
2097
- "_score": 17.262146
2095
+ "name": "Plantation forest",
2096
+ "@id": "plantationForest",
2097
+ "_score": 17.494003
2098
2098
  },
2099
2099
  {
2100
2100
  "@type": "Term",
2101
- "name": "Plantation forest",
2102
- "@id": "plantationForest",
2103
- "_score": 17.181398
2101
+ "name": "Sea kale plant",
2102
+ "@id": "seaKalePlant",
2103
+ "_score": 16.914745
2104
2104
  },
2105
2105
  {
2106
2106
  "@type": "Term",
2107
2107
  "name": "Lake",
2108
2108
  "@id": "lake",
2109
- "_score": 16.368649
2109
+ "_score": 16.627369
2110
2110
  },
2111
2111
  {
2112
2112
  "@type": "Term",
2113
2113
  "name": "Improved pasture",
2114
2114
  "@id": "improvedPasture",
2115
- "_score": 15.859258
2115
+ "_score": 16.1527
2116
2116
  },
2117
2117
  {
2118
2118
  "@type": "Term",
2119
- "name": "Native pasture",
2120
- "@id": "nativePasture",
2121
- "_score": 15.776615
2119
+ "name": "Severely degraded pasture",
2120
+ "@id": "severelyDegradedPasture",
2121
+ "_score": 15.846884
2122
2122
  },
2123
2123
  {
2124
2124
  "@type": "Term",
2125
- "name": "Red sea plume alga",
2126
- "@id": "redSeaPlumeAlga",
2127
- "_score": 15.221107
2125
+ "name": "Native pasture",
2126
+ "@id": "nativePasture",
2127
+ "_score": 15.789886
2128
2128
  },
2129
2129
  {
2130
2130
  "@type": "Term",
2131
2131
  "name": "River tamarind tree",
2132
2132
  "@id": "riverTamarindTree",
2133
- "_score": 14.961479
2133
+ "_score": 15.23336
2134
2134
  },
2135
2135
  {
2136
2136
  "@type": "Term",
2137
- "name": "Severely degraded pasture",
2138
- "@id": "severelyDegradedPasture",
2139
- "_score": 14.941866
2137
+ "name": "Red sea plume alga",
2138
+ "@id": "redSeaPlumeAlga",
2139
+ "_score": 15.148724
2140
2140
  },
2141
2141
  {
2142
2142
  "@type": "Term",
2143
2143
  "name": "Nominally managed pasture",
2144
2144
  "@id": "nominallyManagedPasture",
2145
- "_score": 14.702772
2145
+ "_score": 14.712585
2146
2146
  },
2147
2147
  {
2148
2148
  "@type": "Term",
2149
- "name": "Cropland",
2150
- "@id": "cropland",
2151
- "_score": 9.623779
2149
+ "name": "Annual cropland",
2150
+ "@id": "annualCropland",
2151
+ "_score": 10.076254
2152
2152
  },
2153
2153
  {
2154
2154
  "@type": "Term",
2155
- "name": "Annual cropland",
2156
- "@id": "annualCropland",
2157
- "_score": 9.068903
2155
+ "name": "Cropland",
2156
+ "@id": "cropland",
2157
+ "_score": 9.883682
2158
2158
  }
2159
2159
  ]
2160
2160
  },
@@ -2177,6 +2177,62 @@
2177
2177
  }
2178
2178
  },
2179
2179
  "results": [
2180
+ {
2181
+ "@type": "Term",
2182
+ "@id": "blueberryPlant"
2183
+ },
2184
+ {
2185
+ "@type": "Term",
2186
+ "@id": "camomilePlant"
2187
+ },
2188
+ {
2189
+ "@type": "Term",
2190
+ "@id": "abacaPlant"
2191
+ },
2192
+ {
2193
+ "@type": "Term",
2194
+ "@id": "blackberryPlant"
2195
+ },
2196
+ {
2197
+ "@type": "Term",
2198
+ "@id": "brazilNutTree"
2199
+ },
2200
+ {
2201
+ "@type": "Term",
2202
+ "@id": "artichokePlant"
2203
+ },
2204
+ {
2205
+ "@type": "Term",
2206
+ "@id": "breadfruitTree"
2207
+ },
2208
+ {
2209
+ "@type": "Term",
2210
+ "@id": "boragePlant"
2211
+ },
2212
+ {
2213
+ "@type": "Term",
2214
+ "@id": "celeriacPlant"
2215
+ },
2216
+ {
2217
+ "@type": "Term",
2218
+ "@id": "beetPlant"
2219
+ },
2220
+ {
2221
+ "@type": "Term",
2222
+ "@id": "aquaticCropPlant"
2223
+ },
2224
+ {
2225
+ "@type": "Term",
2226
+ "@id": "aromaticCropPlant"
2227
+ },
2228
+ {
2229
+ "@type": "Term",
2230
+ "@id": "blueLupinPlant"
2231
+ },
2232
+ {
2233
+ "@type": "Term",
2234
+ "@id": "chineseWaterChestnutPlant"
2235
+ },
2180
2236
  {
2181
2237
  "@type": "Term",
2182
2238
  "@id": "okraPlant"
@@ -2243,87 +2299,115 @@
2243
2299
  },
2244
2300
  {
2245
2301
  "@type": "Term",
2246
- "@id": "blueberryPlant"
2302
+ "@id": "agriFoodProcessor"
2247
2303
  },
2248
2304
  {
2249
2305
  "@type": "Term",
2250
- "@id": "abacaPlant"
2306
+ "@id": "indianSanburPlant"
2251
2307
  },
2252
2308
  {
2253
2309
  "@type": "Term",
2254
- "@id": "camomilePlant"
2310
+ "@id": "medlarTree"
2255
2311
  },
2256
2312
  {
2257
2313
  "@type": "Term",
2258
- "@id": "blackberryPlant"
2314
+ "@id": "egyptianCrowfootGrassPlant"
2259
2315
  },
2260
2316
  {
2261
2317
  "@type": "Term",
2262
- "@id": "brazilNutTree"
2318
+ "@id": "kohlrabiPlant"
2263
2319
  },
2264
2320
  {
2265
2321
  "@type": "Term",
2266
- "@id": "artichokePlant"
2322
+ "@id": "cardamomPlant"
2267
2323
  },
2268
2324
  {
2269
2325
  "@type": "Term",
2270
- "@id": "breadfruitTree"
2326
+ "@id": "beeBalmPlant"
2271
2327
  },
2272
2328
  {
2273
2329
  "@type": "Term",
2274
- "@id": "boragePlant"
2330
+ "@id": "springOnionPlant"
2275
2331
  },
2276
2332
  {
2277
2333
  "@type": "Term",
2278
- "@id": "celeriacPlant"
2334
+ "@id": "cranberryPlant"
2279
2335
  },
2280
2336
  {
2281
2337
  "@type": "Term",
2282
- "@id": "beetPlant"
2338
+ "@id": "peachTree"
2283
2339
  },
2284
2340
  {
2285
2341
  "@type": "Term",
2286
- "@id": "aquaticCropPlant"
2342
+ "@id": "milanjeFingerGrassPlant"
2287
2343
  },
2288
2344
  {
2289
2345
  "@type": "Term",
2290
- "@id": "aromaticCropPlant"
2346
+ "@id": "chestnutTree"
2291
2347
  },
2292
2348
  {
2293
2349
  "@type": "Term",
2294
- "@id": "blueLupinPlant"
2350
+ "@id": "ravennaGrassPlant"
2295
2351
  },
2296
2352
  {
2297
2353
  "@type": "Term",
2298
- "@id": "chineseWaterChestnutPlant"
2354
+ "@id": "otherNaturalVegetation"
2299
2355
  },
2300
2356
  {
2301
2357
  "@type": "Term",
2302
- "@id": "agriFoodProcessor"
2358
+ "@id": "dubiGrassPlant"
2303
2359
  },
2304
2360
  {
2305
2361
  "@type": "Term",
2306
- "@id": "indianSanburPlant"
2362
+ "@id": "slenderBluestemPlant"
2307
2363
  },
2308
2364
  {
2309
2365
  "@type": "Term",
2310
- "@id": "medlarTree"
2366
+ "@id": "magentaSpreenPlant"
2311
2367
  },
2312
2368
  {
2313
2369
  "@type": "Term",
2314
- "@id": "egyptianCrowfootGrassPlant"
2370
+ "@id": "speltWheatPlant"
2315
2371
  },
2316
2372
  {
2317
2373
  "@type": "Term",
2318
- "@id": "kohlrabiPlant"
2374
+ "@id": "chrysopogonFallaxPlant"
2319
2375
  },
2320
2376
  {
2321
2377
  "@type": "Term",
2322
- "@id": "cardamomPlant"
2378
+ "@id": "peachPalmTree"
2323
2379
  },
2324
2380
  {
2325
2381
  "@type": "Term",
2326
- "@id": "forest"
2382
+ "@id": "spearGrassPlant"
2383
+ },
2384
+ {
2385
+ "@type": "Term",
2386
+ "@id": "wildRocketPlant"
2387
+ },
2388
+ {
2389
+ "@type": "Term",
2390
+ "@id": "yamVine"
2391
+ },
2392
+ {
2393
+ "@type": "Term",
2394
+ "@id": "queenslandBlueGrassPlant"
2395
+ },
2396
+ {
2397
+ "@type": "Term",
2398
+ "@id": "atlanticWakameAlga"
2399
+ },
2400
+ {
2401
+ "@type": "Term",
2402
+ "@id": "tobaccoPlant"
2403
+ },
2404
+ {
2405
+ "@type": "Term",
2406
+ "@id": "stylosanthesCampoGrandePlant"
2407
+ },
2408
+ {
2409
+ "@type": "Term",
2410
+ "@id": "desert"
2327
2411
  },
2328
2412
  {
2329
2413
  "@type": "Term",
@@ -2355,11 +2439,11 @@
2355
2439
  },
2356
2440
  {
2357
2441
  "@type": "Term",
2358
- "@id": "setariaLachneaPlant"
2442
+ "@id": "jutePlant"
2359
2443
  },
2360
2444
  {
2361
2445
  "@type": "Term",
2362
- "@id": "jutePlant"
2446
+ "@id": "setariaLachneaPlant"
2363
2447
  },
2364
2448
  {
2365
2449
  "@type": "Term",
@@ -2391,27 +2475,11 @@
2391
2475
  },
2392
2476
  {
2393
2477
  "@type": "Term",
2394
- "@id": "uradBeanPlant"
2395
- },
2396
- {
2397
- "@type": "Term",
2398
- "@id": "oreganoPlant"
2399
- },
2400
- {
2401
- "@type": "Term",
2402
- "@id": "longanTree"
2403
- },
2404
- {
2405
- "@type": "Term",
2406
- "@id": "oliveTree"
2407
- },
2408
- {
2409
- "@type": "Term",
2410
- "@id": "quinceTree"
2478
+ "@id": "hookGrassPlant"
2411
2479
  },
2412
2480
  {
2413
2481
  "@type": "Term",
2414
- "@id": "pitseedGoosefootPlant"
2482
+ "@id": "uradBeanPlant"
2415
2483
  },
2416
2484
  {
2417
2485
  "@type": "Term",
@@ -2425,10 +2493,6 @@
2425
2493
  "@type": "Term",
2426
2494
  "@id": "goldenMilletPlant"
2427
2495
  },
2428
- {
2429
- "@type": "Term",
2430
- "@id": "tangerineTree"
2431
- },
2432
2496
  {
2433
2497
  "@type": "Term",
2434
2498
  "@id": "plumTree"
@@ -2465,6 +2529,10 @@
2465
2529
  "@type": "Term",
2466
2530
  "@id": "lesserYamVine"
2467
2531
  },
2532
+ {
2533
+ "@type": "Term",
2534
+ "@id": "desertGrassPlant"
2535
+ },
2468
2536
  {
2469
2537
  "@type": "Term",
2470
2538
  "@id": "arrowrootPlant"
@@ -2511,67 +2579,35 @@
2511
2579
  },
2512
2580
  {
2513
2581
  "@type": "Term",
2514
- "@id": "chrysopogonLatifoliusPlant"
2582
+ "@id": "oreganoPlant"
2515
2583
  },
2516
2584
  {
2517
2585
  "@type": "Term",
2518
- "@id": "papayaTree"
2586
+ "@id": "longanTree"
2519
2587
  },
2520
2588
  {
2521
2589
  "@type": "Term",
2522
- "@id": "passionfruitVine"
2590
+ "@id": "oliveTree"
2523
2591
  },
2524
2592
  {
2525
2593
  "@type": "Term",
2526
- "@id": "seaKalePlant"
2594
+ "@id": "quinceTree"
2527
2595
  },
2528
2596
  {
2529
2597
  "@type": "Term",
2530
- "@id": "kachiGrassPlant"
2598
+ "@id": "lovagePlant"
2531
2599
  },
2532
2600
  {
2533
2601
  "@type": "Term",
2534
- "@id": "watermelonVine"
2602
+ "@id": "pitseedGoosefootPlant"
2535
2603
  },
2536
2604
  {
2537
2605
  "@type": "Term",
2538
- "@id": "hookGrassPlant"
2606
+ "@id": "pennisetumOrientalePlant"
2539
2607
  },
2540
2608
  {
2541
2609
  "@type": "Term",
2542
- "@id": "lovagePlant"
2543
- },
2544
- {
2545
- "@type": "Term",
2546
- "@id": "citronellaPlant"
2547
- },
2548
- {
2549
- "@type": "Term",
2550
- "@id": "desertGrassPlant"
2551
- },
2552
- {
2553
- "@type": "Term",
2554
- "@id": "wildCanePlant"
2555
- },
2556
- {
2557
- "@type": "Term",
2558
- "@id": "rhodesGrassPlant"
2559
- },
2560
- {
2561
- "@type": "Term",
2562
- "@id": "mountainRedtopPlant"
2563
- },
2564
- {
2565
- "@type": "Term",
2566
- "@id": "radishPlant"
2567
- },
2568
- {
2569
- "@type": "Term",
2570
- "@id": "pennisetumOrientalePlant"
2571
- },
2572
- {
2573
- "@type": "Term",
2574
- "@id": "slenderChlorisPlant"
2610
+ "@id": "slenderChlorisPlant"
2575
2611
  },
2576
2612
  {
2577
2613
  "@type": "Term",
@@ -2595,55 +2631,55 @@
2595
2631
  },
2596
2632
  {
2597
2633
  "@type": "Term",
2598
- "@id": "purpleYamVine"
2634
+ "@id": "rhodesGrassPlant"
2599
2635
  },
2600
2636
  {
2601
2637
  "@type": "Term",
2602
- "@id": "slenderBluestemPlant"
2638
+ "@id": "chrysopogonLatifoliusPlant"
2603
2639
  },
2604
2640
  {
2605
2641
  "@type": "Term",
2606
- "@id": "stylosanthesCampoGrandePlant"
2642
+ "@id": "papayaTree"
2607
2643
  },
2608
2644
  {
2609
2645
  "@type": "Term",
2610
- "@id": "beeBalmPlant"
2646
+ "@id": "passionfruitVine"
2611
2647
  },
2612
2648
  {
2613
2649
  "@type": "Term",
2614
- "@id": "springOnionPlant"
2650
+ "@id": "seaKalePlant"
2615
2651
  },
2616
2652
  {
2617
2653
  "@type": "Term",
2618
- "@id": "cranberryPlant"
2654
+ "@id": "kachiGrassPlant"
2619
2655
  },
2620
2656
  {
2621
2657
  "@type": "Term",
2622
- "@id": "peachTree"
2658
+ "@id": "watermelonVine"
2623
2659
  },
2624
2660
  {
2625
2661
  "@type": "Term",
2626
- "@id": "milanjeFingerGrassPlant"
2662
+ "@id": "mountainRedtopPlant"
2627
2663
  },
2628
2664
  {
2629
2665
  "@type": "Term",
2630
- "@id": "chestnutTree"
2666
+ "@id": "radishPlant"
2631
2667
  },
2632
2668
  {
2633
2669
  "@type": "Term",
2634
- "@id": "ravennaGrassPlant"
2670
+ "@id": "purpleYamVine"
2635
2671
  },
2636
2672
  {
2637
2673
  "@type": "Term",
2638
- "@id": "otherNaturalVegetation"
2674
+ "@id": "wildCanePlant"
2639
2675
  },
2640
2676
  {
2641
2677
  "@type": "Term",
2642
- "@id": "dubiGrassPlant"
2678
+ "@id": "tangerineTree"
2643
2679
  },
2644
2680
  {
2645
2681
  "@type": "Term",
2646
- "@id": "desert"
2682
+ "@id": "citronellaPlant"
2647
2683
  },
2648
2684
  {
2649
2685
  "@type": "Term",
@@ -2671,95 +2707,107 @@
2671
2707
  },
2672
2708
  {
2673
2709
  "@type": "Term",
2674
- "@id": "magentaSpreenPlant"
2710
+ "@id": "forest"
2675
2711
  },
2676
2712
  {
2677
2713
  "@type": "Term",
2678
- "@id": "speltWheatPlant"
2714
+ "@id": "soursopTree"
2679
2715
  },
2680
2716
  {
2681
2717
  "@type": "Term",
2682
- "@id": "chrysopogonFallaxPlant"
2718
+ "@id": "swampRiceGrassPlant"
2683
2719
  },
2684
2720
  {
2685
2721
  "@type": "Term",
2686
- "@id": "peachPalmTree"
2722
+ "@id": "rocketPlant"
2687
2723
  },
2688
2724
  {
2689
2725
  "@type": "Term",
2690
- "@id": "spearGrassPlant"
2726
+ "@id": "onionPlant"
2691
2727
  },
2692
2728
  {
2693
2729
  "@type": "Term",
2694
- "@id": "wildRocketPlant"
2730
+ "@id": "blackseedGrassPlant"
2695
2731
  },
2696
2732
  {
2697
2733
  "@type": "Term",
2698
- "@id": "yamVine"
2734
+ "@id": "smallCanaryGrassPlant"
2699
2735
  },
2700
2736
  {
2701
2737
  "@type": "Term",
2702
- "@id": "queenslandBlueGrassPlant"
2738
+ "@id": "grassCloverSward"
2703
2739
  },
2704
2740
  {
2705
2741
  "@type": "Term",
2706
- "@id": "atlanticWakameAlga"
2742
+ "@id": "cushionLoveGrassPlant"
2707
2743
  },
2708
2744
  {
2709
2745
  "@type": "Term",
2710
- "@id": "tobaccoPlant"
2746
+ "@id": "jungleRicePlant"
2711
2747
  },
2712
2748
  {
2713
2749
  "@type": "Term",
2714
- "@id": "horoPlant"
2750
+ "@id": "cottonPlant"
2715
2751
  },
2716
2752
  {
2717
2753
  "@type": "Term",
2718
- "@id": "pennisetumStramineumPlant"
2754
+ "@id": "rainTree"
2719
2755
  },
2720
2756
  {
2721
2757
  "@type": "Term",
2722
- "@id": "naturalForest"
2758
+ "@id": "largeLeafFlemingiaPlant"
2723
2759
  },
2724
2760
  {
2725
2761
  "@type": "Term",
2726
- "@id": "starGrassPlant"
2762
+ "@id": "trefoilPlant"
2727
2763
  },
2728
2764
  {
2729
2765
  "@type": "Term",
2730
- "@id": "genericTreeCrop"
2766
+ "@id": "kikuyuPlant"
2731
2767
  },
2732
2768
  {
2733
2769
  "@type": "Term",
2734
- "@id": "canaryGrassPlant"
2770
+ "@id": "jujubeTree"
2735
2771
  },
2736
2772
  {
2737
2773
  "@type": "Term",
2738
- "@id": "avocadoTree"
2774
+ "@id": "lemonTree"
2739
2775
  },
2740
2776
  {
2741
2777
  "@type": "Term",
2742
- "@id": "tarragonPlant"
2778
+ "@id": "lavenderPlant"
2743
2779
  },
2744
2780
  {
2745
2781
  "@type": "Term",
2746
- "@id": "quinineTree"
2782
+ "@id": "musalGrassPlant"
2747
2783
  },
2748
2784
  {
2749
2785
  "@type": "Term",
2750
- "@id": "wildSudanGrassPlant"
2786
+ "@id": "intermediateWheatgrassPlant"
2751
2787
  },
2752
2788
  {
2753
2789
  "@type": "Term",
2754
- "@id": "triticalePlant"
2790
+ "@id": "lemonVerbenaPlant"
2755
2791
  },
2756
2792
  {
2757
2793
  "@type": "Term",
2758
- "@id": "guarBeanPlant"
2794
+ "@id": "swaziGrassPlant"
2759
2795
  },
2760
2796
  {
2761
2797
  "@type": "Term",
2762
- "@id": "eriochloaNubicaPlant"
2798
+ "@id": "greenleafDesmodiumPlant"
2799
+ },
2800
+ {
2801
+ "@type": "Term",
2802
+ "@id": "yellowYamVine"
2803
+ },
2804
+ {
2805
+ "@type": "Term",
2806
+ "@id": "signalGrassPlant"
2807
+ },
2808
+ {
2809
+ "@type": "Term",
2810
+ "@id": "raspberryPlant"
2763
2811
  },
2764
2812
  {
2765
2813
  "@type": "Term",
@@ -2807,343 +2855,335 @@
2807
2855
  },
2808
2856
  {
2809
2857
  "@type": "Term",
2810
- "@id": "kikuyuPlant"
2811
- },
2812
- {
2813
- "@type": "Term",
2814
- "@id": "jujubeTree"
2815
- },
2816
- {
2817
- "@type": "Term",
2818
- "@id": "lavenderPlant"
2858
+ "@id": "duckweedPlant"
2819
2859
  },
2820
2860
  {
2821
2861
  "@type": "Term",
2822
- "@id": "musalGrassPlant"
2862
+ "@id": "redOrachePlant"
2823
2863
  },
2824
2864
  {
2825
2865
  "@type": "Term",
2826
- "@id": "intermediateWheatgrassPlant"
2866
+ "@id": "wildGarlicPlant"
2827
2867
  },
2828
2868
  {
2829
2869
  "@type": "Term",
2830
- "@id": "lemonVerbenaPlant"
2870
+ "@id": "tamarilloTree"
2831
2871
  },
2832
2872
  {
2833
2873
  "@type": "Term",
2834
- "@id": "swaziGrassPlant"
2874
+ "@id": "strawberryPlant"
2835
2875
  },
2836
2876
  {
2837
2877
  "@type": "Term",
2838
- "@id": "soursopTree"
2878
+ "@id": "rosemaryPlant"
2839
2879
  },
2840
2880
  {
2841
2881
  "@type": "Term",
2842
- "@id": "swampRiceGrassPlant"
2882
+ "@id": "bambaraBeanPlant"
2843
2883
  },
2844
2884
  {
2845
2885
  "@type": "Term",
2846
- "@id": "rocketPlant"
2886
+ "@id": "whiteYamVine"
2847
2887
  },
2848
2888
  {
2849
2889
  "@type": "Term",
2850
- "@id": "onionPlant"
2890
+ "@id": "nutmegTree"
2851
2891
  },
2852
2892
  {
2853
2893
  "@type": "Term",
2854
- "@id": "blackseedGrassPlant"
2894
+ "@id": "panicPlant"
2855
2895
  },
2856
2896
  {
2857
2897
  "@type": "Term",
2858
- "@id": "smallCanaryGrassPlant"
2898
+ "@id": "bahiaGrassPlant"
2859
2899
  },
2860
2900
  {
2861
2901
  "@type": "Term",
2862
- "@id": "grassCloverSward"
2902
+ "@id": "spottedBrachiariaPlant"
2863
2903
  },
2864
2904
  {
2865
2905
  "@type": "Term",
2866
- "@id": "cushionLoveGrassPlant"
2906
+ "@id": "timothyGrassPlant"
2867
2907
  },
2868
2908
  {
2869
2909
  "@type": "Term",
2870
- "@id": "jungleRicePlant"
2910
+ "@id": "guriaGrassPlant"
2871
2911
  },
2872
2912
  {
2873
2913
  "@type": "Term",
2874
- "@id": "cottonPlant"
2914
+ "@id": "weepingLoveGrassPlant"
2875
2915
  },
2876
2916
  {
2877
2917
  "@type": "Term",
2878
- "@id": "rainTree"
2918
+ "@id": "horoPlant"
2879
2919
  },
2880
2920
  {
2881
2921
  "@type": "Term",
2882
- "@id": "largeLeafFlemingiaPlant"
2922
+ "@id": "pennisetumStramineumPlant"
2883
2923
  },
2884
2924
  {
2885
2925
  "@type": "Term",
2886
- "@id": "trefoilPlant"
2926
+ "@id": "redOatGrassPlant"
2887
2927
  },
2888
2928
  {
2889
2929
  "@type": "Term",
2890
- "@id": "spottedBrachiariaPlant"
2930
+ "@id": "whiteSpearGrassPlant"
2891
2931
  },
2892
2932
  {
2893
2933
  "@type": "Term",
2894
- "@id": "paspalidiumDesertorumPlant"
2934
+ "@id": "naturalForest"
2895
2935
  },
2896
2936
  {
2897
2937
  "@type": "Term",
2898
- "@id": "elderTree"
2938
+ "@id": "starGrassPlant"
2899
2939
  },
2900
2940
  {
2901
2941
  "@type": "Term",
2902
- "@id": "burguPlant"
2942
+ "@id": "genericTreeCrop"
2903
2943
  },
2904
2944
  {
2905
2945
  "@type": "Term",
2906
- "@id": "corianderPlant"
2946
+ "@id": "canaryGrassPlant"
2907
2947
  },
2908
2948
  {
2909
2949
  "@type": "Term",
2910
- "@id": "sweetPepperPlant"
2950
+ "@id": "avocadoTree"
2911
2951
  },
2912
2952
  {
2913
2953
  "@type": "Term",
2914
- "@id": "cynodonPlectostachyusPlant"
2954
+ "@id": "tarragonPlant"
2915
2955
  },
2916
2956
  {
2917
2957
  "@type": "Term",
2918
- "@id": "germanGrassPlant"
2958
+ "@id": "quinineTree"
2919
2959
  },
2920
2960
  {
2921
2961
  "@type": "Term",
2922
- "@id": "lindenTree"
2962
+ "@id": "wildSudanGrassPlant"
2923
2963
  },
2924
2964
  {
2925
2965
  "@type": "Term",
2926
- "@id": "mizunaPlant"
2966
+ "@id": "triticalePlant"
2927
2967
  },
2928
2968
  {
2929
2969
  "@type": "Term",
2930
- "@id": "rapeseedPlant"
2970
+ "@id": "guarBeanPlant"
2931
2971
  },
2932
2972
  {
2933
2973
  "@type": "Term",
2934
- "@id": "wasabiPlant"
2974
+ "@id": "eriochloaNubicaPlant"
2935
2975
  },
2936
2976
  {
2937
2977
  "@type": "Term",
2938
- "@id": "teaTree"
2978
+ "@id": "bayTree"
2939
2979
  },
2940
2980
  {
2941
2981
  "@type": "Term",
2942
- "@id": "duckweedPlant"
2982
+ "@id": "lambSLettucePlant"
2943
2983
  },
2944
2984
  {
2945
2985
  "@type": "Term",
2946
- "@id": "redOrachePlant"
2986
+ "@id": "bilberryPlant"
2947
2987
  },
2948
2988
  {
2949
2989
  "@type": "Term",
2950
- "@id": "wildGarlicPlant"
2990
+ "@id": "starAniseTree"
2951
2991
  },
2952
2992
  {
2953
2993
  "@type": "Term",
2954
- "@id": "tamarilloTree"
2994
+ "@id": "sugarBeetPlant"
2955
2995
  },
2956
2996
  {
2957
2997
  "@type": "Term",
2958
- "@id": "strawberryPlant"
2998
+ "@id": "gardenCressPlant"
2959
2999
  },
2960
3000
  {
2961
3001
  "@type": "Term",
2962
- "@id": "rosemaryPlant"
3002
+ "@id": "greenBeanPlant"
2963
3003
  },
2964
3004
  {
2965
3005
  "@type": "Term",
2966
- "@id": "bambaraBeanPlant"
3006
+ "@id": "cashewTree"
2967
3007
  },
2968
3008
  {
2969
3009
  "@type": "Term",
2970
- "@id": "whiteYamVine"
3010
+ "@id": "longBareFallow"
2971
3011
  },
2972
3012
  {
2973
3013
  "@type": "Term",
2974
- "@id": "nutmegTree"
3014
+ "@id": "annualCropland"
2975
3015
  },
2976
3016
  {
2977
3017
  "@type": "Term",
2978
- "@id": "greenleafDesmodiumPlant"
3018
+ "@id": "africanAuberginePlant"
2979
3019
  },
2980
3020
  {
2981
3021
  "@type": "Term",
2982
- "@id": "yellowYamVine"
3022
+ "@id": "fonioPlant"
2983
3023
  },
2984
3024
  {
2985
3025
  "@type": "Term",
2986
- "@id": "signalGrassPlant"
3026
+ "@id": "appleTree"
2987
3027
  },
2988
3028
  {
2989
3029
  "@type": "Term",
2990
- "@id": "raspberryPlant"
3030
+ "@id": "carrotPlant"
2991
3031
  },
2992
3032
  {
2993
3033
  "@type": "Term",
2994
- "@id": "panicPlant"
3034
+ "@id": "macadamiaTree"
2995
3035
  },
2996
3036
  {
2997
3037
  "@type": "Term",
2998
- "@id": "bahiaGrassPlant"
3038
+ "@id": "custardAppleTree"
2999
3039
  },
3000
3040
  {
3001
3041
  "@type": "Term",
3002
- "@id": "lemonTree"
3042
+ "@id": "mexicanTeaPlant"
3003
3043
  },
3004
3044
  {
3005
3045
  "@type": "Term",
3006
- "@id": "timothyGrassPlant"
3046
+ "@id": "pleurotusOstreatusFungus"
3007
3047
  },
3008
3048
  {
3009
3049
  "@type": "Term",
3010
- "@id": "marshSamphirePlant"
3050
+ "@id": "barleyPlant"
3011
3051
  },
3012
3052
  {
3013
3053
  "@type": "Term",
3014
- "@id": "severelyDegradedPasture"
3054
+ "@id": "flaxPlant"
3015
3055
  },
3016
3056
  {
3017
3057
  "@type": "Term",
3018
- "@id": "kumquatTree"
3058
+ "@id": "paspalidiumDesertorumPlant"
3019
3059
  },
3020
3060
  {
3021
3061
  "@type": "Term",
3022
- "@id": "nigerPlant"
3062
+ "@id": "elderTree"
3023
3063
  },
3024
3064
  {
3025
3065
  "@type": "Term",
3026
- "@id": "nigellaPlant"
3066
+ "@id": "burguPlant"
3027
3067
  },
3028
3068
  {
3029
3069
  "@type": "Term",
3030
- "@id": "hazelnutTree"
3070
+ "@id": "corianderPlant"
3031
3071
  },
3032
3072
  {
3033
3073
  "@type": "Term",
3034
- "@id": "masaiLoveGrassPlant"
3074
+ "@id": "sweetPepperPlant"
3035
3075
  },
3036
3076
  {
3037
3077
  "@type": "Term",
3038
- "@id": "centipedeGrassPlant"
3078
+ "@id": "cynodonPlectostachyusPlant"
3039
3079
  },
3040
3080
  {
3041
3081
  "@type": "Term",
3042
- "@id": "teosintePlant"
3082
+ "@id": "germanGrassPlant"
3043
3083
  },
3044
3084
  {
3045
3085
  "@type": "Term",
3046
- "@id": "woollyFingerGrassPlant"
3086
+ "@id": "lindenTree"
3047
3087
  },
3048
3088
  {
3049
3089
  "@type": "Term",
3050
- "@id": "hairyHerringboneGrassPlant"
3090
+ "@id": "mizunaPlant"
3051
3091
  },
3052
3092
  {
3053
3093
  "@type": "Term",
3054
- "@id": "sporobolusHelvolusPlant"
3094
+ "@id": "rapeseedPlant"
3055
3095
  },
3056
3096
  {
3057
3097
  "@type": "Term",
3058
- "@id": "soybeanPlant"
3098
+ "@id": "wasabiPlant"
3059
3099
  },
3060
3100
  {
3061
3101
  "@type": "Term",
3062
- "@id": "flaxPlant"
3102
+ "@id": "teaTree"
3063
3103
  },
3064
3104
  {
3065
3105
  "@type": "Term",
3066
- "@id": "mulberryTree"
3106
+ "@id": "marshSamphirePlant"
3067
3107
  },
3068
3108
  {
3069
3109
  "@type": "Term",
3070
- "@id": "azaroleTree"
3110
+ "@id": "severelyDegradedPasture"
3071
3111
  },
3072
3112
  {
3073
3113
  "@type": "Term",
3074
- "@id": "teaOilCamelliaTree"
3114
+ "@id": "kumquatTree"
3075
3115
  },
3076
3116
  {
3077
3117
  "@type": "Term",
3078
- "@id": "babulTree"
3118
+ "@id": "nigerPlant"
3079
3119
  },
3080
3120
  {
3081
3121
  "@type": "Term",
3082
- "@id": "mangosteenTree"
3122
+ "@id": "nigellaPlant"
3083
3123
  },
3084
3124
  {
3085
3125
  "@type": "Term",
3086
- "@id": "scallionPlant"
3126
+ "@id": "hazelnutTree"
3087
3127
  },
3088
3128
  {
3089
3129
  "@type": "Term",
3090
- "@id": "mintPlant"
3130
+ "@id": "masaiLoveGrassPlant"
3091
3131
  },
3092
3132
  {
3093
3133
  "@type": "Term",
3094
- "@id": "teffPlant"
3134
+ "@id": "centipedeGrassPlant"
3095
3135
  },
3096
3136
  {
3097
3137
  "@type": "Term",
3098
- "@id": "sichuanPepperPlant"
3138
+ "@id": "teosintePlant"
3099
3139
  },
3100
3140
  {
3101
3141
  "@type": "Term",
3102
- "@id": "apricotTree"
3142
+ "@id": "woollyFingerGrassPlant"
3103
3143
  },
3104
3144
  {
3105
3145
  "@type": "Term",
3106
- "@id": "vegetableCropPlant"
3146
+ "@id": "hairyHerringboneGrassPlant"
3107
3147
  },
3108
3148
  {
3109
3149
  "@type": "Term",
3110
- "@id": "rubberTree"
3150
+ "@id": "sporobolusHelvolusPlant"
3111
3151
  },
3112
3152
  {
3113
3153
  "@type": "Term",
3114
- "@id": "figTree"
3154
+ "@id": "soybeanPlant"
3115
3155
  },
3116
3156
  {
3117
3157
  "@type": "Term",
3118
- "@id": "gooseGrassPlant"
3158
+ "@id": "mulberryTree"
3119
3159
  },
3120
3160
  {
3121
3161
  "@type": "Term",
3122
- "@id": "blackOatPlant"
3162
+ "@id": "azaroleTree"
3123
3163
  },
3124
3164
  {
3125
3165
  "@type": "Term",
3126
- "@id": "wheatPlant"
3166
+ "@id": "teaOilCamelliaTree"
3127
3167
  },
3128
3168
  {
3129
3169
  "@type": "Term",
3130
- "@id": "kiwifruitVine"
3170
+ "@id": "babulTree"
3131
3171
  },
3132
3172
  {
3133
3173
  "@type": "Term",
3134
- "@id": "rosellePlant"
3174
+ "@id": "mangosteenTree"
3135
3175
  },
3136
3176
  {
3137
3177
  "@type": "Term",
3138
- "@id": "litchiTree"
3178
+ "@id": "mintPlant"
3139
3179
  },
3140
3180
  {
3141
3181
  "@type": "Term",
3142
- "@id": "adzukiBeanPlant"
3182
+ "@id": "scallionPlant"
3143
3183
  },
3144
3184
  {
3145
3185
  "@type": "Term",
3146
- "@id": "limequatTree"
3186
+ "@id": "teffPlant"
3147
3187
  },
3148
3188
  {
3149
3189
  "@type": "Term",
@@ -3151,99 +3191,83 @@
3151
3191
  },
3152
3192
  {
3153
3193
  "@type": "Term",
3154
- "@id": "guriaGrassPlant"
3155
- },
3156
- {
3157
- "@type": "Term",
3158
- "@id": "redOatGrassPlant"
3159
- },
3160
- {
3161
- "@type": "Term",
3162
- "@id": "whiteSpearGrassPlant"
3163
- },
3164
- {
3165
- "@type": "Term",
3166
- "@id": "weepingLoveGrassPlant"
3167
- },
3168
- {
3169
- "@type": "Term",
3170
- "@id": "hyacinthBeanVine"
3194
+ "@id": "apricotTree"
3171
3195
  },
3172
3196
  {
3173
3197
  "@type": "Term",
3174
- "@id": "bayTree"
3198
+ "@id": "sichuanPepperPlant"
3175
3199
  },
3176
3200
  {
3177
3201
  "@type": "Term",
3178
- "@id": "lambSLettucePlant"
3202
+ "@id": "vegetableCropPlant"
3179
3203
  },
3180
3204
  {
3181
3205
  "@type": "Term",
3182
- "@id": "bilberryPlant"
3206
+ "@id": "rubberTree"
3183
3207
  },
3184
3208
  {
3185
3209
  "@type": "Term",
3186
- "@id": "starAniseTree"
3210
+ "@id": "figTree"
3187
3211
  },
3188
3212
  {
3189
3213
  "@type": "Term",
3190
- "@id": "sugarBeetPlant"
3214
+ "@id": "gooseGrassPlant"
3191
3215
  },
3192
3216
  {
3193
3217
  "@type": "Term",
3194
- "@id": "gardenCressPlant"
3218
+ "@id": "hyacinthBeanVine"
3195
3219
  },
3196
3220
  {
3197
3221
  "@type": "Term",
3198
- "@id": "greenBeanPlant"
3222
+ "@id": "blackOatPlant"
3199
3223
  },
3200
3224
  {
3201
3225
  "@type": "Term",
3202
- "@id": "cashewTree"
3226
+ "@id": "wheatPlant"
3203
3227
  },
3204
3228
  {
3205
3229
  "@type": "Term",
3206
- "@id": "longBareFallow"
3230
+ "@id": "kiwifruitVine"
3207
3231
  },
3208
3232
  {
3209
3233
  "@type": "Term",
3210
- "@id": "annualCropland"
3234
+ "@id": "rosellePlant"
3211
3235
  },
3212
3236
  {
3213
3237
  "@type": "Term",
3214
- "@id": "africanAuberginePlant"
3238
+ "@id": "litchiTree"
3215
3239
  },
3216
3240
  {
3217
3241
  "@type": "Term",
3218
- "@id": "fonioPlant"
3242
+ "@id": "adzukiBeanPlant"
3219
3243
  },
3220
3244
  {
3221
3245
  "@type": "Term",
3222
- "@id": "macadamiaTree"
3246
+ "@id": "limequatTree"
3223
3247
  },
3224
3248
  {
3225
3249
  "@type": "Term",
3226
- "@id": "appleTree"
3250
+ "@id": "creepingBluegrassPlant"
3227
3251
  },
3228
3252
  {
3229
3253
  "@type": "Term",
3230
- "@id": "carrotPlant"
3254
+ "@id": "riverTamarindTree"
3231
3255
  },
3232
3256
  {
3233
3257
  "@type": "Term",
3234
- "@id": "custardAppleTree"
3258
+ "@id": "koroniviaGrassPlant"
3235
3259
  },
3236
3260
  {
3237
3261
  "@type": "Term",
3238
- "@id": "mexicanTeaPlant"
3262
+ "@id": "nadiBlueGrassPlant"
3239
3263
  },
3240
3264
  {
3241
3265
  "@type": "Term",
3242
- "@id": "pleurotusOstreatusFungus"
3266
+ "@id": "greyLoveGrassPlant"
3243
3267
  },
3244
3268
  {
3245
3269
  "@type": "Term",
3246
- "@id": "barleyPlant"
3270
+ "@id": "commonReedPlant"
3247
3271
  },
3248
3272
  {
3249
3273
  "@type": "Term",
@@ -3251,431 +3275,415 @@
3251
3275
  },
3252
3276
  {
3253
3277
  "@type": "Term",
3254
- "@id": "cardoonPlant"
3255
- },
3256
- {
3257
- "@type": "Term",
3258
- "@id": "echinochloaHaplocladaPlant"
3259
- },
3260
- {
3261
- "@type": "Term",
3262
- "@id": "liverseedGrassPlant"
3263
- },
3264
- {
3265
- "@type": "Term",
3266
- "@id": "pumpkinVine"
3267
- },
3268
- {
3269
- "@type": "Term",
3270
- "@id": "devilSCottonTree"
3278
+ "@id": "improvedPasture"
3271
3279
  },
3272
3280
  {
3273
3281
  "@type": "Term",
3274
- "@id": "alangAlangPlant"
3282
+ "@id": "dandelionPlant"
3275
3283
  },
3276
3284
  {
3277
3285
  "@type": "Term",
3278
- "@id": "lehmannLoveGrassPlant"
3286
+ "@id": "clementineTree"
3279
3287
  },
3280
3288
  {
3281
3289
  "@type": "Term",
3282
- "@id": "ugliTree"
3290
+ "@id": "tallFescuePlant"
3283
3291
  },
3284
3292
  {
3285
3293
  "@type": "Term",
3286
- "@id": "maizePlant"
3294
+ "@id": "eddoePlant"
3287
3295
  },
3288
3296
  {
3289
3297
  "@type": "Term",
3290
- "@id": "natalGrassPlant"
3298
+ "@id": "palmyraTree"
3291
3299
  },
3292
3300
  {
3293
3301
  "@type": "Term",
3294
- "@id": "tomatoPlant"
3302
+ "@id": "henequenPlant"
3295
3303
  },
3296
3304
  {
3297
3305
  "@type": "Term",
3298
- "@id": "mungBeanPlant"
3306
+ "@id": "sagoPalmTree"
3299
3307
  },
3300
3308
  {
3301
3309
  "@type": "Term",
3302
- "@id": "jobSTearsPlant"
3310
+ "@id": "chrysanthemumPlant"
3303
3311
  },
3304
3312
  {
3305
3313
  "@type": "Term",
3306
- "@id": "ramiePlant"
3314
+ "@id": "gracilariaAlga"
3307
3315
  },
3308
3316
  {
3309
3317
  "@type": "Term",
3310
- "@id": "smutGrassPlant"
3318
+ "@id": "chickpeaPlant"
3311
3319
  },
3312
3320
  {
3313
3321
  "@type": "Term",
3314
- "@id": "turnipPlant"
3322
+ "@id": "angelicaPlant"
3315
3323
  },
3316
3324
  {
3317
3325
  "@type": "Term",
3318
- "@id": "jaraguaPlant"
3326
+ "@id": "chiliPlant"
3319
3327
  },
3320
3328
  {
3321
3329
  "@type": "Term",
3322
- "@id": "lake"
3330
+ "@id": "blackWattleTree"
3323
3331
  },
3324
3332
  {
3325
3333
  "@type": "Term",
3326
- "@id": "purslanePlant"
3334
+ "@id": "allspiceTree"
3327
3335
  },
3328
3336
  {
3329
3337
  "@type": "Term",
3330
- "@id": "commonThatchingGrassPlant"
3338
+ "@id": "castorPlant"
3331
3339
  },
3332
3340
  {
3333
3341
  "@type": "Term",
3334
- "@id": "glassOrHighAccessibleCover"
3342
+ "@id": "plantationForest"
3335
3343
  },
3336
3344
  {
3337
3345
  "@type": "Term",
3338
- "@id": "bulbousCanaryGrassPlant"
3346
+ "@id": "patienceDockPlant"
3339
3347
  },
3340
3348
  {
3341
3349
  "@type": "Term",
3342
- "@id": "congoJutePlant"
3350
+ "@id": "valerianPlant"
3343
3351
  },
3344
3352
  {
3345
3353
  "@type": "Term",
3346
- "@id": "cropland"
3354
+ "@id": "longFallow"
3347
3355
  },
3348
3356
  {
3349
3357
  "@type": "Term",
3350
- "@id": "congoGrassPlant"
3358
+ "@id": "squashVine"
3351
3359
  },
3352
3360
  {
3353
3361
  "@type": "Term",
3354
- "@id": "genericCropPlant"
3362
+ "@id": "indigoPlant"
3355
3363
  },
3356
3364
  {
3357
3365
  "@type": "Term",
3358
- "@id": "columbusGrassPlant"
3366
+ "@id": "runnerBeanPlant"
3359
3367
  },
3360
3368
  {
3361
3369
  "@type": "Term",
3362
- "@id": "phormiumPlant"
3370
+ "@id": "magueyPlant"
3363
3371
  },
3364
3372
  {
3365
3373
  "@type": "Term",
3366
- "@id": "pineapplePlant"
3374
+ "@id": "swissChardPlant"
3367
3375
  },
3368
3376
  {
3369
3377
  "@type": "Term",
3370
- "@id": "whiteSeedMelonVine"
3378
+ "@id": "komatsunaPlant"
3371
3379
  },
3372
3380
  {
3373
3381
  "@type": "Term",
3374
- "@id": "fenugreekPlant"
3382
+ "@id": "tamarindTree"
3375
3383
  },
3376
3384
  {
3377
3385
  "@type": "Term",
3378
- "@id": "durianTree"
3386
+ "@id": "starAppleTree"
3379
3387
  },
3380
3388
  {
3381
3389
  "@type": "Term",
3382
- "@id": "sheanutTree"
3390
+ "@id": "tanniaPlant"
3383
3391
  },
3384
3392
  {
3385
3393
  "@type": "Term",
3386
- "@id": "summerSquashVine"
3394
+ "@id": "buffaloGrassPlant"
3387
3395
  },
3388
3396
  {
3389
3397
  "@type": "Term",
3390
- "@id": "chervilPlant"
3398
+ "@id": "fusariumVenenatum"
3391
3399
  },
3392
3400
  {
3393
3401
  "@type": "Term",
3394
- "@id": "endivePlant"
3402
+ "@id": "cocksfootPlant"
3395
3403
  },
3396
3404
  {
3397
3405
  "@type": "Term",
3398
- "@id": "giantSetariaPlant"
3406
+ "@id": "gingerPlant"
3399
3407
  },
3400
3408
  {
3401
3409
  "@type": "Term",
3402
- "@id": "orangeTree"
3410
+ "@id": "cassavaPlant"
3403
3411
  },
3404
3412
  {
3405
3413
  "@type": "Term",
3406
- "@id": "galangalPlant"
3414
+ "@id": "noriAlga"
3407
3415
  },
3408
3416
  {
3409
3417
  "@type": "Term",
3410
- "@id": "redCloverPlant"
3418
+ "@id": "yellowLupinPlant"
3411
3419
  },
3412
3420
  {
3413
3421
  "@type": "Term",
3414
- "@id": "amaranthPlant"
3422
+ "@id": "alfalfaPlant"
3415
3423
  },
3416
3424
  {
3417
3425
  "@type": "Term",
3418
- "@id": "broccoliPlant"
3426
+ "@id": "pearTree"
3419
3427
  },
3420
3428
  {
3421
3429
  "@type": "Term",
3422
- "@id": "genericForageTree"
3430
+ "@id": "truffleFungus"
3423
3431
  },
3424
3432
  {
3425
3433
  "@type": "Term",
3426
- "@id": "yellowIndiangrassPlant"
3434
+ "@id": "kelpAlga"
3427
3435
  },
3428
3436
  {
3429
3437
  "@type": "Term",
3430
- "@id": "sorrelPlant"
3438
+ "@id": "cardoonPlant"
3431
3439
  },
3432
3440
  {
3433
3441
  "@type": "Term",
3434
- "@id": "lanillaPlant"
3442
+ "@id": "echinochloaHaplocladaPlant"
3435
3443
  },
3436
3444
  {
3437
3445
  "@type": "Term",
3438
- "@id": "umbrellaThornTree"
3446
+ "@id": "liverseedGrassPlant"
3439
3447
  },
3440
3448
  {
3441
3449
  "@type": "Term",
3442
- "@id": "lemonBalmPlant"
3450
+ "@id": "pumpkinVine"
3443
3451
  },
3444
3452
  {
3445
3453
  "@type": "Term",
3446
- "@id": "rambutanTree"
3454
+ "@id": "devilSCottonTree"
3447
3455
  },
3448
3456
  {
3449
3457
  "@type": "Term",
3450
- "@id": "pecanTree"
3458
+ "@id": "alangAlangPlant"
3451
3459
  },
3452
3460
  {
3453
3461
  "@type": "Term",
3454
- "@id": "hondurasGrassPlant"
3462
+ "@id": "lehmannLoveGrassPlant"
3455
3463
  },
3456
3464
  {
3457
3465
  "@type": "Term",
3458
- "@id": "molassesGrassPlant"
3466
+ "@id": "ugliTree"
3459
3467
  },
3460
3468
  {
3461
3469
  "@type": "Term",
3462
- "@id": "sassafrasTree"
3470
+ "@id": "maizePlant"
3463
3471
  },
3464
3472
  {
3465
3473
  "@type": "Term",
3466
- "@id": "magueyPlant"
3474
+ "@id": "congoGrassPlant"
3467
3475
  },
3468
3476
  {
3469
3477
  "@type": "Term",
3470
- "@id": "swissChardPlant"
3478
+ "@id": "genericCropPlant"
3471
3479
  },
3472
3480
  {
3473
3481
  "@type": "Term",
3474
- "@id": "komatsunaPlant"
3482
+ "@id": "columbusGrassPlant"
3475
3483
  },
3476
3484
  {
3477
3485
  "@type": "Term",
3478
- "@id": "improvedPasture"
3486
+ "@id": "phormiumPlant"
3479
3487
  },
3480
3488
  {
3481
3489
  "@type": "Term",
3482
- "@id": "dandelionPlant"
3490
+ "@id": "pineapplePlant"
3483
3491
  },
3484
3492
  {
3485
3493
  "@type": "Term",
3486
- "@id": "pearTree"
3494
+ "@id": "whiteSeedMelonVine"
3487
3495
  },
3488
3496
  {
3489
3497
  "@type": "Term",
3490
- "@id": "clementineTree"
3498
+ "@id": "fenugreekPlant"
3491
3499
  },
3492
3500
  {
3493
3501
  "@type": "Term",
3494
- "@id": "tallFescuePlant"
3502
+ "@id": "durianTree"
3495
3503
  },
3496
3504
  {
3497
3505
  "@type": "Term",
3498
- "@id": "eddoePlant"
3506
+ "@id": "sheanutTree"
3499
3507
  },
3500
3508
  {
3501
3509
  "@type": "Term",
3502
- "@id": "palmyraTree"
3510
+ "@id": "summerSquashVine"
3503
3511
  },
3504
3512
  {
3505
3513
  "@type": "Term",
3506
- "@id": "henequenPlant"
3514
+ "@id": "chervilPlant"
3507
3515
  },
3508
3516
  {
3509
3517
  "@type": "Term",
3510
- "@id": "sagoPalmTree"
3518
+ "@id": "natalGrassPlant"
3511
3519
  },
3512
3520
  {
3513
3521
  "@type": "Term",
3514
- "@id": "truffleFungus"
3522
+ "@id": "tomatoPlant"
3515
3523
  },
3516
3524
  {
3517
3525
  "@type": "Term",
3518
- "@id": "chiliPlant"
3526
+ "@id": "mungBeanPlant"
3519
3527
  },
3520
3528
  {
3521
3529
  "@type": "Term",
3522
- "@id": "blackWattleTree"
3530
+ "@id": "jobSTearsPlant"
3523
3531
  },
3524
3532
  {
3525
3533
  "@type": "Term",
3526
- "@id": "allspiceTree"
3534
+ "@id": "ramiePlant"
3527
3535
  },
3528
3536
  {
3529
3537
  "@type": "Term",
3530
- "@id": "castorPlant"
3538
+ "@id": "smutGrassPlant"
3531
3539
  },
3532
3540
  {
3533
3541
  "@type": "Term",
3534
- "@id": "plantationForest"
3542
+ "@id": "turnipPlant"
3535
3543
  },
3536
3544
  {
3537
3545
  "@type": "Term",
3538
- "@id": "patienceDockPlant"
3546
+ "@id": "jaraguaPlant"
3539
3547
  },
3540
3548
  {
3541
3549
  "@type": "Term",
3542
- "@id": "valerianPlant"
3550
+ "@id": "lake"
3543
3551
  },
3544
3552
  {
3545
3553
  "@type": "Term",
3546
- "@id": "longFallow"
3554
+ "@id": "purslanePlant"
3547
3555
  },
3548
3556
  {
3549
3557
  "@type": "Term",
3550
- "@id": "squashVine"
3558
+ "@id": "commonThatchingGrassPlant"
3551
3559
  },
3552
3560
  {
3553
3561
  "@type": "Term",
3554
- "@id": "indigoPlant"
3562
+ "@id": "endivePlant"
3555
3563
  },
3556
3564
  {
3557
3565
  "@type": "Term",
3558
- "@id": "runnerBeanPlant"
3566
+ "@id": "giantSetariaPlant"
3559
3567
  },
3560
3568
  {
3561
3569
  "@type": "Term",
3562
- "@id": "tamarindTree"
3570
+ "@id": "orangeTree"
3563
3571
  },
3564
3572
  {
3565
3573
  "@type": "Term",
3566
- "@id": "starAppleTree"
3574
+ "@id": "galangalPlant"
3567
3575
  },
3568
3576
  {
3569
3577
  "@type": "Term",
3570
- "@id": "tanniaPlant"
3578
+ "@id": "redCloverPlant"
3571
3579
  },
3572
3580
  {
3573
3581
  "@type": "Term",
3574
- "@id": "buffaloGrassPlant"
3582
+ "@id": "amaranthPlant"
3575
3583
  },
3576
3584
  {
3577
3585
  "@type": "Term",
3578
- "@id": "fusariumVenenatum"
3586
+ "@id": "broccoliPlant"
3579
3587
  },
3580
3588
  {
3581
3589
  "@type": "Term",
3582
- "@id": "cocksfootPlant"
3590
+ "@id": "genericForageTree"
3583
3591
  },
3584
3592
  {
3585
3593
  "@type": "Term",
3586
- "@id": "gingerPlant"
3594
+ "@id": "pecanTree"
3587
3595
  },
3588
3596
  {
3589
3597
  "@type": "Term",
3590
- "@id": "cassavaPlant"
3598
+ "@id": "bulbousCanaryGrassPlant"
3591
3599
  },
3592
3600
  {
3593
3601
  "@type": "Term",
3594
- "@id": "noriAlga"
3602
+ "@id": "congoJutePlant"
3595
3603
  },
3596
3604
  {
3597
3605
  "@type": "Term",
3598
- "@id": "yellowLupinPlant"
3606
+ "@id": "cropland"
3599
3607
  },
3600
3608
  {
3601
3609
  "@type": "Term",
3602
- "@id": "alfalfaPlant"
3610
+ "@id": "yellowIndiangrassPlant"
3603
3611
  },
3604
3612
  {
3605
3613
  "@type": "Term",
3606
- "@id": "gracilariaAlga"
3614
+ "@id": "sorrelPlant"
3607
3615
  },
3608
3616
  {
3609
3617
  "@type": "Term",
3610
- "@id": "chickpeaPlant"
3618
+ "@id": "lanillaPlant"
3611
3619
  },
3612
3620
  {
3613
3621
  "@type": "Term",
3614
- "@id": "angelicaPlant"
3622
+ "@id": "umbrellaThornTree"
3615
3623
  },
3616
3624
  {
3617
3625
  "@type": "Term",
3618
- "@id": "chrysanthemumPlant"
3626
+ "@id": "lemonBalmPlant"
3619
3627
  },
3620
3628
  {
3621
3629
  "@type": "Term",
3622
- "@id": "kelpAlga"
3630
+ "@id": "rambutanTree"
3623
3631
  },
3624
3632
  {
3625
3633
  "@type": "Term",
3626
- "@id": "lupinPlant"
3634
+ "@id": "courgetteVine"
3627
3635
  },
3628
3636
  {
3629
3637
  "@type": "Term",
3630
- "@id": "nileGrassPlant"
3638
+ "@id": "asparagusPlant"
3631
3639
  },
3632
3640
  {
3633
3641
  "@type": "Term",
3634
- "@id": "ottochloaNodosaPlant"
3642
+ "@id": "glassOrHighAccessibleCover"
3635
3643
  },
3636
3644
  {
3637
3645
  "@type": "Term",
3638
- "@id": "pennisetumSquamulatumPlant"
3646
+ "@id": "molassesGrassPlant"
3639
3647
  },
3640
3648
  {
3641
3649
  "@type": "Term",
3642
- "@id": "giantReedPlant"
3650
+ "@id": "sassafrasTree"
3643
3651
  },
3644
3652
  {
3645
3653
  "@type": "Term",
3646
- "@id": "courgetteVine"
3654
+ "@id": "pennisetumTrachyphyllumPlant"
3647
3655
  },
3648
3656
  {
3649
3657
  "@type": "Term",
3650
- "@id": "asparagusPlant"
3658
+ "@id": "lupinPlant"
3651
3659
  },
3652
3660
  {
3653
3661
  "@type": "Term",
3654
- "@id": "pennisetumTrachyphyllumPlant"
3662
+ "@id": "hondurasGrassPlant"
3655
3663
  },
3656
3664
  {
3657
3665
  "@type": "Term",
3658
- "@id": "creepingBluegrassPlant"
3666
+ "@id": "nileGrassPlant"
3659
3667
  },
3660
3668
  {
3661
3669
  "@type": "Term",
3662
- "@id": "riverTamarindTree"
3670
+ "@id": "ottochloaNodosaPlant"
3663
3671
  },
3664
3672
  {
3665
3673
  "@type": "Term",
3666
- "@id": "koroniviaGrassPlant"
3674
+ "@id": "giantReedPlant"
3667
3675
  },
3668
3676
  {
3669
3677
  "@type": "Term",
3670
- "@id": "nadiBlueGrassPlant"
3678
+ "@id": "pennisetumSquamulatumPlant"
3671
3679
  },
3672
3680
  {
3673
3681
  "@type": "Term",
3674
- "@id": "greyLoveGrassPlant"
3682
+ "@id": "jackfruitTree"
3675
3683
  },
3676
3684
  {
3677
3685
  "@type": "Term",
3678
- "@id": "commonReedPlant"
3686
+ "@id": "sporobolusMarginatusPlant"
3679
3687
  },
3680
3688
  {
3681
3689
  "@type": "Term",
@@ -3747,179 +3755,191 @@
3747
3755
  },
3748
3756
  {
3749
3757
  "@type": "Term",
3750
- "@id": "sunflowerPlant"
3758
+ "@id": "chivesPlant"
3751
3759
  },
3752
3760
  {
3753
3761
  "@type": "Term",
3754
- "@id": "sainfoinPlant"
3762
+ "@id": "oilCropPlant"
3755
3763
  },
3756
3764
  {
3757
3765
  "@type": "Term",
3758
- "@id": "whiteMulberryTree"
3766
+ "@id": "watercressPlant"
3759
3767
  },
3760
3768
  {
3761
3769
  "@type": "Term",
3762
- "@id": "breadGrassPlant"
3770
+ "@id": "pomeloTree"
3763
3771
  },
3764
3772
  {
3765
3773
  "@type": "Term",
3766
- "@id": "grapesVine"
3774
+ "@id": "wildScrobicPlant"
3767
3775
  },
3768
3776
  {
3769
3777
  "@type": "Term",
3770
- "@id": "parsnipPlant"
3778
+ "@id": "fiquePlant"
3771
3779
  },
3772
3780
  {
3773
3781
  "@type": "Term",
3774
- "@id": "whiteLupinPlant"
3782
+ "@id": "cowpeaPlant"
3775
3783
  },
3776
3784
  {
3777
3785
  "@type": "Term",
3778
- "@id": "seaOrOcean"
3786
+ "@id": "yerbaMateTree"
3779
3787
  },
3780
3788
  {
3781
3789
  "@type": "Term",
3782
- "@id": "sudanGrassPlant"
3790
+ "@id": "leptochloaOptusifloraPlant"
3783
3791
  },
3784
3792
  {
3785
3793
  "@type": "Term",
3786
- "@id": "buffelGrassPlant"
3794
+ "@id": "scorzoneraPlant"
3787
3795
  },
3788
3796
  {
3789
3797
  "@type": "Term",
3790
- "@id": "commonNeedleGrassPlant"
3798
+ "@id": "marjoramPlant"
3791
3799
  },
3792
3800
  {
3793
3801
  "@type": "Term",
3794
- "@id": "limpoGrassPlant"
3802
+ "@id": "birdwoodGrassPlant"
3795
3803
  },
3796
3804
  {
3797
3805
  "@type": "Term",
3798
- "@id": "dewberryPlant"
3806
+ "@id": "aleppoGrassPlant"
3799
3807
  },
3800
3808
  {
3801
3809
  "@type": "Term",
3802
- "@id": "sweetPotatoVine"
3810
+ "@id": "palmTree"
3803
3811
  },
3804
3812
  {
3805
3813
  "@type": "Term",
3806
- "@id": "sweetCherryTree"
3814
+ "@id": "dallisGrassPlant"
3807
3815
  },
3808
3816
  {
3809
3817
  "@type": "Term",
3810
- "@id": "quinoaPlant"
3818
+ "@id": "ryegrassPlant"
3811
3819
  },
3812
3820
  {
3813
3821
  "@type": "Term",
3814
- "@id": "peaPlant"
3822
+ "@id": "surinameGrassPlant"
3815
3823
  },
3816
3824
  {
3817
3825
  "@type": "Term",
3818
- "@id": "pineTree"
3826
+ "@id": "ubaCanePlant"
3819
3827
  },
3820
3828
  {
3821
3829
  "@type": "Term",
3822
- "@id": "cratyliaArgenteaPlant"
3830
+ "@id": "tallowTree"
3823
3831
  },
3824
3832
  {
3825
3833
  "@type": "Term",
3826
- "@id": "industrialBuilding"
3834
+ "@id": "landGrassPlant"
3827
3835
  },
3828
3836
  {
3829
3837
  "@type": "Term",
3830
- "@id": "hyparrheniaPlant"
3838
+ "@id": "mustardPlant"
3831
3839
  },
3832
3840
  {
3833
3841
  "@type": "Term",
3834
- "@id": "arizonaCottontopPlant"
3842
+ "@id": "sugarcanePlant"
3835
3843
  },
3836
3844
  {
3837
3845
  "@type": "Term",
3838
- "@id": "cockspurGrassPlant"
3846
+ "@id": "polypogonSchimperianusPlant"
3839
3847
  },
3840
3848
  {
3841
3849
  "@type": "Term",
3842
- "@id": "sapodillaTree"
3850
+ "@id": "prosoMilletPlant"
3843
3851
  },
3844
3852
  {
3845
3853
  "@type": "Term",
3846
- "@id": "torpedoGrassPlant"
3854
+ "@id": "rootOrTuberCropPlant"
3847
3855
  },
3848
3856
  {
3849
3857
  "@type": "Term",
3850
- "@id": "yellowThatchingGrassPlant"
3858
+ "@id": "donkeyGrassPlant"
3851
3859
  },
3852
3860
  {
3853
3861
  "@type": "Term",
3854
- "@id": "giantStarGrassPlant"
3862
+ "@id": "hennaTree"
3855
3863
  },
3856
3864
  {
3857
3865
  "@type": "Term",
3858
- "@id": "bigLeafBristleGrassPlant"
3866
+ "@id": "lebbekTree"
3859
3867
  },
3860
3868
  {
3861
3869
  "@type": "Term",
3862
- "@id": "jackfruitTree"
3870
+ "@id": "caribGrassPlant"
3863
3871
  },
3864
3872
  {
3865
3873
  "@type": "Term",
3866
- "@id": "sporobolusMarginatusPlant"
3874
+ "@id": "mandarinTree"
3867
3875
  },
3868
3876
  {
3869
3877
  "@type": "Term",
3870
- "@id": "arazaTree"
3878
+ "@id": "sweetGranadillaVine"
3871
3879
  },
3872
3880
  {
3873
3881
  "@type": "Term",
3874
- "@id": "antelopeGrassPlant"
3882
+ "@id": "chicoryPlant"
3875
3883
  },
3876
3884
  {
3877
3885
  "@type": "Term",
3878
- "@id": "bitterOrangeTree"
3886
+ "@id": "pond"
3879
3887
  },
3880
3888
  {
3881
3889
  "@type": "Term",
3882
- "@id": "gumArabicTree"
3890
+ "@id": "nativePasture"
3883
3891
  },
3884
3892
  {
3885
3893
  "@type": "Term",
3886
- "@id": "dillPlant"
3894
+ "@id": "saffronCrocusPlant"
3887
3895
  },
3888
3896
  {
3889
3897
  "@type": "Term",
3890
- "@id": "gojiBerryPlant"
3898
+ "@id": "rhubarbPlant"
3891
3899
  },
3892
3900
  {
3893
3901
  "@type": "Term",
3894
- "@id": "limeTree"
3902
+ "@id": "cucumberVine"
3895
3903
  },
3896
3904
  {
3897
3905
  "@type": "Term",
3898
- "@id": "loganberryPlant"
3906
+ "@id": "mnesitheaRottboellioidesPlant"
3899
3907
  },
3900
3908
  {
3901
3909
  "@type": "Term",
3902
- "@id": "chineseHibiscusPlant"
3910
+ "@id": "tungTree"
3903
3911
  },
3904
3912
  {
3905
3913
  "@type": "Term",
3906
- "@id": "sagePlant"
3914
+ "@id": "ischaemumMuticumPlant"
3907
3915
  },
3908
3916
  {
3909
3917
  "@type": "Term",
3910
- "@id": "strawberrySpinachPlant"
3918
+ "@id": "bungomaGrassPlant"
3911
3919
  },
3912
3920
  {
3913
3921
  "@type": "Term",
3914
- "@id": "chineseAlbiziaTree"
3922
+ "@id": "wireLemonGrassPlant"
3915
3923
  },
3916
3924
  {
3917
3925
  "@type": "Term",
3918
- "@id": "garlicPlant"
3926
+ "@id": "torpedoGrassPlant"
3919
3927
  },
3920
3928
  {
3921
3929
  "@type": "Term",
3922
- "@id": "fibreCropPlant"
3930
+ "@id": "yellowThatchingGrassPlant"
3931
+ },
3932
+ {
3933
+ "@type": "Term",
3934
+ "@id": "shortFallow"
3935
+ },
3936
+ {
3937
+ "@type": "Term",
3938
+ "@id": "giantStarGrassPlant"
3939
+ },
3940
+ {
3941
+ "@type": "Term",
3942
+ "@id": "bigLeafBristleGrassPlant"
3923
3943
  },
3924
3944
  {
3925
3945
  "@type": "Term",
@@ -3931,235 +3951,235 @@
3931
3951
  },
3932
3952
  {
3933
3953
  "@type": "Term",
3934
- "@id": "coconutTree"
3954
+ "@id": "arazaTree"
3935
3955
  },
3936
3956
  {
3937
3957
  "@type": "Term",
3938
- "@id": "fingerMilletPlant"
3958
+ "@id": "antelopeGrassPlant"
3939
3959
  },
3940
3960
  {
3941
3961
  "@type": "Term",
3942
- "@id": "grapefruitTree"
3962
+ "@id": "bitterOrangeTree"
3943
3963
  },
3944
3964
  {
3945
3965
  "@type": "Term",
3946
- "@id": "winterThornTree"
3966
+ "@id": "gumArabicTree"
3947
3967
  },
3948
3968
  {
3949
3969
  "@type": "Term",
3950
- "@id": "chlorisRoxburghianaPlant"
3970
+ "@id": "dillPlant"
3951
3971
  },
3952
3972
  {
3953
3973
  "@type": "Term",
3954
- "@id": "cloverPlant"
3974
+ "@id": "nominallyManagedPasture"
3955
3975
  },
3956
3976
  {
3957
3977
  "@type": "Term",
3958
- "@id": "tagasasteTree"
3978
+ "@id": "gojiBerryPlant"
3959
3979
  },
3960
3980
  {
3961
3981
  "@type": "Term",
3962
- "@id": "agatiTree"
3982
+ "@id": "loganberryPlant"
3963
3983
  },
3964
3984
  {
3965
3985
  "@type": "Term",
3966
- "@id": "kenafPlant"
3986
+ "@id": "limeTree"
3967
3987
  },
3968
3988
  {
3969
3989
  "@type": "Term",
3970
- "@id": "gourdVine"
3990
+ "@id": "chineseHibiscusPlant"
3971
3991
  },
3972
3992
  {
3973
3993
  "@type": "Term",
3974
- "@id": "collardPlant"
3994
+ "@id": "sagePlant"
3975
3995
  },
3976
3996
  {
3977
3997
  "@type": "Term",
3978
- "@id": "fruitCropPlant"
3998
+ "@id": "strawberrySpinachPlant"
3979
3999
  },
3980
4000
  {
3981
4001
  "@type": "Term",
3982
- "@id": "melonVine"
4002
+ "@id": "chineseAlbiziaTree"
3983
4003
  },
3984
4004
  {
3985
4005
  "@type": "Term",
3986
- "@id": "nominallyManagedPasture"
4006
+ "@id": "garlicPlant"
3987
4007
  },
3988
4008
  {
3989
4009
  "@type": "Term",
3990
- "@id": "chivesPlant"
4010
+ "@id": "fibreCropPlant"
3991
4011
  },
3992
4012
  {
3993
4013
  "@type": "Term",
3994
- "@id": "oilCropPlant"
4014
+ "@id": "coconutTree"
3995
4015
  },
3996
4016
  {
3997
4017
  "@type": "Term",
3998
- "@id": "watercressPlant"
4018
+ "@id": "fingerMilletPlant"
3999
4019
  },
4000
4020
  {
4001
4021
  "@type": "Term",
4002
- "@id": "pomeloTree"
4022
+ "@id": "grapefruitTree"
4003
4023
  },
4004
4024
  {
4005
4025
  "@type": "Term",
4006
- "@id": "wildScrobicPlant"
4026
+ "@id": "winterThornTree"
4007
4027
  },
4008
4028
  {
4009
4029
  "@type": "Term",
4010
- "@id": "fiquePlant"
4030
+ "@id": "chlorisRoxburghianaPlant"
4011
4031
  },
4012
4032
  {
4013
4033
  "@type": "Term",
4014
- "@id": "cowpeaPlant"
4034
+ "@id": "cloverPlant"
4015
4035
  },
4016
4036
  {
4017
4037
  "@type": "Term",
4018
- "@id": "yerbaMateTree"
4038
+ "@id": "tagasasteTree"
4019
4039
  },
4020
4040
  {
4021
4041
  "@type": "Term",
4022
- "@id": "leptochloaOptusifloraPlant"
4042
+ "@id": "agatiTree"
4023
4043
  },
4024
4044
  {
4025
4045
  "@type": "Term",
4026
- "@id": "scorzoneraPlant"
4046
+ "@id": "kenafPlant"
4027
4047
  },
4028
4048
  {
4029
4049
  "@type": "Term",
4030
- "@id": "marjoramPlant"
4050
+ "@id": "gourdVine"
4031
4051
  },
4032
4052
  {
4033
4053
  "@type": "Term",
4034
- "@id": "birdwoodGrassPlant"
4054
+ "@id": "collardPlant"
4035
4055
  },
4036
4056
  {
4037
4057
  "@type": "Term",
4038
- "@id": "aleppoGrassPlant"
4058
+ "@id": "fruitCropPlant"
4039
4059
  },
4040
4060
  {
4041
4061
  "@type": "Term",
4042
- "@id": "palmTree"
4062
+ "@id": "melonVine"
4043
4063
  },
4044
4064
  {
4045
4065
  "@type": "Term",
4046
- "@id": "dallisGrassPlant"
4066
+ "@id": "sunflowerPlant"
4047
4067
  },
4048
4068
  {
4049
4069
  "@type": "Term",
4050
- "@id": "ryegrassPlant"
4070
+ "@id": "sainfoinPlant"
4051
4071
  },
4052
4072
  {
4053
4073
  "@type": "Term",
4054
- "@id": "surinameGrassPlant"
4074
+ "@id": "whiteMulberryTree"
4055
4075
  },
4056
4076
  {
4057
4077
  "@type": "Term",
4058
- "@id": "ubaCanePlant"
4078
+ "@id": "breadGrassPlant"
4059
4079
  },
4060
4080
  {
4061
4081
  "@type": "Term",
4062
- "@id": "tallowTree"
4082
+ "@id": "grapesVine"
4063
4083
  },
4064
4084
  {
4065
4085
  "@type": "Term",
4066
- "@id": "landGrassPlant"
4086
+ "@id": "parsnipPlant"
4067
4087
  },
4068
4088
  {
4069
4089
  "@type": "Term",
4070
- "@id": "mustardPlant"
4090
+ "@id": "whiteLupinPlant"
4071
4091
  },
4072
4092
  {
4073
4093
  "@type": "Term",
4074
- "@id": "sugarcanePlant"
4094
+ "@id": "seaOrOcean"
4075
4095
  },
4076
4096
  {
4077
4097
  "@type": "Term",
4078
- "@id": "polypogonSchimperianusPlant"
4098
+ "@id": "sudanGrassPlant"
4079
4099
  },
4080
4100
  {
4081
4101
  "@type": "Term",
4082
- "@id": "prosoMilletPlant"
4102
+ "@id": "buffelGrassPlant"
4083
4103
  },
4084
4104
  {
4085
4105
  "@type": "Term",
4086
- "@id": "rootOrTuberCropPlant"
4106
+ "@id": "commonNeedleGrassPlant"
4087
4107
  },
4088
4108
  {
4089
4109
  "@type": "Term",
4090
- "@id": "donkeyGrassPlant"
4110
+ "@id": "limpoGrassPlant"
4091
4111
  },
4092
4112
  {
4093
4113
  "@type": "Term",
4094
- "@id": "hennaTree"
4114
+ "@id": "dewberryPlant"
4095
4115
  },
4096
4116
  {
4097
4117
  "@type": "Term",
4098
- "@id": "lebbekTree"
4118
+ "@id": "sweetPotatoVine"
4099
4119
  },
4100
4120
  {
4101
4121
  "@type": "Term",
4102
- "@id": "caribGrassPlant"
4122
+ "@id": "sweetCherryTree"
4103
4123
  },
4104
4124
  {
4105
4125
  "@type": "Term",
4106
- "@id": "mandarinTree"
4126
+ "@id": "quinoaPlant"
4107
4127
  },
4108
4128
  {
4109
4129
  "@type": "Term",
4110
- "@id": "sweetGranadillaVine"
4130
+ "@id": "peaPlant"
4111
4131
  },
4112
4132
  {
4113
4133
  "@type": "Term",
4114
- "@id": "chicoryPlant"
4134
+ "@id": "pineTree"
4115
4135
  },
4116
4136
  {
4117
4137
  "@type": "Term",
4118
- "@id": "pond"
4138
+ "@id": "cratyliaArgenteaPlant"
4119
4139
  },
4120
4140
  {
4121
4141
  "@type": "Term",
4122
- "@id": "nativePasture"
4142
+ "@id": "industrialBuilding"
4123
4143
  },
4124
4144
  {
4125
4145
  "@type": "Term",
4126
- "@id": "saffronCrocusPlant"
4146
+ "@id": "hyparrheniaPlant"
4127
4147
  },
4128
4148
  {
4129
4149
  "@type": "Term",
4130
- "@id": "rhubarbPlant"
4150
+ "@id": "arizonaCottontopPlant"
4131
4151
  },
4132
4152
  {
4133
4153
  "@type": "Term",
4134
- "@id": "cucumberVine"
4154
+ "@id": "cockspurGrassPlant"
4135
4155
  },
4136
4156
  {
4137
4157
  "@type": "Term",
4138
- "@id": "mnesitheaRottboellioidesPlant"
4158
+ "@id": "sapodillaTree"
4139
4159
  },
4140
4160
  {
4141
4161
  "@type": "Term",
4142
- "@id": "tungTree"
4162
+ "@id": "spinachPlant"
4143
4163
  },
4144
4164
  {
4145
4165
  "@type": "Term",
4146
- "@id": "ischaemumMuticumPlant"
4166
+ "@id": "coffeeTree"
4147
4167
  },
4148
4168
  {
4149
4169
  "@type": "Term",
4150
- "@id": "bungomaGrassPlant"
4170
+ "@id": "genericLeguminousGrassPlant"
4151
4171
  },
4152
4172
  {
4153
4173
  "@type": "Term",
4154
- "@id": "wireLemonGrassPlant"
4174
+ "@id": "ricePlantUpland"
4155
4175
  },
4156
4176
  {
4157
4177
  "@type": "Term",
4158
- "@id": "shortFallow"
4178
+ "@id": "stAugustineGrassPlant"
4159
4179
  },
4160
4180
  {
4161
4181
  "@type": "Term",
4162
- "@id": "hopVine"
4182
+ "@id": "redtopPlant"
4163
4183
  },
4164
4184
  {
4165
4185
  "@type": "Term",
@@ -4205,18 +4225,6 @@
4205
4225
  "@type": "Term",
4206
4226
  "@id": "nigeriaGrassPlant"
4207
4227
  },
4208
- {
4209
- "@type": "Term",
4210
- "@id": "bergamotTree"
4211
- },
4212
- {
4213
- "@type": "Term",
4214
- "@id": "milletPlant"
4215
- },
4216
- {
4217
- "@type": "Term",
4218
- "@id": "andropogonFastigiatusPlant"
4219
- },
4220
4228
  {
4221
4229
  "@type": "Term",
4222
4230
  "@id": "thymePlant"
@@ -4261,6 +4269,30 @@
4261
4269
  "@type": "Term",
4262
4270
  "@id": "parsleyPlant"
4263
4271
  },
4272
+ {
4273
+ "@type": "Term",
4274
+ "@id": "highIntensityGrazingPasture"
4275
+ },
4276
+ {
4277
+ "@type": "Term",
4278
+ "@id": "animalHousing"
4279
+ },
4280
+ {
4281
+ "@type": "Term",
4282
+ "@id": "hopVine"
4283
+ },
4284
+ {
4285
+ "@type": "Term",
4286
+ "@id": "bergamotTree"
4287
+ },
4288
+ {
4289
+ "@type": "Term",
4290
+ "@id": "milletPlant"
4291
+ },
4292
+ {
4293
+ "@type": "Term",
4294
+ "@id": "andropogonFastigiatusPlant"
4295
+ },
4264
4296
  {
4265
4297
  "@type": "Term",
4266
4298
  "@id": "espartoGrassPlant"
@@ -4309,14 +4341,6 @@
4309
4341
  "@type": "Term",
4310
4342
  "@id": "commonVetchPlant"
4311
4343
  },
4312
- {
4313
- "@type": "Term",
4314
- "@id": "cherimoyaTree"
4315
- },
4316
- {
4317
- "@type": "Term",
4318
- "@id": "curryTree"
4319
- },
4320
4344
  {
4321
4345
  "@type": "Term",
4322
4346
  "@id": "mangoTree"
@@ -4375,15 +4399,15 @@
4375
4399
  },
4376
4400
  {
4377
4401
  "@type": "Term",
4378
- "@id": "anisePlant"
4402
+ "@id": "tocoGrassPlant"
4379
4403
  },
4380
4404
  {
4381
4405
  "@type": "Term",
4382
- "@id": "colouredGuineaGrassPlant"
4406
+ "@id": "anisePlant"
4383
4407
  },
4384
4408
  {
4385
4409
  "@type": "Term",
4386
- "@id": "tocoGrassPlant"
4410
+ "@id": "colouredGuineaGrassPlant"
4387
4411
  },
4388
4412
  {
4389
4413
  "@type": "Term",
@@ -4393,6 +4417,14 @@
4393
4417
  "@type": "Term",
4394
4418
  "@id": "hempPlant"
4395
4419
  },
4420
+ {
4421
+ "@type": "Term",
4422
+ "@id": "cherimoyaTree"
4423
+ },
4424
+ {
4425
+ "@type": "Term",
4426
+ "@id": "curryTree"
4427
+ },
4396
4428
  {
4397
4429
  "@type": "Term",
4398
4430
  "@id": "feijoaTree"
@@ -4403,35 +4435,35 @@
4403
4435
  },
4404
4436
  {
4405
4437
  "@type": "Term",
4406
- "@id": "highIntensityGrazingPasture"
4438
+ "@id": "andropogonCanaliculatusPlant"
4407
4439
  },
4408
4440
  {
4409
4441
  "@type": "Term",
4410
- "@id": "animalHousing"
4442
+ "@id": "safflowerPlant"
4411
4443
  },
4412
4444
  {
4413
4445
  "@type": "Term",
4414
- "@id": "paraGrassPlant"
4446
+ "@id": "riverOrStream"
4415
4447
  },
4416
4448
  {
4417
4449
  "@type": "Term",
4418
- "@id": "ornamentalCropPlant"
4450
+ "@id": "sabiGrassPlant"
4419
4451
  },
4420
4452
  {
4421
4453
  "@type": "Term",
4422
- "@id": "treeNutTree"
4454
+ "@id": "fennelPlant"
4423
4455
  },
4424
4456
  {
4425
4457
  "@type": "Term",
4426
- "@id": "carobTree"
4458
+ "@id": "paraGrassPlant"
4427
4459
  },
4428
4460
  {
4429
4461
  "@type": "Term",
4430
- "@id": "pepperVine"
4462
+ "@id": "pearlMilletPlant"
4431
4463
  },
4432
4464
  {
4433
4465
  "@type": "Term",
4434
- "@id": "pearlMilletPlant"
4466
+ "@id": "choySumPlant"
4435
4467
  },
4436
4468
  {
4437
4469
  "@type": "Term",
@@ -4463,195 +4495,163 @@
4463
4495
  },
4464
4496
  {
4465
4497
  "@type": "Term",
4466
- "@id": "pricklyPearCactus"
4467
- },
4468
- {
4469
- "@type": "Term",
4470
- "@id": "brusselsSproutsPlant"
4471
- },
4472
- {
4473
- "@type": "Term",
4474
- "@id": "dateTree"
4475
- },
4476
- {
4477
- "@type": "Term",
4478
- "@id": "daffodilPlant"
4479
- },
4480
- {
4481
- "@type": "Term",
4482
- "@id": "sesamePlant"
4483
- },
4484
- {
4485
- "@type": "Term",
4486
- "@id": "bitterleafPlant"
4487
- },
4488
- {
4489
- "@type": "Term",
4490
- "@id": "melilotusPlant"
4491
- },
4492
- {
4493
- "@type": "Term",
4494
- "@id": "jambolanTree"
4495
- },
4496
- {
4497
- "@type": "Term",
4498
- "@id": "calliandraTree"
4498
+ "@id": "dulseAlga"
4499
4499
  },
4500
4500
  {
4501
4501
  "@type": "Term",
4502
- "@id": "carpetGrassPlant"
4502
+ "@id": "redSeaPlumeAlga"
4503
4503
  },
4504
4504
  {
4505
4505
  "@type": "Term",
4506
- "@id": "achioteTree"
4506
+ "@id": "carawayPlant"
4507
4507
  },
4508
4508
  {
4509
4509
  "@type": "Term",
4510
- "@id": "shiitakeFungus"
4510
+ "@id": "citrusTree"
4511
4511
  },
4512
4512
  {
4513
4513
  "@type": "Term",
4514
- "@id": "pistachioTree"
4514
+ "@id": "picklingCucumberVine"
4515
4515
  },
4516
4516
  {
4517
4517
  "@type": "Term",
4518
- "@id": "longkongTree"
4518
+ "@id": "chayoteVine"
4519
4519
  },
4520
4520
  {
4521
4521
  "@type": "Term",
4522
- "@id": "blueSignalGrassPlant"
4522
+ "@id": "cocoaTree"
4523
4523
  },
4524
4524
  {
4525
4525
  "@type": "Term",
4526
- "@id": "gliricidiaSepiumTree"
4526
+ "@id": "cauliflowerPlant"
4527
4527
  },
4528
4528
  {
4529
4529
  "@type": "Term",
4530
- "@id": "chinaJutePlant"
4530
+ "@id": "cinnamonTree"
4531
4531
  },
4532
4532
  {
4533
4533
  "@type": "Term",
4534
- "@id": "costmaryPlant"
4534
+ "@id": "arecaTree"
4535
4535
  },
4536
4536
  {
4537
4537
  "@type": "Term",
4538
- "@id": "camelinaPlant"
4538
+ "@id": "pulsePlant"
4539
4539
  },
4540
4540
  {
4541
4541
  "@type": "Term",
4542
- "@id": "kalePlant"
4542
+ "@id": "broadBeanPlant"
4543
4543
  },
4544
4544
  {
4545
4545
  "@type": "Term",
4546
- "@id": "dulseAlga"
4546
+ "@id": "mushroomFungus"
4547
4547
  },
4548
4548
  {
4549
4549
  "@type": "Term",
4550
- "@id": "redSeaPlumeAlga"
4550
+ "@id": "commonHorsetailPlant"
4551
4551
  },
4552
4552
  {
4553
4553
  "@type": "Term",
4554
- "@id": "carawayPlant"
4554
+ "@id": "shortBareFallow"
4555
4555
  },
4556
4556
  {
4557
4557
  "@type": "Term",
4558
- "@id": "citrusTree"
4558
+ "@id": "ornamentalCropPlant"
4559
4559
  },
4560
4560
  {
4561
4561
  "@type": "Term",
4562
- "@id": "chayoteVine"
4562
+ "@id": "treeNutTree"
4563
4563
  },
4564
4564
  {
4565
4565
  "@type": "Term",
4566
- "@id": "picklingCucumberVine"
4566
+ "@id": "carobTree"
4567
4567
  },
4568
4568
  {
4569
4569
  "@type": "Term",
4570
- "@id": "cocoaTree"
4570
+ "@id": "pepperVine"
4571
4571
  },
4572
4572
  {
4573
4573
  "@type": "Term",
4574
- "@id": "cauliflowerPlant"
4574
+ "@id": "pistachioTree"
4575
4575
  },
4576
4576
  {
4577
4577
  "@type": "Term",
4578
- "@id": "cinnamonTree"
4578
+ "@id": "longkongTree"
4579
4579
  },
4580
4580
  {
4581
4581
  "@type": "Term",
4582
- "@id": "arecaTree"
4582
+ "@id": "blueSignalGrassPlant"
4583
4583
  },
4584
4584
  {
4585
4585
  "@type": "Term",
4586
- "@id": "pulsePlant"
4586
+ "@id": "gliricidiaSepiumTree"
4587
4587
  },
4588
4588
  {
4589
4589
  "@type": "Term",
4590
- "@id": "broadBeanPlant"
4590
+ "@id": "chinaJutePlant"
4591
4591
  },
4592
4592
  {
4593
4593
  "@type": "Term",
4594
- "@id": "mushroomFungus"
4594
+ "@id": "costmaryPlant"
4595
4595
  },
4596
4596
  {
4597
4597
  "@type": "Term",
4598
- "@id": "commonHorsetailPlant"
4598
+ "@id": "camelinaPlant"
4599
4599
  },
4600
4600
  {
4601
4601
  "@type": "Term",
4602
- "@id": "shortBareFallow"
4602
+ "@id": "kalePlant"
4603
4603
  },
4604
4604
  {
4605
4605
  "@type": "Term",
4606
- "@id": "celeryPlant"
4606
+ "@id": "pricklyPearCactus"
4607
4607
  },
4608
4608
  {
4609
4609
  "@type": "Term",
4610
- "@id": "choySumPlant"
4610
+ "@id": "brusselsSproutsPlant"
4611
4611
  },
4612
4612
  {
4613
4613
  "@type": "Term",
4614
- "@id": "fennelPlant"
4614
+ "@id": "dateTree"
4615
4615
  },
4616
4616
  {
4617
4617
  "@type": "Term",
4618
- "@id": "stAugustineGrassPlant"
4618
+ "@id": "shiitakeFungus"
4619
4619
  },
4620
4620
  {
4621
4621
  "@type": "Term",
4622
- "@id": "redtopPlant"
4622
+ "@id": "daffodilPlant"
4623
4623
  },
4624
4624
  {
4625
4625
  "@type": "Term",
4626
- "@id": "spinachPlant"
4626
+ "@id": "sesamePlant"
4627
4627
  },
4628
4628
  {
4629
4629
  "@type": "Term",
4630
- "@id": "coffeeTree"
4630
+ "@id": "bitterleafPlant"
4631
4631
  },
4632
4632
  {
4633
4633
  "@type": "Term",
4634
- "@id": "genericLeguminousGrassPlant"
4634
+ "@id": "melilotusPlant"
4635
4635
  },
4636
4636
  {
4637
4637
  "@type": "Term",
4638
- "@id": "ricePlantUpland"
4638
+ "@id": "jambolanTree"
4639
4639
  },
4640
4640
  {
4641
4641
  "@type": "Term",
4642
- "@id": "andropogonCanaliculatusPlant"
4642
+ "@id": "calliandraTree"
4643
4643
  },
4644
4644
  {
4645
4645
  "@type": "Term",
4646
- "@id": "safflowerPlant"
4646
+ "@id": "carpetGrassPlant"
4647
4647
  },
4648
4648
  {
4649
4649
  "@type": "Term",
4650
- "@id": "riverOrStream"
4650
+ "@id": "achioteTree"
4651
4651
  },
4652
4652
  {
4653
4653
  "@type": "Term",
4654
- "@id": "sabiGrassPlant"
4654
+ "@id": "celeryPlant"
4655
4655
  }
4656
4656
  ]
4657
4657
  },
@@ -5022,11 +5022,11 @@
5022
5022
  },
5023
5023
  {
5024
5024
  "@type": "Term",
5025
- "@id": "sulphurCoatedUreaKgN"
5025
+ "@id": "ureaAmmoniumNitrateKgN"
5026
5026
  },
5027
5027
  {
5028
5028
  "@type": "Term",
5029
- "@id": "ureaAmmoniumNitrateKgN"
5029
+ "@id": "sulphurCoatedUreaKgN"
5030
5030
  },
5031
5031
  {
5032
5032
  "@type": "Term",