hestia-earth-models 0.66.0__py3-none-any.whl → 0.67.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +23 -54
  2. hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionDuringCycle.py +152 -0
  3. hestia_earth/models/cml2001Baseline/resourceUseEnergyDepletionInputsProduction.py +40 -0
  4. hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsDuringCycle.py +80 -0
  5. hestia_earth/models/cml2001Baseline/resourceUseMineralsAndMetalsInputsProduction.py +40 -0
  6. hestia_earth/models/config/ImpactAssessment.json +1869 -1846
  7. hestia_earth/models/cycle/input/hestiaAggregatedData.py +13 -10
  8. hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/__init__.py +4 -3
  9. hestia_earth/models/environmentalFootprintV3_1/marineEutrophicationPotential.py +36 -0
  10. hestia_earth/models/environmentalFootprintV3_1/scarcityWeightedWaterUse.py +40 -0
  11. hestia_earth/models/impact_assessment/product/value.py +1 -1
  12. hestia_earth/models/ipcc2019/aboveGroundBiomass.py +1 -1
  13. hestia_earth/models/ipcc2019/belowGroundBiomass.py +1 -1
  14. hestia_earth/models/ipcc2019/co2ToAirCarbonStockChange_utils.py +2 -1
  15. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_1_utils.py +2 -1
  16. hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2_utils.py +2 -1
  17. hestia_earth/models/mocking/search-results.json +874 -874
  18. hestia_earth/models/site/management.py +2 -2
  19. hestia_earth/models/utils/__init__.py +6 -0
  20. hestia_earth/models/utils/aggregated.py +13 -10
  21. hestia_earth/models/utils/array_builders.py +4 -3
  22. hestia_earth/models/utils/blank_node.py +14 -10
  23. hestia_earth/models/utils/lookup.py +3 -1
  24. hestia_earth/models/utils/property.py +5 -2
  25. hestia_earth/models/version.py +1 -1
  26. hestia_earth/orchestrator/log.py +11 -0
  27. hestia_earth/orchestrator/models/__init__.py +8 -3
  28. {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/METADATA +1 -1
  29. {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/RECORD +55 -43
  30. tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +51 -87
  31. tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +103 -0
  32. tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +23 -0
  33. tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +58 -0
  34. tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +23 -0
  35. tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_environmentalFootprintSingleOverallScore.py +5 -4
  36. tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_freshwaterEcotoxicityPotentialCtue.py +6 -5
  37. tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +27 -0
  38. tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +32 -0
  39. tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_soilQualityIndexLandOccupation.py +4 -3
  40. tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_soilQualityIndexLandTransformation.py +4 -3
  41. tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/test_soilQualityIndexTotalLandUseEffects.py +4 -4
  42. tests/models/impact_assessment/test_emissions.py +0 -1
  43. tests/models/test_config.py +3 -3
  44. tests/models/test_ecoinventV3.py +0 -1
  45. tests/models/utils/test_array_builders.py +2 -2
  46. /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/environmentalFootprintSingleOverallScore.py +0 -0
  47. /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/freshwaterEcotoxicityPotentialCtue.py +0 -0
  48. /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/soilQualityIndexLandOccupation.py +0 -0
  49. /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/soilQualityIndexLandTransformation.py +0 -0
  50. /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/soilQualityIndexTotalLandUseEffects.py +0 -0
  51. /hestia_earth/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/utils.py +0 -0
  52. {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/LICENSE +0 -0
  53. {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/WHEEL +0 -0
  54. {hestia_earth_models-0.66.0.dist-info → hestia_earth_models-0.67.0.dist-info}/top_level.txt +0 -0
  55. /tests/models/{environmentalFootprintV3 → environmentalFootprintV3_1}/__init__.py +0 -0
@@ -611,555 +611,555 @@
611
611
  },
612
612
  {
613
613
  "@type": "Term",
614
- "@id": "nh3ToAirAquacultureSystems"
614
+ "@id": "tspToAirInputsProduction"
615
615
  },
616
616
  {
617
617
  "@type": "Term",
618
- "@id": "n2OToAirInorganicFertiliserIndirect"
618
+ "@id": "pErosionSoilFlux"
619
619
  },
620
620
  {
621
621
  "@type": "Term",
622
- "@id": "noToAirCropResidueDecomposition"
622
+ "@id": "n2OToAirNaturalVegetationBurningIndirect"
623
623
  },
624
624
  {
625
625
  "@type": "Term",
626
- "@id": "nh4ToGroundwaterCropResidueDecomposition"
626
+ "@id": "halothaneToAirIndustrialProcesses"
627
627
  },
628
628
  {
629
629
  "@type": "Term",
630
- "@id": "nh4ToGroundwaterInputsProduction"
630
+ "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
631
631
  },
632
632
  {
633
633
  "@type": "Term",
634
- "@id": "nh3ToAirExcreta"
634
+ "@id": "no3ToGroundwaterInputsProduction"
635
635
  },
636
636
  {
637
637
  "@type": "Term",
638
- "@id": "po43ToGroundwaterOrganicFertiliser"
638
+ "@id": "pesticideToHarvestedCropPesticideApplication"
639
639
  },
640
640
  {
641
641
  "@type": "Term",
642
- "@id": "po43ToGroundwaterSoilFlux"
642
+ "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
643
643
  },
644
644
  {
645
645
  "@type": "Term",
646
- "@id": "nh3ToAirInorganicFertiliser"
646
+ "@id": "112TrichloroethaneToAirInputsProduction"
647
647
  },
648
648
  {
649
649
  "@type": "Term",
650
- "@id": "nToSurfaceWaterIndustrialProcesses"
650
+ "@id": "blackCarbonToAirIndustrialProcesses"
651
651
  },
652
652
  {
653
653
  "@type": "Term",
654
- "@id": "no3ToSurfaceWaterAquacultureSystems"
654
+ "@id": "tspToAirIndustrialProcesses"
655
655
  },
656
656
  {
657
657
  "@type": "Term",
658
- "@id": "noxToAirSoilFlux"
658
+ "@id": "nh3ToAirSoilFlux"
659
659
  },
660
660
  {
661
661
  "@type": "Term",
662
- "@id": "nh3ToAirCropResidueBurning"
662
+ "@id": "chloromethaneToAirIndustrialProcesses"
663
663
  },
664
664
  {
665
665
  "@type": "Term",
666
- "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
666
+ "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
667
667
  },
668
668
  {
669
669
  "@type": "Term",
670
- "@id": "noxToAirWasteTreatment"
670
+ "@id": "nmvocToAirSilageFeeding"
671
671
  },
672
672
  {
673
673
  "@type": "Term",
674
- "@id": "co2ToAirNaturalVegetationBurning"
674
+ "@id": "tspToAirFuelCombustion"
675
675
  },
676
676
  {
677
677
  "@type": "Term",
678
- "@id": "pToSurfaceWaterInputsProduction"
678
+ "@id": "pm10ToAirAnimalHousing"
679
679
  },
680
680
  {
681
681
  "@type": "Term",
682
- "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
682
+ "@id": "noxToAirInputsProduction"
683
683
  },
684
684
  {
685
685
  "@type": "Term",
686
- "@id": "pm0225ToAirInputsProduction"
686
+ "@id": "pm0225ToAirIndustrialProcesses"
687
687
  },
688
688
  {
689
689
  "@type": "Term",
690
- "@id": "po43ToSurfaceWaterOrganicFertiliser"
690
+ "@id": "pToSurfaceWaterAquacultureSystems"
691
691
  },
692
692
  {
693
693
  "@type": "Term",
694
- "@id": "n2OToAirFuelCombustionIndirect"
694
+ "@id": "n2OToAirInorganicFertiliserDirect"
695
695
  },
696
696
  {
697
697
  "@type": "Term",
698
- "@id": "noxToAirIndustrialProcesses"
698
+ "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
699
699
  },
700
700
  {
701
701
  "@type": "Term",
702
- "@id": "tefluraneToAirIndustrialProcesses"
702
+ "@id": "nToSurfaceWaterExcreta"
703
703
  },
704
704
  {
705
705
  "@type": "Term",
706
- "@id": "n2OToAirOrganicSoilBurningDirect"
706
+ "@id": "no3ToGroundwaterOrganicFertiliser"
707
707
  },
708
708
  {
709
709
  "@type": "Term",
710
- "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
710
+ "@id": "pm10ToAirInputsProduction"
711
711
  },
712
712
  {
713
713
  "@type": "Term",
714
- "@id": "codToWaterInputsProduction"
714
+ "@id": "blackCarbonToAirFuelCombustion"
715
715
  },
716
716
  {
717
717
  "@type": "Term",
718
- "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
718
+ "@id": "nf3ToAirInputsProduction"
719
719
  },
720
720
  {
721
721
  "@type": "Term",
722
- "@id": "ch4ToAirAquacultureSystems"
722
+ "@id": "hexaneToAirInputsProduction"
723
723
  },
724
724
  {
725
725
  "@type": "Term",
726
- "@id": "ch4ToAirOrganicSoilBurning"
726
+ "@id": "co2ToAirCropResidueDecomposition"
727
727
  },
728
728
  {
729
729
  "@type": "Term",
730
- "@id": "h2SToAirIndustrialProcesses"
730
+ "@id": "po43ToGroundwaterInputsProduction"
731
731
  },
732
732
  {
733
733
  "@type": "Term",
734
- "@id": "co2ToAirLimeHydrolysis"
734
+ "@id": "noxToAirOrganicSoilBurning"
735
735
  },
736
736
  {
737
737
  "@type": "Term",
738
- "@id": "n2OToAirAquacultureSystemsIndirect"
738
+ "@id": "nmvocToAirWasteTreatment"
739
739
  },
740
740
  {
741
741
  "@type": "Term",
742
- "@id": "ionisingCompoundsToWaterInputsProduction"
742
+ "@id": "n2OToAirOrganicFertiliserDirect"
743
743
  },
744
744
  {
745
745
  "@type": "Term",
746
- "@id": "coToAirIndustrialProcesses"
746
+ "@id": "nh3ToAirOrganicFertiliser"
747
747
  },
748
748
  {
749
749
  "@type": "Term",
750
- "@id": "n2OToAirCropResidueBurningDirect"
750
+ "@id": "h2SToAirInputsProduction"
751
751
  },
752
752
  {
753
753
  "@type": "Term",
754
- "@id": "h2SToAirWasteTreatment"
754
+ "@id": "noxToAirExcreta"
755
755
  },
756
756
  {
757
757
  "@type": "Term",
758
- "@id": "ch4ToAirCropResidueBurning"
758
+ "@id": "co2ToAirWasteTreatment"
759
759
  },
760
760
  {
761
761
  "@type": "Term",
762
- "@id": "co2ToAirOrganicSoilBurning"
762
+ "@id": "n2OToAirExcretaIndirect"
763
763
  },
764
764
  {
765
765
  "@type": "Term",
766
- "@id": "ch4ToAirNaturalVegetationBurning"
766
+ "@id": "pToGroundwaterInputsProduction"
767
767
  },
768
768
  {
769
769
  "@type": "Term",
770
- "@id": "co2ToAirInputsProduction"
770
+ "@id": "nh3ToAirWasteTreatment"
771
771
  },
772
772
  {
773
773
  "@type": "Term",
774
- "@id": "bromofluoroformToAirInputsProduction"
774
+ "@id": "po43ToSurfaceWaterAquacultureSystems"
775
775
  },
776
776
  {
777
777
  "@type": "Term",
778
- "@id": "nitriteToWaterInputsProduction"
778
+ "@id": "nh4ToSurfaceWaterInputsProduction"
779
779
  },
780
780
  {
781
781
  "@type": "Term",
782
- "@id": "po43ToGroundwaterIndustrialProcesses"
782
+ "@id": "pesticideToSoilInputsProduction"
783
783
  },
784
784
  {
785
785
  "@type": "Term",
786
- "@id": "n2OToAirOrganicFertiliserIndirect"
786
+ "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
787
787
  },
788
788
  {
789
789
  "@type": "Term",
790
- "@id": "soxToAirFuelCombustion"
790
+ "@id": "po43ToSurfaceWaterIndustrialProcesses"
791
791
  },
792
792
  {
793
793
  "@type": "Term",
794
- "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
794
+ "@id": "bromodifluoromethaneToAirIndustrialProcesses"
795
795
  },
796
796
  {
797
797
  "@type": "Term",
798
- "@id": "noToAirCropResidueBurning"
798
+ "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
799
799
  },
800
800
  {
801
801
  "@type": "Term",
802
- "@id": "halothaneToAirInputsProduction"
802
+ "@id": "nh4ToGroundwaterSoilFlux"
803
803
  },
804
804
  {
805
805
  "@type": "Term",
806
- "@id": "nmvocToAirInputsProduction"
806
+ "@id": "n2OToAirNaturalVegetationBurningDirect"
807
807
  },
808
808
  {
809
809
  "@type": "Term",
810
- "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
810
+ "@id": "soxToAirInputsProduction"
811
811
  },
812
812
  {
813
813
  "@type": "Term",
814
- "@id": "bromofluoroformToAirIndustrialProcesses"
814
+ "@id": "no3ToSurfaceWaterInputsProduction"
815
815
  },
816
816
  {
817
817
  "@type": "Term",
818
- "@id": "n2OToAirWasteTreatmentDirect"
818
+ "@id": "pm25ToAirCropResidueBurning"
819
819
  },
820
820
  {
821
821
  "@type": "Term",
822
- "@id": "carbonTetrachlorideToAirIndustrialProcesses"
822
+ "@id": "ch4ToAirEntericFermentation"
823
823
  },
824
824
  {
825
825
  "@type": "Term",
826
- "@id": "pToDrainageWaterInputsProduction"
826
+ "@id": "co2ToAirFuelCombustion"
827
827
  },
828
828
  {
829
829
  "@type": "Term",
830
- "@id": "pm25ToAirIndustrialProcesses"
830
+ "@id": "ch4ToAirReservoirs"
831
831
  },
832
832
  {
833
833
  "@type": "Term",
834
- "@id": "pm25ToAirInputsProduction"
834
+ "@id": "ch4ToAirInputsProductionNonFossil"
835
835
  },
836
836
  {
837
837
  "@type": "Term",
838
- "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
838
+ "@id": "co2ToAirOrganicSoilCultivation"
839
839
  },
840
840
  {
841
841
  "@type": "Term",
842
- "@id": "bod5ToWaterIndustrialProcesses"
842
+ "@id": "ch4ToAirCropResidueDecomposition"
843
843
  },
844
844
  {
845
845
  "@type": "Term",
846
- "@id": "noToAirInputsProduction"
846
+ "@id": "ch4ToAirFloodedRice"
847
847
  },
848
848
  {
849
849
  "@type": "Term",
850
- "@id": "bromodifluoromethaneToAirInputsProduction"
850
+ "@id": "ch4ToAirInputsProductionFossil"
851
851
  },
852
852
  {
853
853
  "@type": "Term",
854
- "@id": "pm10ToAirCropResidueBurning"
854
+ "@id": "n2ToAirCropResidueDecomposition"
855
855
  },
856
856
  {
857
857
  "@type": "Term",
858
- "@id": "nErosionInputsProduction"
858
+ "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
859
859
  },
860
860
  {
861
861
  "@type": "Term",
862
- "@id": "hydroxylamineToAirIndustrialProcesses"
862
+ "@id": "n2ToAirInorganicFertiliser"
863
863
  },
864
864
  {
865
865
  "@type": "Term",
866
- "@id": "so3ToAirInputsProduction"
866
+ "@id": "pToDrainageWaterIndustrialProcesses"
867
867
  },
868
868
  {
869
869
  "@type": "Term",
870
- "@id": "so2ToAirCropResidueBurning"
870
+ "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
871
871
  },
872
872
  {
873
873
  "@type": "Term",
874
- "@id": "pErosionInputsProduction"
874
+ "@id": "nh3ToAirAquacultureSystems"
875
875
  },
876
876
  {
877
877
  "@type": "Term",
878
- "@id": "pm25ToAirFuelCombustion"
878
+ "@id": "n2OToAirInorganicFertiliserIndirect"
879
879
  },
880
880
  {
881
881
  "@type": "Term",
882
- "@id": "112TrichloroethaneToAirIndustrialProcesses"
882
+ "@id": "noToAirCropResidueDecomposition"
883
883
  },
884
884
  {
885
885
  "@type": "Term",
886
- "@id": "pm02ToAirIndustrialProcesses"
886
+ "@id": "nh4ToGroundwaterCropResidueDecomposition"
887
887
  },
888
888
  {
889
889
  "@type": "Term",
890
- "@id": "nh4ToAirIndustrialProcesses"
890
+ "@id": "nh4ToGroundwaterInputsProduction"
891
891
  },
892
892
  {
893
893
  "@type": "Term",
894
- "@id": "hexaneToAirIndustrialProcesses"
894
+ "@id": "nh3ToAirExcreta"
895
895
  },
896
896
  {
897
897
  "@type": "Term",
898
- "@id": "so2ToAirInputsProduction"
898
+ "@id": "po43ToGroundwaterOrganicFertiliser"
899
899
  },
900
900
  {
901
901
  "@type": "Term",
902
- "@id": "soxToAirCropResidueBurning"
902
+ "@id": "po43ToGroundwaterSoilFlux"
903
903
  },
904
904
  {
905
905
  "@type": "Term",
906
- "@id": "tspToAirInputsProduction"
906
+ "@id": "nh3ToAirInorganicFertiliser"
907
907
  },
908
908
  {
909
909
  "@type": "Term",
910
- "@id": "pErosionSoilFlux"
910
+ "@id": "nToSurfaceWaterIndustrialProcesses"
911
911
  },
912
912
  {
913
913
  "@type": "Term",
914
- "@id": "n2OToAirNaturalVegetationBurningIndirect"
914
+ "@id": "no3ToSurfaceWaterAquacultureSystems"
915
915
  },
916
916
  {
917
917
  "@type": "Term",
918
- "@id": "halothaneToAirIndustrialProcesses"
918
+ "@id": "noxToAirSoilFlux"
919
919
  },
920
920
  {
921
921
  "@type": "Term",
922
- "@id": "1112TetrafluoroethaneToAirIndustrialProcesses"
922
+ "@id": "nh3ToAirCropResidueBurning"
923
923
  },
924
924
  {
925
925
  "@type": "Term",
926
- "@id": "no3ToGroundwaterInputsProduction"
926
+ "@id": "dichlorodifluoromethaneToAirIndustrialProcesses"
927
927
  },
928
928
  {
929
929
  "@type": "Term",
930
- "@id": "pesticideToHarvestedCropPesticideApplication"
930
+ "@id": "noxToAirWasteTreatment"
931
931
  },
932
932
  {
933
933
  "@type": "Term",
934
- "@id": "dibromodifluoromethaneToAirIndustrialProcesses"
934
+ "@id": "co2ToAirNaturalVegetationBurning"
935
935
  },
936
936
  {
937
937
  "@type": "Term",
938
- "@id": "112TrichloroethaneToAirInputsProduction"
938
+ "@id": "pToSurfaceWaterInputsProduction"
939
939
  },
940
940
  {
941
941
  "@type": "Term",
942
- "@id": "blackCarbonToAirIndustrialProcesses"
942
+ "@id": "11Dichloro1FluoroethaneToAirInputsProduction"
943
943
  },
944
944
  {
945
945
  "@type": "Term",
946
- "@id": "tspToAirIndustrialProcesses"
946
+ "@id": "pm0225ToAirInputsProduction"
947
947
  },
948
948
  {
949
949
  "@type": "Term",
950
- "@id": "nh3ToAirSoilFlux"
950
+ "@id": "po43ToSurfaceWaterOrganicFertiliser"
951
951
  },
952
952
  {
953
953
  "@type": "Term",
954
- "@id": "chloromethaneToAirIndustrialProcesses"
954
+ "@id": "n2OToAirFuelCombustionIndirect"
955
955
  },
956
956
  {
957
957
  "@type": "Term",
958
- "@id": "11Dichloro1FluoroethaneToAirIndustrialProcesses"
958
+ "@id": "noxToAirIndustrialProcesses"
959
959
  },
960
960
  {
961
961
  "@type": "Term",
962
- "@id": "nmvocToAirSilageFeeding"
962
+ "@id": "tefluraneToAirIndustrialProcesses"
963
963
  },
964
964
  {
965
965
  "@type": "Term",
966
- "@id": "tspToAirFuelCombustion"
966
+ "@id": "n2OToAirOrganicSoilBurningDirect"
967
967
  },
968
968
  {
969
969
  "@type": "Term",
970
- "@id": "pm10ToAirAnimalHousing"
970
+ "@id": "chlorodifluoromethaneToAirIndustrialProcesses"
971
971
  },
972
972
  {
973
973
  "@type": "Term",
974
- "@id": "noxToAirInputsProduction"
974
+ "@id": "codToWaterInputsProduction"
975
975
  },
976
976
  {
977
977
  "@type": "Term",
978
- "@id": "pm0225ToAirIndustrialProcesses"
978
+ "@id": "co2ToAirDeadOrganicMatterStockChangeManagementChange"
979
979
  },
980
980
  {
981
981
  "@type": "Term",
982
- "@id": "pToSurfaceWaterAquacultureSystems"
982
+ "@id": "ch4ToAirAquacultureSystems"
983
983
  },
984
984
  {
985
985
  "@type": "Term",
986
- "@id": "n2OToAirInorganicFertiliserDirect"
986
+ "@id": "ch4ToAirOrganicSoilBurning"
987
987
  },
988
988
  {
989
989
  "@type": "Term",
990
- "@id": "12DibromotetrafluoroethaneToAirInputsProduction"
990
+ "@id": "h2SToAirIndustrialProcesses"
991
991
  },
992
992
  {
993
993
  "@type": "Term",
994
- "@id": "nToSurfaceWaterExcreta"
994
+ "@id": "co2ToAirLimeHydrolysis"
995
995
  },
996
996
  {
997
997
  "@type": "Term",
998
- "@id": "no3ToGroundwaterOrganicFertiliser"
998
+ "@id": "n2OToAirAquacultureSystemsIndirect"
999
999
  },
1000
1000
  {
1001
1001
  "@type": "Term",
1002
- "@id": "pm10ToAirInputsProduction"
1002
+ "@id": "ionisingCompoundsToWaterInputsProduction"
1003
1003
  },
1004
1004
  {
1005
1005
  "@type": "Term",
1006
- "@id": "blackCarbonToAirFuelCombustion"
1006
+ "@id": "coToAirIndustrialProcesses"
1007
1007
  },
1008
1008
  {
1009
1009
  "@type": "Term",
1010
- "@id": "nf3ToAirInputsProduction"
1010
+ "@id": "n2OToAirCropResidueBurningDirect"
1011
1011
  },
1012
1012
  {
1013
1013
  "@type": "Term",
1014
- "@id": "hexaneToAirInputsProduction"
1014
+ "@id": "h2SToAirWasteTreatment"
1015
1015
  },
1016
1016
  {
1017
1017
  "@type": "Term",
1018
- "@id": "co2ToAirCropResidueDecomposition"
1018
+ "@id": "ch4ToAirCropResidueBurning"
1019
1019
  },
1020
1020
  {
1021
1021
  "@type": "Term",
1022
- "@id": "po43ToGroundwaterInputsProduction"
1022
+ "@id": "co2ToAirOrganicSoilBurning"
1023
1023
  },
1024
1024
  {
1025
1025
  "@type": "Term",
1026
- "@id": "noxToAirOrganicSoilBurning"
1026
+ "@id": "ch4ToAirNaturalVegetationBurning"
1027
1027
  },
1028
1028
  {
1029
1029
  "@type": "Term",
1030
- "@id": "nmvocToAirWasteTreatment"
1030
+ "@id": "co2ToAirInputsProduction"
1031
1031
  },
1032
1032
  {
1033
1033
  "@type": "Term",
1034
- "@id": "n2OToAirOrganicFertiliserDirect"
1034
+ "@id": "bromofluoroformToAirInputsProduction"
1035
1035
  },
1036
1036
  {
1037
1037
  "@type": "Term",
1038
- "@id": "nh3ToAirOrganicFertiliser"
1038
+ "@id": "nitriteToWaterInputsProduction"
1039
1039
  },
1040
1040
  {
1041
1041
  "@type": "Term",
1042
- "@id": "h2SToAirInputsProduction"
1042
+ "@id": "po43ToGroundwaterIndustrialProcesses"
1043
1043
  },
1044
1044
  {
1045
1045
  "@type": "Term",
1046
- "@id": "noxToAirExcreta"
1046
+ "@id": "n2OToAirOrganicFertiliserIndirect"
1047
1047
  },
1048
1048
  {
1049
1049
  "@type": "Term",
1050
- "@id": "co2ToAirWasteTreatment"
1050
+ "@id": "soxToAirFuelCombustion"
1051
1051
  },
1052
1052
  {
1053
1053
  "@type": "Term",
1054
- "@id": "n2OToAirExcretaIndirect"
1054
+ "@id": "11DichlorotetrafluoroethaneToAirInputsProduction"
1055
1055
  },
1056
1056
  {
1057
1057
  "@type": "Term",
1058
- "@id": "pToGroundwaterInputsProduction"
1058
+ "@id": "noToAirCropResidueBurning"
1059
1059
  },
1060
1060
  {
1061
1061
  "@type": "Term",
1062
- "@id": "nh3ToAirWasteTreatment"
1062
+ "@id": "halothaneToAirInputsProduction"
1063
1063
  },
1064
1064
  {
1065
1065
  "@type": "Term",
1066
- "@id": "po43ToSurfaceWaterAquacultureSystems"
1066
+ "@id": "nmvocToAirInputsProduction"
1067
1067
  },
1068
1068
  {
1069
1069
  "@type": "Term",
1070
- "@id": "nh4ToSurfaceWaterInputsProduction"
1070
+ "@id": "bromochlorodifluoromethaneToAirIndustrialProcesses"
1071
1071
  },
1072
1072
  {
1073
1073
  "@type": "Term",
1074
- "@id": "pesticideToSoilInputsProduction"
1074
+ "@id": "bromofluoroformToAirIndustrialProcesses"
1075
1075
  },
1076
1076
  {
1077
1077
  "@type": "Term",
1078
- "@id": "112TrichlorotrifluoroethaneToAirInputsProduction"
1078
+ "@id": "n2OToAirWasteTreatmentDirect"
1079
1079
  },
1080
1080
  {
1081
1081
  "@type": "Term",
1082
- "@id": "po43ToSurfaceWaterIndustrialProcesses"
1082
+ "@id": "carbonTetrachlorideToAirIndustrialProcesses"
1083
1083
  },
1084
1084
  {
1085
1085
  "@type": "Term",
1086
- "@id": "bromodifluoromethaneToAirIndustrialProcesses"
1086
+ "@id": "pToDrainageWaterInputsProduction"
1087
1087
  },
1088
1088
  {
1089
1089
  "@type": "Term",
1090
- "@id": "dichlorotetrafluoroethaneToAirInputsProduction"
1090
+ "@id": "pm25ToAirIndustrialProcesses"
1091
1091
  },
1092
1092
  {
1093
1093
  "@type": "Term",
1094
- "@id": "nh4ToGroundwaterSoilFlux"
1094
+ "@id": "pm25ToAirInputsProduction"
1095
1095
  },
1096
1096
  {
1097
1097
  "@type": "Term",
1098
- "@id": "n2OToAirNaturalVegetationBurningDirect"
1098
+ "@id": "13Dichloro11223PentafluoropropaneToAirInputsProduction"
1099
1099
  },
1100
1100
  {
1101
1101
  "@type": "Term",
1102
- "@id": "soxToAirInputsProduction"
1102
+ "@id": "bod5ToWaterIndustrialProcesses"
1103
1103
  },
1104
1104
  {
1105
1105
  "@type": "Term",
1106
- "@id": "no3ToSurfaceWaterInputsProduction"
1106
+ "@id": "noToAirInputsProduction"
1107
1107
  },
1108
1108
  {
1109
1109
  "@type": "Term",
1110
- "@id": "pm25ToAirCropResidueBurning"
1110
+ "@id": "bromodifluoromethaneToAirInputsProduction"
1111
1111
  },
1112
1112
  {
1113
1113
  "@type": "Term",
1114
- "@id": "ch4ToAirEntericFermentation"
1114
+ "@id": "pm10ToAirCropResidueBurning"
1115
1115
  },
1116
1116
  {
1117
1117
  "@type": "Term",
1118
- "@id": "co2ToAirFuelCombustion"
1118
+ "@id": "nErosionInputsProduction"
1119
1119
  },
1120
1120
  {
1121
1121
  "@type": "Term",
1122
- "@id": "ch4ToAirReservoirs"
1122
+ "@id": "hydroxylamineToAirIndustrialProcesses"
1123
1123
  },
1124
1124
  {
1125
1125
  "@type": "Term",
1126
- "@id": "ch4ToAirInputsProductionNonFossil"
1126
+ "@id": "so3ToAirInputsProduction"
1127
1127
  },
1128
1128
  {
1129
1129
  "@type": "Term",
1130
- "@id": "co2ToAirOrganicSoilCultivation"
1130
+ "@id": "so2ToAirCropResidueBurning"
1131
1131
  },
1132
1132
  {
1133
1133
  "@type": "Term",
1134
- "@id": "ch4ToAirCropResidueDecomposition"
1134
+ "@id": "pErosionInputsProduction"
1135
1135
  },
1136
1136
  {
1137
1137
  "@type": "Term",
1138
- "@id": "ch4ToAirFloodedRice"
1138
+ "@id": "pm25ToAirFuelCombustion"
1139
1139
  },
1140
1140
  {
1141
1141
  "@type": "Term",
1142
- "@id": "ch4ToAirInputsProductionFossil"
1142
+ "@id": "112TrichloroethaneToAirIndustrialProcesses"
1143
1143
  },
1144
1144
  {
1145
1145
  "@type": "Term",
1146
- "@id": "n2ToAirCropResidueDecomposition"
1146
+ "@id": "pm02ToAirIndustrialProcesses"
1147
1147
  },
1148
1148
  {
1149
1149
  "@type": "Term",
1150
- "@id": "co2ToAirAboveGroundBiomassStockChangeManagementChange"
1150
+ "@id": "nh4ToAirIndustrialProcesses"
1151
1151
  },
1152
1152
  {
1153
1153
  "@type": "Term",
1154
- "@id": "n2ToAirInorganicFertiliser"
1154
+ "@id": "hexaneToAirIndustrialProcesses"
1155
1155
  },
1156
1156
  {
1157
1157
  "@type": "Term",
1158
- "@id": "pToDrainageWaterIndustrialProcesses"
1158
+ "@id": "so2ToAirInputsProduction"
1159
1159
  },
1160
1160
  {
1161
1161
  "@type": "Term",
1162
- "@id": "co2ToAirBelowGroundBiomassStockChangeLandUseChange"
1162
+ "@id": "soxToAirCropResidueBurning"
1163
1163
  }
1164
1164
  ]
1165
1165
  },
@@ -1294,7 +1294,7 @@
1294
1294
  "results": [
1295
1295
  {
1296
1296
  "@type": "Term",
1297
- "@id": "residueRemoved"
1297
+ "@id": "residueIncorporated"
1298
1298
  },
1299
1299
  {
1300
1300
  "@type": "Term",
@@ -1302,7 +1302,7 @@
1302
1302
  },
1303
1303
  {
1304
1304
  "@type": "Term",
1305
- "@id": "residueIncorporated"
1305
+ "@id": "residueRemoved"
1306
1306
  },
1307
1307
  {
1308
1308
  "@type": "Term",
@@ -1310,11 +1310,11 @@
1310
1310
  },
1311
1311
  {
1312
1312
  "@type": "Term",
1313
- "@id": "pastureRenewed"
1313
+ "@id": "residueLeftOnField"
1314
1314
  },
1315
1315
  {
1316
1316
  "@type": "Term",
1317
- "@id": "residueLeftOnField"
1317
+ "@id": "pastureRenewed"
1318
1318
  },
1319
1319
  {
1320
1320
  "@type": "Term",
@@ -1350,27 +1350,27 @@
1350
1350
  },
1351
1351
  {
1352
1352
  "@type": "Term",
1353
- "@id": "aboveGroundCropResidueBurnt"
1353
+ "@id": "discardedCropRemoved"
1354
1354
  },
1355
1355
  {
1356
1356
  "@type": "Term",
1357
- "@id": "belowGroundCropResidue"
1357
+ "@id": "aboveGroundCropResidueTotal"
1358
1358
  },
1359
1359
  {
1360
1360
  "@type": "Term",
1361
- "@id": "aboveGroundCropResidueLeftOnField"
1361
+ "@id": "aboveGroundCropResidueIncorporated"
1362
1362
  },
1363
1363
  {
1364
1364
  "@type": "Term",
1365
- "@id": "discardedCropRemoved"
1365
+ "@id": "aboveGroundCropResidueBurnt"
1366
1366
  },
1367
1367
  {
1368
1368
  "@type": "Term",
1369
- "@id": "aboveGroundCropResidueTotal"
1369
+ "@id": "belowGroundCropResidue"
1370
1370
  },
1371
1371
  {
1372
1372
  "@type": "Term",
1373
- "@id": "aboveGroundCropResidueIncorporated"
1373
+ "@id": "aboveGroundCropResidueLeftOnField"
1374
1374
  }
1375
1375
  ]
1376
1376
  },
@@ -1501,19 +1501,19 @@
1501
1501
  },
1502
1502
  {
1503
1503
  "@type": "Term",
1504
- "@id": "energyDigestibilityRuminants"
1504
+ "@id": "energyDigestibilityPigs"
1505
1505
  },
1506
1506
  {
1507
1507
  "@type": "Term",
1508
- "@id": "energyDigestibilitySalmonids"
1508
+ "@id": "energyDigestibilityRuminants"
1509
1509
  },
1510
1510
  {
1511
1511
  "@type": "Term",
1512
- "@id": "energyDigestibilityOtherAnimals"
1512
+ "@id": "energyDigestibilitySalmonids"
1513
1513
  },
1514
1514
  {
1515
1515
  "@type": "Term",
1516
- "@id": "energyDigestibilityPigs"
1516
+ "@id": "energyDigestibilityOtherAnimals"
1517
1517
  },
1518
1518
  {
1519
1519
  "@type": "Term",
@@ -1627,59 +1627,59 @@
1627
1627
  "results": [
1628
1628
  {
1629
1629
  "@type": "Term",
1630
- "@id": "excretaGeeseKgVs"
1630
+ "@id": "excretaRabbitsKgVs"
1631
1631
  },
1632
1632
  {
1633
1633
  "@type": "Term",
1634
- "@id": "excretaDairyCattleKgVs"
1634
+ "@id": "excretaInsectsKgVs"
1635
1635
  },
1636
1636
  {
1637
1637
  "@type": "Term",
1638
- "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1638
+ "@id": "excretaSolidFishCrustaceansKgVs"
1639
1639
  },
1640
1640
  {
1641
1641
  "@type": "Term",
1642
- "@id": "excretaLiquidFishCrustaceansKgVs"
1642
+ "@id": "excretaGeeseKgVs"
1643
1643
  },
1644
1644
  {
1645
1645
  "@type": "Term",
1646
- "@id": "excretaBuffaloKgVs"
1646
+ "@id": "excretaDairyCattleKgVs"
1647
1647
  },
1648
1648
  {
1649
1649
  "@type": "Term",
1650
- "@id": "processedExcretaKgVs"
1650
+ "@id": "excretaSolidAndLiquidFishCrustaceansKgVs"
1651
1651
  },
1652
1652
  {
1653
1653
  "@type": "Term",
1654
- "@id": "excretaHorsesMulesAndAssesKgVs"
1654
+ "@id": "excretaLiquidFishCrustaceansKgVs"
1655
1655
  },
1656
1656
  {
1657
1657
  "@type": "Term",
1658
- "@id": "excretaTurkeysKgVs"
1658
+ "@id": "excretaDucksKgVs"
1659
1659
  },
1660
1660
  {
1661
1661
  "@type": "Term",
1662
- "@id": "excretaRabbitsKgVs"
1662
+ "@id": "excretaCamelsKgVs"
1663
1663
  },
1664
1664
  {
1665
1665
  "@type": "Term",
1666
- "@id": "excretaInsectsKgVs"
1666
+ "@id": "excretaPigsKgVs"
1667
1667
  },
1668
1668
  {
1669
1669
  "@type": "Term",
1670
- "@id": "excretaSolidFishCrustaceansKgVs"
1670
+ "@id": "excretaBuffaloKgVs"
1671
1671
  },
1672
1672
  {
1673
1673
  "@type": "Term",
1674
- "@id": "excretaDucksKgVs"
1674
+ "@id": "processedExcretaKgVs"
1675
1675
  },
1676
1676
  {
1677
1677
  "@type": "Term",
1678
- "@id": "excretaCamelsKgVs"
1678
+ "@id": "excretaHorsesMulesAndAssesKgVs"
1679
1679
  },
1680
1680
  {
1681
1681
  "@type": "Term",
1682
- "@id": "excretaPigsKgVs"
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.417622
1771
+ "_score": 27.51143
1772
1772
  }
1773
1773
  ]
1774
1774
  },
@@ -1816,10 +1816,6 @@
1816
1816
  "@type": "Term",
1817
1817
  "@id": "rainfedDeepWaterWaterDepth100Cm"
1818
1818
  },
1819
- {
1820
- "@type": "Term",
1821
- "@id": "irrigatedTypeUnspecified"
1822
- },
1823
1819
  {
1824
1820
  "@type": "Term",
1825
1821
  "@id": "irrigatedLocalizedIrrigation"
@@ -1832,6 +1828,10 @@
1832
1828
  "@type": "Term",
1833
1829
  "@id": "irrigatedSubIrrigation"
1834
1830
  },
1831
+ {
1832
+ "@type": "Term",
1833
+ "@id": "irrigatedTypeUnspecified"
1834
+ },
1835
1835
  {
1836
1836
  "@type": "Term",
1837
1837
  "@id": "irrigatedDripIrrigation"
@@ -1842,11 +1842,11 @@
1842
1842
  },
1843
1843
  {
1844
1844
  "@type": "Term",
1845
- "@id": "irrigatedCenterPivotIrrigation"
1845
+ "@id": "irrigatedLateralMoveIrrigation"
1846
1846
  },
1847
1847
  {
1848
1848
  "@type": "Term",
1849
- "@id": "irrigatedLateralMoveIrrigation"
1849
+ "@id": "irrigatedCenterPivotIrrigation"
1850
1850
  },
1851
1851
  {
1852
1852
  "@type": "Term",
@@ -1854,15 +1854,15 @@
1854
1854
  },
1855
1855
  {
1856
1856
  "@type": "Term",
1857
- "@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
1857
+ "@id": "irrigatedSurfaceIrrigationMultipleDrainagePeriods"
1858
1858
  },
1859
1859
  {
1860
1860
  "@type": "Term",
1861
- "@id": "irrigatedSurfaceIrrigationSingleDrainagePeriod"
1861
+ "@id": "irrigatedSurfaceIrrigationDrainageRegimeUnspecified"
1862
1862
  },
1863
1863
  {
1864
1864
  "@type": "Term",
1865
- "@id": "irrigatedSurfaceIrrigationMultipleDrainagePeriods"
1865
+ "@id": "irrigatedSurfaceIrrigationSingleDrainagePeriod"
1866
1866
  }
1867
1867
  ]
1868
1868
  },
@@ -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": 64.78735
2007
+ "_score": 68.130356
2008
2008
  },
2009
2009
  {
2010
2010
  "@type": "Term",
2011
2011
  "name": "Sea or ocean",
2012
2012
  "@id": "seaOrOcean",
2013
- "_score": 54.49869
2013
+ "_score": 56.55463
2014
2014
  },
2015
2015
  {
2016
2016
  "@type": "Term",
2017
2017
  "name": "River or stream",
2018
2018
  "@id": "riverOrStream",
2019
- "_score": 52.33286
2019
+ "_score": 56.24787
2020
2020
  },
2021
2021
  {
2022
2022
  "@type": "Term",
2023
2023
  "name": "Other natural vegetation",
2024
2024
  "@id": "otherNaturalVegetation",
2025
- "_score": 43.071865
2025
+ "_score": 44.634037
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
- "name": "Agri-food processor",
2030
- "@id": "agriFoodProcessor",
2031
- "_score": 41.75925
2029
+ "name": "Food retailer",
2030
+ "@id": "foodRetailer",
2031
+ "_score": 44.281204
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
2035
- "name": "Food retailer",
2036
- "@id": "foodRetailer",
2037
- "_score": 41.196114
2035
+ "name": "Agri-food processor",
2036
+ "@id": "agriFoodProcessor",
2037
+ "_score": 43.992813
2038
2038
  },
2039
2039
  {
2040
2040
  "@type": "Term",
2041
2041
  "name": "Natural forest",
2042
2042
  "@id": "naturalForest",
2043
- "_score": 32.262592
2043
+ "_score": 34.026672
2044
2044
  },
2045
2045
  {
2046
2046
  "@type": "Term",
2047
2047
  "name": "Permanent pasture",
2048
2048
  "@id": "permanentPasture",
2049
- "_score": 28.761673
2049
+ "_score": 30.456886
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
2053
2053
  "name": "Animal housing",
2054
2054
  "@id": "animalHousing",
2055
- "_score": 27.809086
2055
+ "_score": 29.654625
2056
2056
  },
2057
2057
  {
2058
2058
  "@type": "Term",
2059
2059
  "name": "Root or tuber crop plant",
2060
2060
  "@id": "rootOrTuberCropPlant",
2061
- "_score": 27.444334
2061
+ "_score": 28.625229
2062
2062
  },
2063
2063
  {
2064
2064
  "@type": "Term",
2065
2065
  "name": "High intensity grazing pasture",
2066
2066
  "@id": "highIntensityGrazingPasture",
2067
- "_score": 24.399143
2067
+ "_score": 26.916496
2068
2068
  },
2069
2069
  {
2070
2070
  "@type": "Term",
2071
2071
  "name": "Forest",
2072
2072
  "@id": "forest",
2073
- "_score": 20.347794
2073
+ "_score": 20.943535
2074
2074
  },
2075
2075
  {
2076
2076
  "@type": "Term",
2077
2077
  "name": "Permanent cropland",
2078
2078
  "@id": "permanentCropland",
2079
- "_score": 20.196049
2079
+ "_score": 20.903616
2080
2080
  },
2081
2081
  {
2082
2082
  "@type": "Term",
2083
2083
  "name": "Other land",
2084
2084
  "@id": "otherLand",
2085
- "_score": 19.765242
2085
+ "_score": 20.31255
2086
2086
  },
2087
2087
  {
2088
2088
  "@type": "Term",
2089
2089
  "name": "Plantation forest",
2090
2090
  "@id": "plantationForest",
2091
- "_score": 19.03003
2091
+ "_score": 20.301363
2092
2092
  },
2093
2093
  {
2094
2094
  "@type": "Term",
2095
2095
  "name": "Lake",
2096
2096
  "@id": "lake",
2097
- "_score": 18.264688
2097
+ "_score": 19.108036
2098
2098
  },
2099
2099
  {
2100
2100
  "@type": "Term",
2101
- "name": "Sea kale plant",
2102
- "@id": "seaKalePlant",
2103
- "_score": 18.135399
2101
+ "name": "Native pasture",
2102
+ "@id": "nativePasture",
2103
+ "_score": 19.013199
2104
2104
  },
2105
2105
  {
2106
2106
  "@type": "Term",
2107
- "name": "Native pasture",
2108
- "@id": "nativePasture",
2109
- "_score": 17.863037
2107
+ "name": "Red sea plume alga",
2108
+ "@id": "redSeaPlumeAlga",
2109
+ "_score": 18.93337
2110
2110
  },
2111
2111
  {
2112
2112
  "@type": "Term",
2113
- "name": "Improved pasture",
2114
- "@id": "improvedPasture",
2115
- "_score": 17.444498
2113
+ "name": "Sea kale plant",
2114
+ "@id": "seaKalePlant",
2115
+ "_score": 18.86338
2116
2116
  },
2117
2117
  {
2118
2118
  "@type": "Term",
2119
- "name": "Red sea plume alga",
2120
- "@id": "redSeaPlumeAlga",
2121
- "_score": 17.235117
2119
+ "name": "Improved pasture",
2120
+ "@id": "improvedPasture",
2121
+ "_score": 18.650623
2122
2122
  },
2123
2123
  {
2124
2124
  "@type": "Term",
2125
2125
  "name": "Nominally managed pasture",
2126
2126
  "@id": "nominallyManagedPasture",
2127
- "_score": 16.79026
2127
+ "_score": 17.956184
2128
2128
  },
2129
2129
  {
2130
2130
  "@type": "Term",
2131
2131
  "name": "Severely degraded pasture",
2132
2132
  "@id": "severelyDegradedPasture",
2133
- "_score": 16.32682
2134
- },
2135
- {
2136
- "@type": "Term",
2137
- "name": "Pond",
2138
- "@id": "pond",
2139
- "_score": 15.64036
2133
+ "_score": 17.37553
2140
2134
  },
2141
2135
  {
2142
2136
  "@type": "Term",
2143
2137
  "name": "River tamarind tree",
2144
2138
  "@id": "riverTamarindTree",
2145
- "_score": 15.445333
2139
+ "_score": 16.33913
2146
2140
  },
2147
2141
  {
2148
2142
  "@type": "Term",
2149
- "name": "Annual cropland",
2150
- "@id": "annualCropland",
2151
- "_score": 9.808704
2143
+ "name": "Pond",
2144
+ "@id": "pond",
2145
+ "_score": 16.262077
2152
2146
  },
2153
2147
  {
2154
2148
  "@type": "Term",
2155
2149
  "name": "Cropland",
2156
2150
  "@id": "cropland",
2157
- "_score": 9.772207
2151
+ "_score": 10.196289
2152
+ },
2153
+ {
2154
+ "@type": "Term",
2155
+ "name": "Annual cropland",
2156
+ "@id": "annualCropland",
2157
+ "_score": 9.697007
2158
2158
  }
2159
2159
  ]
2160
2160
  },
@@ -2179,2499 +2179,2499 @@
2179
2179
  "results": [
2180
2180
  {
2181
2181
  "@type": "Term",
2182
- "@id": "citronellaPlant"
2182
+ "@id": "mustardPlant"
2183
2183
  },
2184
2184
  {
2185
2185
  "@type": "Term",
2186
- "@id": "hedgeLucernePlant"
2186
+ "@id": "kenafPlant"
2187
2187
  },
2188
2188
  {
2189
2189
  "@type": "Term",
2190
- "@id": "liquoricePlant"
2190
+ "@id": "arazaTree"
2191
2191
  },
2192
2192
  {
2193
2193
  "@type": "Term",
2194
- "@id": "auberginePlant"
2194
+ "@id": "oilCropPlant"
2195
2195
  },
2196
2196
  {
2197
2197
  "@type": "Term",
2198
- "@id": "sisalPlant"
2198
+ "@id": "marjoramPlant"
2199
2199
  },
2200
2200
  {
2201
2201
  "@type": "Term",
2202
- "@id": "yamVine"
2202
+ "@id": "collardPlant"
2203
2203
  },
2204
2204
  {
2205
2205
  "@type": "Term",
2206
- "@id": "arrowrootPlant"
2206
+ "@id": "sweetGranadillaVine"
2207
2207
  },
2208
2208
  {
2209
2209
  "@type": "Term",
2210
- "@id": "otherNaturalVegetation"
2210
+ "@id": "ervilPlant"
2211
2211
  },
2212
2212
  {
2213
2213
  "@type": "Term",
2214
- "@id": "itchgrassPlant"
2214
+ "@id": "sweetCornPlant"
2215
2215
  },
2216
2216
  {
2217
2217
  "@type": "Term",
2218
- "@id": "hookGrassPlant"
2218
+ "@id": "dallisGrassPlant"
2219
2219
  },
2220
2220
  {
2221
2221
  "@type": "Term",
2222
- "@id": "indianSanburPlant"
2222
+ "@id": "cabbagePlant"
2223
2223
  },
2224
2224
  {
2225
2225
  "@type": "Term",
2226
- "@id": "genericGrassPlant"
2226
+ "@id": "asafoetidaPlant"
2227
2227
  },
2228
2228
  {
2229
2229
  "@type": "Term",
2230
- "@id": "marvelGrassPlant"
2230
+ "@id": "basilPlant"
2231
2231
  },
2232
2232
  {
2233
2233
  "@type": "Term",
2234
- "@id": "poroTree"
2234
+ "@id": "fruitCropPlant"
2235
2235
  },
2236
2236
  {
2237
2237
  "@type": "Term",
2238
- "@id": "stylosanthesCampoGrandePlant"
2238
+ "@id": "burnetPlant"
2239
2239
  },
2240
2240
  {
2241
2241
  "@type": "Term",
2242
- "@id": "slenderBluestemPlant"
2242
+ "@id": "breadGrassPlant"
2243
2243
  },
2244
2244
  {
2245
2245
  "@type": "Term",
2246
- "@id": "kachiGrassPlant"
2246
+ "@id": "fibreCropPlant"
2247
2247
  },
2248
2248
  {
2249
2249
  "@type": "Term",
2250
- "@id": "sesbanTree"
2250
+ "@id": "armgrassMilletPlant"
2251
2251
  },
2252
2252
  {
2253
2253
  "@type": "Term",
2254
- "@id": "blueberryPlant"
2254
+ "@id": "currantPlant"
2255
2255
  },
2256
2256
  {
2257
2257
  "@type": "Term",
2258
- "@id": "okraPlant"
2258
+ "@id": "khatTree"
2259
2259
  },
2260
2260
  {
2261
2261
  "@type": "Term",
2262
- "@id": "chrysopogonFallaxPlant"
2262
+ "@id": "whiteLupinPlant"
2263
2263
  },
2264
2264
  {
2265
2265
  "@type": "Term",
2266
- "@id": "setariaLachneaPlant"
2266
+ "@id": "pineTree"
2267
2267
  },
2268
2268
  {
2269
2269
  "@type": "Term",
2270
- "@id": "sourCherryTree"
2270
+ "@id": "fiquePlant"
2271
2271
  },
2272
2272
  {
2273
2273
  "@type": "Term",
2274
- "@id": "abyssinianKalePlant"
2274
+ "@id": "colaTree"
2275
2275
  },
2276
2276
  {
2277
2277
  "@type": "Term",
2278
- "@id": "cranberryPlant"
2278
+ "@id": "cratyliaArgenteaPlant"
2279
2279
  },
2280
2280
  {
2281
2281
  "@type": "Term",
2282
- "@id": "pomegranateTree"
2282
+ "@id": "shortFallow"
2283
2283
  },
2284
2284
  {
2285
2285
  "@type": "Term",
2286
- "@id": "blanketGrassPlant"
2286
+ "@id": "nominallyManagedPasture"
2287
2287
  },
2288
2288
  {
2289
2289
  "@type": "Term",
2290
- "@id": "guineaGrassPlant"
2290
+ "@id": "gooseberryPlant"
2291
2291
  },
2292
2292
  {
2293
2293
  "@type": "Term",
2294
- "@id": "phyretrumPlant"
2294
+ "@id": "rhubarbPlant"
2295
2295
  },
2296
2296
  {
2297
2297
  "@type": "Term",
2298
- "@id": "springOnionPlant"
2298
+ "@id": "guavaTree"
2299
2299
  },
2300
2300
  {
2301
2301
  "@type": "Term",
2302
- "@id": "turmericPlant"
2302
+ "@id": "bitterOrangeTree"
2303
2303
  },
2304
2304
  {
2305
2305
  "@type": "Term",
2306
- "@id": "canihuaPlant"
2306
+ "@id": "yerbaMateTree"
2307
2307
  },
2308
2308
  {
2309
2309
  "@type": "Term",
2310
- "@id": "winterSquashVine"
2310
+ "@id": "arrachaPlant"
2311
2311
  },
2312
2312
  {
2313
2313
  "@type": "Term",
2314
- "@id": "chineseWaterChestnutPlant"
2314
+ "@id": "limeTree"
2315
2315
  },
2316
2316
  {
2317
2317
  "@type": "Term",
2318
- "@id": "lovagePlant"
2318
+ "@id": "parsnipPlant"
2319
2319
  },
2320
2320
  {
2321
2321
  "@type": "Term",
2322
- "@id": "tangeloTree"
2322
+ "@id": "bungomaGrassPlant"
2323
2323
  },
2324
2324
  {
2325
2325
  "@type": "Term",
2326
- "@id": "plumTree"
2326
+ "@id": "quinoaPlant"
2327
2327
  },
2328
2328
  {
2329
2329
  "@type": "Term",
2330
- "@id": "blueLupinPlant"
2330
+ "@id": "strawberrySpinachPlant"
2331
2331
  },
2332
2332
  {
2333
2333
  "@type": "Term",
2334
- "@id": "medlarTree"
2334
+ "@id": "lebbekTree"
2335
2335
  },
2336
2336
  {
2337
2337
  "@type": "Term",
2338
- "@id": "pepinoDulcePlant"
2338
+ "@id": "commonBeanPlant"
2339
2339
  },
2340
2340
  {
2341
2341
  "@type": "Term",
2342
- "@id": "purpleYamVine"
2342
+ "@id": "garlicPlant"
2343
2343
  },
2344
2344
  {
2345
2345
  "@type": "Term",
2346
- "@id": "foxtailMilletPlant"
2346
+ "@id": "waterBody"
2347
2347
  },
2348
2348
  {
2349
2349
  "@type": "Term",
2350
- "@id": "desertGrassPlant"
2350
+ "@id": "surinameGrassPlant"
2351
2351
  },
2352
2352
  {
2353
2353
  "@type": "Term",
2354
- "@id": "hornedMelonVine"
2354
+ "@id": "leptochloaOptusifloraPlant"
2355
2355
  },
2356
2356
  {
2357
2357
  "@type": "Term",
2358
- "@id": "longanTree"
2358
+ "@id": "limpoGrassPlant"
2359
2359
  },
2360
2360
  {
2361
2361
  "@type": "Term",
2362
- "@id": "quinceTree"
2362
+ "@id": "hyparrheniaPlant"
2363
2363
  },
2364
2364
  {
2365
2365
  "@type": "Term",
2366
- "@id": "sweetSorghumPlant"
2366
+ "@id": "ischaemumMuticumPlant"
2367
2367
  },
2368
2368
  {
2369
2369
  "@type": "Term",
2370
- "@id": "silkOakTree"
2370
+ "@id": "wireLemonGrassPlant"
2371
2371
  },
2372
2372
  {
2373
2373
  "@type": "Term",
2374
- "@id": "permanentPasture"
2374
+ "@id": "landGrassPlant"
2375
2375
  },
2376
2376
  {
2377
2377
  "@type": "Term",
2378
- "@id": "ravennaGrassPlant"
2378
+ "@id": "whiteMulberryTree"
2379
2379
  },
2380
2380
  {
2381
2381
  "@type": "Term",
2382
- "@id": "missionGrassPlant"
2382
+ "@id": "fingerMilletPlant"
2383
2383
  },
2384
2384
  {
2385
2385
  "@type": "Term",
2386
- "@id": "slenderGramaPlant"
2386
+ "@id": "sainfoinPlant"
2387
2387
  },
2388
2388
  {
2389
2389
  "@type": "Term",
2390
- "@id": "queenslandBlueGrassPlant"
2390
+ "@id": "polypogonSchimperianusPlant"
2391
2391
  },
2392
2392
  {
2393
2393
  "@type": "Term",
2394
- "@id": "milanjeFingerGrassPlant"
2394
+ "@id": "wildScrobicPlant"
2395
2395
  },
2396
2396
  {
2397
2397
  "@type": "Term",
2398
- "@id": "mountainRedtopPlant"
2398
+ "@id": "sporobolusMarginatusPlant"
2399
2399
  },
2400
2400
  {
2401
2401
  "@type": "Term",
2402
- "@id": "sewanGrassPlant"
2402
+ "@id": "ubaCanePlant"
2403
2403
  },
2404
2404
  {
2405
2405
  "@type": "Term",
2406
- "@id": "chlorisPrieuriiPlant"
2406
+ "@id": "ryegrassPlant"
2407
2407
  },
2408
2408
  {
2409
2409
  "@type": "Term",
2410
- "@id": "agriFoodProcessor"
2410
+ "@id": "yellowThatchingGrassPlant"
2411
2411
  },
2412
2412
  {
2413
2413
  "@type": "Term",
2414
- "@id": "pennisetumOrientalePlant"
2414
+ "@id": "sudanGrassPlant"
2415
2415
  },
2416
2416
  {
2417
2417
  "@type": "Term",
2418
- "@id": "passionfruitVine"
2418
+ "@id": "winterThornTree"
2419
2419
  },
2420
2420
  {
2421
2421
  "@type": "Term",
2422
- "@id": "cloveTree"
2422
+ "@id": "cucumberVine"
2423
2423
  },
2424
2424
  {
2425
2425
  "@type": "Term",
2426
- "@id": "pitseedGoosefootPlant"
2426
+ "@id": "sweetPotatoVine"
2427
2427
  },
2428
2428
  {
2429
2429
  "@type": "Term",
2430
- "@id": "spearGrassPlant"
2430
+ "@id": "grapefruitTree"
2431
2431
  },
2432
2432
  {
2433
2433
  "@type": "Term",
2434
- "@id": "ricePlantFlooded"
2434
+ "@id": "africanNightshadePlant"
2435
2435
  },
2436
2436
  {
2437
2437
  "@type": "Term",
2438
- "@id": "satsumaTree"
2438
+ "@id": "aleppoGrassPlant"
2439
2439
  },
2440
2440
  {
2441
2441
  "@type": "Term",
2442
- "@id": "seaKalePlant"
2442
+ "@id": "giantStarGrassPlant"
2443
2443
  },
2444
2444
  {
2445
2445
  "@type": "Term",
2446
- "@id": "egyptianCrowfootGrassPlant"
2446
+ "@id": "coconutTree"
2447
2447
  },
2448
2448
  {
2449
2449
  "@type": "Term",
2450
- "@id": "landCressPlant"
2450
+ "@id": "birdwoodGrassPlant"
2451
2451
  },
2452
2452
  {
2453
2453
  "@type": "Term",
2454
- "@id": "aquaticCropPlant"
2454
+ "@id": "hennaTree"
2455
2455
  },
2456
2456
  {
2457
2457
  "@type": "Term",
2458
- "@id": "celeriacPlant"
2458
+ "@id": "prosoMilletPlant"
2459
2459
  },
2460
2460
  {
2461
2461
  "@type": "Term",
2462
- "@id": "radishPlant"
2462
+ "@id": "grapesVine"
2463
2463
  },
2464
2464
  {
2465
2465
  "@type": "Term",
2466
- "@id": "durumWheatPlant"
2466
+ "@id": "chivesPlant"
2467
2467
  },
2468
2468
  {
2469
2469
  "@type": "Term",
2470
- "@id": "dubiGrassPlant"
2470
+ "@id": "sagePlant"
2471
2471
  },
2472
2472
  {
2473
2473
  "@type": "Term",
2474
- "@id": "tangerineTree"
2474
+ "@id": "scorzoneraPlant"
2475
2475
  },
2476
2476
  {
2477
2477
  "@type": "Term",
2478
- "@id": "horseradishPlant"
2478
+ "@id": "palmTree"
2479
2479
  },
2480
2480
  {
2481
2481
  "@type": "Term",
2482
- "@id": "roseVine"
2482
+ "@id": "nativePasture"
2483
2483
  },
2484
2484
  {
2485
2485
  "@type": "Term",
2486
- "@id": "beeBalmPlant"
2486
+ "@id": "sunflowerPlant"
2487
2487
  },
2488
2488
  {
2489
2489
  "@type": "Term",
2490
- "@id": "artichokePlant"
2490
+ "@id": "sugarcanePlant"
2491
2491
  },
2492
2492
  {
2493
2493
  "@type": "Term",
2494
- "@id": "brazilNutTree"
2494
+ "@id": "melonVine"
2495
2495
  },
2496
2496
  {
2497
2497
  "@type": "Term",
2498
- "@id": "breadfruitTree"
2498
+ "@id": "cowpeaPlant"
2499
2499
  },
2500
2500
  {
2501
2501
  "@type": "Term",
2502
- "@id": "camomilePlant"
2502
+ "@id": "cloverPlant"
2503
2503
  },
2504
2504
  {
2505
2505
  "@type": "Term",
2506
- "@id": "danthoniaPlant"
2506
+ "@id": "torpedoGrassPlant"
2507
2507
  },
2508
2508
  {
2509
2509
  "@type": "Term",
2510
- "@id": "cardamomPlant"
2510
+ "@id": "tagasasteTree"
2511
2511
  },
2512
2512
  {
2513
2513
  "@type": "Term",
2514
- "@id": "africanCouchGrassPlant"
2514
+ "@id": "gojiBerryPlant"
2515
2515
  },
2516
2516
  {
2517
2517
  "@type": "Term",
2518
- "@id": "boragePlant"
2518
+ "@id": "sapodillaTree"
2519
2519
  },
2520
2520
  {
2521
2521
  "@type": "Term",
2522
- "@id": "forest"
2522
+ "@id": "kapokTree"
2523
2523
  },
2524
2524
  {
2525
2525
  "@type": "Term",
2526
- "@id": "beetPlant"
2526
+ "@id": "chineseHibiscusPlant"
2527
2527
  },
2528
2528
  {
2529
2529
  "@type": "Term",
2530
- "@id": "africanLocustBeanTree"
2530
+ "@id": "saffronCrocusPlant"
2531
2531
  },
2532
2532
  {
2533
2533
  "@type": "Term",
2534
- "@id": "oilPalmTree"
2534
+ "@id": "chineseAlbiziaTree"
2535
2535
  },
2536
2536
  {
2537
2537
  "@type": "Term",
2538
- "@id": "carambolaTree"
2538
+ "@id": "loganberryPlant"
2539
2539
  },
2540
2540
  {
2541
2541
  "@type": "Term",
2542
- "@id": "bermudaGrassPlant"
2542
+ "@id": "peaPlant"
2543
2543
  },
2544
2544
  {
2545
2545
  "@type": "Term",
2546
- "@id": "chrysopogonLatifoliusPlant"
2546
+ "@id": "buffelGrassPlant"
2547
2547
  },
2548
2548
  {
2549
2549
  "@type": "Term",
2550
- "@id": "guatemalaGrassPlant"
2550
+ "@id": "arizonaCottontopPlant"
2551
2551
  },
2552
2552
  {
2553
2553
  "@type": "Term",
2554
- "@id": "arabianStarflowerPlant"
2554
+ "@id": "tungTree"
2555
2555
  },
2556
2556
  {
2557
2557
  "@type": "Term",
2558
- "@id": "kohlrabiPlant"
2558
+ "@id": "sweetCherryTree"
2559
2559
  },
2560
2560
  {
2561
2561
  "@type": "Term",
2562
- "@id": "desert"
2562
+ "@id": "tallowTree"
2563
2563
  },
2564
2564
  {
2565
2565
  "@type": "Term",
2566
- "@id": "goldenMilletPlant"
2566
+ "@id": "pomeloTree"
2567
2567
  },
2568
2568
  {
2569
2569
  "@type": "Term",
2570
- "@id": "mnesitheaSelloanaPlant"
2570
+ "@id": "rootOrTuberCropPlant"
2571
2571
  },
2572
2572
  {
2573
2573
  "@type": "Term",
2574
- "@id": "lettucePlant"
2574
+ "@id": "industrialBuilding"
2575
2575
  },
2576
2576
  {
2577
2577
  "@type": "Term",
2578
- "@id": "peachTree"
2578
+ "@id": "dewberryPlant"
2579
2579
  },
2580
2580
  {
2581
2581
  "@type": "Term",
2582
- "@id": "walnutTree"
2582
+ "@id": "chlorisRoxburghianaPlant"
2583
2583
  },
2584
2584
  {
2585
2585
  "@type": "Term",
2586
- "@id": "swedePlant"
2586
+ "@id": "agatiTree"
2587
2587
  },
2588
2588
  {
2589
2589
  "@type": "Term",
2590
- "@id": "caperPlant"
2590
+ "@id": "bigLeafBristleGrassPlant"
2591
2591
  },
2592
2592
  {
2593
2593
  "@type": "Term",
2594
- "@id": "sainGrassPlant"
2594
+ "@id": "cockspurGrassPlant"
2595
2595
  },
2596
2596
  {
2597
2597
  "@type": "Term",
2598
- "@id": "redRhodesGrassPlant"
2598
+ "@id": "pond"
2599
2599
  },
2600
2600
  {
2601
2601
  "@type": "Term",
2602
- "@id": "peachPalmTree"
2602
+ "@id": "mnesitheaRottboellioidesPlant"
2603
2603
  },
2604
2604
  {
2605
2605
  "@type": "Term",
2606
- "@id": "sunnHempPlant"
2606
+ "@id": "mandarinTree"
2607
2607
  },
2608
2608
  {
2609
2609
  "@type": "Term",
2610
- "@id": "atlanticWakameAlga"
2610
+ "@id": "chicoryPlant"
2611
2611
  },
2612
2612
  {
2613
2613
  "@type": "Term",
2614
- "@id": "papayaTree"
2614
+ "@id": "taroPlant"
2615
2615
  },
2616
2616
  {
2617
2617
  "@type": "Term",
2618
- "@id": "oatPlant"
2618
+ "@id": "gourdVine"
2619
2619
  },
2620
2620
  {
2621
2621
  "@type": "Term",
2622
- "@id": "blackberryPlant"
2622
+ "@id": "gumArabicTree"
2623
2623
  },
2624
2624
  {
2625
2625
  "@type": "Term",
2626
- "@id": "oreganoPlant"
2626
+ "@id": "commonNeedleGrassPlant"
2627
2627
  },
2628
2628
  {
2629
2629
  "@type": "Term",
2630
- "@id": "aromaticCropPlant"
2630
+ "@id": "industrialCropPlant"
2631
2631
  },
2632
2632
  {
2633
2633
  "@type": "Term",
2634
- "@id": "speltWheatPlant"
2634
+ "@id": "donkeyGrassPlant"
2635
2635
  },
2636
2636
  {
2637
2637
  "@type": "Term",
2638
- "@id": "chestnutTree"
2638
+ "@id": "caribGrassPlant"
2639
2639
  },
2640
2640
  {
2641
2641
  "@type": "Term",
2642
- "@id": "eucalyptusTree"
2642
+ "@id": "jackfruitTree"
2643
2643
  },
2644
2644
  {
2645
2645
  "@type": "Term",
2646
- "@id": "jutePlant"
2646
+ "@id": "dillPlant"
2647
2647
  },
2648
2648
  {
2649
2649
  "@type": "Term",
2650
- "@id": "rockSamphirePlant"
2650
+ "@id": "buckwheatPlant"
2651
2651
  },
2652
2652
  {
2653
2653
  "@type": "Term",
2654
- "@id": "lesserYamVine"
2654
+ "@id": "seaOrOcean"
2655
2655
  },
2656
2656
  {
2657
2657
  "@type": "Term",
2658
- "@id": "jojobaTree"
2658
+ "@id": "watercressPlant"
2659
2659
  },
2660
2660
  {
2661
2661
  "@type": "Term",
2662
- "@id": "stimulantCropPlant"
2662
+ "@id": "antelopeGrassPlant"
2663
2663
  },
2664
2664
  {
2665
2665
  "@type": "Term",
2666
- "@id": "oliveTree"
2666
+ "@id": "gracilariaAlga"
2667
2667
  },
2668
2668
  {
2669
2669
  "@type": "Term",
2670
- "@id": "watermelonVine"
2670
+ "@id": "ramiePlant"
2671
2671
  },
2672
2672
  {
2673
2673
  "@type": "Term",
2674
- "@id": "tobaccoPlant"
2674
+ "@id": "rambutanTree"
2675
2675
  },
2676
2676
  {
2677
2677
  "@type": "Term",
2678
- "@id": "waterSpinachPlant"
2678
+ "@id": "giantReedPlant"
2679
2679
  },
2680
2680
  {
2681
2681
  "@type": "Term",
2682
- "@id": "otherLand"
2682
+ "@id": "alangAlangPlant"
2683
2683
  },
2684
2684
  {
2685
2685
  "@type": "Term",
2686
- "@id": "wildCanePlant"
2686
+ "@id": "cassavaPlant"
2687
2687
  },
2688
2688
  {
2689
2689
  "@type": "Term",
2690
- "@id": "abacaPlant"
2690
+ "@id": "commonReedPlant"
2691
2691
  },
2692
2692
  {
2693
2693
  "@type": "Term",
2694
- "@id": "uradBeanPlant"
2694
+ "@id": "swissChardPlant"
2695
2695
  },
2696
2696
  {
2697
2697
  "@type": "Term",
2698
- "@id": "magentaSpreenPlant"
2698
+ "@id": "genericCropPlant"
2699
2699
  },
2700
2700
  {
2701
2701
  "@type": "Term",
2702
- "@id": "rhodesGrassPlant"
2702
+ "@id": "purslanePlant"
2703
2703
  },
2704
2704
  {
2705
2705
  "@type": "Term",
2706
- "@id": "slenderChlorisPlant"
2706
+ "@id": "genericForageTree"
2707
2707
  },
2708
2708
  {
2709
2709
  "@type": "Term",
2710
- "@id": "wildRocketPlant"
2710
+ "@id": "redCloverPlant"
2711
2711
  },
2712
2712
  {
2713
2713
  "@type": "Term",
2714
- "@id": "mushroomFungus"
2714
+ "@id": "durianTree"
2715
2715
  },
2716
2716
  {
2717
2717
  "@type": "Term",
2718
- "@id": "dulseAlga"
2718
+ "@id": "runnerBeanPlant"
2719
2719
  },
2720
2720
  {
2721
2721
  "@type": "Term",
2722
- "@id": "commonHorsetailPlant"
2722
+ "@id": "glassOrHighAccessibleCover"
2723
2723
  },
2724
2724
  {
2725
2725
  "@type": "Term",
2726
- "@id": "riverOrStream"
2726
+ "@id": "lanillaPlant"
2727
2727
  },
2728
2728
  {
2729
2729
  "@type": "Term",
2730
- "@id": "feijoaTree"
2730
+ "@id": "pennisetumTrachyphyllumPlant"
2731
2731
  },
2732
2732
  {
2733
2733
  "@type": "Term",
2734
- "@id": "agaricusBisporusFungus"
2734
+ "@id": "umbrellaThornTree"
2735
2735
  },
2736
2736
  {
2737
2737
  "@type": "Term",
2738
- "@id": "pigeonPeaPlant"
2738
+ "@id": "nileGrassPlant"
2739
2739
  },
2740
2740
  {
2741
2741
  "@type": "Term",
2742
- "@id": "curryTree"
2742
+ "@id": "pennisetumSquamulatumPlant"
2743
2743
  },
2744
2744
  {
2745
2745
  "@type": "Term",
2746
- "@id": "pearlMilletPlant"
2746
+ "@id": "chiliPlant"
2747
2747
  },
2748
2748
  {
2749
2749
  "@type": "Term",
2750
- "@id": "picklingCucumberVine"
2750
+ "@id": "phormiumPlant"
2751
2751
  },
2752
2752
  {
2753
2753
  "@type": "Term",
2754
- "@id": "jerusalemArtichokePlant"
2754
+ "@id": "lupinPlant"
2755
2755
  },
2756
2756
  {
2757
2757
  "@type": "Term",
2758
- "@id": "cocoaTree"
2758
+ "@id": "starAppleTree"
2759
2759
  },
2760
2760
  {
2761
2761
  "@type": "Term",
2762
- "@id": "pulsePlant"
2762
+ "@id": "valerianPlant"
2763
2763
  },
2764
2764
  {
2765
2765
  "@type": "Term",
2766
- "@id": "dalGrassPlant"
2766
+ "@id": "commonThatchingGrassPlant"
2767
2767
  },
2768
2768
  {
2769
2769
  "@type": "Term",
2770
- "@id": "camelinaPlant"
2770
+ "@id": "lake"
2771
2771
  },
2772
2772
  {
2773
2773
  "@type": "Term",
2774
- "@id": "chayoteVine"
2774
+ "@id": "ugliTree"
2775
2775
  },
2776
2776
  {
2777
2777
  "@type": "Term",
2778
- "@id": "carobTree"
2778
+ "@id": "indigoPlant"
2779
2779
  },
2780
2780
  {
2781
2781
  "@type": "Term",
2782
- "@id": "broadBeanPlant"
2782
+ "@id": "pineapplePlant"
2783
2783
  },
2784
2784
  {
2785
2785
  "@type": "Term",
2786
- "@id": "mulgaTree"
2786
+ "@id": "whiteSeedMelonVine"
2787
2787
  },
2788
2788
  {
2789
2789
  "@type": "Term",
2790
- "@id": "tocoGrassPlant"
2790
+ "@id": "courgetteVine"
2791
2791
  },
2792
2792
  {
2793
2793
  "@type": "Term",
2794
- "@id": "longkongTree"
2794
+ "@id": "angelicaPlant"
2795
2795
  },
2796
2796
  {
2797
2797
  "@type": "Term",
2798
- "@id": "almondTree"
2798
+ "@id": "longFallow"
2799
2799
  },
2800
2800
  {
2801
2801
  "@type": "Term",
2802
- "@id": "mineralExtractionSite"
2802
+ "@id": "patienceDockPlant"
2803
2803
  },
2804
2804
  {
2805
2805
  "@type": "Term",
2806
- "@id": "falseRhodesGrassPlant"
2806
+ "@id": "plantationForest"
2807
2807
  },
2808
2808
  {
2809
2809
  "@type": "Term",
2810
- "@id": "citronTree"
2810
+ "@id": "noriAlga"
2811
2811
  },
2812
2812
  {
2813
2813
  "@type": "Term",
2814
- "@id": "kalePlant"
2814
+ "@id": "allspiceTree"
2815
2815
  },
2816
2816
  {
2817
2817
  "@type": "Term",
2818
- "@id": "carpetGrassPlant"
2818
+ "@id": "yellowLupinPlant"
2819
2819
  },
2820
2820
  {
2821
2821
  "@type": "Term",
2822
- "@id": "andropogonFastigiatusPlant"
2822
+ "@id": "endivePlant"
2823
2823
  },
2824
2824
  {
2825
2825
  "@type": "Term",
2826
- "@id": "savoryPlant"
2826
+ "@id": "asparagusPlant"
2827
2827
  },
2828
2828
  {
2829
2829
  "@type": "Term",
2830
- "@id": "urbanArea"
2830
+ "@id": "koroniviaGrassPlant"
2831
2831
  },
2832
2832
  {
2833
2833
  "@type": "Term",
2834
- "@id": "calliandraTree"
2834
+ "@id": "mungBeanPlant"
2835
2835
  },
2836
2836
  {
2837
2837
  "@type": "Term",
2838
- "@id": "animalHousing"
2838
+ "@id": "natalGrassPlant"
2839
2839
  },
2840
2840
  {
2841
2841
  "@type": "Term",
2842
- "@id": "sabiGrassPlant"
2842
+ "@id": "yellowIndiangrassPlant"
2843
2843
  },
2844
2844
  {
2845
2845
  "@type": "Term",
2846
- "@id": "paraGrassPlant"
2846
+ "@id": "chrysanthemumPlant"
2847
2847
  },
2848
2848
  {
2849
2849
  "@type": "Term",
2850
- "@id": "stAugustineGrassPlant"
2850
+ "@id": "maizePlant"
2851
2851
  },
2852
2852
  {
2853
2853
  "@type": "Term",
2854
- "@id": "lespedezaPlant"
2854
+ "@id": "kelpAlga"
2855
2855
  },
2856
2856
  {
2857
2857
  "@type": "Term",
2858
- "@id": "nigeriaGrassPlant"
2858
+ "@id": "turnipPlant"
2859
2859
  },
2860
2860
  {
2861
2861
  "@type": "Term",
2862
- "@id": "indianCoralTree"
2862
+ "@id": "amaranthPlant"
2863
2863
  },
2864
2864
  {
2865
2865
  "@type": "Term",
2866
- "@id": "foodRetailer"
2866
+ "@id": "summerSquashVine"
2867
2867
  },
2868
2868
  {
2869
2869
  "@type": "Term",
2870
- "@id": "juniperTree"
2870
+ "@id": "tallFescuePlant"
2871
2871
  },
2872
2872
  {
2873
2873
  "@type": "Term",
2874
- "@id": "costmaryPlant"
2874
+ "@id": "sheanutTree"
2875
2875
  },
2876
2876
  {
2877
2877
  "@type": "Term",
2878
- "@id": "jasmineVine"
2878
+ "@id": "henequenPlant"
2879
2879
  },
2880
2880
  {
2881
2881
  "@type": "Term",
2882
- "@id": "ryePlant"
2882
+ "@id": "galangalPlant"
2883
2883
  },
2884
2884
  {
2885
2885
  "@type": "Term",
2886
- "@id": "achioteTree"
2886
+ "@id": "congoJutePlant"
2887
2887
  },
2888
2888
  {
2889
2889
  "@type": "Term",
2890
- "@id": "elephantGrassPlant"
2890
+ "@id": "molassesGrassPlant"
2891
2891
  },
2892
2892
  {
2893
2893
  "@type": "Term",
2894
- "@id": "andropogonCanaliculatusPlant"
2894
+ "@id": "constructionSite"
2895
2895
  },
2896
2896
  {
2897
2897
  "@type": "Term",
2898
- "@id": "cockatooPlant"
2898
+ "@id": "shrubLand"
2899
2899
  },
2900
2900
  {
2901
2901
  "@type": "Term",
2902
- "@id": "poppyPlant"
2902
+ "@id": "cocksfootPlant"
2903
2903
  },
2904
2904
  {
2905
2905
  "@type": "Term",
2906
- "@id": "grassAlfalfaSward"
2906
+ "@id": "gingerPlant"
2907
2907
  },
2908
2908
  {
2909
2909
  "@type": "Term",
2910
- "@id": "spinachPlant"
2910
+ "@id": "buffaloGrassPlant"
2911
2911
  },
2912
2912
  {
2913
2913
  "@type": "Term",
2914
- "@id": "mesquiteTree"
2914
+ "@id": "pumpkinVine"
2915
2915
  },
2916
2916
  {
2917
2917
  "@type": "Term",
2918
- "@id": "physalisPlant"
2918
+ "@id": "eddoePlant"
2919
2919
  },
2920
2920
  {
2921
2921
  "@type": "Term",
2922
- "@id": "peanutPlant"
2922
+ "@id": "creepingBluegrassPlant"
2923
2923
  },
2924
2924
  {
2925
2925
  "@type": "Term",
2926
- "@id": "parsleyPlant"
2926
+ "@id": "broccoliPlant"
2927
2927
  },
2928
2928
  {
2929
2929
  "@type": "Term",
2930
- "@id": "cherimoyaTree"
2930
+ "@id": "improvedPasture"
2931
2931
  },
2932
2932
  {
2933
2933
  "@type": "Term",
2934
- "@id": "celeryPlant"
2934
+ "@id": "sorrelPlant"
2935
2935
  },
2936
2936
  {
2937
2937
  "@type": "Term",
2938
- "@id": "pistachioTree"
2938
+ "@id": "columbusGrassPlant"
2939
2939
  },
2940
2940
  {
2941
2941
  "@type": "Term",
2942
- "@id": "redSeaPlumeAlga"
2942
+ "@id": "squashVine"
2943
2943
  },
2944
2944
  {
2945
2945
  "@type": "Term",
2946
- "@id": "hyssopPlant"
2946
+ "@id": "palmyraTree"
2947
2947
  },
2948
2948
  {
2949
2949
  "@type": "Term",
2950
- "@id": "bitterleafPlant"
2950
+ "@id": "gambaGrassPlant"
2951
2951
  },
2952
2952
  {
2953
2953
  "@type": "Term",
2954
- "@id": "indianBluegrassPlant"
2954
+ "@id": "fusariumVenenatum"
2955
2955
  },
2956
2956
  {
2957
2957
  "@type": "Term",
2958
- "@id": "cauliflowerPlant"
2958
+ "@id": "greyLoveGrassPlant"
2959
2959
  },
2960
2960
  {
2961
2961
  "@type": "Term",
2962
- "@id": "jambolanTree"
2962
+ "@id": "dandelionPlant"
2963
2963
  },
2964
2964
  {
2965
2965
  "@type": "Term",
2966
- "@id": "chineseRyeGrassPlant"
2966
+ "@id": "congoGrassPlant"
2967
2967
  },
2968
2968
  {
2969
2969
  "@type": "Term",
2970
- "@id": "chinaJutePlant"
2970
+ "@id": "tomatoPlant"
2971
2971
  },
2972
2972
  {
2973
2973
  "@type": "Term",
2974
- "@id": "redtopPlant"
2974
+ "@id": "giantSetariaPlant"
2975
2975
  },
2976
2976
  {
2977
2977
  "@type": "Term",
2978
- "@id": "blueSignalGrassPlant"
2978
+ "@id": "chervilPlant"
2979
2979
  },
2980
2980
  {
2981
2981
  "@type": "Term",
2982
- "@id": "brusselsSproutsPlant"
2982
+ "@id": "alfalfaPlant"
2983
2983
  },
2984
2984
  {
2985
2985
  "@type": "Term",
2986
- "@id": "arecaTree"
2986
+ "@id": "cardoonPlant"
2987
2987
  },
2988
2988
  {
2989
2989
  "@type": "Term",
2990
- "@id": "anisePlant"
2990
+ "@id": "tamarindTree"
2991
2991
  },
2992
2992
  {
2993
2993
  "@type": "Term",
2994
- "@id": "safflowerPlant"
2994
+ "@id": "pearTree"
2995
2995
  },
2996
2996
  {
2997
2997
  "@type": "Term",
2998
- "@id": "pricklyPearCactus"
2998
+ "@id": "devilSCottonTree"
2999
2999
  },
3000
3000
  {
3001
3001
  "@type": "Term",
3002
- "@id": "hopVine"
3002
+ "@id": "blackWattleTree"
3003
3003
  },
3004
3004
  {
3005
3005
  "@type": "Term",
3006
- "@id": "pitayaCactus"
3006
+ "@id": "truffleFungus"
3007
3007
  },
3008
3008
  {
3009
3009
  "@type": "Term",
3010
- "@id": "melilotusPlant"
3010
+ "@id": "sagoPalmTree"
3011
3011
  },
3012
3012
  {
3013
3013
  "@type": "Term",
3014
- "@id": "espartoGrassPlant"
3014
+ "@id": "castorPlant"
3015
3015
  },
3016
3016
  {
3017
3017
  "@type": "Term",
3018
- "@id": "loquatTree"
3018
+ "@id": "cropland"
3019
3019
  },
3020
3020
  {
3021
3021
  "@type": "Term",
3022
- "@id": "moringaTree"
3022
+ "@id": "ottochloaNodosaPlant"
3023
3023
  },
3024
3024
  {
3025
3025
  "@type": "Term",
3026
- "@id": "volvariellaVolvaceaFungus"
3026
+ "@id": "jobSTearsPlant"
3027
3027
  },
3028
3028
  {
3029
3029
  "@type": "Term",
3030
- "@id": "highIntensityGrazingPasture"
3030
+ "@id": "lehmannLoveGrassPlant"
3031
3031
  },
3032
3032
  {
3033
3033
  "@type": "Term",
3034
- "@id": "bergamotTree"
3034
+ "@id": "hondurasGrassPlant"
3035
3035
  },
3036
3036
  {
3037
3037
  "@type": "Term",
3038
- "@id": "thymePlant"
3038
+ "@id": "nadiBlueGrassPlant"
3039
3039
  },
3040
3040
  {
3041
3041
  "@type": "Term",
3042
- "@id": "daffodilPlant"
3042
+ "@id": "smutGrassPlant"
3043
3043
  },
3044
3044
  {
3045
3045
  "@type": "Term",
3046
- "@id": "ornamentalCropPlant"
3046
+ "@id": "liverseedGrassPlant"
3047
3047
  },
3048
3048
  {
3049
3049
  "@type": "Term",
3050
- "@id": "sorghumPlant"
3050
+ "@id": "riverTamarindTree"
3051
3051
  },
3052
3052
  {
3053
3053
  "@type": "Term",
3054
- "@id": "commonVetchPlant"
3054
+ "@id": "jaraguaPlant"
3055
3055
  },
3056
3056
  {
3057
3057
  "@type": "Term",
3058
- "@id": "potatoPlant"
3058
+ "@id": "magueyPlant"
3059
3059
  },
3060
3060
  {
3061
3061
  "@type": "Term",
3062
- "@id": "ginsengPlant"
3062
+ "@id": "bulbousCanaryGrassPlant"
3063
3063
  },
3064
3064
  {
3065
3065
  "@type": "Term",
3066
- "@id": "genericLeguminousGrassPlant"
3066
+ "@id": "clementineTree"
3067
3067
  },
3068
3068
  {
3069
3069
  "@type": "Term",
3070
- "@id": "whiteCloverPlant"
3070
+ "@id": "lemonBalmPlant"
3071
3071
  },
3072
3072
  {
3073
3073
  "@type": "Term",
3074
- "@id": "milletPlant"
3074
+ "@id": "echinochloaHaplocladaPlant"
3075
3075
  },
3076
3076
  {
3077
3077
  "@type": "Term",
3078
- "@id": "persimmonTree"
3078
+ "@id": "orangeTree"
3079
3079
  },
3080
3080
  {
3081
3081
  "@type": "Term",
3082
- "@id": "treeNutTree"
3082
+ "@id": "dumpSite"
3083
3083
  },
3084
3084
  {
3085
3085
  "@type": "Term",
3086
- "@id": "vanillaVine"
3086
+ "@id": "tanniaPlant"
3087
3087
  },
3088
3088
  {
3089
3089
  "@type": "Term",
3090
- "@id": "coffeeTree"
3090
+ "@id": "chickpeaPlant"
3091
3091
  },
3092
3092
  {
3093
3093
  "@type": "Term",
3094
- "@id": "cicelyPlant"
3094
+ "@id": "fenugreekPlant"
3095
3095
  },
3096
3096
  {
3097
3097
  "@type": "Term",
3098
- "@id": "lentilPlant"
3098
+ "@id": "sassafrasTree"
3099
3099
  },
3100
3100
  {
3101
3101
  "@type": "Term",
3102
- "@id": "sugarCropPlant"
3102
+ "@id": "komatsunaPlant"
3103
3103
  },
3104
3104
  {
3105
3105
  "@type": "Term",
3106
- "@id": "dateTree"
3106
+ "@id": "pecanTree"
3107
3107
  },
3108
3108
  {
3109
3109
  "@type": "Term",
3110
- "@id": "nettlePlant"
3110
+ "@id": "mushroomFungus"
3111
3111
  },
3112
3112
  {
3113
3113
  "@type": "Term",
3114
- "@id": "bambooPlant"
3114
+ "@id": "dulseAlga"
3115
3115
  },
3116
3116
  {
3117
3117
  "@type": "Term",
3118
- "@id": "bluegrassPlant"
3118
+ "@id": "commonHorsetailPlant"
3119
3119
  },
3120
3120
  {
3121
3121
  "@type": "Term",
3122
- "@id": "shiitakeFungus"
3122
+ "@id": "riverOrStream"
3123
3123
  },
3124
3124
  {
3125
3125
  "@type": "Term",
3126
- "@id": "pepperVine"
3126
+ "@id": "feijoaTree"
3127
3127
  },
3128
3128
  {
3129
3129
  "@type": "Term",
3130
- "@id": "ricePlantUpland"
3130
+ "@id": "agaricusBisporusFungus"
3131
3131
  },
3132
3132
  {
3133
3133
  "@type": "Term",
3134
- "@id": "hempPlant"
3134
+ "@id": "pigeonPeaPlant"
3135
3135
  },
3136
3136
  {
3137
3137
  "@type": "Term",
3138
- "@id": "leekPlant"
3138
+ "@id": "curryTree"
3139
3139
  },
3140
3140
  {
3141
3141
  "@type": "Term",
3142
- "@id": "sporobolusNervosusPlant"
3142
+ "@id": "pearlMilletPlant"
3143
3143
  },
3144
3144
  {
3145
3145
  "@type": "Term",
3146
- "@id": "anthephoraNigritanaPlant"
3146
+ "@id": "picklingCucumberVine"
3147
3147
  },
3148
3148
  {
3149
3149
  "@type": "Term",
3150
- "@id": "tripsacumLatifoliumPlant"
3150
+ "@id": "jerusalemArtichokePlant"
3151
3151
  },
3152
3152
  {
3153
3153
  "@type": "Term",
3154
- "@id": "pangolaGrassPlant"
3154
+ "@id": "cocoaTree"
3155
3155
  },
3156
3156
  {
3157
3157
  "@type": "Term",
3158
- "@id": "coelachyrumYemenicumPlant"
3158
+ "@id": "pulsePlant"
3159
3159
  },
3160
3160
  {
3161
3161
  "@type": "Term",
3162
- "@id": "choySumPlant"
3162
+ "@id": "dalGrassPlant"
3163
3163
  },
3164
3164
  {
3165
3165
  "@type": "Term",
3166
- "@id": "mangoTree"
3166
+ "@id": "camelinaPlant"
3167
3167
  },
3168
3168
  {
3169
3169
  "@type": "Term",
3170
- "@id": "cinnamonTree"
3170
+ "@id": "chayoteVine"
3171
3171
  },
3172
3172
  {
3173
3173
  "@type": "Term",
3174
- "@id": "citrusTree"
3174
+ "@id": "carobTree"
3175
3175
  },
3176
3176
  {
3177
3177
  "@type": "Term",
3178
- "@id": "gliricidiaSepiumTree"
3178
+ "@id": "broadBeanPlant"
3179
3179
  },
3180
3180
  {
3181
3181
  "@type": "Term",
3182
- "@id": "colouredGuineaGrassPlant"
3182
+ "@id": "mulgaTree"
3183
3183
  },
3184
3184
  {
3185
3185
  "@type": "Term",
3186
- "@id": "sesamePlant"
3186
+ "@id": "tocoGrassPlant"
3187
3187
  },
3188
3188
  {
3189
3189
  "@type": "Term",
3190
- "@id": "cerealPlant"
3190
+ "@id": "longkongTree"
3191
3191
  },
3192
3192
  {
3193
3193
  "@type": "Term",
3194
- "@id": "rooibosPlant"
3194
+ "@id": "almondTree"
3195
3195
  },
3196
3196
  {
3197
3197
  "@type": "Term",
3198
- "@id": "shortBareFallow"
3198
+ "@id": "mineralExtractionSite"
3199
3199
  },
3200
3200
  {
3201
3201
  "@type": "Term",
3202
- "@id": "carawayPlant"
3202
+ "@id": "falseRhodesGrassPlant"
3203
3203
  },
3204
3204
  {
3205
3205
  "@type": "Term",
3206
- "@id": "ruePlant"
3206
+ "@id": "citronTree"
3207
3207
  },
3208
3208
  {
3209
3209
  "@type": "Term",
3210
- "@id": "fennelPlant"
3210
+ "@id": "kalePlant"
3211
3211
  },
3212
3212
  {
3213
3213
  "@type": "Term",
3214
- "@id": "timothyGrassPlant"
3214
+ "@id": "carpetGrassPlant"
3215
3215
  },
3216
3216
  {
3217
3217
  "@type": "Term",
3218
- "@id": "trefoilPlant"
3218
+ "@id": "andropogonFastigiatusPlant"
3219
3219
  },
3220
3220
  {
3221
3221
  "@type": "Term",
3222
- "@id": "canaryGrassPlant"
3222
+ "@id": "savoryPlant"
3223
3223
  },
3224
3224
  {
3225
3225
  "@type": "Term",
3226
- "@id": "trachypogonVestitusPlant"
3226
+ "@id": "urbanArea"
3227
3227
  },
3228
3228
  {
3229
3229
  "@type": "Term",
3230
- "@id": "babulTree"
3230
+ "@id": "calliandraTree"
3231
3231
  },
3232
3232
  {
3233
3233
  "@type": "Term",
3234
- "@id": "grassCloverSward"
3234
+ "@id": "animalHousing"
3235
3235
  },
3236
3236
  {
3237
3237
  "@type": "Term",
3238
- "@id": "raspberryPlant"
3238
+ "@id": "sabiGrassPlant"
3239
3239
  },
3240
3240
  {
3241
3241
  "@type": "Term",
3242
- "@id": "macadamiaTree"
3242
+ "@id": "paraGrassPlant"
3243
3243
  },
3244
3244
  {
3245
3245
  "@type": "Term",
3246
- "@id": "lemonVerbenaPlant"
3246
+ "@id": "stAugustineGrassPlant"
3247
3247
  },
3248
3248
  {
3249
3249
  "@type": "Term",
3250
- "@id": "guriaGrassPlant"
3250
+ "@id": "lespedezaPlant"
3251
3251
  },
3252
3252
  {
3253
3253
  "@type": "Term",
3254
- "@id": "bluePanicPlant"
3254
+ "@id": "nigeriaGrassPlant"
3255
3255
  },
3256
3256
  {
3257
3257
  "@type": "Term",
3258
- "@id": "sichuanPepperPlant"
3258
+ "@id": "indianCoralTree"
3259
3259
  },
3260
3260
  {
3261
3261
  "@type": "Term",
3262
- "@id": "fineThatchingGrassPlant"
3262
+ "@id": "foodRetailer"
3263
3263
  },
3264
3264
  {
3265
3265
  "@type": "Term",
3266
- "@id": "adzukiBeanPlant"
3266
+ "@id": "juniperTree"
3267
3267
  },
3268
3268
  {
3269
3269
  "@type": "Term",
3270
- "@id": "soursopTree"
3270
+ "@id": "costmaryPlant"
3271
3271
  },
3272
3272
  {
3273
3273
  "@type": "Term",
3274
- "@id": "limequatTree"
3274
+ "@id": "jasmineVine"
3275
3275
  },
3276
3276
  {
3277
3277
  "@type": "Term",
3278
- "@id": "wasabiPlant"
3278
+ "@id": "ryePlant"
3279
3279
  },
3280
3280
  {
3281
3281
  "@type": "Term",
3282
- "@id": "barleyPlant"
3282
+ "@id": "achioteTree"
3283
3283
  },
3284
3284
  {
3285
3285
  "@type": "Term",
3286
- "@id": "greenleafDesmodiumPlant"
3286
+ "@id": "elephantGrassPlant"
3287
3287
  },
3288
3288
  {
3289
3289
  "@type": "Term",
3290
- "@id": "tarragonPlant"
3290
+ "@id": "andropogonCanaliculatusPlant"
3291
3291
  },
3292
3292
  {
3293
3293
  "@type": "Term",
3294
- "@id": "pleurotusOstreatusFungus"
3294
+ "@id": "cockatooPlant"
3295
3295
  },
3296
3296
  {
3297
3297
  "@type": "Term",
3298
- "@id": "kumquatTree"
3298
+ "@id": "poppyPlant"
3299
3299
  },
3300
3300
  {
3301
3301
  "@type": "Term",
3302
- "@id": "jujubeTree"
3302
+ "@id": "grassAlfalfaSward"
3303
3303
  },
3304
3304
  {
3305
3305
  "@type": "Term",
3306
- "@id": "lagosSpinachPlant"
3306
+ "@id": "spinachPlant"
3307
3307
  },
3308
3308
  {
3309
3309
  "@type": "Term",
3310
- "@id": "teffPlant"
3310
+ "@id": "mesquiteTree"
3311
3311
  },
3312
3312
  {
3313
3313
  "@type": "Term",
3314
- "@id": "burguPlant"
3314
+ "@id": "physalisPlant"
3315
3315
  },
3316
3316
  {
3317
3317
  "@type": "Term",
3318
- "@id": "severelyDegradedPasture"
3318
+ "@id": "peanutPlant"
3319
3319
  },
3320
3320
  {
3321
3321
  "@type": "Term",
3322
- "@id": "colouredHoodGrassPlant"
3322
+ "@id": "parsleyPlant"
3323
3323
  },
3324
3324
  {
3325
3325
  "@type": "Term",
3326
- "@id": "hyacinthBeanVine"
3326
+ "@id": "cherimoyaTree"
3327
3327
  },
3328
3328
  {
3329
3329
  "@type": "Term",
3330
- "@id": "teaOilCamelliaTree"
3330
+ "@id": "celeryPlant"
3331
3331
  },
3332
3332
  {
3333
3333
  "@type": "Term",
3334
- "@id": "hairyHerringboneGrassPlant"
3334
+ "@id": "pistachioTree"
3335
3335
  },
3336
3336
  {
3337
3337
  "@type": "Term",
3338
- "@id": "cynodonPlectostachyusPlant"
3338
+ "@id": "redSeaPlumeAlga"
3339
3339
  },
3340
3340
  {
3341
3341
  "@type": "Term",
3342
- "@id": "mangosteenTree"
3342
+ "@id": "hyssopPlant"
3343
3343
  },
3344
3344
  {
3345
3345
  "@type": "Term",
3346
- "@id": "pennisetumStramineumPlant"
3346
+ "@id": "bitterleafPlant"
3347
3347
  },
3348
3348
  {
3349
3349
  "@type": "Term",
3350
- "@id": "rubberTree"
3350
+ "@id": "indianBluegrassPlant"
3351
3351
  },
3352
3352
  {
3353
3353
  "@type": "Term",
3354
- "@id": "wildSudanGrassPlant"
3354
+ "@id": "cauliflowerPlant"
3355
3355
  },
3356
3356
  {
3357
3357
  "@type": "Term",
3358
- "@id": "eriochloaNubicaPlant"
3358
+ "@id": "jambolanTree"
3359
3359
  },
3360
3360
  {
3361
3361
  "@type": "Term",
3362
- "@id": "elderTree"
3362
+ "@id": "chineseRyeGrassPlant"
3363
3363
  },
3364
3364
  {
3365
3365
  "@type": "Term",
3366
- "@id": "lambSLettucePlant"
3366
+ "@id": "chinaJutePlant"
3367
3367
  },
3368
3368
  {
3369
3369
  "@type": "Term",
3370
- "@id": "fonioPlant"
3370
+ "@id": "redtopPlant"
3371
3371
  },
3372
3372
  {
3373
3373
  "@type": "Term",
3374
- "@id": "duckweedPlant"
3374
+ "@id": "blueSignalGrassPlant"
3375
3375
  },
3376
3376
  {
3377
3377
  "@type": "Term",
3378
- "@id": "custardAppleTree"
3378
+ "@id": "brusselsSproutsPlant"
3379
3379
  },
3380
3380
  {
3381
3381
  "@type": "Term",
3382
- "@id": "nutmegTree"
3382
+ "@id": "arecaTree"
3383
3383
  },
3384
3384
  {
3385
3385
  "@type": "Term",
3386
- "@id": "rapeseedPlant"
3386
+ "@id": "anisePlant"
3387
3387
  },
3388
3388
  {
3389
3389
  "@type": "Term",
3390
- "@id": "centipedeGrassPlant"
3390
+ "@id": "safflowerPlant"
3391
3391
  },
3392
3392
  {
3393
3393
  "@type": "Term",
3394
- "@id": "lemonTree"
3394
+ "@id": "pricklyPearCactus"
3395
3395
  },
3396
3396
  {
3397
3397
  "@type": "Term",
3398
- "@id": "yellowYamVine"
3398
+ "@id": "hopVine"
3399
3399
  },
3400
3400
  {
3401
3401
  "@type": "Term",
3402
- "@id": "litchiTree"
3402
+ "@id": "pitayaCactus"
3403
3403
  },
3404
3404
  {
3405
3405
  "@type": "Term",
3406
- "@id": "flaxPlant"
3406
+ "@id": "melilotusPlant"
3407
3407
  },
3408
3408
  {
3409
3409
  "@type": "Term",
3410
- "@id": "redOrachePlant"
3410
+ "@id": "espartoGrassPlant"
3411
3411
  },
3412
3412
  {
3413
3413
  "@type": "Term",
3414
- "@id": "mulberryTree"
3414
+ "@id": "loquatTree"
3415
3415
  },
3416
3416
  {
3417
3417
  "@type": "Term",
3418
- "@id": "smallCanaryGrassPlant"
3418
+ "@id": "moringaTree"
3419
3419
  },
3420
3420
  {
3421
3421
  "@type": "Term",
3422
- "@id": "corianderPlant"
3422
+ "@id": "volvariellaVolvaceaFungus"
3423
3423
  },
3424
3424
  {
3425
3425
  "@type": "Term",
3426
- "@id": "nigellaPlant"
3426
+ "@id": "highIntensityGrazingPasture"
3427
3427
  },
3428
3428
  {
3429
3429
  "@type": "Term",
3430
- "@id": "lavenderPlant"
3430
+ "@id": "bergamotTree"
3431
3431
  },
3432
3432
  {
3433
3433
  "@type": "Term",
3434
- "@id": "rosellePlant"
3434
+ "@id": "thymePlant"
3435
3435
  },
3436
3436
  {
3437
3437
  "@type": "Term",
3438
- "@id": "mintPlant"
3438
+ "@id": "daffodilPlant"
3439
3439
  },
3440
3440
  {
3441
3441
  "@type": "Term",
3442
- "@id": "mizunaPlant"
3442
+ "@id": "ornamentalCropPlant"
3443
3443
  },
3444
3444
  {
3445
3445
  "@type": "Term",
3446
- "@id": "bananaPlant"
3446
+ "@id": "sorghumPlant"
3447
3447
  },
3448
3448
  {
3449
3449
  "@type": "Term",
3450
- "@id": "azaroleTree"
3450
+ "@id": "commonVetchPlant"
3451
3451
  },
3452
3452
  {
3453
3453
  "@type": "Term",
3454
- "@id": "quinineTree"
3454
+ "@id": "potatoPlant"
3455
3455
  },
3456
3456
  {
3457
3457
  "@type": "Term",
3458
- "@id": "permanentCropland"
3458
+ "@id": "ginsengPlant"
3459
3459
  },
3460
3460
  {
3461
3461
  "@type": "Term",
3462
- "@id": "rosemaryPlant"
3462
+ "@id": "genericLeguminousGrassPlant"
3463
3463
  },
3464
3464
  {
3465
3465
  "@type": "Term",
3466
- "@id": "genericTreeCrop"
3466
+ "@id": "whiteCloverPlant"
3467
3467
  },
3468
3468
  {
3469
3469
  "@type": "Term",
3470
- "@id": "onionPlant"
3470
+ "@id": "milletPlant"
3471
3471
  },
3472
3472
  {
3473
3473
  "@type": "Term",
3474
- "@id": "strawberryPlant"
3474
+ "@id": "persimmonTree"
3475
3475
  },
3476
3476
  {
3477
3477
  "@type": "Term",
3478
- "@id": "figTree"
3478
+ "@id": "treeNutTree"
3479
3479
  },
3480
3480
  {
3481
3481
  "@type": "Term",
3482
- "@id": "nigerPlant"
3482
+ "@id": "vanillaVine"
3483
3483
  },
3484
3484
  {
3485
3485
  "@type": "Term",
3486
- "@id": "carrotPlant"
3486
+ "@id": "coffeeTree"
3487
3487
  },
3488
3488
  {
3489
3489
  "@type": "Term",
3490
- "@id": "teaTree"
3490
+ "@id": "cicelyPlant"
3491
3491
  },
3492
3492
  {
3493
3493
  "@type": "Term",
3494
- "@id": "woollyFingerGrassPlant"
3494
+ "@id": "lentilPlant"
3495
3495
  },
3496
3496
  {
3497
3497
  "@type": "Term",
3498
- "@id": "panicPlant"
3498
+ "@id": "sugarCropPlant"
3499
3499
  },
3500
3500
  {
3501
3501
  "@type": "Term",
3502
- "@id": "rocketPlant"
3502
+ "@id": "dateTree"
3503
3503
  },
3504
3504
  {
3505
3505
  "@type": "Term",
3506
- "@id": "gooseGrassPlant"
3506
+ "@id": "nettlePlant"
3507
3507
  },
3508
3508
  {
3509
3509
  "@type": "Term",
3510
- "@id": "blackseedGrassPlant"
3510
+ "@id": "bambooPlant"
3511
3511
  },
3512
3512
  {
3513
3513
  "@type": "Term",
3514
- "@id": "salsifyPlant"
3514
+ "@id": "bluegrassPlant"
3515
3515
  },
3516
3516
  {
3517
3517
  "@type": "Term",
3518
- "@id": "apricotTree"
3518
+ "@id": "shiitakeFungus"
3519
3519
  },
3520
3520
  {
3521
3521
  "@type": "Term",
3522
- "@id": "wildGarlicPlant"
3522
+ "@id": "pepperVine"
3523
3523
  },
3524
3524
  {
3525
3525
  "@type": "Term",
3526
- "@id": "wheatPlant"
3526
+ "@id": "ricePlantUpland"
3527
3527
  },
3528
3528
  {
3529
3529
  "@type": "Term",
3530
- "@id": "cottonPlant"
3530
+ "@id": "hempPlant"
3531
3531
  },
3532
3532
  {
3533
3533
  "@type": "Term",
3534
- "@id": "annualCropland"
3534
+ "@id": "leekPlant"
3535
3535
  },
3536
3536
  {
3537
3537
  "@type": "Term",
3538
- "@id": "hazelnutTree"
3538
+ "@id": "sporobolusNervosusPlant"
3539
3539
  },
3540
3540
  {
3541
3541
  "@type": "Term",
3542
- "@id": "gardenCressPlant"
3542
+ "@id": "anthephoraNigritanaPlant"
3543
3543
  },
3544
3544
  {
3545
3545
  "@type": "Term",
3546
- "@id": "longBareFallow"
3546
+ "@id": "tripsacumLatifoliumPlant"
3547
3547
  },
3548
3548
  {
3549
3549
  "@type": "Term",
3550
- "@id": "algaPlant"
3550
+ "@id": "pangolaGrassPlant"
3551
3551
  },
3552
3552
  {
3553
3553
  "@type": "Term",
3554
- "@id": "vegetableCropPlant"
3554
+ "@id": "coelachyrumYemenicumPlant"
3555
3555
  },
3556
3556
  {
3557
3557
  "@type": "Term",
3558
- "@id": "mexicanTeaPlant"
3558
+ "@id": "choySumPlant"
3559
3559
  },
3560
3560
  {
3561
3561
  "@type": "Term",
3562
- "@id": "marshSamphirePlant"
3562
+ "@id": "mangoTree"
3563
3563
  },
3564
3564
  {
3565
3565
  "@type": "Term",
3566
- "@id": "tamarilloTree"
3566
+ "@id": "cinnamonTree"
3567
3567
  },
3568
3568
  {
3569
3569
  "@type": "Term",
3570
- "@id": "appleTree"
3570
+ "@id": "citrusTree"
3571
3571
  },
3572
3572
  {
3573
3573
  "@type": "Term",
3574
- "@id": "germanGrassPlant"
3574
+ "@id": "gliricidiaSepiumTree"
3575
3575
  },
3576
3576
  {
3577
3577
  "@type": "Term",
3578
- "@id": "sweetPepperPlant"
3578
+ "@id": "colouredGuineaGrassPlant"
3579
3579
  },
3580
3580
  {
3581
3581
  "@type": "Term",
3582
- "@id": "scallionPlant"
3582
+ "@id": "sesamePlant"
3583
3583
  },
3584
3584
  {
3585
3585
  "@type": "Term",
3586
- "@id": "cuminPlant"
3586
+ "@id": "cerealPlant"
3587
3587
  },
3588
3588
  {
3589
3589
  "@type": "Term",
3590
- "@id": "soybeanPlant"
3590
+ "@id": "rooibosPlant"
3591
3591
  },
3592
3592
  {
3593
3593
  "@type": "Term",
3594
- "@id": "whiteYamVine"
3594
+ "@id": "shortBareFallow"
3595
3595
  },
3596
3596
  {
3597
3597
  "@type": "Term",
3598
- "@id": "triticalePlant"
3598
+ "@id": "carawayPlant"
3599
3599
  },
3600
3600
  {
3601
3601
  "@type": "Term",
3602
- "@id": "sugarBeetPlant"
3602
+ "@id": "ruePlant"
3603
3603
  },
3604
3604
  {
3605
3605
  "@type": "Term",
3606
- "@id": "setAside"
3606
+ "@id": "fennelPlant"
3607
3607
  },
3608
3608
  {
3609
3609
  "@type": "Term",
3610
- "@id": "masaiLoveGrassPlant"
3610
+ "@id": "timothyGrassPlant"
3611
3611
  },
3612
3612
  {
3613
3613
  "@type": "Term",
3614
- "@id": "largeLeafFlemingiaPlant"
3614
+ "@id": "trefoilPlant"
3615
3615
  },
3616
3616
  {
3617
3617
  "@type": "Term",
3618
- "@id": "swaziGrassPlant"
3618
+ "@id": "canaryGrassPlant"
3619
3619
  },
3620
3620
  {
3621
3621
  "@type": "Term",
3622
- "@id": "redOatGrassPlant"
3622
+ "@id": "trachypogonVestitusPlant"
3623
3623
  },
3624
3624
  {
3625
3625
  "@type": "Term",
3626
- "@id": "starGrassPlant"
3626
+ "@id": "babulTree"
3627
3627
  },
3628
3628
  {
3629
3629
  "@type": "Term",
3630
- "@id": "signalGrassPlant"
3630
+ "@id": "grassCloverSward"
3631
3631
  },
3632
3632
  {
3633
3633
  "@type": "Term",
3634
- "@id": "sporobolusHelvolusPlant"
3634
+ "@id": "raspberryPlant"
3635
3635
  },
3636
3636
  {
3637
3637
  "@type": "Term",
3638
- "@id": "cushionLoveGrassPlant"
3638
+ "@id": "macadamiaTree"
3639
3639
  },
3640
3640
  {
3641
3641
  "@type": "Term",
3642
- "@id": "intermediateWheatgrassPlant"
3642
+ "@id": "lemonVerbenaPlant"
3643
3643
  },
3644
3644
  {
3645
3645
  "@type": "Term",
3646
- "@id": "teosintePlant"
3646
+ "@id": "guriaGrassPlant"
3647
3647
  },
3648
3648
  {
3649
3649
  "@type": "Term",
3650
- "@id": "rainTree"
3650
+ "@id": "bluePanicPlant"
3651
3651
  },
3652
3652
  {
3653
3653
  "@type": "Term",
3654
- "@id": "weepingLoveGrassPlant"
3654
+ "@id": "sichuanPepperPlant"
3655
3655
  },
3656
3656
  {
3657
3657
  "@type": "Term",
3658
- "@id": "paspalidiumDesertorumPlant"
3658
+ "@id": "fineThatchingGrassPlant"
3659
3659
  },
3660
3660
  {
3661
3661
  "@type": "Term",
3662
- "@id": "whiteSpearGrassPlant"
3662
+ "@id": "adzukiBeanPlant"
3663
3663
  },
3664
3664
  {
3665
3665
  "@type": "Term",
3666
- "@id": "kiwifruitVine"
3666
+ "@id": "soursopTree"
3667
3667
  },
3668
3668
  {
3669
3669
  "@type": "Term",
3670
- "@id": "bahiaGrassPlant"
3670
+ "@id": "limequatTree"
3671
3671
  },
3672
3672
  {
3673
3673
  "@type": "Term",
3674
- "@id": "lindenTree"
3674
+ "@id": "wasabiPlant"
3675
3675
  },
3676
3676
  {
3677
3677
  "@type": "Term",
3678
- "@id": "guarBeanPlant"
3678
+ "@id": "barleyPlant"
3679
3679
  },
3680
3680
  {
3681
3681
  "@type": "Term",
3682
- "@id": "avocadoTree"
3682
+ "@id": "greenleafDesmodiumPlant"
3683
3683
  },
3684
3684
  {
3685
3685
  "@type": "Term",
3686
- "@id": "bayTree"
3686
+ "@id": "tarragonPlant"
3687
3687
  },
3688
3688
  {
3689
3689
  "@type": "Term",
3690
- "@id": "starAniseTree"
3690
+ "@id": "pleurotusOstreatusFungus"
3691
3691
  },
3692
3692
  {
3693
3693
  "@type": "Term",
3694
- "@id": "bilberryPlant"
3694
+ "@id": "kumquatTree"
3695
3695
  },
3696
3696
  {
3697
3697
  "@type": "Term",
3698
- "@id": "bambaraBeanPlant"
3698
+ "@id": "jujubeTree"
3699
3699
  },
3700
3700
  {
3701
3701
  "@type": "Term",
3702
- "@id": "cashewTree"
3702
+ "@id": "lagosSpinachPlant"
3703
3703
  },
3704
3704
  {
3705
3705
  "@type": "Term",
3706
- "@id": "greenBeanPlant"
3706
+ "@id": "teffPlant"
3707
3707
  },
3708
3708
  {
3709
3709
  "@type": "Term",
3710
- "@id": "naturalForest"
3710
+ "@id": "burguPlant"
3711
3711
  },
3712
3712
  {
3713
3713
  "@type": "Term",
3714
- "@id": "bokChoyPlant"
3714
+ "@id": "severelyDegradedPasture"
3715
3715
  },
3716
3716
  {
3717
3717
  "@type": "Term",
3718
- "@id": "africanAuberginePlant"
3718
+ "@id": "colouredHoodGrassPlant"
3719
3719
  },
3720
3720
  {
3721
3721
  "@type": "Term",
3722
- "@id": "blackOatPlant"
3722
+ "@id": "hyacinthBeanVine"
3723
3723
  },
3724
3724
  {
3725
3725
  "@type": "Term",
3726
- "@id": "horoPlant"
3726
+ "@id": "teaOilCamelliaTree"
3727
3727
  },
3728
3728
  {
3729
3729
  "@type": "Term",
3730
- "@id": "musalGrassPlant"
3730
+ "@id": "hairyHerringboneGrassPlant"
3731
3731
  },
3732
3732
  {
3733
3733
  "@type": "Term",
3734
- "@id": "kikuyuPlant"
3734
+ "@id": "cynodonPlectostachyusPlant"
3735
3735
  },
3736
3736
  {
3737
3737
  "@type": "Term",
3738
- "@id": "jungleRicePlant"
3738
+ "@id": "mangosteenTree"
3739
3739
  },
3740
3740
  {
3741
3741
  "@type": "Term",
3742
- "@id": "spottedBrachiariaPlant"
3742
+ "@id": "pennisetumStramineumPlant"
3743
3743
  },
3744
3744
  {
3745
3745
  "@type": "Term",
3746
- "@id": "swampRiceGrassPlant"
3746
+ "@id": "rubberTree"
3747
3747
  },
3748
3748
  {
3749
3749
  "@type": "Term",
3750
- "@id": "gracilariaAlga"
3750
+ "@id": "wildSudanGrassPlant"
3751
3751
  },
3752
3752
  {
3753
3753
  "@type": "Term",
3754
- "@id": "ramiePlant"
3754
+ "@id": "eriochloaNubicaPlant"
3755
3755
  },
3756
3756
  {
3757
3757
  "@type": "Term",
3758
- "@id": "rambutanTree"
3758
+ "@id": "elderTree"
3759
3759
  },
3760
3760
  {
3761
3761
  "@type": "Term",
3762
- "@id": "giantReedPlant"
3762
+ "@id": "lambSLettucePlant"
3763
3763
  },
3764
3764
  {
3765
3765
  "@type": "Term",
3766
- "@id": "alangAlangPlant"
3766
+ "@id": "fonioPlant"
3767
3767
  },
3768
3768
  {
3769
3769
  "@type": "Term",
3770
- "@id": "cassavaPlant"
3770
+ "@id": "duckweedPlant"
3771
3771
  },
3772
3772
  {
3773
3773
  "@type": "Term",
3774
- "@id": "commonReedPlant"
3774
+ "@id": "custardAppleTree"
3775
3775
  },
3776
3776
  {
3777
3777
  "@type": "Term",
3778
- "@id": "swissChardPlant"
3778
+ "@id": "nutmegTree"
3779
3779
  },
3780
3780
  {
3781
3781
  "@type": "Term",
3782
- "@id": "genericCropPlant"
3782
+ "@id": "rapeseedPlant"
3783
3783
  },
3784
3784
  {
3785
3785
  "@type": "Term",
3786
- "@id": "purslanePlant"
3786
+ "@id": "centipedeGrassPlant"
3787
3787
  },
3788
3788
  {
3789
3789
  "@type": "Term",
3790
- "@id": "genericForageTree"
3790
+ "@id": "lemonTree"
3791
3791
  },
3792
3792
  {
3793
3793
  "@type": "Term",
3794
- "@id": "redCloverPlant"
3794
+ "@id": "yellowYamVine"
3795
3795
  },
3796
3796
  {
3797
3797
  "@type": "Term",
3798
- "@id": "durianTree"
3798
+ "@id": "litchiTree"
3799
3799
  },
3800
3800
  {
3801
3801
  "@type": "Term",
3802
- "@id": "runnerBeanPlant"
3802
+ "@id": "flaxPlant"
3803
3803
  },
3804
3804
  {
3805
3805
  "@type": "Term",
3806
- "@id": "glassOrHighAccessibleCover"
3806
+ "@id": "redOrachePlant"
3807
3807
  },
3808
3808
  {
3809
3809
  "@type": "Term",
3810
- "@id": "lanillaPlant"
3810
+ "@id": "mulberryTree"
3811
3811
  },
3812
3812
  {
3813
3813
  "@type": "Term",
3814
- "@id": "pennisetumTrachyphyllumPlant"
3814
+ "@id": "smallCanaryGrassPlant"
3815
3815
  },
3816
3816
  {
3817
3817
  "@type": "Term",
3818
- "@id": "umbrellaThornTree"
3818
+ "@id": "corianderPlant"
3819
3819
  },
3820
3820
  {
3821
3821
  "@type": "Term",
3822
- "@id": "nileGrassPlant"
3822
+ "@id": "nigellaPlant"
3823
3823
  },
3824
3824
  {
3825
3825
  "@type": "Term",
3826
- "@id": "pennisetumSquamulatumPlant"
3826
+ "@id": "lavenderPlant"
3827
3827
  },
3828
3828
  {
3829
3829
  "@type": "Term",
3830
- "@id": "chiliPlant"
3830
+ "@id": "rosellePlant"
3831
3831
  },
3832
3832
  {
3833
3833
  "@type": "Term",
3834
- "@id": "phormiumPlant"
3834
+ "@id": "mintPlant"
3835
3835
  },
3836
3836
  {
3837
3837
  "@type": "Term",
3838
- "@id": "lupinPlant"
3838
+ "@id": "mizunaPlant"
3839
3839
  },
3840
3840
  {
3841
3841
  "@type": "Term",
3842
- "@id": "starAppleTree"
3842
+ "@id": "bananaPlant"
3843
3843
  },
3844
3844
  {
3845
3845
  "@type": "Term",
3846
- "@id": "valerianPlant"
3846
+ "@id": "azaroleTree"
3847
3847
  },
3848
3848
  {
3849
3849
  "@type": "Term",
3850
- "@id": "commonThatchingGrassPlant"
3850
+ "@id": "quinineTree"
3851
3851
  },
3852
3852
  {
3853
3853
  "@type": "Term",
3854
- "@id": "lake"
3854
+ "@id": "permanentCropland"
3855
3855
  },
3856
3856
  {
3857
3857
  "@type": "Term",
3858
- "@id": "ugliTree"
3858
+ "@id": "rosemaryPlant"
3859
3859
  },
3860
3860
  {
3861
3861
  "@type": "Term",
3862
- "@id": "indigoPlant"
3862
+ "@id": "genericTreeCrop"
3863
3863
  },
3864
3864
  {
3865
3865
  "@type": "Term",
3866
- "@id": "pineapplePlant"
3866
+ "@id": "onionPlant"
3867
3867
  },
3868
3868
  {
3869
3869
  "@type": "Term",
3870
- "@id": "whiteSeedMelonVine"
3870
+ "@id": "strawberryPlant"
3871
3871
  },
3872
3872
  {
3873
3873
  "@type": "Term",
3874
- "@id": "courgetteVine"
3874
+ "@id": "figTree"
3875
3875
  },
3876
3876
  {
3877
3877
  "@type": "Term",
3878
- "@id": "angelicaPlant"
3878
+ "@id": "nigerPlant"
3879
3879
  },
3880
3880
  {
3881
3881
  "@type": "Term",
3882
- "@id": "longFallow"
3882
+ "@id": "carrotPlant"
3883
3883
  },
3884
3884
  {
3885
3885
  "@type": "Term",
3886
- "@id": "patienceDockPlant"
3886
+ "@id": "teaTree"
3887
3887
  },
3888
3888
  {
3889
3889
  "@type": "Term",
3890
- "@id": "plantationForest"
3890
+ "@id": "woollyFingerGrassPlant"
3891
3891
  },
3892
3892
  {
3893
3893
  "@type": "Term",
3894
- "@id": "noriAlga"
3894
+ "@id": "panicPlant"
3895
3895
  },
3896
3896
  {
3897
3897
  "@type": "Term",
3898
- "@id": "allspiceTree"
3898
+ "@id": "rocketPlant"
3899
3899
  },
3900
3900
  {
3901
3901
  "@type": "Term",
3902
- "@id": "yellowLupinPlant"
3902
+ "@id": "gooseGrassPlant"
3903
3903
  },
3904
3904
  {
3905
3905
  "@type": "Term",
3906
- "@id": "endivePlant"
3906
+ "@id": "blackseedGrassPlant"
3907
3907
  },
3908
3908
  {
3909
3909
  "@type": "Term",
3910
- "@id": "asparagusPlant"
3910
+ "@id": "salsifyPlant"
3911
3911
  },
3912
3912
  {
3913
3913
  "@type": "Term",
3914
- "@id": "koroniviaGrassPlant"
3914
+ "@id": "apricotTree"
3915
3915
  },
3916
3916
  {
3917
3917
  "@type": "Term",
3918
- "@id": "mungBeanPlant"
3918
+ "@id": "wildGarlicPlant"
3919
3919
  },
3920
3920
  {
3921
3921
  "@type": "Term",
3922
- "@id": "natalGrassPlant"
3922
+ "@id": "wheatPlant"
3923
3923
  },
3924
3924
  {
3925
3925
  "@type": "Term",
3926
- "@id": "yellowIndiangrassPlant"
3926
+ "@id": "cottonPlant"
3927
3927
  },
3928
3928
  {
3929
3929
  "@type": "Term",
3930
- "@id": "chrysanthemumPlant"
3930
+ "@id": "annualCropland"
3931
3931
  },
3932
3932
  {
3933
3933
  "@type": "Term",
3934
- "@id": "maizePlant"
3934
+ "@id": "hazelnutTree"
3935
3935
  },
3936
3936
  {
3937
3937
  "@type": "Term",
3938
- "@id": "kelpAlga"
3938
+ "@id": "gardenCressPlant"
3939
3939
  },
3940
3940
  {
3941
3941
  "@type": "Term",
3942
- "@id": "turnipPlant"
3942
+ "@id": "longBareFallow"
3943
3943
  },
3944
3944
  {
3945
3945
  "@type": "Term",
3946
- "@id": "amaranthPlant"
3946
+ "@id": "algaPlant"
3947
3947
  },
3948
3948
  {
3949
3949
  "@type": "Term",
3950
- "@id": "summerSquashVine"
3950
+ "@id": "vegetableCropPlant"
3951
3951
  },
3952
3952
  {
3953
3953
  "@type": "Term",
3954
- "@id": "tallFescuePlant"
3954
+ "@id": "mexicanTeaPlant"
3955
3955
  },
3956
3956
  {
3957
3957
  "@type": "Term",
3958
- "@id": "sheanutTree"
3958
+ "@id": "marshSamphirePlant"
3959
3959
  },
3960
3960
  {
3961
3961
  "@type": "Term",
3962
- "@id": "henequenPlant"
3962
+ "@id": "tamarilloTree"
3963
3963
  },
3964
3964
  {
3965
3965
  "@type": "Term",
3966
- "@id": "galangalPlant"
3966
+ "@id": "appleTree"
3967
3967
  },
3968
3968
  {
3969
3969
  "@type": "Term",
3970
- "@id": "congoJutePlant"
3970
+ "@id": "germanGrassPlant"
3971
3971
  },
3972
3972
  {
3973
3973
  "@type": "Term",
3974
- "@id": "molassesGrassPlant"
3974
+ "@id": "sweetPepperPlant"
3975
3975
  },
3976
3976
  {
3977
3977
  "@type": "Term",
3978
- "@id": "constructionSite"
3978
+ "@id": "scallionPlant"
3979
3979
  },
3980
3980
  {
3981
3981
  "@type": "Term",
3982
- "@id": "shrubLand"
3982
+ "@id": "cuminPlant"
3983
3983
  },
3984
3984
  {
3985
3985
  "@type": "Term",
3986
- "@id": "cocksfootPlant"
3986
+ "@id": "soybeanPlant"
3987
3987
  },
3988
3988
  {
3989
3989
  "@type": "Term",
3990
- "@id": "gingerPlant"
3990
+ "@id": "whiteYamVine"
3991
3991
  },
3992
3992
  {
3993
3993
  "@type": "Term",
3994
- "@id": "buffaloGrassPlant"
3994
+ "@id": "triticalePlant"
3995
3995
  },
3996
3996
  {
3997
3997
  "@type": "Term",
3998
- "@id": "pumpkinVine"
3998
+ "@id": "sugarBeetPlant"
3999
3999
  },
4000
4000
  {
4001
4001
  "@type": "Term",
4002
- "@id": "eddoePlant"
4002
+ "@id": "setAside"
4003
4003
  },
4004
4004
  {
4005
4005
  "@type": "Term",
4006
- "@id": "creepingBluegrassPlant"
4006
+ "@id": "masaiLoveGrassPlant"
4007
4007
  },
4008
4008
  {
4009
4009
  "@type": "Term",
4010
- "@id": "broccoliPlant"
4010
+ "@id": "largeLeafFlemingiaPlant"
4011
4011
  },
4012
4012
  {
4013
4013
  "@type": "Term",
4014
- "@id": "improvedPasture"
4014
+ "@id": "swaziGrassPlant"
4015
4015
  },
4016
4016
  {
4017
4017
  "@type": "Term",
4018
- "@id": "sorrelPlant"
4018
+ "@id": "redOatGrassPlant"
4019
4019
  },
4020
4020
  {
4021
4021
  "@type": "Term",
4022
- "@id": "columbusGrassPlant"
4022
+ "@id": "starGrassPlant"
4023
4023
  },
4024
4024
  {
4025
4025
  "@type": "Term",
4026
- "@id": "squashVine"
4026
+ "@id": "signalGrassPlant"
4027
4027
  },
4028
4028
  {
4029
4029
  "@type": "Term",
4030
- "@id": "palmyraTree"
4030
+ "@id": "sporobolusHelvolusPlant"
4031
4031
  },
4032
4032
  {
4033
4033
  "@type": "Term",
4034
- "@id": "gambaGrassPlant"
4034
+ "@id": "cushionLoveGrassPlant"
4035
4035
  },
4036
4036
  {
4037
4037
  "@type": "Term",
4038
- "@id": "fusariumVenenatum"
4038
+ "@id": "intermediateWheatgrassPlant"
4039
4039
  },
4040
4040
  {
4041
4041
  "@type": "Term",
4042
- "@id": "greyLoveGrassPlant"
4042
+ "@id": "teosintePlant"
4043
4043
  },
4044
4044
  {
4045
4045
  "@type": "Term",
4046
- "@id": "dandelionPlant"
4046
+ "@id": "rainTree"
4047
4047
  },
4048
4048
  {
4049
4049
  "@type": "Term",
4050
- "@id": "congoGrassPlant"
4050
+ "@id": "weepingLoveGrassPlant"
4051
4051
  },
4052
4052
  {
4053
4053
  "@type": "Term",
4054
- "@id": "tomatoPlant"
4054
+ "@id": "paspalidiumDesertorumPlant"
4055
4055
  },
4056
4056
  {
4057
4057
  "@type": "Term",
4058
- "@id": "giantSetariaPlant"
4058
+ "@id": "whiteSpearGrassPlant"
4059
4059
  },
4060
4060
  {
4061
4061
  "@type": "Term",
4062
- "@id": "chervilPlant"
4062
+ "@id": "kiwifruitVine"
4063
4063
  },
4064
4064
  {
4065
4065
  "@type": "Term",
4066
- "@id": "alfalfaPlant"
4066
+ "@id": "bahiaGrassPlant"
4067
4067
  },
4068
4068
  {
4069
4069
  "@type": "Term",
4070
- "@id": "cardoonPlant"
4070
+ "@id": "lindenTree"
4071
4071
  },
4072
4072
  {
4073
4073
  "@type": "Term",
4074
- "@id": "tamarindTree"
4074
+ "@id": "guarBeanPlant"
4075
4075
  },
4076
4076
  {
4077
4077
  "@type": "Term",
4078
- "@id": "pearTree"
4078
+ "@id": "avocadoTree"
4079
4079
  },
4080
4080
  {
4081
4081
  "@type": "Term",
4082
- "@id": "devilSCottonTree"
4082
+ "@id": "bayTree"
4083
4083
  },
4084
4084
  {
4085
4085
  "@type": "Term",
4086
- "@id": "blackWattleTree"
4086
+ "@id": "starAniseTree"
4087
4087
  },
4088
4088
  {
4089
4089
  "@type": "Term",
4090
- "@id": "truffleFungus"
4090
+ "@id": "bilberryPlant"
4091
4091
  },
4092
4092
  {
4093
4093
  "@type": "Term",
4094
- "@id": "sagoPalmTree"
4094
+ "@id": "bambaraBeanPlant"
4095
4095
  },
4096
4096
  {
4097
4097
  "@type": "Term",
4098
- "@id": "castorPlant"
4098
+ "@id": "cashewTree"
4099
4099
  },
4100
4100
  {
4101
4101
  "@type": "Term",
4102
- "@id": "cropland"
4102
+ "@id": "greenBeanPlant"
4103
4103
  },
4104
4104
  {
4105
4105
  "@type": "Term",
4106
- "@id": "ottochloaNodosaPlant"
4106
+ "@id": "naturalForest"
4107
4107
  },
4108
4108
  {
4109
4109
  "@type": "Term",
4110
- "@id": "jobSTearsPlant"
4110
+ "@id": "bokChoyPlant"
4111
4111
  },
4112
4112
  {
4113
4113
  "@type": "Term",
4114
- "@id": "lehmannLoveGrassPlant"
4114
+ "@id": "africanAuberginePlant"
4115
4115
  },
4116
4116
  {
4117
4117
  "@type": "Term",
4118
- "@id": "hondurasGrassPlant"
4118
+ "@id": "blackOatPlant"
4119
4119
  },
4120
4120
  {
4121
4121
  "@type": "Term",
4122
- "@id": "nadiBlueGrassPlant"
4122
+ "@id": "horoPlant"
4123
4123
  },
4124
4124
  {
4125
4125
  "@type": "Term",
4126
- "@id": "smutGrassPlant"
4126
+ "@id": "musalGrassPlant"
4127
4127
  },
4128
4128
  {
4129
4129
  "@type": "Term",
4130
- "@id": "liverseedGrassPlant"
4130
+ "@id": "kikuyuPlant"
4131
4131
  },
4132
4132
  {
4133
4133
  "@type": "Term",
4134
- "@id": "riverTamarindTree"
4134
+ "@id": "jungleRicePlant"
4135
4135
  },
4136
4136
  {
4137
4137
  "@type": "Term",
4138
- "@id": "jaraguaPlant"
4138
+ "@id": "spottedBrachiariaPlant"
4139
4139
  },
4140
4140
  {
4141
4141
  "@type": "Term",
4142
- "@id": "magueyPlant"
4142
+ "@id": "swampRiceGrassPlant"
4143
4143
  },
4144
4144
  {
4145
4145
  "@type": "Term",
4146
- "@id": "bulbousCanaryGrassPlant"
4146
+ "@id": "citronellaPlant"
4147
4147
  },
4148
4148
  {
4149
4149
  "@type": "Term",
4150
- "@id": "clementineTree"
4150
+ "@id": "hedgeLucernePlant"
4151
4151
  },
4152
4152
  {
4153
4153
  "@type": "Term",
4154
- "@id": "lemonBalmPlant"
4154
+ "@id": "liquoricePlant"
4155
4155
  },
4156
4156
  {
4157
4157
  "@type": "Term",
4158
- "@id": "echinochloaHaplocladaPlant"
4158
+ "@id": "auberginePlant"
4159
4159
  },
4160
4160
  {
4161
4161
  "@type": "Term",
4162
- "@id": "orangeTree"
4162
+ "@id": "sisalPlant"
4163
4163
  },
4164
4164
  {
4165
4165
  "@type": "Term",
4166
- "@id": "dumpSite"
4166
+ "@id": "yamVine"
4167
4167
  },
4168
4168
  {
4169
4169
  "@type": "Term",
4170
- "@id": "tanniaPlant"
4170
+ "@id": "arrowrootPlant"
4171
4171
  },
4172
4172
  {
4173
4173
  "@type": "Term",
4174
- "@id": "chickpeaPlant"
4174
+ "@id": "otherNaturalVegetation"
4175
4175
  },
4176
4176
  {
4177
4177
  "@type": "Term",
4178
- "@id": "fenugreekPlant"
4178
+ "@id": "itchgrassPlant"
4179
4179
  },
4180
4180
  {
4181
4181
  "@type": "Term",
4182
- "@id": "sassafrasTree"
4182
+ "@id": "hookGrassPlant"
4183
4183
  },
4184
4184
  {
4185
4185
  "@type": "Term",
4186
- "@id": "komatsunaPlant"
4186
+ "@id": "indianSanburPlant"
4187
4187
  },
4188
4188
  {
4189
4189
  "@type": "Term",
4190
- "@id": "pecanTree"
4190
+ "@id": "genericGrassPlant"
4191
4191
  },
4192
4192
  {
4193
4193
  "@type": "Term",
4194
- "@id": "mustardPlant"
4194
+ "@id": "marvelGrassPlant"
4195
4195
  },
4196
4196
  {
4197
4197
  "@type": "Term",
4198
- "@id": "kenafPlant"
4198
+ "@id": "poroTree"
4199
4199
  },
4200
4200
  {
4201
4201
  "@type": "Term",
4202
- "@id": "arazaTree"
4202
+ "@id": "stylosanthesCampoGrandePlant"
4203
4203
  },
4204
4204
  {
4205
4205
  "@type": "Term",
4206
- "@id": "oilCropPlant"
4206
+ "@id": "slenderBluestemPlant"
4207
4207
  },
4208
4208
  {
4209
4209
  "@type": "Term",
4210
- "@id": "marjoramPlant"
4210
+ "@id": "kachiGrassPlant"
4211
4211
  },
4212
4212
  {
4213
4213
  "@type": "Term",
4214
- "@id": "collardPlant"
4214
+ "@id": "sesbanTree"
4215
4215
  },
4216
4216
  {
4217
4217
  "@type": "Term",
4218
- "@id": "sweetGranadillaVine"
4218
+ "@id": "blueberryPlant"
4219
4219
  },
4220
4220
  {
4221
4221
  "@type": "Term",
4222
- "@id": "ervilPlant"
4222
+ "@id": "okraPlant"
4223
4223
  },
4224
4224
  {
4225
4225
  "@type": "Term",
4226
- "@id": "sweetCornPlant"
4226
+ "@id": "chrysopogonFallaxPlant"
4227
4227
  },
4228
4228
  {
4229
4229
  "@type": "Term",
4230
- "@id": "dallisGrassPlant"
4230
+ "@id": "setariaLachneaPlant"
4231
4231
  },
4232
4232
  {
4233
4233
  "@type": "Term",
4234
- "@id": "cabbagePlant"
4234
+ "@id": "sourCherryTree"
4235
4235
  },
4236
4236
  {
4237
4237
  "@type": "Term",
4238
- "@id": "asafoetidaPlant"
4238
+ "@id": "abyssinianKalePlant"
4239
4239
  },
4240
4240
  {
4241
4241
  "@type": "Term",
4242
- "@id": "basilPlant"
4242
+ "@id": "cranberryPlant"
4243
4243
  },
4244
4244
  {
4245
4245
  "@type": "Term",
4246
- "@id": "fruitCropPlant"
4246
+ "@id": "pomegranateTree"
4247
4247
  },
4248
4248
  {
4249
4249
  "@type": "Term",
4250
- "@id": "burnetPlant"
4250
+ "@id": "blanketGrassPlant"
4251
4251
  },
4252
4252
  {
4253
4253
  "@type": "Term",
4254
- "@id": "breadGrassPlant"
4254
+ "@id": "guineaGrassPlant"
4255
4255
  },
4256
4256
  {
4257
4257
  "@type": "Term",
4258
- "@id": "fibreCropPlant"
4258
+ "@id": "phyretrumPlant"
4259
4259
  },
4260
4260
  {
4261
4261
  "@type": "Term",
4262
- "@id": "armgrassMilletPlant"
4262
+ "@id": "springOnionPlant"
4263
4263
  },
4264
4264
  {
4265
4265
  "@type": "Term",
4266
- "@id": "currantPlant"
4266
+ "@id": "turmericPlant"
4267
4267
  },
4268
4268
  {
4269
4269
  "@type": "Term",
4270
- "@id": "khatTree"
4270
+ "@id": "canihuaPlant"
4271
4271
  },
4272
4272
  {
4273
4273
  "@type": "Term",
4274
- "@id": "whiteLupinPlant"
4274
+ "@id": "winterSquashVine"
4275
4275
  },
4276
4276
  {
4277
4277
  "@type": "Term",
4278
- "@id": "pineTree"
4278
+ "@id": "chineseWaterChestnutPlant"
4279
4279
  },
4280
4280
  {
4281
4281
  "@type": "Term",
4282
- "@id": "fiquePlant"
4282
+ "@id": "lovagePlant"
4283
4283
  },
4284
4284
  {
4285
4285
  "@type": "Term",
4286
- "@id": "colaTree"
4286
+ "@id": "tangeloTree"
4287
4287
  },
4288
4288
  {
4289
4289
  "@type": "Term",
4290
- "@id": "cratyliaArgenteaPlant"
4290
+ "@id": "plumTree"
4291
4291
  },
4292
4292
  {
4293
4293
  "@type": "Term",
4294
- "@id": "shortFallow"
4294
+ "@id": "blueLupinPlant"
4295
4295
  },
4296
4296
  {
4297
4297
  "@type": "Term",
4298
- "@id": "nominallyManagedPasture"
4298
+ "@id": "medlarTree"
4299
4299
  },
4300
4300
  {
4301
4301
  "@type": "Term",
4302
- "@id": "gooseberryPlant"
4302
+ "@id": "pepinoDulcePlant"
4303
4303
  },
4304
4304
  {
4305
4305
  "@type": "Term",
4306
- "@id": "rhubarbPlant"
4306
+ "@id": "purpleYamVine"
4307
4307
  },
4308
4308
  {
4309
4309
  "@type": "Term",
4310
- "@id": "guavaTree"
4310
+ "@id": "foxtailMilletPlant"
4311
4311
  },
4312
4312
  {
4313
4313
  "@type": "Term",
4314
- "@id": "bitterOrangeTree"
4314
+ "@id": "desertGrassPlant"
4315
4315
  },
4316
4316
  {
4317
4317
  "@type": "Term",
4318
- "@id": "yerbaMateTree"
4318
+ "@id": "hornedMelonVine"
4319
4319
  },
4320
4320
  {
4321
4321
  "@type": "Term",
4322
- "@id": "arrachaPlant"
4322
+ "@id": "longanTree"
4323
4323
  },
4324
4324
  {
4325
4325
  "@type": "Term",
4326
- "@id": "limeTree"
4326
+ "@id": "quinceTree"
4327
4327
  },
4328
4328
  {
4329
4329
  "@type": "Term",
4330
- "@id": "parsnipPlant"
4330
+ "@id": "sweetSorghumPlant"
4331
4331
  },
4332
4332
  {
4333
4333
  "@type": "Term",
4334
- "@id": "bungomaGrassPlant"
4334
+ "@id": "silkOakTree"
4335
4335
  },
4336
4336
  {
4337
4337
  "@type": "Term",
4338
- "@id": "quinoaPlant"
4338
+ "@id": "permanentPasture"
4339
4339
  },
4340
4340
  {
4341
4341
  "@type": "Term",
4342
- "@id": "strawberrySpinachPlant"
4342
+ "@id": "ravennaGrassPlant"
4343
4343
  },
4344
4344
  {
4345
4345
  "@type": "Term",
4346
- "@id": "lebbekTree"
4346
+ "@id": "missionGrassPlant"
4347
4347
  },
4348
4348
  {
4349
4349
  "@type": "Term",
4350
- "@id": "commonBeanPlant"
4350
+ "@id": "slenderGramaPlant"
4351
4351
  },
4352
4352
  {
4353
4353
  "@type": "Term",
4354
- "@id": "garlicPlant"
4354
+ "@id": "queenslandBlueGrassPlant"
4355
4355
  },
4356
4356
  {
4357
4357
  "@type": "Term",
4358
- "@id": "waterBody"
4358
+ "@id": "milanjeFingerGrassPlant"
4359
4359
  },
4360
4360
  {
4361
4361
  "@type": "Term",
4362
- "@id": "surinameGrassPlant"
4362
+ "@id": "mountainRedtopPlant"
4363
4363
  },
4364
4364
  {
4365
4365
  "@type": "Term",
4366
- "@id": "leptochloaOptusifloraPlant"
4366
+ "@id": "sewanGrassPlant"
4367
4367
  },
4368
4368
  {
4369
4369
  "@type": "Term",
4370
- "@id": "limpoGrassPlant"
4370
+ "@id": "chlorisPrieuriiPlant"
4371
4371
  },
4372
4372
  {
4373
4373
  "@type": "Term",
4374
- "@id": "hyparrheniaPlant"
4374
+ "@id": "agriFoodProcessor"
4375
4375
  },
4376
4376
  {
4377
4377
  "@type": "Term",
4378
- "@id": "ischaemumMuticumPlant"
4378
+ "@id": "pennisetumOrientalePlant"
4379
4379
  },
4380
4380
  {
4381
4381
  "@type": "Term",
4382
- "@id": "wireLemonGrassPlant"
4382
+ "@id": "passionfruitVine"
4383
4383
  },
4384
4384
  {
4385
4385
  "@type": "Term",
4386
- "@id": "landGrassPlant"
4386
+ "@id": "cloveTree"
4387
4387
  },
4388
4388
  {
4389
4389
  "@type": "Term",
4390
- "@id": "whiteMulberryTree"
4390
+ "@id": "pitseedGoosefootPlant"
4391
4391
  },
4392
4392
  {
4393
4393
  "@type": "Term",
4394
- "@id": "fingerMilletPlant"
4394
+ "@id": "spearGrassPlant"
4395
4395
  },
4396
4396
  {
4397
4397
  "@type": "Term",
4398
- "@id": "sainfoinPlant"
4398
+ "@id": "ricePlantFlooded"
4399
4399
  },
4400
4400
  {
4401
4401
  "@type": "Term",
4402
- "@id": "polypogonSchimperianusPlant"
4402
+ "@id": "satsumaTree"
4403
4403
  },
4404
4404
  {
4405
4405
  "@type": "Term",
4406
- "@id": "wildScrobicPlant"
4406
+ "@id": "seaKalePlant"
4407
4407
  },
4408
4408
  {
4409
4409
  "@type": "Term",
4410
- "@id": "sporobolusMarginatusPlant"
4410
+ "@id": "egyptianCrowfootGrassPlant"
4411
4411
  },
4412
4412
  {
4413
4413
  "@type": "Term",
4414
- "@id": "ubaCanePlant"
4414
+ "@id": "landCressPlant"
4415
4415
  },
4416
4416
  {
4417
4417
  "@type": "Term",
4418
- "@id": "ryegrassPlant"
4418
+ "@id": "aquaticCropPlant"
4419
4419
  },
4420
4420
  {
4421
4421
  "@type": "Term",
4422
- "@id": "yellowThatchingGrassPlant"
4422
+ "@id": "celeriacPlant"
4423
4423
  },
4424
4424
  {
4425
4425
  "@type": "Term",
4426
- "@id": "sudanGrassPlant"
4426
+ "@id": "radishPlant"
4427
4427
  },
4428
4428
  {
4429
4429
  "@type": "Term",
4430
- "@id": "winterThornTree"
4430
+ "@id": "durumWheatPlant"
4431
4431
  },
4432
4432
  {
4433
4433
  "@type": "Term",
4434
- "@id": "cucumberVine"
4434
+ "@id": "dubiGrassPlant"
4435
4435
  },
4436
4436
  {
4437
4437
  "@type": "Term",
4438
- "@id": "sweetPotatoVine"
4438
+ "@id": "tangerineTree"
4439
4439
  },
4440
4440
  {
4441
4441
  "@type": "Term",
4442
- "@id": "grapefruitTree"
4442
+ "@id": "horseradishPlant"
4443
4443
  },
4444
4444
  {
4445
4445
  "@type": "Term",
4446
- "@id": "africanNightshadePlant"
4446
+ "@id": "roseVine"
4447
4447
  },
4448
4448
  {
4449
4449
  "@type": "Term",
4450
- "@id": "aleppoGrassPlant"
4450
+ "@id": "beeBalmPlant"
4451
4451
  },
4452
4452
  {
4453
4453
  "@type": "Term",
4454
- "@id": "giantStarGrassPlant"
4454
+ "@id": "artichokePlant"
4455
4455
  },
4456
4456
  {
4457
4457
  "@type": "Term",
4458
- "@id": "coconutTree"
4458
+ "@id": "brazilNutTree"
4459
4459
  },
4460
4460
  {
4461
4461
  "@type": "Term",
4462
- "@id": "birdwoodGrassPlant"
4462
+ "@id": "breadfruitTree"
4463
4463
  },
4464
4464
  {
4465
4465
  "@type": "Term",
4466
- "@id": "hennaTree"
4466
+ "@id": "camomilePlant"
4467
4467
  },
4468
4468
  {
4469
4469
  "@type": "Term",
4470
- "@id": "prosoMilletPlant"
4470
+ "@id": "danthoniaPlant"
4471
4471
  },
4472
4472
  {
4473
4473
  "@type": "Term",
4474
- "@id": "grapesVine"
4474
+ "@id": "cardamomPlant"
4475
4475
  },
4476
4476
  {
4477
4477
  "@type": "Term",
4478
- "@id": "chivesPlant"
4478
+ "@id": "africanCouchGrassPlant"
4479
4479
  },
4480
4480
  {
4481
4481
  "@type": "Term",
4482
- "@id": "sagePlant"
4482
+ "@id": "boragePlant"
4483
4483
  },
4484
4484
  {
4485
4485
  "@type": "Term",
4486
- "@id": "scorzoneraPlant"
4486
+ "@id": "forest"
4487
4487
  },
4488
4488
  {
4489
4489
  "@type": "Term",
4490
- "@id": "palmTree"
4490
+ "@id": "beetPlant"
4491
4491
  },
4492
4492
  {
4493
4493
  "@type": "Term",
4494
- "@id": "nativePasture"
4494
+ "@id": "africanLocustBeanTree"
4495
4495
  },
4496
4496
  {
4497
4497
  "@type": "Term",
4498
- "@id": "sunflowerPlant"
4498
+ "@id": "oilPalmTree"
4499
4499
  },
4500
4500
  {
4501
4501
  "@type": "Term",
4502
- "@id": "sugarcanePlant"
4502
+ "@id": "carambolaTree"
4503
4503
  },
4504
4504
  {
4505
4505
  "@type": "Term",
4506
- "@id": "melonVine"
4506
+ "@id": "bermudaGrassPlant"
4507
4507
  },
4508
4508
  {
4509
4509
  "@type": "Term",
4510
- "@id": "cowpeaPlant"
4510
+ "@id": "chrysopogonLatifoliusPlant"
4511
4511
  },
4512
4512
  {
4513
4513
  "@type": "Term",
4514
- "@id": "cloverPlant"
4514
+ "@id": "guatemalaGrassPlant"
4515
4515
  },
4516
4516
  {
4517
4517
  "@type": "Term",
4518
- "@id": "torpedoGrassPlant"
4518
+ "@id": "arabianStarflowerPlant"
4519
4519
  },
4520
4520
  {
4521
4521
  "@type": "Term",
4522
- "@id": "tagasasteTree"
4522
+ "@id": "kohlrabiPlant"
4523
4523
  },
4524
4524
  {
4525
4525
  "@type": "Term",
4526
- "@id": "gojiBerryPlant"
4526
+ "@id": "desert"
4527
4527
  },
4528
4528
  {
4529
4529
  "@type": "Term",
4530
- "@id": "sapodillaTree"
4530
+ "@id": "goldenMilletPlant"
4531
4531
  },
4532
4532
  {
4533
4533
  "@type": "Term",
4534
- "@id": "kapokTree"
4534
+ "@id": "mnesitheaSelloanaPlant"
4535
4535
  },
4536
4536
  {
4537
4537
  "@type": "Term",
4538
- "@id": "chineseHibiscusPlant"
4538
+ "@id": "lettucePlant"
4539
4539
  },
4540
4540
  {
4541
4541
  "@type": "Term",
4542
- "@id": "saffronCrocusPlant"
4542
+ "@id": "peachTree"
4543
4543
  },
4544
4544
  {
4545
4545
  "@type": "Term",
4546
- "@id": "chineseAlbiziaTree"
4546
+ "@id": "walnutTree"
4547
4547
  },
4548
4548
  {
4549
4549
  "@type": "Term",
4550
- "@id": "loganberryPlant"
4550
+ "@id": "swedePlant"
4551
4551
  },
4552
4552
  {
4553
4553
  "@type": "Term",
4554
- "@id": "peaPlant"
4554
+ "@id": "caperPlant"
4555
4555
  },
4556
4556
  {
4557
4557
  "@type": "Term",
4558
- "@id": "buffelGrassPlant"
4558
+ "@id": "sainGrassPlant"
4559
4559
  },
4560
4560
  {
4561
4561
  "@type": "Term",
4562
- "@id": "arizonaCottontopPlant"
4562
+ "@id": "redRhodesGrassPlant"
4563
4563
  },
4564
4564
  {
4565
4565
  "@type": "Term",
4566
- "@id": "tungTree"
4566
+ "@id": "peachPalmTree"
4567
4567
  },
4568
4568
  {
4569
4569
  "@type": "Term",
4570
- "@id": "sweetCherryTree"
4570
+ "@id": "sunnHempPlant"
4571
4571
  },
4572
4572
  {
4573
4573
  "@type": "Term",
4574
- "@id": "tallowTree"
4574
+ "@id": "atlanticWakameAlga"
4575
4575
  },
4576
4576
  {
4577
4577
  "@type": "Term",
4578
- "@id": "pomeloTree"
4578
+ "@id": "papayaTree"
4579
4579
  },
4580
4580
  {
4581
4581
  "@type": "Term",
4582
- "@id": "rootOrTuberCropPlant"
4582
+ "@id": "oatPlant"
4583
4583
  },
4584
4584
  {
4585
4585
  "@type": "Term",
4586
- "@id": "industrialBuilding"
4586
+ "@id": "blackberryPlant"
4587
4587
  },
4588
4588
  {
4589
4589
  "@type": "Term",
4590
- "@id": "dewberryPlant"
4590
+ "@id": "oreganoPlant"
4591
4591
  },
4592
4592
  {
4593
4593
  "@type": "Term",
4594
- "@id": "chlorisRoxburghianaPlant"
4594
+ "@id": "aromaticCropPlant"
4595
4595
  },
4596
4596
  {
4597
4597
  "@type": "Term",
4598
- "@id": "agatiTree"
4598
+ "@id": "speltWheatPlant"
4599
4599
  },
4600
4600
  {
4601
4601
  "@type": "Term",
4602
- "@id": "bigLeafBristleGrassPlant"
4602
+ "@id": "chestnutTree"
4603
4603
  },
4604
4604
  {
4605
4605
  "@type": "Term",
4606
- "@id": "cockspurGrassPlant"
4606
+ "@id": "eucalyptusTree"
4607
4607
  },
4608
4608
  {
4609
4609
  "@type": "Term",
4610
- "@id": "pond"
4610
+ "@id": "jutePlant"
4611
4611
  },
4612
4612
  {
4613
4613
  "@type": "Term",
4614
- "@id": "mnesitheaRottboellioidesPlant"
4614
+ "@id": "rockSamphirePlant"
4615
4615
  },
4616
4616
  {
4617
4617
  "@type": "Term",
4618
- "@id": "mandarinTree"
4618
+ "@id": "lesserYamVine"
4619
4619
  },
4620
4620
  {
4621
4621
  "@type": "Term",
4622
- "@id": "chicoryPlant"
4622
+ "@id": "jojobaTree"
4623
4623
  },
4624
4624
  {
4625
4625
  "@type": "Term",
4626
- "@id": "taroPlant"
4626
+ "@id": "stimulantCropPlant"
4627
4627
  },
4628
4628
  {
4629
4629
  "@type": "Term",
4630
- "@id": "gourdVine"
4630
+ "@id": "oliveTree"
4631
4631
  },
4632
4632
  {
4633
4633
  "@type": "Term",
4634
- "@id": "gumArabicTree"
4634
+ "@id": "watermelonVine"
4635
4635
  },
4636
4636
  {
4637
4637
  "@type": "Term",
4638
- "@id": "commonNeedleGrassPlant"
4638
+ "@id": "tobaccoPlant"
4639
4639
  },
4640
4640
  {
4641
4641
  "@type": "Term",
4642
- "@id": "industrialCropPlant"
4642
+ "@id": "waterSpinachPlant"
4643
4643
  },
4644
4644
  {
4645
4645
  "@type": "Term",
4646
- "@id": "donkeyGrassPlant"
4646
+ "@id": "otherLand"
4647
4647
  },
4648
4648
  {
4649
4649
  "@type": "Term",
4650
- "@id": "caribGrassPlant"
4650
+ "@id": "wildCanePlant"
4651
4651
  },
4652
4652
  {
4653
4653
  "@type": "Term",
4654
- "@id": "jackfruitTree"
4654
+ "@id": "abacaPlant"
4655
4655
  },
4656
4656
  {
4657
4657
  "@type": "Term",
4658
- "@id": "dillPlant"
4658
+ "@id": "uradBeanPlant"
4659
4659
  },
4660
4660
  {
4661
4661
  "@type": "Term",
4662
- "@id": "buckwheatPlant"
4662
+ "@id": "magentaSpreenPlant"
4663
4663
  },
4664
4664
  {
4665
4665
  "@type": "Term",
4666
- "@id": "seaOrOcean"
4666
+ "@id": "rhodesGrassPlant"
4667
4667
  },
4668
4668
  {
4669
4669
  "@type": "Term",
4670
- "@id": "watercressPlant"
4670
+ "@id": "slenderChlorisPlant"
4671
4671
  },
4672
4672
  {
4673
4673
  "@type": "Term",
4674
- "@id": "antelopeGrassPlant"
4674
+ "@id": "wildRocketPlant"
4675
4675
  }
4676
4676
  ]
4677
4677
  },
@@ -4714,47 +4714,47 @@
4714
4714
  "results": [
4715
4715
  {
4716
4716
  "@type": "Term",
4717
- "@id": "gasolineTypeJetFuel"
4717
+ "@id": "diesel1D"
4718
4718
  },
4719
4719
  {
4720
4720
  "@type": "Term",
4721
- "@id": "diesel"
4721
+ "@id": "marineDieselOil"
4722
4722
  },
4723
4723
  {
4724
4724
  "@type": "Term",
4725
- "@id": "aviationGasoline"
4725
+ "@id": "petrolBurntIn2StrokeEngine"
4726
4726
  },
4727
4727
  {
4728
4728
  "@type": "Term",
4729
- "@id": "diesel1D"
4729
+ "@id": "gasolineTypeJetFuel"
4730
4730
  },
4731
4731
  {
4732
4732
  "@type": "Term",
4733
- "@id": "marineDieselOil"
4733
+ "@id": "diesel"
4734
4734
  },
4735
4735
  {
4736
4736
  "@type": "Term",
4737
- "@id": "petrolBurntIn2StrokeEngine"
4737
+ "@id": "aviationGasoline"
4738
4738
  },
4739
4739
  {
4740
4740
  "@type": "Term",
4741
- "@id": "diesel2D"
4741
+ "@id": "petrolBurntIn4StrokeEngine"
4742
4742
  },
4743
4743
  {
4744
4744
  "@type": "Term",
4745
- "@id": "diesel4D"
4745
+ "@id": "petrol"
4746
4746
  },
4747
4747
  {
4748
4748
  "@type": "Term",
4749
- "@id": "en590Diesel"
4749
+ "@id": "diesel2D"
4750
4750
  },
4751
4751
  {
4752
4752
  "@type": "Term",
4753
- "@id": "petrolBurntIn4StrokeEngine"
4753
+ "@id": "diesel4D"
4754
4754
  },
4755
4755
  {
4756
4756
  "@type": "Term",
4757
- "@id": "petrol"
4757
+ "@id": "en590Diesel"
4758
4758
  }
4759
4759
  ]
4760
4760
  },
@@ -4784,23 +4784,23 @@
4784
4784
  "results": [
4785
4785
  {
4786
4786
  "@type": "Term",
4787
- "@id": "milkYieldPerSheepRaw"
4787
+ "@id": "milkYieldPerBuffaloRaw"
4788
4788
  },
4789
4789
  {
4790
4790
  "@type": "Term",
4791
- "@id": "milkYieldPerGoatRaw"
4791
+ "@id": "milkYieldPerCamelRaw"
4792
4792
  },
4793
4793
  {
4794
4794
  "@type": "Term",
4795
- "@id": "milkYieldPerCowRaw"
4795
+ "@id": "milkYieldPerSheepRaw"
4796
4796
  },
4797
4797
  {
4798
4798
  "@type": "Term",
4799
- "@id": "milkYieldPerBuffaloRaw"
4799
+ "@id": "milkYieldPerGoatRaw"
4800
4800
  },
4801
4801
  {
4802
4802
  "@type": "Term",
4803
- "@id": "milkYieldPerCamelRaw"
4803
+ "@id": "milkYieldPerCowRaw"
4804
4804
  },
4805
4805
  {
4806
4806
  "@type": "Term",
@@ -4919,35 +4919,35 @@
4919
4919
  "results": [
4920
4920
  {
4921
4921
  "@type": "Term",
4922
- "@id": "verticalTillage"
4922
+ "@id": "fullTillage"
4923
4923
  },
4924
4924
  {
4925
4925
  "@type": "Term",
4926
- "@id": "deepTillage"
4926
+ "@id": "minimumTillage"
4927
4927
  },
4928
4928
  {
4929
4929
  "@type": "Term",
4930
- "@id": "mulchTillage"
4930
+ "@id": "verticalTillage"
4931
4931
  },
4932
4932
  {
4933
4933
  "@type": "Term",
4934
- "@id": "stripTillage"
4934
+ "@id": "noTillage"
4935
4935
  },
4936
4936
  {
4937
4937
  "@type": "Term",
4938
- "@id": "noTillage"
4938
+ "@id": "ridgeTillage"
4939
4939
  },
4940
4940
  {
4941
4941
  "@type": "Term",
4942
- "@id": "ridgeTillage"
4942
+ "@id": "deepTillage"
4943
4943
  },
4944
4944
  {
4945
4945
  "@type": "Term",
4946
- "@id": "fullTillage"
4946
+ "@id": "mulchTillage"
4947
4947
  },
4948
4948
  {
4949
4949
  "@type": "Term",
4950
- "@id": "minimumTillage"
4950
+ "@id": "stripTillage"
4951
4951
  },
4952
4952
  {
4953
4953
  "@type": "Term",
@@ -5038,15 +5038,15 @@
5038
5038
  },
5039
5039
  {
5040
5040
  "@type": "Term",
5041
- "@id": "ureaFormaldehydeKgN"
5041
+ "@id": "sulphurCoatedUreaKgN"
5042
5042
  },
5043
5043
  {
5044
5044
  "@type": "Term",
5045
- "@id": "sulphurCoatedUreaKgN"
5045
+ "@id": "ureaAmmoniumNitrateKgN"
5046
5046
  },
5047
5047
  {
5048
5048
  "@type": "Term",
5049
- "@id": "ureaAmmoniumNitrateKgN"
5049
+ "@id": "ureaFormaldehydeKgN"
5050
5050
  },
5051
5051
  {
5052
5052
  "@type": "Term",