diff --git a/.Rbuildignore b/.Rbuildignore index 5ed9f831..b0b7cd52 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -4,4 +4,6 @@ ^docs$ ^Meta$ ^dev$ -^DEV$ \ No newline at end of file +^DEV$ +^\.github$ +^codecov\.yml$ diff --git a/.github/.gitignore b/.github/.gitignore new file mode 100644 index 00000000..2d19fc76 --- /dev/null +++ b/.github/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml new file mode 100644 index 00000000..271d466e --- /dev/null +++ b/.github/workflows/R-CMD-check.yaml @@ -0,0 +1,46 @@ +# Workflow derived from https://github.com/r-lib/actions/tree/master/examples +# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help +on: + push: + branches: [main, master] + pull_request: + branches: [main, master] + +name: R-CMD-check + +jobs: + R-CMD-check: + runs-on: ${{ matrix.config.os }} + + name: ${{ matrix.config.os }} (${{ matrix.config.r }}) + + strategy: + fail-fast: false + matrix: + config: + - {os: macOS-latest, r: 'release'} + - {os: windows-latest, r: 'release'} + - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} + - {os: ubuntu-latest, r: 'release'} + - {os: ubuntu-latest, r: 'oldrel-1'} + + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + R_KEEP_PKG_SOURCE: yes + + steps: + - uses: actions/checkout@v2 + + - uses: r-lib/actions/setup-pandoc@v1 + + - uses: r-lib/actions/setup-r@v1 + with: + r-version: ${{ matrix.config.r }} + http-user-agent: ${{ matrix.config.http-user-agent }} + use-public-rspm: true + + - uses: r-lib/actions/setup-r-dependencies@v1 + with: + extra-packages: rcmdcheck + + - uses: r-lib/actions/check-r-package@v1 diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml new file mode 100644 index 00000000..63cbb18a --- /dev/null +++ b/.github/workflows/pkgdown.yaml @@ -0,0 +1,35 @@ +# Workflow derived from https://github.com/r-lib/actions/tree/master/examples +# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help +on: + push: + branches: [main, master] + release: + types: [published] + workflow_dispatch: + +name: pkgdown + +jobs: + pkgdown: + runs-on: ubuntu-latest + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + steps: + - uses: actions/checkout@v2 + + - uses: r-lib/actions/setup-pandoc@v1 + + - uses: r-lib/actions/setup-r@v1 + with: + use-public-rspm: true + + - uses: r-lib/actions/setup-r-dependencies@v1 + with: + extra-packages: pkgdown + needs: website + + - name: Deploy package + run: | + git config --local user.name "$GITHUB_ACTOR" + git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com" + Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)' diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml new file mode 100644 index 00000000..fa026b12 --- /dev/null +++ b/.github/workflows/test-coverage.yaml @@ -0,0 +1,30 @@ +# Workflow derived from https://github.com/r-lib/actions/tree/master/examples +# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help +on: + push: + branches: [main, master, development] + pull_request: + branches: [main, master, development] + +name: test-coverage + +jobs: + test-coverage: + runs-on: ubuntu-latest + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + + steps: + - uses: actions/checkout@v2 + + - uses: r-lib/actions/setup-r@v1 + with: + use-public-rspm: true + + - uses: r-lib/actions/setup-r-dependencies@v1 + with: + extra-packages: covr + + - name: Test coverage + run: covr::codecov() + shell: Rscript {0} diff --git a/.gitignore b/.gitignore index c4893f12..543c0559 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ Meta dev/*.tif dev/*.gpkg dev/*brp19.Rdata -dev/brp*.rds \ No newline at end of file +dev/brp*.rds diff --git a/DESCRIPTION b/DESCRIPTION index 38c77b85..2011ba5f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,17 +1,18 @@ Package: OBIC Type: Package -Title: Functions for the Open Bodem Index (OBI) -Version: 1.0.4 +Title: Calculate the Open Bodem Index (OBI) score +Version: 2.0.0 Authors@R: c( person("Sven", "Verweij", email = "sven.verweij@nmi-agro.nl", role = c("aut","cre")), person("Gerard", "Ros", email = "gerard.ros@nmi-agro.nl", role = "aut"), person("Job", "de Pater", email = "job.depater@nmi-agro.nl", role = "ctb"), person("Yuki", "Fujita", email = "yuki.fujita@nmi-agro.nl", role = "ctb"), - person("Nutriënten Managment Instituut", email = "nmi@nmi-agro.nl", role = "cph"), - person("Brent", "Riechelman", email = 'brent.riechelman@nmi-agro.nl', role = "ctb")) -Description: This package can be used to calculate the Open Bodem Index (OBI). - The OBI is a tool that evaluate the soil of agricultural fields based on four main criteria: chemical, physical, biological and managment. + person("Brent", "Riechelman", email = 'brent.riechelman@nmi-agro.nl', role = "ctb"), + person("Nutriënten Managment Instituut", email = "nmi@nmi-agro.nl", role = "cph")) +Description: The Open Bodem Index (OBI) is a method to evaluate soils of agricultural fields. + This score is base on four main criteria: chemical, physical, biological and managment. These four criteria consist of more than 21 indicators to get an comprehensive picture of the soil. + The OBIC is an implementation of the the Open Bodem Index (OBI) and can be used to calculate the scores, indicators and derivatives that are used by the OBI More information about the Open Bodem Index can be found a https://www.openbodemindex.nl/. Depends: R (>= 3.5.0) @@ -23,9 +24,12 @@ URL: https://github.com/AgroCares/Open-Bodem-Index-Calculator BugReports: https://github.com/AgroCares/Open-Bodem-Index-Calculator/issues Encoding: UTF-8 LazyData: true -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 Suggests: testthat (>= 2.1.0), knitr, - rmarkdown + rmarkdown, + ggplot2, + patchwork, + covr VignetteBuilder: knitr diff --git a/DEV/data/aaltjes_gewas_schema.csv b/DEV/data/aaltjes_gewas_schema.csv new file mode 100644 index 00000000..5ecd93d6 --- /dev/null +++ b/DEV/data/aaltjes_gewas_schema.csv @@ -0,0 +1,7060 @@ +"","crop","name_scientific","propagation","damage","cultivar_dependent","serotype_dependent","dalgrond","klei","loess","zand","zavel","info","name_common","nema_name","grondsoort","groen_br","groen_vs","groen_od","groen_ls","groen_st","crop_name_scientific" +"1","aardappel","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"2","aardappel","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"3","aardappel","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"4","aardappel","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"5","aardappel","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"6","aardappel","Ditylenchus_destructor","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"7","aardappel","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"8","aardappel","Globodera_rostochiensis_of_pallida","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"9","aardappel","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"10","aardappel","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"11","aardappel","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"12","aardappel","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"13","aardappel","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"14","aardappel","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"15","aardappel","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"16","aardappel","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"17","aardappel","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"18","aardappel","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"19","aardappel","Meloidogyne_chitwoodi","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"20","aardappel","Meloidogyne_fallax","sterk","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"21","aardappel","Meloidogyne_hapla","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"22","aardappel","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"23","aardappel","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"24","aardappel","Paratrichodorus_pachydermus","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"25","aardappel","Paratrichodorus_teres","weinig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"26","aardappel","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"27","aardappel","Pratylenchus_crenatus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"28","aardappel","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"29","aardappel","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"30","aardappel","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"31","aardappel","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"32","aardappel","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"33","aardappel","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"34","aardappel","Rotylenchus_uniformis","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"35","aardappel","Tabaksratelvirus","matig","zwaar",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"36","aardappel","Trichodorus_primitivus","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"37","aardappel","Trichodorus_similis","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"38","aardappel","Tylenchorhynchus_dubius","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"39","aardappel","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"solanum tuberosum" +"40","aardbei","Aphelenchoides_fragariae","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"41","aardbei","Aphelenchoides_ritzemabosi","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"42","aardbei","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"43","aardbei","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"44","aardbei","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"45","aardbei","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"46","aardbei","Ditylenchus_dipsaci","weinig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"47","aardbei","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"48","aardbei","Helicotylenchus_spp.","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"49","aardbei","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"50","aardbei","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"51","aardbei","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"52","aardbei","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"53","aardbei","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"54","aardbei","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"55","aardbei","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"56","aardbei","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"57","aardbei","Longidorus_elongatus","weinig","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"58","aardbei","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"59","aardbei","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"60","aardbei","Meloidogyne_hapla","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"61","aardbei","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"62","aardbei","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"63","aardbei","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"64","aardbei","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"65","aardbei","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"66","aardbei","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"67","aardbei","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"68","aardbei","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"69","aardbei","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"70","aardbei","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"71","aardbei","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"72","aardbei","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"73","aardbei","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"74","aardbei","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"75","aardbei","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"76","aardbei","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"77","aardbei","Tylenchorhynchus_dubius","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"78","aardbei","Xiphinema_diversicaudatum","onbekend","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fragaria x ananassa" +"79","abies","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"80","abies","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"81","abies","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"82","abies","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"83","abies","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"84","abies","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"85","abies","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"86","abies","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"87","abies","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"88","abies","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"89","abies","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"90","abies","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"91","abies","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"92","abies","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"93","abies","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"94","abies","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"95","abies","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"96","abies","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"97","abies","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"98","abies","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"99","abies","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"100","abies","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"101","abies","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"102","abies","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"103","abies","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"104","abies","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"105","abies","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"106","abies","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"107","abies","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"108","abies","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"109","abies","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"110","abies","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"111","abies","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"112","abies","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"113","abies","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"114","abies","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"115","abies","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"116","abies","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"117","abies","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"118","acer","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"119","acer","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"120","acer","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"121","acer","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"122","acer","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"123","acer","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"124","acer","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"125","acer","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"126","acer","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"127","acer","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"128","acer","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"129","acer","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"130","acer","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"131","acer","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"132","acer","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"133","acer","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"134","acer","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"135","acer","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"136","acer","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"137","acer","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"138","acer","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"139","acer","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"140","acer","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"141","acer","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"142","acer","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"143","acer","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"144","acer","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"145","acer","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"146","acer","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"147","acer","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"148","acer","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"149","acer","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"150","acer","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"151","acer","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"152","acer","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"153","acer","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"154","acer","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"155","acer","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"156","acer","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"157","aconitum","Aphelenchoides_fragariae","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"158","aconitum","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"159","aconitum","Aphelenchoides_spp.","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"160","aconitum","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"161","aconitum","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"162","aconitum","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"163","aconitum","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"164","aconitum","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"165","aconitum","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"166","aconitum","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"167","aconitum","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"168","aconitum","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"169","aconitum","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"170","aconitum","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"171","aconitum","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"172","aconitum","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"173","aconitum","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"174","aconitum","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"175","aconitum","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"176","aconitum","Meloidogyne_fallax","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"177","aconitum","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"178","aconitum","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"179","aconitum","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"180","aconitum","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"181","aconitum","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"182","aconitum","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"183","aconitum","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"184","aconitum","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"185","aconitum","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"186","aconitum","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"187","aconitum","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"188","aconitum","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"189","aconitum","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"190","aconitum","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"191","aconitum","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"192","aconitum","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"193","aconitum","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"194","aconitum","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"195","aconitum","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aconitum" +"196","alexandrijnse_klaver_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"197","alexandrijnse_klaver_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"198","alexandrijnse_klaver_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"199","alexandrijnse_klaver_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"200","alexandrijnse_klaver_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"201","alexandrijnse_klaver_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"202","alexandrijnse_klaver_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"203","alexandrijnse_klaver_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"204","alexandrijnse_klaver_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"205","alexandrijnse_klaver_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"206","alexandrijnse_klaver_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"207","alexandrijnse_klaver_br","Heterodera_betae","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"208","alexandrijnse_klaver_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"209","alexandrijnse_klaver_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"210","alexandrijnse_klaver_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"211","alexandrijnse_klaver_br","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"212","alexandrijnse_klaver_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"213","alexandrijnse_klaver_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"214","alexandrijnse_klaver_br","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"215","alexandrijnse_klaver_br","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"216","alexandrijnse_klaver_br","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"217","alexandrijnse_klaver_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"218","alexandrijnse_klaver_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"219","alexandrijnse_klaver_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"220","alexandrijnse_klaver_br","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"221","alexandrijnse_klaver_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"222","alexandrijnse_klaver_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"223","alexandrijnse_klaver_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"224","alexandrijnse_klaver_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"225","alexandrijnse_klaver_br","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"226","alexandrijnse_klaver_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"227","alexandrijnse_klaver_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"228","alexandrijnse_klaver_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"229","alexandrijnse_klaver_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"230","alexandrijnse_klaver_br","Tabaksratelvirus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"231","alexandrijnse_klaver_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"232","alexandrijnse_klaver_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"233","alexandrijnse_klaver_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"234","alexandrijnse_klaver_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium alexandrinum" +"235","allium","Aphelenchoides_fragariae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"236","allium","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"237","allium","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"238","allium","Aphelenchoides_subtenuis","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"239","allium","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"240","allium","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"241","allium","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"242","allium","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"243","allium","Helicotylenchus_spp.","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"244","allium","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"245","allium","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"246","allium","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"247","allium","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"248","allium","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"249","allium","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"250","allium","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"251","allium","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"252","allium","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"253","allium","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"254","allium","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"255","allium","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"256","allium","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"257","allium","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"258","allium","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"259","allium","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"260","allium","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"261","allium","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"262","allium","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"263","allium","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"264","allium","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"265","allium","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"266","allium","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"267","allium","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"268","allium","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"269","allium","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"270","allium","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"271","allium","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"272","allium","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"273","allium","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium" +"274","amelanchier","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"275","amelanchier","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"276","amelanchier","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"277","amelanchier","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"278","amelanchier","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"279","amelanchier","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"280","amelanchier","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"281","amelanchier","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"282","amelanchier","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"283","amelanchier","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"284","amelanchier","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"285","amelanchier","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"286","amelanchier","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"287","amelanchier","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"288","amelanchier","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"289","amelanchier","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"290","amelanchier","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"291","amelanchier","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"292","amelanchier","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"293","amelanchier","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"294","amelanchier","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"295","amelanchier","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"296","amelanchier","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"297","amelanchier","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"298","amelanchier","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"299","amelanchier","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"300","amelanchier","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"301","amelanchier","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"302","amelanchier","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"303","amelanchier","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"304","amelanchier","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"305","amelanchier","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"306","amelanchier","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"307","amelanchier","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"308","amelanchier","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"309","amelanchier","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"310","amelanchier","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"311","amelanchier","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"312","amelanchier","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"amelanchier" +"313","andijvie","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"314","andijvie","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"315","andijvie","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"316","andijvie","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"317","andijvie","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"318","andijvie","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"319","andijvie","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"320","andijvie","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"321","andijvie","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"322","andijvie","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"323","andijvie","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"324","andijvie","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"325","andijvie","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"326","andijvie","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"327","andijvie","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"328","andijvie","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"329","andijvie","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"330","andijvie","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"331","andijvie","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"332","andijvie","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"333","andijvie","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"334","andijvie","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"335","andijvie","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"336","andijvie","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"337","andijvie","Paratrichodorus_teres","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"338","andijvie","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"339","andijvie","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"340","andijvie","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"341","andijvie","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"342","andijvie","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"343","andijvie","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"344","andijvie","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"345","andijvie","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"346","andijvie","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"347","andijvie","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"348","andijvie","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"349","andijvie","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"350","andijvie","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"351","andijvie","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chicorium endivia" +"352","anemone","Aphelenchoides_fragariae","sterk","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"353","anemone","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"354","anemone","Aphelenchoides_spp.","sterk","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"355","anemone","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"356","anemone","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"357","anemone","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"358","anemone","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"359","anemone","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"360","anemone","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"361","anemone","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"362","anemone","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"363","anemone","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"364","anemone","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"365","anemone","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"366","anemone","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"367","anemone","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"368","anemone","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"369","anemone","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"370","anemone","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"371","anemone","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"372","anemone","Meloidogyne_hapla","sterk","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"373","anemone","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"374","anemone","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"375","anemone","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"376","anemone","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"377","anemone","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"378","anemone","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"379","anemone","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"380","anemone","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"381","anemone","Pratylenchus_penetrans","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"382","anemone","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"383","anemone","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"384","anemone","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"385","anemone","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"386","anemone","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"387","anemone","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"388","anemone","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"389","anemone","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"390","anemone","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"anemone" +"391","asperge","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"392","asperge","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"393","asperge","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"394","asperge","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"395","asperge","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"396","asperge","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"397","asperge","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"398","asperge","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"399","asperge","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"400","asperge","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"401","asperge","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"402","asperge","Heterodera_betae","natuurlijke_afname","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"403","asperge","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"404","asperge","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"405","asperge","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"406","asperge","Heterodera_schachtii","natuurlijke_afname","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"407","asperge","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"408","asperge","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"409","asperge","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"410","asperge","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"411","asperge","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"412","asperge","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"413","asperge","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"414","asperge","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"415","asperge","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"416","asperge","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"417","asperge","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"418","asperge","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"419","asperge","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"420","asperge","Pratylenchus_penetrans","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"421","asperge","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"422","asperge","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"423","asperge","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"424","asperge","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"425","asperge","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"426","asperge","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"427","asperge","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"428","asperge","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"429","asperge","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"asparagus officinalis" +"430","aster","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"431","aster","Aphelenchoides_ritzemabosi","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"432","aster","Aphelenchoides_spp.","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"433","aster","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"434","aster","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"435","aster","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"436","aster","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"437","aster","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"438","aster","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"439","aster","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"440","aster","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"441","aster","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"442","aster","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"443","aster","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"444","aster","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"445","aster","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"446","aster","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"447","aster","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"448","aster","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"449","aster","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"450","aster","Meloidogyne_hapla","sterk","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"451","aster","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"452","aster","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"453","aster","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"454","aster","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"455","aster","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"456","aster","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"457","aster","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"458","aster","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"459","aster","Pratylenchus_penetrans","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"460","aster","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"461","aster","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"462","aster","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"463","aster","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"464","aster","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"465","aster","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"466","aster","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"467","aster","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"468","aster","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"aster" +"469","astilbe","Aphelenchoides_fragariae","sterk","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"470","astilbe","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"471","astilbe","Aphelenchoides_spp.","sterk","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"472","astilbe","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"473","astilbe","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"474","astilbe","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"475","astilbe","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"476","astilbe","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"477","astilbe","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"478","astilbe","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"479","astilbe","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"480","astilbe","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"481","astilbe","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"482","astilbe","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"483","astilbe","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"484","astilbe","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"485","astilbe","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"486","astilbe","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"487","astilbe","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"488","astilbe","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"489","astilbe","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"490","astilbe","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"491","astilbe","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"492","astilbe","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"493","astilbe","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"494","astilbe","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"495","astilbe","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"496","astilbe","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"497","astilbe","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"498","astilbe","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"499","astilbe","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"500","astilbe","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"501","astilbe","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"502","astilbe","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"503","astilbe","Tabaksratelvirus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"504","astilbe","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"505","astilbe","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"506","astilbe","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"507","astilbe","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"astible" +"508","betula","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"509","betula","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"510","betula","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"511","betula","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"512","betula","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"513","betula","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"514","betula","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"515","betula","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"516","betula","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"517","betula","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"518","betula","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"519","betula","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"520","betula","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"521","betula","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"522","betula","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"523","betula","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"524","betula","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"525","betula","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"526","betula","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"527","betula","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"528","betula","Meloidogyne_hapla","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"529","betula","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"530","betula","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"531","betula","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"532","betula","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"533","betula","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"534","betula","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"535","betula","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"536","betula","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"537","betula","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"538","betula","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"539","betula","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"540","betula","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"541","betula","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"542","betula","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"543","betula","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"544","betula","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"545","betula","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"546","betula","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"betula" +"547","bladkool_ls","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"548","bladkool_ls","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"549","bladkool_ls","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"550","bladkool_ls","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"551","bladkool_ls","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"552","bladkool_ls","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"553","bladkool_ls","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"554","bladkool_ls","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"555","bladkool_ls","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"556","bladkool_ls","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"557","bladkool_ls","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"558","bladkool_ls","Heterodera_betae","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"559","bladkool_ls","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"560","bladkool_ls","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"561","bladkool_ls","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"562","bladkool_ls","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"563","bladkool_ls","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"564","bladkool_ls","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"565","bladkool_ls","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"566","bladkool_ls","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"567","bladkool_ls","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"568","bladkool_ls","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"569","bladkool_ls","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"570","bladkool_ls","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"571","bladkool_ls","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"572","bladkool_ls","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"573","bladkool_ls","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"574","bladkool_ls","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"575","bladkool_ls","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"576","bladkool_ls","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"577","bladkool_ls","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"578","bladkool_ls","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"579","bladkool_ls","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"580","bladkool_ls","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"581","bladkool_ls","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"582","bladkool_ls","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"583","bladkool_ls","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"584","bladkool_ls","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"585","bladkool_ls","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"brassica rapa" +"586","bladkool_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"587","bladkool_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"588","bladkool_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"589","bladkool_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"590","bladkool_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"591","bladkool_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"592","bladkool_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"593","bladkool_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"594","bladkool_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"595","bladkool_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"596","bladkool_vs","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"597","bladkool_vs","Heterodera_betae","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"598","bladkool_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"599","bladkool_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"600","bladkool_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"601","bladkool_vs","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"602","bladkool_vs","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"603","bladkool_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"604","bladkool_vs","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"605","bladkool_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"606","bladkool_vs","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"607","bladkool_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"608","bladkool_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"609","bladkool_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"610","bladkool_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"611","bladkool_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"612","bladkool_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"613","bladkool_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"614","bladkool_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"615","bladkool_vs","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"616","bladkool_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"617","bladkool_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"618","bladkool_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"619","bladkool_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"620","bladkool_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"621","bladkool_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"622","bladkool_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"623","bladkool_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"624","bladkool_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"brassica rapa" +"625","bladrammenas_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"626","bladrammenas_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"627","bladrammenas_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"628","bladrammenas_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"629","bladrammenas_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"630","bladrammenas_br","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"631","bladrammenas_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"632","bladrammenas_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"633","bladrammenas_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"634","bladrammenas_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"635","bladrammenas_br","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"636","bladrammenas_br","Heterodera_betae","actieve_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"637","bladrammenas_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"638","bladrammenas_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"639","bladrammenas_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"640","bladrammenas_br","Heterodera_schachtii","actieve_afname","geen",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"641","bladrammenas_br","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"642","bladrammenas_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"643","bladrammenas_br","Meloidogyne_chitwoodi","natuurlijke_afname","weinig",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"644","bladrammenas_br","Meloidogyne_fallax","matig","geen",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"645","bladrammenas_br","Meloidogyne_hapla","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"646","bladrammenas_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"647","bladrammenas_br","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"648","bladrammenas_br","Paratrichodorus_pachydermus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"649","bladrammenas_br","Paratrichodorus_teres","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"650","bladrammenas_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"651","bladrammenas_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"652","bladrammenas_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"653","bladrammenas_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"654","bladrammenas_br","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"655","bladrammenas_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"656","bladrammenas_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"657","bladrammenas_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"658","bladrammenas_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"659","bladrammenas_br","Tabaksratelvirus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"660","bladrammenas_br","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"661","bladrammenas_br","Trichodorus_similis","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"662","bladrammenas_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"663","bladrammenas_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"raphanus sativus" +"664","bladrammenas_ls","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"665","bladrammenas_ls","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"666","bladrammenas_ls","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"667","bladrammenas_ls","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"668","bladrammenas_ls","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"669","bladrammenas_ls","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"670","bladrammenas_ls","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"671","bladrammenas_ls","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"672","bladrammenas_ls","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"673","bladrammenas_ls","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"674","bladrammenas_ls","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"675","bladrammenas_ls","Heterodera_betae","natuurlijke_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"676","bladrammenas_ls","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"677","bladrammenas_ls","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"678","bladrammenas_ls","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"679","bladrammenas_ls","Heterodera_schachtii","natuurlijke_afname","geen",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"680","bladrammenas_ls","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"681","bladrammenas_ls","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"682","bladrammenas_ls","Meloidogyne_chitwoodi","natuurlijke_afname","weinig",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"683","bladrammenas_ls","Meloidogyne_fallax","matig","geen",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"684","bladrammenas_ls","Meloidogyne_hapla","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"685","bladrammenas_ls","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"686","bladrammenas_ls","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"687","bladrammenas_ls","Paratrichodorus_pachydermus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"688","bladrammenas_ls","Paratrichodorus_teres","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"689","bladrammenas_ls","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"690","bladrammenas_ls","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"691","bladrammenas_ls","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"692","bladrammenas_ls","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"693","bladrammenas_ls","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"694","bladrammenas_ls","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"695","bladrammenas_ls","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"696","bladrammenas_ls","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"697","bladrammenas_ls","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"698","bladrammenas_ls","Tabaksratelvirus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"699","bladrammenas_ls","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"700","bladrammenas_ls","Trichodorus_similis","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"701","bladrammenas_ls","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"702","bladrammenas_ls","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"raphanus sativus" +"703","bladrammenas_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"704","bladrammenas_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"705","bladrammenas_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"706","bladrammenas_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"707","bladrammenas_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"708","bladrammenas_vs","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"709","bladrammenas_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"710","bladrammenas_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"711","bladrammenas_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"712","bladrammenas_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"713","bladrammenas_vs","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"714","bladrammenas_vs","Heterodera_betae","actieve_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"715","bladrammenas_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"716","bladrammenas_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"717","bladrammenas_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"718","bladrammenas_vs","Heterodera_schachtii","actieve_afname","geen",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"719","bladrammenas_vs","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"720","bladrammenas_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"721","bladrammenas_vs","Meloidogyne_chitwoodi","natuurlijke_afname","weinig",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"722","bladrammenas_vs","Meloidogyne_fallax","matig","geen",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"723","bladrammenas_vs","Meloidogyne_hapla","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"724","bladrammenas_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"725","bladrammenas_vs","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"726","bladrammenas_vs","Paratrichodorus_pachydermus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"727","bladrammenas_vs","Paratrichodorus_teres","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"728","bladrammenas_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"729","bladrammenas_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"730","bladrammenas_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"731","bladrammenas_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"732","bladrammenas_vs","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"733","bladrammenas_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"734","bladrammenas_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"735","bladrammenas_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"736","bladrammenas_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"737","bladrammenas_vs","Tabaksratelvirus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"738","bladrammenas_vs","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"739","bladrammenas_vs","Trichodorus_similis","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"740","bladrammenas_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"741","bladrammenas_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"raphanus sativus" +"742","blauwmaanzaad","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"743","blauwmaanzaad","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"744","blauwmaanzaad","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"745","blauwmaanzaad","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"746","blauwmaanzaad","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"747","blauwmaanzaad","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"748","blauwmaanzaad","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"749","blauwmaanzaad","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"750","blauwmaanzaad","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"751","blauwmaanzaad","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"752","blauwmaanzaad","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"753","blauwmaanzaad","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"754","blauwmaanzaad","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"755","blauwmaanzaad","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"756","blauwmaanzaad","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"757","blauwmaanzaad","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"758","blauwmaanzaad","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"759","blauwmaanzaad","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"760","blauwmaanzaad","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"761","blauwmaanzaad","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"762","blauwmaanzaad","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"763","blauwmaanzaad","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"764","blauwmaanzaad","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"765","blauwmaanzaad","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"766","blauwmaanzaad","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"767","blauwmaanzaad","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"768","blauwmaanzaad","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"769","blauwmaanzaad","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"770","blauwmaanzaad","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"771","blauwmaanzaad","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"772","blauwmaanzaad","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"773","blauwmaanzaad","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"774","blauwmaanzaad","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"775","blauwmaanzaad","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"776","blauwmaanzaad","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"777","blauwmaanzaad","Trichodorus_primitivus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"778","blauwmaanzaad","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"779","blauwmaanzaad","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"780","blauwmaanzaad","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver somniferum" +"781","bloemkool","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"782","bloemkool","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"783","bloemkool","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"784","bloemkool","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"785","bloemkool","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"786","bloemkool","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"787","bloemkool","Ditylenchus_dipsaci","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"788","bloemkool","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"789","bloemkool","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"790","bloemkool","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"791","bloemkool","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"792","bloemkool","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"793","bloemkool","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"794","bloemkool","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"795","bloemkool","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"796","bloemkool","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"797","bloemkool","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"798","bloemkool","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"799","bloemkool","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"800","bloemkool","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"801","bloemkool","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"802","bloemkool","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"803","bloemkool","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"804","bloemkool","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"805","bloemkool","Paratrichodorus_teres","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"806","bloemkool","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"807","bloemkool","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"808","bloemkool","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"809","bloemkool","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"810","bloemkool","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"811","bloemkool","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"812","bloemkool","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"813","bloemkool","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"814","bloemkool","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"815","bloemkool","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"816","bloemkool","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"817","bloemkool","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"818","bloemkool","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"819","bloemkool","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"820","boerenkool","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"821","boerenkool","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"822","boerenkool","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"823","boerenkool","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"824","boerenkool","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"825","boerenkool","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"826","boerenkool","Ditylenchus_dipsaci","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"827","boerenkool","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"828","boerenkool","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"829","boerenkool","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"830","boerenkool","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"831","boerenkool","Heterodera_betae","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"832","boerenkool","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"833","boerenkool","Heterodera_cruciferae","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"834","boerenkool","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"835","boerenkool","Heterodera_schachtii","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"836","boerenkool","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"837","boerenkool","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"838","boerenkool","Meloidogyne_chitwoodi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"839","boerenkool","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"840","boerenkool","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"841","boerenkool","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"842","boerenkool","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"843","boerenkool","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"844","boerenkool","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"845","boerenkool","Paratylenchus_bukowinensis","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"846","boerenkool","Pratylenchus_crenatus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"847","boerenkool","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"848","boerenkool","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"849","boerenkool","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"850","boerenkool","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"851","boerenkool","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"852","boerenkool","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"853","boerenkool","Rotylenchus_uniformis","matig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"854","boerenkool","Tabaksratelvirus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"855","boerenkool","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"856","boerenkool","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"857","boerenkool","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"858","boerenkool","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"859","broccoli","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"860","broccoli","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"861","broccoli","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"862","broccoli","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"863","broccoli","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"864","broccoli","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"865","broccoli","Ditylenchus_dipsaci","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"866","broccoli","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"867","broccoli","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"868","broccoli","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"869","broccoli","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"870","broccoli","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"871","broccoli","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"872","broccoli","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"873","broccoli","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"874","broccoli","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"875","broccoli","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"876","broccoli","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"877","broccoli","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"878","broccoli","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"879","broccoli","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"880","broccoli","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"881","broccoli","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"882","broccoli","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"883","broccoli","Paratrichodorus_teres","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"884","broccoli","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"885","broccoli","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"886","broccoli","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"887","broccoli","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"888","broccoli","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"889","broccoli","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"890","broccoli","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"891","broccoli","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"892","broccoli","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"893","broccoli","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"894","broccoli","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"895","broccoli","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"896","broccoli","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"897","broccoli","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"898","buxus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"899","buxus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"900","buxus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"901","buxus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"902","buxus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"903","buxus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"904","buxus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"905","buxus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"906","buxus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"907","buxus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"908","buxus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"909","buxus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"910","buxus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"911","buxus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"912","buxus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"913","buxus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"914","buxus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"915","buxus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"916","buxus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"917","buxus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"918","buxus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"919","buxus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"920","buxus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"921","buxus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"922","buxus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"923","buxus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"924","buxus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"925","buxus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"926","buxus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"927","buxus","Pratylenchus_penetrans","actieve_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"928","buxus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"929","buxus","Pratylenchus_vulnus","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"930","buxus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"931","buxus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"932","buxus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"933","buxus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"934","buxus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"935","buxus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"936","buxus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"buxus" +"937","camassia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"938","camassia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"939","camassia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"940","camassia","Aphelenchoides_subtenuis","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"941","camassia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"942","camassia","Ditylenchus_destructor","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"943","camassia","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"944","camassia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"945","camassia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"946","camassia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"947","camassia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"948","camassia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"949","camassia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"950","camassia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"951","camassia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"952","camassia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"953","camassia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"954","camassia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"955","camassia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"956","camassia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"957","camassia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"958","camassia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"959","camassia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"960","camassia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"961","camassia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"962","camassia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"963","camassia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"964","camassia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"965","camassia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"966","camassia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"967","camassia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"968","camassia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"969","camassia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"970","camassia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"971","camassia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"972","camassia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"973","camassia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"974","camassia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"975","camassia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"camassia" +"976","campanula","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"977","campanula","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"978","campanula","Aphelenchoides_spp.","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"979","campanula","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"980","campanula","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"981","campanula","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"982","campanula","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"983","campanula","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"984","campanula","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"985","campanula","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"986","campanula","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"987","campanula","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"988","campanula","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"989","campanula","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"990","campanula","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"991","campanula","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"992","campanula","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"993","campanula","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"994","campanula","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"995","campanula","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"996","campanula","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"997","campanula","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"998","campanula","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"999","campanula","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1000","campanula","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1001","campanula","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1002","campanula","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1003","campanula","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1004","campanula","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1005","campanula","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1006","campanula","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1007","campanula","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1008","campanula","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1009","campanula","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1010","campanula","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1011","campanula","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1012","campanula","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1013","campanula","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1014","campanula","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"campanula" +"1015","carpinus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1016","carpinus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1017","carpinus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1018","carpinus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1019","carpinus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1020","carpinus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1021","carpinus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1022","carpinus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1023","carpinus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1024","carpinus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1025","carpinus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1026","carpinus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1027","carpinus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1028","carpinus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1029","carpinus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1030","carpinus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1031","carpinus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1032","carpinus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1033","carpinus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1034","carpinus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1035","carpinus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1036","carpinus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1037","carpinus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1038","carpinus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1039","carpinus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1040","carpinus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1041","carpinus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1042","carpinus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1043","carpinus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1044","carpinus","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1045","carpinus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1046","carpinus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1047","carpinus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1048","carpinus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1049","carpinus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1050","carpinus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1051","carpinus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1052","carpinus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1053","carpinus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"1054","chamaecyparis","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1055","chamaecyparis","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1056","chamaecyparis","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1057","chamaecyparis","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1058","chamaecyparis","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1059","chamaecyparis","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1060","chamaecyparis","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1061","chamaecyparis","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1062","chamaecyparis","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1063","chamaecyparis","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1064","chamaecyparis","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1065","chamaecyparis","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1066","chamaecyparis","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1067","chamaecyparis","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1068","chamaecyparis","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1069","chamaecyparis","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1070","chamaecyparis","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1071","chamaecyparis","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1072","chamaecyparis","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1073","chamaecyparis","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1074","chamaecyparis","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1075","chamaecyparis","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1076","chamaecyparis","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1077","chamaecyparis","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1078","chamaecyparis","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1079","chamaecyparis","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1080","chamaecyparis","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1081","chamaecyparis","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1082","chamaecyparis","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1083","chamaecyparis","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1084","chamaecyparis","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1085","chamaecyparis","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1086","chamaecyparis","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1087","chamaecyparis","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1088","chamaecyparis","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1089","chamaecyparis","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1090","chamaecyparis","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1091","chamaecyparis","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1092","chamaecyparis","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chamaecyparis" +"1093","chinese_kool","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1094","chinese_kool","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1095","chinese_kool","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1096","chinese_kool","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1097","chinese_kool","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1098","chinese_kool","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1099","chinese_kool","Ditylenchus_dipsaci","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1100","chinese_kool","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1101","chinese_kool","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1102","chinese_kool","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1103","chinese_kool","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1104","chinese_kool","Heterodera_betae","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1105","chinese_kool","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1106","chinese_kool","Heterodera_cruciferae","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1107","chinese_kool","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1108","chinese_kool","Heterodera_schachtii","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1109","chinese_kool","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1110","chinese_kool","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1111","chinese_kool","Meloidogyne_chitwoodi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1112","chinese_kool","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1113","chinese_kool","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1114","chinese_kool","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1115","chinese_kool","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1116","chinese_kool","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1117","chinese_kool","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1118","chinese_kool","Paratylenchus_bukowinensis","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1119","chinese_kool","Pratylenchus_crenatus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1120","chinese_kool","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1121","chinese_kool","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1122","chinese_kool","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1123","chinese_kool","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1124","chinese_kool","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1125","chinese_kool","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1126","chinese_kool","Rotylenchus_uniformis","matig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1127","chinese_kool","Tabaksratelvirus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1128","chinese_kool","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1129","chinese_kool","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1130","chinese_kool","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1131","chinese_kool","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica rapa" +"1132","chionodoxa","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1133","chionodoxa","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1134","chionodoxa","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1135","chionodoxa","Aphelenchoides_subtenuis","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1136","chionodoxa","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1137","chionodoxa","Ditylenchus_destructor","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1138","chionodoxa","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1139","chionodoxa","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1140","chionodoxa","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1141","chionodoxa","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1142","chionodoxa","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1143","chionodoxa","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1144","chionodoxa","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1145","chionodoxa","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1146","chionodoxa","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1147","chionodoxa","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1148","chionodoxa","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1149","chionodoxa","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1150","chionodoxa","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1151","chionodoxa","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1152","chionodoxa","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1153","chionodoxa","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1154","chionodoxa","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1155","chionodoxa","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1156","chionodoxa","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1157","chionodoxa","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1158","chionodoxa","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1159","chionodoxa","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1160","chionodoxa","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1161","chionodoxa","Pratylenchus_penetrans","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1162","chionodoxa","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1163","chionodoxa","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1164","chionodoxa","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1165","chionodoxa","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1166","chionodoxa","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1167","chionodoxa","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1168","chionodoxa","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1169","chionodoxa","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1170","chionodoxa","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chionodoxa" +"1171","cichorei","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1172","cichorei","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1173","cichorei","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1174","cichorei","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1175","cichorei","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1176","cichorei","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1177","cichorei","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1178","cichorei","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1179","cichorei","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1180","cichorei","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1181","cichorei","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1182","cichorei","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1183","cichorei","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1184","cichorei","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1185","cichorei","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1186","cichorei","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1187","cichorei","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1188","cichorei","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1189","cichorei","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1190","cichorei","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1191","cichorei","Meloidogyne_hapla","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1192","cichorei","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1193","cichorei","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1194","cichorei","Paratrichodorus_pachydermus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1195","cichorei","Paratrichodorus_teres","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1196","cichorei","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1197","cichorei","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1198","cichorei","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1199","cichorei","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1200","cichorei","Pratylenchus_penetrans","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1201","cichorei","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1202","cichorei","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1203","cichorei","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1204","cichorei","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1205","cichorei","Tabaksratelvirus","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1206","cichorei","Trichodorus_primitivus","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1207","cichorei","Trichodorus_similis","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1208","cichorei","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1209","cichorei","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"1210","colchicum","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1211","colchicum","Aphelenchoides_ritzemabosi","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1212","colchicum","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1213","colchicum","Aphelenchoides_subtenuis","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1214","colchicum","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1215","colchicum","Ditylenchus_destructor","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1216","colchicum","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1217","colchicum","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1218","colchicum","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1219","colchicum","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1220","colchicum","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1221","colchicum","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1222","colchicum","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1223","colchicum","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1224","colchicum","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1225","colchicum","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1226","colchicum","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1227","colchicum","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1228","colchicum","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1229","colchicum","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1230","colchicum","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1231","colchicum","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1232","colchicum","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1233","colchicum","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1234","colchicum","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1235","colchicum","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1236","colchicum","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1237","colchicum","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1238","colchicum","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1239","colchicum","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1240","colchicum","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1241","colchicum","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1242","colchicum","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1243","colchicum","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1244","colchicum","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1245","colchicum","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1246","colchicum","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1247","colchicum","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1248","colchicum","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"colchicum" +"1249","convallaria","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1250","convallaria","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1251","convallaria","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1252","convallaria","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1253","convallaria","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1254","convallaria","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1255","convallaria","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1256","convallaria","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1257","convallaria","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1258","convallaria","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1259","convallaria","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1260","convallaria","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1261","convallaria","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1262","convallaria","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1263","convallaria","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1264","convallaria","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1265","convallaria","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1266","convallaria","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1267","convallaria","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1268","convallaria","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1269","convallaria","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1270","convallaria","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1271","convallaria","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1272","convallaria","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1273","convallaria","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1274","convallaria","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1275","convallaria","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1276","convallaria","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1277","convallaria","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1278","convallaria","Pratylenchus_penetrans","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1279","convallaria","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1280","convallaria","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1281","convallaria","Praylenchus_convallaria","onbekend","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1282","convallaria","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1283","convallaria","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1284","convallaria","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1285","convallaria","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1286","convallaria","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1287","convallaria","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"convallaria" +"1288","cornus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1289","cornus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1290","cornus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1291","cornus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1292","cornus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1293","cornus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1294","cornus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1295","cornus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1296","cornus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1297","cornus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1298","cornus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1299","cornus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1300","cornus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1301","cornus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1302","cornus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1303","cornus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1304","cornus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1305","cornus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1306","cornus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1307","cornus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1308","cornus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1309","cornus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1310","cornus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1311","cornus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1312","cornus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1313","cornus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1314","cornus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1315","cornus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1316","cornus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1317","cornus","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1318","cornus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1319","cornus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1320","cornus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1321","cornus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1322","cornus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1323","cornus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1324","cornus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1325","cornus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1326","cornus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cornus" +"1327","courgette","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1328","courgette","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1329","courgette","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1330","courgette","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1331","courgette","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1332","courgette","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1333","courgette","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1334","courgette","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1335","courgette","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1336","courgette","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1337","courgette","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1338","courgette","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1339","courgette","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1340","courgette","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1341","courgette","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1342","courgette","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1343","courgette","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1344","courgette","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1345","courgette","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1346","courgette","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1347","courgette","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1348","courgette","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1349","courgette","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1350","courgette","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1351","courgette","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1352","courgette","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1353","courgette","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1354","courgette","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1355","courgette","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1356","courgette","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1357","courgette","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1358","courgette","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1359","courgette","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1360","courgette","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1361","courgette","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1362","courgette","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1363","courgette","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1364","courgette","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1365","courgette","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita pepo" +"1366","crataegus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1367","crataegus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1368","crataegus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1369","crataegus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1370","crataegus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1371","crataegus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1372","crataegus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1373","crataegus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1374","crataegus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1375","crataegus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1376","crataegus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1377","crataegus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1378","crataegus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1379","crataegus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1380","crataegus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1381","crataegus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1382","crataegus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1383","crataegus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1384","crataegus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1385","crataegus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1386","crataegus","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1387","crataegus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1388","crataegus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1389","crataegus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1390","crataegus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1391","crataegus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1392","crataegus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1393","crataegus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1394","crataegus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1395","crataegus","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1396","crataegus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1397","crataegus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1398","crataegus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1399","crataegus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1400","crataegus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1401","crataegus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1402","crataegus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1403","crataegus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1404","crataegus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crataegus" +"1405","crocosmia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1406","crocosmia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1407","crocosmia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1408","crocosmia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1409","crocosmia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1410","crocosmia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1411","crocosmia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1412","crocosmia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1413","crocosmia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1414","crocosmia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1415","crocosmia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1416","crocosmia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1417","crocosmia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1418","crocosmia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1419","crocosmia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1420","crocosmia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1421","crocosmia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1422","crocosmia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1423","crocosmia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1424","crocosmia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1425","crocosmia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1426","crocosmia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1427","crocosmia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1428","crocosmia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1429","crocosmia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1430","crocosmia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1431","crocosmia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1432","crocosmia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1433","crocosmia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1434","crocosmia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1435","crocosmia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1436","crocosmia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1437","crocosmia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1438","crocosmia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1439","crocosmia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1440","crocosmia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1441","crocosmia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1442","crocosmia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1443","crocosmia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocosmia" +"1444","dahlia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1445","dahlia","Aphelenchoides_ritzemabosi","weinig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1446","dahlia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1447","dahlia","Aphelenchoides_subtenuis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1448","dahlia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1449","dahlia","Ditylenchus_destructor","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1450","dahlia","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1451","dahlia","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1452","dahlia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1453","dahlia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1454","dahlia","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1455","dahlia","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1456","dahlia","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1457","dahlia","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1458","dahlia","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1459","dahlia","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1460","dahlia","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1461","dahlia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1462","dahlia","Meloidogyne_chitwoodi","sterk","zwaar",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1463","dahlia","Meloidogyne_fallax","sterk","zwaar",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1464","dahlia","Meloidogyne_hapla","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1465","dahlia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1466","dahlia","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1467","dahlia","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1468","dahlia","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1469","dahlia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1470","dahlia","Pratylenchus_crenatus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1471","dahlia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1472","dahlia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1473","dahlia","Pratylenchus_penetrans","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1474","dahlia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1475","dahlia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1476","dahlia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1477","dahlia","Rotylenchus_uniformis","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1478","dahlia","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1479","dahlia","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1480","dahlia","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1481","dahlia","Tylenchorhynchus_dubius","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1482","dahlia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"dahlia" +"1483","delphinium","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1484","delphinium","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1485","delphinium","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1486","delphinium","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1487","delphinium","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1488","delphinium","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1489","delphinium","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1490","delphinium","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1491","delphinium","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1492","delphinium","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1493","delphinium","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1494","delphinium","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1495","delphinium","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1496","delphinium","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1497","delphinium","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1498","delphinium","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1499","delphinium","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1500","delphinium","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1501","delphinium","Meloidogyne_chitwoodi","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1502","delphinium","Meloidogyne_fallax","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1503","delphinium","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1504","delphinium","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1505","delphinium","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1506","delphinium","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1507","delphinium","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1508","delphinium","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1509","delphinium","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1510","delphinium","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1511","delphinium","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1512","delphinium","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1513","delphinium","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1514","delphinium","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1515","delphinium","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1516","delphinium","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1517","delphinium","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1518","delphinium","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1519","delphinium","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1520","delphinium","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1521","delphinium","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"delphinium" +"1522","engels_raaigras","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1523","engels_raaigras","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1524","engels_raaigras","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1525","engels_raaigras","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1526","engels_raaigras","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1527","engels_raaigras","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1528","engels_raaigras","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1529","engels_raaigras","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1530","engels_raaigras","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1531","engels_raaigras","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1532","engels_raaigras","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1533","engels_raaigras","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1534","engels_raaigras","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1535","engels_raaigras","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1536","engels_raaigras","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1537","engels_raaigras","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1538","engels_raaigras","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1539","engels_raaigras","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1540","engels_raaigras","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1541","engels_raaigras","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1542","engels_raaigras","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1543","engels_raaigras","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1544","engels_raaigras","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1545","engels_raaigras","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1546","engels_raaigras","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1547","engels_raaigras","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1548","engels_raaigras","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1549","engels_raaigras","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1550","engels_raaigras","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1551","engels_raaigras","Pratylenchus_penetrans","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1552","engels_raaigras","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1553","engels_raaigras","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1554","engels_raaigras","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1555","engels_raaigras","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1556","engels_raaigras","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1557","engels_raaigras","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1558","engels_raaigras","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1559","engels_raaigras","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1560","engels_raaigras","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1561","engels_raaigras_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1562","engels_raaigras_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1563","engels_raaigras_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1564","engels_raaigras_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1565","engels_raaigras_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1566","engels_raaigras_br","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1567","engels_raaigras_br","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1568","engels_raaigras_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1569","engels_raaigras_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1570","engels_raaigras_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1571","engels_raaigras_br","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1572","engels_raaigras_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1573","engels_raaigras_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1574","engels_raaigras_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1575","engels_raaigras_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1576","engels_raaigras_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1577","engels_raaigras_br","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1578","engels_raaigras_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1579","engels_raaigras_br","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1580","engels_raaigras_br","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1581","engels_raaigras_br","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1582","engels_raaigras_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1583","engels_raaigras_br","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1584","engels_raaigras_br","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1585","engels_raaigras_br","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1586","engels_raaigras_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1587","engels_raaigras_br","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1588","engels_raaigras_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1589","engels_raaigras_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1590","engels_raaigras_br","Pratylenchus_penetrans","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1591","engels_raaigras_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1592","engels_raaigras_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1593","engels_raaigras_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1594","engels_raaigras_br","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1595","engels_raaigras_br","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1596","engels_raaigras_br","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1597","engels_raaigras_br","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1598","engels_raaigras_br","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1599","engels_raaigras_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium perenne" +"1600","engels_raaigras_od","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1601","engels_raaigras_od","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1602","engels_raaigras_od","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1603","engels_raaigras_od","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1604","engels_raaigras_od","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1605","engels_raaigras_od","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1606","engels_raaigras_od","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1607","engels_raaigras_od","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1608","engels_raaigras_od","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1609","engels_raaigras_od","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1610","engels_raaigras_od","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1611","engels_raaigras_od","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1612","engels_raaigras_od","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1613","engels_raaigras_od","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1614","engels_raaigras_od","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1615","engels_raaigras_od","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1616","engels_raaigras_od","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1617","engels_raaigras_od","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1618","engels_raaigras_od","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1619","engels_raaigras_od","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1620","engels_raaigras_od","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1621","engels_raaigras_od","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1622","engels_raaigras_od","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1623","engels_raaigras_od","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1624","engels_raaigras_od","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1625","engels_raaigras_od","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1626","engels_raaigras_od","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1627","engels_raaigras_od","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1628","engels_raaigras_od","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1629","engels_raaigras_od","Pratylenchus_penetrans","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1630","engels_raaigras_od","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1631","engels_raaigras_od","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1632","engels_raaigras_od","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1633","engels_raaigras_od","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1634","engels_raaigras_od","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1635","engels_raaigras_od","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1636","engels_raaigras_od","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1637","engels_raaigras_od","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1638","engels_raaigras_od","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium perenne" +"1639","engels_raaigras_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1640","engels_raaigras_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1641","engels_raaigras_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1642","engels_raaigras_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1643","engels_raaigras_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1644","engels_raaigras_vs","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1645","engels_raaigras_vs","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1646","engels_raaigras_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1647","engels_raaigras_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1648","engels_raaigras_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1649","engels_raaigras_vs","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1650","engels_raaigras_vs","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1651","engels_raaigras_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1652","engels_raaigras_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1653","engels_raaigras_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1654","engels_raaigras_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1655","engels_raaigras_vs","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1656","engels_raaigras_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1657","engels_raaigras_vs","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1658","engels_raaigras_vs","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1659","engels_raaigras_vs","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1660","engels_raaigras_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1661","engels_raaigras_vs","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1662","engels_raaigras_vs","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1663","engels_raaigras_vs","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1664","engels_raaigras_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1665","engels_raaigras_vs","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1666","engels_raaigras_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1667","engels_raaigras_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1668","engels_raaigras_vs","Pratylenchus_penetrans","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1669","engels_raaigras_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1670","engels_raaigras_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1671","engels_raaigras_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1672","engels_raaigras_vs","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1673","engels_raaigras_vs","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1674","engels_raaigras_vs","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1675","engels_raaigras_vs","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1676","engels_raaigras_vs","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1677","engels_raaigras_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium perenne" +"1678","eremurus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1679","eremurus","Aphelenchoides_ritzemabosi","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1680","eremurus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1681","eremurus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1682","eremurus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1683","eremurus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1684","eremurus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1685","eremurus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1686","eremurus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1687","eremurus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1688","eremurus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1689","eremurus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1690","eremurus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1691","eremurus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1692","eremurus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1693","eremurus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1694","eremurus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1695","eremurus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1696","eremurus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1697","eremurus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1698","eremurus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1699","eremurus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1700","eremurus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1701","eremurus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1702","eremurus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1703","eremurus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1704","eremurus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1705","eremurus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1706","eremurus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1707","eremurus","Pratylenchus_penetrans","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1708","eremurus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1709","eremurus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1710","eremurus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1711","eremurus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1712","eremurus","Tabaksratelvirus","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1713","eremurus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1714","eremurus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1715","eremurus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1716","eremurus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eremurus" +"1717","erwt","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1718","erwt","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1719","erwt","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1720","erwt","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1721","erwt","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1722","erwt","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1723","erwt","Ditylenchus_dipsaci","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1724","erwt","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1725","erwt","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1726","erwt","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1727","erwt","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1728","erwt","Heterodera_betae","natuurlijke_afname","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1729","erwt","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1730","erwt","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1731","erwt","Heterodera_goettingiana","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1732","erwt","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1733","erwt","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1734","erwt","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1735","erwt","Meloidogyne_chitwoodi","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1736","erwt","Meloidogyne_fallax","weinig","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1737","erwt","Meloidogyne_hapla","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1738","erwt","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1739","erwt","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1740","erwt","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1741","erwt","Paratrichodorus_teres","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1742","erwt","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1743","erwt","Pratylenchus_crenatus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1744","erwt","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1745","erwt","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1746","erwt","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1747","erwt","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1748","erwt","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1749","erwt","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1750","erwt","Rotylenchus_uniformis","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1751","erwt","Tabaksratelvirus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1752","erwt","Trichodorus_primitivus","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1753","erwt","Trichodorus_similis","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1754","erwt","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1755","erwt","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pisum sativum" +"1756","erythronium","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1757","erythronium","Aphelenchoides_ritzemabosi","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1758","erythronium","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1759","erythronium","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1760","erythronium","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1761","erythronium","Ditylenchus_destructor","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1762","erythronium","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1763","erythronium","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1764","erythronium","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1765","erythronium","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1766","erythronium","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1767","erythronium","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1768","erythronium","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1769","erythronium","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1770","erythronium","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1771","erythronium","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1772","erythronium","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1773","erythronium","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1774","erythronium","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1775","erythronium","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1776","erythronium","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1777","erythronium","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1778","erythronium","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1779","erythronium","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1780","erythronium","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1781","erythronium","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1782","erythronium","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1783","erythronium","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1784","erythronium","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1785","erythronium","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1786","erythronium","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1787","erythronium","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1788","erythronium","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1789","erythronium","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1790","erythronium","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1791","erythronium","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1792","erythronium","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1793","erythronium","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1794","erythronium","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"erythronium" +"1795","esdoorn","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1796","esdoorn","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1797","esdoorn","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1798","esdoorn","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1799","esdoorn","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1800","esdoorn","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1801","esdoorn","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1802","esdoorn","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1803","esdoorn","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1804","esdoorn","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1805","esdoorn","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1806","esdoorn","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1807","esdoorn","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1808","esdoorn","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1809","esdoorn","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1810","esdoorn","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1811","esdoorn","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1812","esdoorn","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1813","esdoorn","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1814","esdoorn","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1815","esdoorn","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1816","esdoorn","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1817","esdoorn","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1818","esdoorn","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1819","esdoorn","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1820","esdoorn","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1821","esdoorn","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1822","esdoorn","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1823","esdoorn","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1824","esdoorn","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1825","esdoorn","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1826","esdoorn","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1827","esdoorn","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1828","esdoorn","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1829","esdoorn","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1830","esdoorn","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1831","esdoorn","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1832","esdoorn","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1833","esdoorn","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"acer" +"1834","ethiopische_mosterd","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1835","ethiopische_mosterd","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1836","ethiopische_mosterd","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1837","ethiopische_mosterd","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1838","ethiopische_mosterd","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1839","ethiopische_mosterd","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1840","ethiopische_mosterd","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1841","ethiopische_mosterd","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1842","ethiopische_mosterd","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1843","ethiopische_mosterd","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1844","ethiopische_mosterd","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1845","ethiopische_mosterd","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1846","ethiopische_mosterd","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1847","ethiopische_mosterd","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1848","ethiopische_mosterd","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1849","ethiopische_mosterd","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1850","ethiopische_mosterd","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1851","ethiopische_mosterd","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1852","ethiopische_mosterd","Meloidogyne_chitwoodi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1853","ethiopische_mosterd","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1854","ethiopische_mosterd","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1855","ethiopische_mosterd","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1856","ethiopische_mosterd","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1857","ethiopische_mosterd","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1858","ethiopische_mosterd","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1859","ethiopische_mosterd","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1860","ethiopische_mosterd","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1861","ethiopische_mosterd","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1862","ethiopische_mosterd","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1863","ethiopische_mosterd","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1864","ethiopische_mosterd","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1865","ethiopische_mosterd","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1866","ethiopische_mosterd","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1867","ethiopische_mosterd","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1868","ethiopische_mosterd","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1869","ethiopische_mosterd","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1870","ethiopische_mosterd","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1871","ethiopische_mosterd","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1872","ethiopische_mosterd","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica carinata" +"1873","euonymus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1874","euonymus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1875","euonymus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1876","euonymus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1877","euonymus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1878","euonymus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1879","euonymus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1880","euonymus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1881","euonymus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1882","euonymus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1883","euonymus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1884","euonymus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1885","euonymus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1886","euonymus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1887","euonymus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1888","euonymus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1889","euonymus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1890","euonymus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1891","euonymus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1892","euonymus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1893","euonymus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1894","euonymus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1895","euonymus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1896","euonymus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1897","euonymus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1898","euonymus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1899","euonymus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1900","euonymus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1901","euonymus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1902","euonymus","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1903","euonymus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1904","euonymus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1905","euonymus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1906","euonymus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1907","euonymus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1908","euonymus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1909","euonymus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1910","euonymus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1911","euonymus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE," euonymus" +"1912","facelia_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1913","facelia_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1914","facelia_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1915","facelia_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1916","facelia_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1917","facelia_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1918","facelia_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1919","facelia_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1920","facelia_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1921","facelia_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1922","facelia_br","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1923","facelia_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1924","facelia_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1925","facelia_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1926","facelia_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1927","facelia_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1928","facelia_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1929","facelia_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1930","facelia_br","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1931","facelia_br","Meloidogyne_fallax","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1932","facelia_br","Meloidogyne_hapla","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1933","facelia_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1934","facelia_br","Meloidogyne_naasi","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1935","facelia_br","Paratrichodorus_pachydermus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1936","facelia_br","Paratrichodorus_teres","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1937","facelia_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1938","facelia_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1939","facelia_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1940","facelia_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1941","facelia_br","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1942","facelia_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1943","facelia_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1944","facelia_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1945","facelia_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1946","facelia_br","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1947","facelia_br","Trichodorus_primitivus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1948","facelia_br","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1949","facelia_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1950","facelia_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1951","facelia_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1952","facelia_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1953","facelia_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1954","facelia_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1955","facelia_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1956","facelia_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1957","facelia_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1958","facelia_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1959","facelia_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1960","facelia_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1961","facelia_vs","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1962","facelia_vs","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1963","facelia_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1964","facelia_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1965","facelia_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1966","facelia_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1967","facelia_vs","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1968","facelia_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1969","facelia_vs","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1970","facelia_vs","Meloidogyne_fallax","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1971","facelia_vs","Meloidogyne_hapla","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1972","facelia_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1973","facelia_vs","Meloidogyne_naasi","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1974","facelia_vs","Paratrichodorus_pachydermus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1975","facelia_vs","Paratrichodorus_teres","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1976","facelia_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1977","facelia_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1978","facelia_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1979","facelia_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1980","facelia_vs","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1981","facelia_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1982","facelia_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1983","facelia_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1984","facelia_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1985","facelia_vs","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1986","facelia_vs","Trichodorus_primitivus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1987","facelia_vs","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1988","facelia_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1989","facelia_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"phacelia tanacetifolia" +"1990","fagus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1991","fagus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1992","fagus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1993","fagus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1994","fagus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1995","fagus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1996","fagus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1997","fagus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1998","fagus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"1999","fagus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2000","fagus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2001","fagus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2002","fagus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2003","fagus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2004","fagus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2005","fagus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2006","fagus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2007","fagus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2008","fagus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2009","fagus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2010","fagus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2011","fagus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2012","fagus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2013","fagus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2014","fagus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2015","fagus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2016","fagus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2017","fagus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2018","fagus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2019","fagus","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2020","fagus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2021","fagus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2022","fagus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2023","fagus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2024","fagus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2025","fagus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2026","fagus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2027","fagus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2028","fagus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fagus" +"2029","fraxinus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2030","fraxinus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2031","fraxinus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2032","fraxinus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2033","fraxinus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2034","fraxinus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2035","fraxinus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2036","fraxinus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2037","fraxinus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2038","fraxinus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2039","fraxinus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2040","fraxinus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2041","fraxinus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2042","fraxinus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2043","fraxinus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2044","fraxinus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2045","fraxinus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2046","fraxinus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2047","fraxinus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2048","fraxinus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2049","fraxinus","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2050","fraxinus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2051","fraxinus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2052","fraxinus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2053","fraxinus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2054","fraxinus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2055","fraxinus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2056","fraxinus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2057","fraxinus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2058","fraxinus","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2059","fraxinus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2060","fraxinus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2061","fraxinus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2062","fraxinus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2063","fraxinus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2064","fraxinus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2065","fraxinus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2066","fraxinus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2067","fraxinus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fraxinus" +"2068","freesia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2069","freesia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2070","freesia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2071","freesia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2072","freesia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2073","freesia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2074","freesia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2075","freesia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2076","freesia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2077","freesia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2078","freesia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2079","freesia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2080","freesia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2081","freesia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2082","freesia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2083","freesia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2084","freesia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2085","freesia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2086","freesia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2087","freesia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2088","freesia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2089","freesia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2090","freesia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2091","freesia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2092","freesia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2093","freesia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2094","freesia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2095","freesia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2096","freesia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2097","freesia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2098","freesia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2099","freesia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2100","freesia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2101","freesia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2102","freesia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2103","freesia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2104","freesia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2105","freesia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2106","freesia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"freesia" +"2107","fritillaria","Aphelenchoides_fragariae","onbekend","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2108","fritillaria","Aphelenchoides_ritzemabosi","onbekend","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2109","fritillaria","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2110","fritillaria","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2111","fritillaria","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2112","fritillaria","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2113","fritillaria","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2114","fritillaria","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2115","fritillaria","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2116","fritillaria","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2117","fritillaria","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2118","fritillaria","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2119","fritillaria","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2120","fritillaria","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2121","fritillaria","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2122","fritillaria","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2123","fritillaria","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2124","fritillaria","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2125","fritillaria","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2126","fritillaria","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2127","fritillaria","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2128","fritillaria","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2129","fritillaria","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2130","fritillaria","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2131","fritillaria","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2132","fritillaria","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2133","fritillaria","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2134","fritillaria","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2135","fritillaria","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2136","fritillaria","Pratylenchus_penetrans","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2137","fritillaria","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2138","fritillaria","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2139","fritillaria","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2140","fritillaria","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2141","fritillaria","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2142","fritillaria","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2143","fritillaria","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2144","fritillaria","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2145","fritillaria","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"fritillaria" +"2146","galanthus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2147","galanthus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2148","galanthus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2149","galanthus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2150","galanthus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2151","galanthus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2152","galanthus","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2153","galanthus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2154","galanthus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2155","galanthus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2156","galanthus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2157","galanthus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2158","galanthus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2159","galanthus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2160","galanthus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2161","galanthus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2162","galanthus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2163","galanthus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2164","galanthus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2165","galanthus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2166","galanthus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2167","galanthus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2168","galanthus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2169","galanthus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2170","galanthus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2171","galanthus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2172","galanthus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2173","galanthus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2174","galanthus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2175","galanthus","Pratylenchus_penetrans","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2176","galanthus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2177","galanthus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2178","galanthus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2179","galanthus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2180","galanthus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2181","galanthus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2182","galanthus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2183","galanthus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2184","galanthus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galanthus" +"2185","galtonia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2186","galtonia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2187","galtonia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2188","galtonia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2189","galtonia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2190","galtonia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2191","galtonia","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2192","galtonia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2193","galtonia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2194","galtonia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2195","galtonia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2196","galtonia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2197","galtonia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2198","galtonia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2199","galtonia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2200","galtonia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2201","galtonia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2202","galtonia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2203","galtonia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2204","galtonia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2205","galtonia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2206","galtonia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2207","galtonia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2208","galtonia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2209","galtonia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2210","galtonia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2211","galtonia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2212","galtonia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2213","galtonia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2214","galtonia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2215","galtonia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2216","galtonia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2217","galtonia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2218","galtonia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2219","galtonia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2220","galtonia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2221","galtonia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2222","galtonia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2223","galtonia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"galtonia" +"2224","gele_mosterd_ls","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2225","gele_mosterd_ls","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2226","gele_mosterd_ls","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2227","gele_mosterd_ls","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2228","gele_mosterd_ls","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2229","gele_mosterd_ls","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2230","gele_mosterd_ls","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2231","gele_mosterd_ls","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2232","gele_mosterd_ls","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2233","gele_mosterd_ls","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2234","gele_mosterd_ls","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2235","gele_mosterd_ls","Heterodera_betae","natuurlijke_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2236","gele_mosterd_ls","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2237","gele_mosterd_ls","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2238","gele_mosterd_ls","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2239","gele_mosterd_ls","Heterodera_schachtii","natuurlijke_afname","geen",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2240","gele_mosterd_ls","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2241","gele_mosterd_ls","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2242","gele_mosterd_ls","Meloidogyne_chitwoodi","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2243","gele_mosterd_ls","Meloidogyne_fallax","matig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2244","gele_mosterd_ls","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2245","gele_mosterd_ls","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2246","gele_mosterd_ls","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2247","gele_mosterd_ls","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2248","gele_mosterd_ls","Paratrichodorus_teres","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2249","gele_mosterd_ls","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2250","gele_mosterd_ls","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2251","gele_mosterd_ls","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2252","gele_mosterd_ls","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2253","gele_mosterd_ls","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2254","gele_mosterd_ls","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2255","gele_mosterd_ls","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2256","gele_mosterd_ls","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2257","gele_mosterd_ls","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2258","gele_mosterd_ls","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2259","gele_mosterd_ls","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2260","gele_mosterd_ls","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2261","gele_mosterd_ls","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2262","gele_mosterd_ls","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"sinapsis alba" +"2263","gele_mosterd_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2264","gele_mosterd_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2265","gele_mosterd_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2266","gele_mosterd_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2267","gele_mosterd_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2268","gele_mosterd_vs","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2269","gele_mosterd_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2270","gele_mosterd_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2271","gele_mosterd_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2272","gele_mosterd_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2273","gele_mosterd_vs","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2274","gele_mosterd_vs","Heterodera_betae","natuurlijke_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2275","gele_mosterd_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2276","gele_mosterd_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2277","gele_mosterd_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2278","gele_mosterd_vs","Heterodera_schachtii","actieve_afname","geen",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2279","gele_mosterd_vs","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2280","gele_mosterd_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2281","gele_mosterd_vs","Meloidogyne_chitwoodi","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2282","gele_mosterd_vs","Meloidogyne_fallax","matig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2283","gele_mosterd_vs","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2284","gele_mosterd_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2285","gele_mosterd_vs","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2286","gele_mosterd_vs","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2287","gele_mosterd_vs","Paratrichodorus_teres","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2288","gele_mosterd_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2289","gele_mosterd_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2290","gele_mosterd_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2291","gele_mosterd_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2292","gele_mosterd_vs","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2293","gele_mosterd_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2294","gele_mosterd_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2295","gele_mosterd_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2296","gele_mosterd_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2297","gele_mosterd_vs","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2298","gele_mosterd_vs","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2299","gele_mosterd_vs","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2300","gele_mosterd_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2301","gele_mosterd_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sinapsis alba" +"2302","geranium","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2303","geranium","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2304","geranium","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2305","geranium","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2306","geranium","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2307","geranium","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2308","geranium","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2309","geranium","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2310","geranium","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2311","geranium","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2312","geranium","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2313","geranium","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2314","geranium","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2315","geranium","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2316","geranium","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2317","geranium","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2318","geranium","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2319","geranium","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2320","geranium","Meloidogyne_chitwoodi","sterk","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2321","geranium","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2322","geranium","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2323","geranium","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2324","geranium","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2325","geranium","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2326","geranium","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2327","geranium","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2328","geranium","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2329","geranium","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2330","geranium","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2331","geranium","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2332","geranium","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2333","geranium","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2334","geranium","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2335","geranium","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2336","geranium","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2337","geranium","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2338","geranium","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2339","geranium","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2340","geranium","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"geranium" +"2341","gierst_parel_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2342","gierst_parel_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2343","gierst_parel_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2344","gierst_parel_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2345","gierst_parel_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2346","gierst_parel_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2347","gierst_parel_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2348","gierst_parel_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2349","gierst_parel_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2350","gierst_parel_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2351","gierst_parel_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2352","gierst_parel_br","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2353","gierst_parel_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2354","gierst_parel_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2355","gierst_parel_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2356","gierst_parel_br","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2357","gierst_parel_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2358","gierst_parel_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2359","gierst_parel_br","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2360","gierst_parel_br","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2361","gierst_parel_br","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2362","gierst_parel_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2363","gierst_parel_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2364","gierst_parel_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2365","gierst_parel_br","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2366","gierst_parel_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2367","gierst_parel_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2368","gierst_parel_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2369","gierst_parel_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2370","gierst_parel_br","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2371","gierst_parel_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2372","gierst_parel_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2373","gierst_parel_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2374","gierst_parel_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2375","gierst_parel_br","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2376","gierst_parel_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2377","gierst_parel_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2378","gierst_parel_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2379","gierst_parel_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"pennisetum glaucum" +"2380","gierstmelde_quinoa","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2381","gierstmelde_quinoa","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2382","gierstmelde_quinoa","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2383","gierstmelde_quinoa","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2384","gierstmelde_quinoa","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2385","gierstmelde_quinoa","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2386","gierstmelde_quinoa","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2387","gierstmelde_quinoa","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2388","gierstmelde_quinoa","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2389","gierstmelde_quinoa","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2390","gierstmelde_quinoa","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2391","gierstmelde_quinoa","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2392","gierstmelde_quinoa","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2393","gierstmelde_quinoa","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2394","gierstmelde_quinoa","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2395","gierstmelde_quinoa","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2396","gierstmelde_quinoa","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2397","gierstmelde_quinoa","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2398","gierstmelde_quinoa","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2399","gierstmelde_quinoa","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2400","gierstmelde_quinoa","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2401","gierstmelde_quinoa","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2402","gierstmelde_quinoa","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2403","gierstmelde_quinoa","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2404","gierstmelde_quinoa","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2405","gierstmelde_quinoa","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2406","gierstmelde_quinoa","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2407","gierstmelde_quinoa","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2408","gierstmelde_quinoa","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2409","gierstmelde_quinoa","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2410","gierstmelde_quinoa","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2411","gierstmelde_quinoa","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2412","gierstmelde_quinoa","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2413","gierstmelde_quinoa","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2414","gierstmelde_quinoa","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2415","gierstmelde_quinoa","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2416","gierstmelde_quinoa","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2417","gierstmelde_quinoa","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2418","gierstmelde_quinoa","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chenopodium quinoa" +"2419","gladiool","Aphelenchoides_fragariae","onbekend","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2420","gladiool","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2421","gladiool","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2422","gladiool","Aphelenchoides_subtenuis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2423","gladiool","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2424","gladiool","Ditylenchus_destructor","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2425","gladiool","Ditylenchus_dipsaci","natuurlijke_afname","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2426","gladiool","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2427","gladiool","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2428","gladiool","Hemicycliophora_spp.","natuurlijke_afname","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2429","gladiool","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2430","gladiool","Heterodera_betae","natuurlijke_afname","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2431","gladiool","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2432","gladiool","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2433","gladiool","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2434","gladiool","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2435","gladiool","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2436","gladiool","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2437","gladiool","Meloidogyne_chitwoodi","sterk","zwaar",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2438","gladiool","Meloidogyne_fallax","sterk","zwaar",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2439","gladiool","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2440","gladiool","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2441","gladiool","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2442","gladiool","Paratrichodorus_pachydermus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2443","gladiool","Paratrichodorus_teres","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2444","gladiool","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2445","gladiool","Pratylenchus_crenatus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2446","gladiool","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2447","gladiool","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2448","gladiool","Pratylenchus_penetrans","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2449","gladiool","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2450","gladiool","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2451","gladiool","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2452","gladiool","Rotylenchus_uniformis","natuurlijke_afname","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2453","gladiool","Tabaksratelvirus","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2454","gladiool","Trichodorus_primitivus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2455","gladiool","Trichodorus_similis","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2456","gladiool","Tylenchorhynchus_dubius","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2457","gladiool","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"gladiool" +"2458","haver","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2459","haver","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2460","haver","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2461","haver","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2462","haver","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2463","haver","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2464","haver","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2465","haver","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2466","haver","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2467","haver","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2468","haver","Heterodera_avenae","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2469","haver","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2470","haver","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2471","haver","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2472","haver","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2473","haver","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2474","haver","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2475","haver","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2476","haver","Meloidogyne_chitwoodi","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2477","haver","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2478","haver","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2479","haver","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2480","haver","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2481","haver","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2482","haver","Paratrichodorus_teres","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2483","haver","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2484","haver","Pratylenchus_crenatus","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2485","haver","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2486","haver","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2487","haver","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2488","haver","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2489","haver","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2490","haver","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2491","haver","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2492","haver","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2493","haver","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2494","haver","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2495","haver","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2496","haver","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"avena sativa" +"2497","hemerocallis","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2498","hemerocallis","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2499","hemerocallis","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2500","hemerocallis","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2501","hemerocallis","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2502","hemerocallis","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2503","hemerocallis","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2504","hemerocallis","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2505","hemerocallis","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2506","hemerocallis","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2507","hemerocallis","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2508","hemerocallis","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2509","hemerocallis","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2510","hemerocallis","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2511","hemerocallis","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2512","hemerocallis","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2513","hemerocallis","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2514","hemerocallis","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2515","hemerocallis","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2516","hemerocallis","Meloidogyne_fallax","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2517","hemerocallis","Meloidogyne_hapla","weinig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2518","hemerocallis","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2519","hemerocallis","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2520","hemerocallis","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2521","hemerocallis","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2522","hemerocallis","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2523","hemerocallis","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2524","hemerocallis","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2525","hemerocallis","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2526","hemerocallis","Pratylenchus_penetrans","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2527","hemerocallis","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2528","hemerocallis","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2529","hemerocallis","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2530","hemerocallis","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2531","hemerocallis","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2532","hemerocallis","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2533","hemerocallis","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2534","hemerocallis","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2535","hemerocallis","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hemerocallis" +"2536","hennep","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2537","hennep","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2538","hennep","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2539","hennep","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2540","hennep","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2541","hennep","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2542","hennep","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2543","hennep","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2544","hennep","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2545","hennep","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2546","hennep","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2547","hennep","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2548","hennep","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2549","hennep","Heterodera_cruciferae","onbekend","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2550","hennep","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2551","hennep","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2552","hennep","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2553","hennep","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2554","hennep","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2555","hennep","Meloidogyne_fallax","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2556","hennep","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2557","hennep","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2558","hennep","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2559","hennep","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2560","hennep","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2561","hennep","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2562","hennep","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2563","hennep","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2564","hennep","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2565","hennep","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2566","hennep","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2567","hennep","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2568","hennep","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2569","hennep","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2570","hennep","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2571","hennep","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2572","hennep","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2573","hennep","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2574","hennep","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cannabis sativa" +"2575","hosta","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2576","hosta","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2577","hosta","Aphelenchoides_spp.","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2578","hosta","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2579","hosta","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2580","hosta","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2581","hosta","Ditylenchus_dipsaci","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2582","hosta","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2583","hosta","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2584","hosta","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2585","hosta","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2586","hosta","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2587","hosta","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2588","hosta","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2589","hosta","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2590","hosta","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2591","hosta","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2592","hosta","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2593","hosta","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2594","hosta","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2595","hosta","Meloidogyne_hapla","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2596","hosta","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2597","hosta","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2598","hosta","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2599","hosta","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2600","hosta","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2601","hosta","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2602","hosta","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2603","hosta","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2604","hosta","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2605","hosta","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2606","hosta","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2607","hosta","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2608","hosta","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2609","hosta","Tabaksratelvirus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2610","hosta","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2611","hosta","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2612","hosta","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2613","hosta","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hosta" +"2614","hyacint","Aphelenchoides_fragariae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2615","hyacint","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2616","hyacint","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2617","hyacint","Aphelenchoides_subtenuis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2618","hyacint","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2619","hyacint","Ditylenchus_destructor","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2620","hyacint","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2621","hyacint","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2622","hyacint","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2623","hyacint","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2624","hyacint","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2625","hyacint","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2626","hyacint","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2627","hyacint","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2628","hyacint","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2629","hyacint","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2630","hyacint","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2631","hyacint","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2632","hyacint","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2633","hyacint","Meloidogyne_fallax","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2634","hyacint","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2635","hyacint","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2636","hyacint","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2637","hyacint","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2638","hyacint","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2639","hyacint","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2640","hyacint","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2641","hyacint","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2642","hyacint","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2643","hyacint","Pratylenchus_penetrans","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2644","hyacint","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2645","hyacint","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2646","hyacint","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2647","hyacint","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2648","hyacint","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2649","hyacint","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2650","hyacint","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2651","hyacint","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2652","hyacint","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hyacinthus orientalis" +"2653","hymenocallis","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2654","hymenocallis","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2655","hymenocallis","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2656","hymenocallis","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2657","hymenocallis","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2658","hymenocallis","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2659","hymenocallis","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2660","hymenocallis","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2661","hymenocallis","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2662","hymenocallis","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2663","hymenocallis","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2664","hymenocallis","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2665","hymenocallis","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2666","hymenocallis","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2667","hymenocallis","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2668","hymenocallis","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2669","hymenocallis","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2670","hymenocallis","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2671","hymenocallis","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2672","hymenocallis","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2673","hymenocallis","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2674","hymenocallis","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2675","hymenocallis","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2676","hymenocallis","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2677","hymenocallis","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2678","hymenocallis","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2679","hymenocallis","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2680","hymenocallis","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2681","hymenocallis","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2682","hymenocallis","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2683","hymenocallis","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2684","hymenocallis","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2685","hymenocallis","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2686","hymenocallis","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2687","hymenocallis","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2688","hymenocallis","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2689","hymenocallis","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2690","hymenocallis","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2691","hymenocallis","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"hymenocallis" +"2692","iris","Aphelenchoides_fragariae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2693","iris","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2694","iris","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2695","iris","Aphelenchoides_subtenuis","onbekend","weinig",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2696","iris","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2697","iris","Ditylenchus_destructor","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2698","iris","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2699","iris","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2700","iris","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2701","iris","Hemicycliophora_spp.","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2702","iris","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2703","iris","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2704","iris","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2705","iris","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2706","iris","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2707","iris","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2708","iris","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2709","iris","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2710","iris","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2711","iris","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2712","iris","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2713","iris","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2714","iris","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2715","iris","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2716","iris","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2717","iris","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2718","iris","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2719","iris","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2720","iris","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2721","iris","Pratylenchus_penetrans","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2722","iris","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2723","iris","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2724","iris","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2725","iris","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2726","iris","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2727","iris","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2728","iris","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2729","iris","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2730","iris","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2731","iris_vaste_plant","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2732","iris_vaste_plant","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2733","iris_vaste_plant","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2734","iris_vaste_plant","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2735","iris_vaste_plant","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2736","iris_vaste_plant","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2737","iris_vaste_plant","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2738","iris_vaste_plant","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2739","iris_vaste_plant","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2740","iris_vaste_plant","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2741","iris_vaste_plant","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2742","iris_vaste_plant","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2743","iris_vaste_plant","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2744","iris_vaste_plant","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2745","iris_vaste_plant","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2746","iris_vaste_plant","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2747","iris_vaste_plant","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2748","iris_vaste_plant","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2749","iris_vaste_plant","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2750","iris_vaste_plant","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2751","iris_vaste_plant","Meloidogyne_hapla","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2752","iris_vaste_plant","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2753","iris_vaste_plant","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2754","iris_vaste_plant","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2755","iris_vaste_plant","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2756","iris_vaste_plant","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2757","iris_vaste_plant","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2758","iris_vaste_plant","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2759","iris_vaste_plant","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2760","iris_vaste_plant","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2761","iris_vaste_plant","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2762","iris_vaste_plant","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2763","iris_vaste_plant","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2764","iris_vaste_plant","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2765","iris_vaste_plant","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2766","iris_vaste_plant","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2767","iris_vaste_plant","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2768","iris_vaste_plant","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2769","iris_vaste_plant","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"iris" +"2770","italiaans_raaigras","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2771","italiaans_raaigras","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2772","italiaans_raaigras","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2773","italiaans_raaigras","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2774","italiaans_raaigras","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2775","italiaans_raaigras","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2776","italiaans_raaigras","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2777","italiaans_raaigras","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2778","italiaans_raaigras","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2779","italiaans_raaigras","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2780","italiaans_raaigras","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2781","italiaans_raaigras","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2782","italiaans_raaigras","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2783","italiaans_raaigras","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2784","italiaans_raaigras","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2785","italiaans_raaigras","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2786","italiaans_raaigras","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2787","italiaans_raaigras","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2788","italiaans_raaigras","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2789","italiaans_raaigras","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2790","italiaans_raaigras","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2791","italiaans_raaigras","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2792","italiaans_raaigras","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2793","italiaans_raaigras","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2794","italiaans_raaigras","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2795","italiaans_raaigras","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2796","italiaans_raaigras","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2797","italiaans_raaigras","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2798","italiaans_raaigras","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2799","italiaans_raaigras","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2800","italiaans_raaigras","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2801","italiaans_raaigras","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2802","italiaans_raaigras","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2803","italiaans_raaigras","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2804","italiaans_raaigras","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2805","italiaans_raaigras","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2806","italiaans_raaigras","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2807","italiaans_raaigras","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2808","italiaans_raaigras","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2809","italiaans_raaigras_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2810","italiaans_raaigras_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2811","italiaans_raaigras_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2812","italiaans_raaigras_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2813","italiaans_raaigras_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2814","italiaans_raaigras_br","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2815","italiaans_raaigras_br","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2816","italiaans_raaigras_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2817","italiaans_raaigras_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2818","italiaans_raaigras_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2819","italiaans_raaigras_br","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2820","italiaans_raaigras_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2821","italiaans_raaigras_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2822","italiaans_raaigras_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2823","italiaans_raaigras_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2824","italiaans_raaigras_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2825","italiaans_raaigras_br","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2826","italiaans_raaigras_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2827","italiaans_raaigras_br","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2828","italiaans_raaigras_br","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2829","italiaans_raaigras_br","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2830","italiaans_raaigras_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2831","italiaans_raaigras_br","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2832","italiaans_raaigras_br","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2833","italiaans_raaigras_br","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2834","italiaans_raaigras_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2835","italiaans_raaigras_br","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2836","italiaans_raaigras_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2837","italiaans_raaigras_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2838","italiaans_raaigras_br","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2839","italiaans_raaigras_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2840","italiaans_raaigras_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2841","italiaans_raaigras_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2842","italiaans_raaigras_br","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2843","italiaans_raaigras_br","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2844","italiaans_raaigras_br","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2845","italiaans_raaigras_br","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2846","italiaans_raaigras_br","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2847","italiaans_raaigras_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2848","italiaans_raaigras_od","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2849","italiaans_raaigras_od","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2850","italiaans_raaigras_od","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2851","italiaans_raaigras_od","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2852","italiaans_raaigras_od","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2853","italiaans_raaigras_od","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2854","italiaans_raaigras_od","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2855","italiaans_raaigras_od","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2856","italiaans_raaigras_od","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2857","italiaans_raaigras_od","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2858","italiaans_raaigras_od","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2859","italiaans_raaigras_od","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2860","italiaans_raaigras_od","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2861","italiaans_raaigras_od","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2862","italiaans_raaigras_od","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2863","italiaans_raaigras_od","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2864","italiaans_raaigras_od","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2865","italiaans_raaigras_od","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2866","italiaans_raaigras_od","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2867","italiaans_raaigras_od","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2868","italiaans_raaigras_od","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2869","italiaans_raaigras_od","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2870","italiaans_raaigras_od","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2871","italiaans_raaigras_od","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2872","italiaans_raaigras_od","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2873","italiaans_raaigras_od","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2874","italiaans_raaigras_od","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2875","italiaans_raaigras_od","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2876","italiaans_raaigras_od","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2877","italiaans_raaigras_od","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2878","italiaans_raaigras_od","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2879","italiaans_raaigras_od","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2880","italiaans_raaigras_od","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2881","italiaans_raaigras_od","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2882","italiaans_raaigras_od","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2883","italiaans_raaigras_od","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2884","italiaans_raaigras_od","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2885","italiaans_raaigras_od","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2886","italiaans_raaigras_od","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"lolium multiflorum" +"2887","italiaans_raaigras_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2888","italiaans_raaigras_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2889","italiaans_raaigras_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2890","italiaans_raaigras_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2891","italiaans_raaigras_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2892","italiaans_raaigras_vs","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2893","italiaans_raaigras_vs","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2894","italiaans_raaigras_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2895","italiaans_raaigras_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2896","italiaans_raaigras_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2897","italiaans_raaigras_vs","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2898","italiaans_raaigras_vs","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2899","italiaans_raaigras_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2900","italiaans_raaigras_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2901","italiaans_raaigras_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2902","italiaans_raaigras_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2903","italiaans_raaigras_vs","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2904","italiaans_raaigras_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2905","italiaans_raaigras_vs","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2906","italiaans_raaigras_vs","Meloidogyne_fallax","sterk","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2907","italiaans_raaigras_vs","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2908","italiaans_raaigras_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2909","italiaans_raaigras_vs","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2910","italiaans_raaigras_vs","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2911","italiaans_raaigras_vs","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2912","italiaans_raaigras_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2913","italiaans_raaigras_vs","Pratylenchus_crenatus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2914","italiaans_raaigras_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2915","italiaans_raaigras_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2916","italiaans_raaigras_vs","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2917","italiaans_raaigras_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2918","italiaans_raaigras_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2919","italiaans_raaigras_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2920","italiaans_raaigras_vs","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2921","italiaans_raaigras_vs","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2922","italiaans_raaigras_vs","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2923","italiaans_raaigras_vs","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2924","italiaans_raaigras_vs","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2925","italiaans_raaigras_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"2926","japanse_haver_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2927","japanse_haver_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2928","japanse_haver_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2929","japanse_haver_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2930","japanse_haver_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2931","japanse_haver_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2932","japanse_haver_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2933","japanse_haver_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2934","japanse_haver_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2935","japanse_haver_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2936","japanse_haver_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2937","japanse_haver_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2938","japanse_haver_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2939","japanse_haver_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2940","japanse_haver_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2941","japanse_haver_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2942","japanse_haver_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2943","japanse_haver_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2944","japanse_haver_br","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2945","japanse_haver_br","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2946","japanse_haver_br","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2947","japanse_haver_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2948","japanse_haver_br","Meloidogyne_naasi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2949","japanse_haver_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2950","japanse_haver_br","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2951","japanse_haver_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2952","japanse_haver_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2953","japanse_haver_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2954","japanse_haver_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2955","japanse_haver_br","Pratylenchus_penetrans","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2956","japanse_haver_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2957","japanse_haver_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2958","japanse_haver_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2959","japanse_haver_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2960","japanse_haver_br","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2961","japanse_haver_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2962","japanse_haver_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2963","japanse_haver_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2964","japanse_haver_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"avena strigosa" +"2965","japanse_haver_ls","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2966","japanse_haver_ls","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2967","japanse_haver_ls","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2968","japanse_haver_ls","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2969","japanse_haver_ls","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2970","japanse_haver_ls","Ditylenchus_destructor","onbekend","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2971","japanse_haver_ls","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2972","japanse_haver_ls","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2973","japanse_haver_ls","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2974","japanse_haver_ls","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2975","japanse_haver_ls","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2976","japanse_haver_ls","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2977","japanse_haver_ls","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2978","japanse_haver_ls","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2979","japanse_haver_ls","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2980","japanse_haver_ls","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2981","japanse_haver_ls","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2982","japanse_haver_ls","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2983","japanse_haver_ls","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2984","japanse_haver_ls","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2985","japanse_haver_ls","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2986","japanse_haver_ls","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2987","japanse_haver_ls","Meloidogyne_naasi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2988","japanse_haver_ls","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2989","japanse_haver_ls","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2990","japanse_haver_ls","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2991","japanse_haver_ls","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2992","japanse_haver_ls","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2993","japanse_haver_ls","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2994","japanse_haver_ls","Pratylenchus_penetrans","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2995","japanse_haver_ls","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2996","japanse_haver_ls","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2997","japanse_haver_ls","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2998","japanse_haver_ls","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"2999","japanse_haver_ls","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"3000","japanse_haver_ls","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"3001","japanse_haver_ls","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"3002","japanse_haver_ls","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"3003","japanse_haver_ls","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"avena strigosa" +"3004","japanse_haver_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3005","japanse_haver_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3006","japanse_haver_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3007","japanse_haver_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3008","japanse_haver_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3009","japanse_haver_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3010","japanse_haver_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3011","japanse_haver_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3012","japanse_haver_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3013","japanse_haver_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3014","japanse_haver_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3015","japanse_haver_vs","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3016","japanse_haver_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3017","japanse_haver_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3018","japanse_haver_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3019","japanse_haver_vs","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3020","japanse_haver_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3021","japanse_haver_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3022","japanse_haver_vs","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3023","japanse_haver_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3024","japanse_haver_vs","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3025","japanse_haver_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3026","japanse_haver_vs","Meloidogyne_naasi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3027","japanse_haver_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3028","japanse_haver_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3029","japanse_haver_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3030","japanse_haver_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3031","japanse_haver_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3032","japanse_haver_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3033","japanse_haver_vs","Pratylenchus_penetrans","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3034","japanse_haver_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3035","japanse_haver_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3036","japanse_haver_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3037","japanse_haver_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3038","japanse_haver_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3039","japanse_haver_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3040","japanse_haver_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3041","japanse_haver_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3042","japanse_haver_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"avena strigosa" +"3043","karwij","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3044","karwij","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3045","karwij","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3046","karwij","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3047","karwij","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3048","karwij","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3049","karwij","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3050","karwij","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3051","karwij","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3052","karwij","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3053","karwij","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3054","karwij","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3055","karwij","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3056","karwij","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3057","karwij","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3058","karwij","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3059","karwij","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3060","karwij","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3061","karwij","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3062","karwij","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3063","karwij","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3064","karwij","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3065","karwij","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3066","karwij","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3067","karwij","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3068","karwij","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3069","karwij","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3070","karwij","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3071","karwij","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3072","karwij","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3073","karwij","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3074","karwij","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3075","karwij","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3076","karwij","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3077","karwij","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3078","karwij","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3079","karwij","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3080","karwij","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3081","karwij","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"carum carvi" +"3082","knoflook","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3083","knoflook","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3084","knoflook","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3085","knoflook","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3086","knoflook","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3087","knoflook","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3088","knoflook","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3089","knoflook","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3090","knoflook","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3091","knoflook","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3092","knoflook","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3093","knoflook","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3094","knoflook","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3095","knoflook","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3096","knoflook","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3097","knoflook","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3098","knoflook","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3099","knoflook","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3100","knoflook","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3101","knoflook","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3102","knoflook","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3103","knoflook","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3104","knoflook","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3105","knoflook","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3106","knoflook","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3107","knoflook","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3108","knoflook","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3109","knoflook","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3110","knoflook","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3111","knoflook","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3112","knoflook","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3113","knoflook","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3114","knoflook","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3115","knoflook","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3116","knoflook","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3117","knoflook","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3118","knoflook","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3119","knoflook","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3120","knoflook","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium sativum" +"3121","koolrabi","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3122","koolrabi","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3123","koolrabi","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3124","koolrabi","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3125","koolrabi","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3126","koolrabi","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3127","koolrabi","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3128","koolrabi","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3129","koolrabi","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3130","koolrabi","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3131","koolrabi","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3132","koolrabi","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3133","koolrabi","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3134","koolrabi","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3135","koolrabi","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3136","koolrabi","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3137","koolrabi","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3138","koolrabi","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3139","koolrabi","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3140","koolrabi","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3141","koolrabi","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3142","koolrabi","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3143","koolrabi","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3144","koolrabi","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3145","koolrabi","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3146","koolrabi","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3147","koolrabi","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3148","koolrabi","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3149","koolrabi","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3150","koolrabi","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3151","koolrabi","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3152","koolrabi","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3153","koolrabi","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3154","koolrabi","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3155","koolrabi","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3156","koolrabi","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3157","koolrabi","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3158","koolrabi","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3159","koolrabi","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"3160","krokus","Aphelenchoides_fragariae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3161","krokus","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3162","krokus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3163","krokus","Aphelenchoides_subtenuis","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3164","krokus","Arabis-mozaiekvirus","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3165","krokus","Ditylenchus_destructor","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3166","krokus","Ditylenchus_dipsaci","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3167","krokus","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3168","krokus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3169","krokus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3170","krokus","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3171","krokus","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3172","krokus","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3173","krokus","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3174","krokus","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3175","krokus","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3176","krokus","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3177","krokus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3178","krokus","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3179","krokus","Meloidogyne_fallax","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3180","krokus","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3181","krokus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3182","krokus","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3183","krokus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3184","krokus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3185","krokus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3186","krokus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3187","krokus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3188","krokus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3189","krokus","Pratylenchus_penetrans","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3190","krokus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3191","krokus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3192","krokus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3193","krokus","Rotylenchus_uniformis","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3194","krokus","Tabaksratelvirus","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3195","krokus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3196","krokus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3197","krokus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3198","krokus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"crocus" +"3199","lelie","Aphelenchoides_fragariae","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3200","lelie","Aphelenchoides_ritzemabosi","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3201","lelie","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3202","lelie","Aphelenchoides_subtenuis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3203","lelie","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3204","lelie","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3205","lelie","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3206","lelie","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3207","lelie","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3208","lelie","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3209","lelie","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3210","lelie","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3211","lelie","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3212","lelie","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3213","lelie","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3214","lelie","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3215","lelie","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3216","lelie","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3217","lelie","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3218","lelie","Meloidogyne_fallax","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3219","lelie","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3220","lelie","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3221","lelie","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3222","lelie","Paratrichodorus_pachydermus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3223","lelie","Paratrichodorus_teres","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3224","lelie","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3225","lelie","Pratylenchus_crenatus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3226","lelie","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3227","lelie","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3228","lelie","Pratylenchus_penetrans","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3229","lelie","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3230","lelie","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3231","lelie","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3232","lelie","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3233","lelie","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3234","lelie","Trichodorus_primitivus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3235","lelie","Trichodorus_similis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3236","lelie","Tylenchorhynchus_dubius","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3237","lelie","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lilium" +"3238","leucojum","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3239","leucojum","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3240","leucojum","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3241","leucojum","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3242","leucojum","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3243","leucojum","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3244","leucojum","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3245","leucojum","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3246","leucojum","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3247","leucojum","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3248","leucojum","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3249","leucojum","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3250","leucojum","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3251","leucojum","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3252","leucojum","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3253","leucojum","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3254","leucojum","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3255","leucojum","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3256","leucojum","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3257","leucojum","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3258","leucojum","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3259","leucojum","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3260","leucojum","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3261","leucojum","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3262","leucojum","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3263","leucojum","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3264","leucojum","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3265","leucojum","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3266","leucojum","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3267","leucojum","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3268","leucojum","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3269","leucojum","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3270","leucojum","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3271","leucojum","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3272","leucojum","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3273","leucojum","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3274","leucojum","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3275","leucojum","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3276","leucojum","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"leucojum" +"3277","liatris","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3278","liatris","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3279","liatris","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3280","liatris","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3281","liatris","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3282","liatris","Ditylenchus_destructor","onbekend","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3283","liatris","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3284","liatris","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3285","liatris","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3286","liatris","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3287","liatris","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3288","liatris","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3289","liatris","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3290","liatris","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3291","liatris","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3292","liatris","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3293","liatris","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3294","liatris","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3295","liatris","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3296","liatris","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3297","liatris","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3298","liatris","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3299","liatris","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3300","liatris","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3301","liatris","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3302","liatris","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3303","liatris","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3304","liatris","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3305","liatris","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3306","liatris","Pratylenchus_penetrans","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3307","liatris","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3308","liatris","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3309","liatris","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3310","liatris","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3311","liatris","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3312","liatris","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3313","liatris","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3314","liatris","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3315","liatris","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"liatris" +"3316","ligustrum","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3317","ligustrum","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3318","ligustrum","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3319","ligustrum","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3320","ligustrum","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3321","ligustrum","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3322","ligustrum","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3323","ligustrum","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3324","ligustrum","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3325","ligustrum","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3326","ligustrum","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3327","ligustrum","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3328","ligustrum","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3329","ligustrum","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3330","ligustrum","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3331","ligustrum","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3332","ligustrum","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3333","ligustrum","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3334","ligustrum","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3335","ligustrum","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3336","ligustrum","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3337","ligustrum","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3338","ligustrum","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3339","ligustrum","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3340","ligustrum","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3341","ligustrum","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3342","ligustrum","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3343","ligustrum","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3344","ligustrum","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3345","ligustrum","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3346","ligustrum","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3347","ligustrum","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3348","ligustrum","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3349","ligustrum","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3350","ligustrum","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3351","ligustrum","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3352","ligustrum","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3353","ligustrum","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3354","ligustrum","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ligustrum" +"3355","lupine_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3356","lupine_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3357","lupine_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3358","lupine_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3359","lupine_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3360","lupine_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3361","lupine_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3362","lupine_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3363","lupine_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3364","lupine_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3365","lupine_br","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3366","lupine_br","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3367","lupine_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3368","lupine_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3369","lupine_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3370","lupine_br","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3371","lupine_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3372","lupine_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3373","lupine_br","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3374","lupine_br","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3375","lupine_br","Meloidogyne_hapla","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3376","lupine_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3377","lupine_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3378","lupine_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3379","lupine_br","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3380","lupine_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3381","lupine_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3382","lupine_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3383","lupine_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3384","lupine_br","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3385","lupine_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3386","lupine_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3387","lupine_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3388","lupine_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3389","lupine_br","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3390","lupine_br","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3391","lupine_br","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3392","lupine_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3393","lupine_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"lupinus" +"3394","luzerne","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3395","luzerne","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3396","luzerne","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3397","luzerne","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3398","luzerne","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3399","luzerne","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3400","luzerne","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3401","luzerne","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3402","luzerne","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3403","luzerne","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3404","luzerne","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3405","luzerne","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3406","luzerne","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3407","luzerne","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3408","luzerne","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3409","luzerne","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3410","luzerne","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3411","luzerne","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3412","luzerne","Meloidogyne_chitwoodi","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3413","luzerne","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3414","luzerne","Meloidogyne_hapla","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3415","luzerne","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3416","luzerne","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3417","luzerne","Paratrichodorus_pachydermus","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3418","luzerne","Paratrichodorus_teres","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3419","luzerne","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3420","luzerne","Pratylenchus_crenatus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3421","luzerne","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3422","luzerne","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3423","luzerne","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3424","luzerne","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3425","luzerne","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3426","luzerne","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3427","luzerne","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3428","luzerne","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3429","luzerne","Trichodorus_primitivus","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3430","luzerne","Trichodorus_similis","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3431","luzerne","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3432","luzerne","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"medicago sativa" +"3433","maggi","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3434","maggi","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3435","maggi","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3436","maggi","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3437","maggi","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3438","maggi","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3439","maggi","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3440","maggi","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3441","maggi","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3442","maggi","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3443","maggi","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3444","maggi","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3445","maggi","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3446","maggi","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3447","maggi","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3448","maggi","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3449","maggi","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3450","maggi","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3451","maggi","Meloidogyne_chitwoodi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3452","maggi","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3453","maggi","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3454","maggi","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3455","maggi","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3456","maggi","Paratrichodorus_pachydermus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3457","maggi","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3458","maggi","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3459","maggi","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3460","maggi","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3461","maggi","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3462","maggi","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3463","maggi","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3464","maggi","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3465","maggi","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3466","maggi","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3467","maggi","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3468","maggi","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3469","maggi","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3470","maggi","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3471","maggi","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"levisticum officinale" +"3472","mahonia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3473","mahonia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3474","mahonia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3475","mahonia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3476","mahonia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3477","mahonia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3478","mahonia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3479","mahonia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3480","mahonia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3481","mahonia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3482","mahonia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3483","mahonia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3484","mahonia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3485","mahonia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3486","mahonia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3487","mahonia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3488","mahonia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3489","mahonia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3490","mahonia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3491","mahonia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3492","mahonia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3493","mahonia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3494","mahonia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3495","mahonia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3496","mahonia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3497","mahonia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3498","mahonia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3499","mahonia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3500","mahonia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3501","mahonia","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3502","mahonia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3503","mahonia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3504","mahonia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3505","mahonia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3506","mahonia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3507","mahonia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3508","mahonia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3509","mahonia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3510","mahonia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"mahonia" +"3511","mais","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3512","mais","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3513","mais","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3514","mais","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3515","mais","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3516","mais","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3517","mais","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3518","mais","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3519","mais","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3520","mais","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3521","mais","Heterodera_avenae","natuurlijke_afname","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3522","mais","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3523","mais","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3524","mais","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3525","mais","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3526","mais","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3527","mais","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3528","mais","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3529","mais","Meloidogyne_chitwoodi","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3530","mais","Meloidogyne_fallax","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3531","mais","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3532","mais","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3533","mais","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3534","mais","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3535","mais","Paratrichodorus_teres","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3536","mais","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3537","mais","Pratylenchus_crenatus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3538","mais","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3539","mais","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3540","mais","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3541","mais","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3542","mais","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3543","mais","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3544","mais","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3545","mais","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3546","mais","Trichodorus_primitivus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3547","mais","Trichodorus_similis","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3548","mais","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3549","mais","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zea mays" +"3550","malus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3551","malus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3552","malus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3553","malus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3554","malus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3555","malus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3556","malus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3557","malus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3558","malus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3559","malus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3560","malus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3561","malus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3562","malus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3563","malus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3564","malus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3565","malus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3566","malus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3567","malus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3568","malus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3569","malus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3570","malus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3571","malus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3572","malus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3573","malus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3574","malus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3575","malus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3576","malus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3577","malus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3578","malus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3579","malus","Pratylenchus_penetrans","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3580","malus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3581","malus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3582","malus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3583","malus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3584","malus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3585","malus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3586","malus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3587","malus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3588","malus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"malus" +"3589","meekrap","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3590","meekrap","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3591","meekrap","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3592","meekrap","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3593","meekrap","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3594","meekrap","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3595","meekrap","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3596","meekrap","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3597","meekrap","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3598","meekrap","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3599","meekrap","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3600","meekrap","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3601","meekrap","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3602","meekrap","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3603","meekrap","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3604","meekrap","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3605","meekrap","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3606","meekrap","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3607","meekrap","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3608","meekrap","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3609","meekrap","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3610","meekrap","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3611","meekrap","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3612","meekrap","Paratrichodorus_pachydermus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3613","meekrap","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3614","meekrap","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3615","meekrap","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3616","meekrap","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3617","meekrap","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3618","meekrap","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3619","meekrap","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3620","meekrap","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3621","meekrap","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3622","meekrap","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3623","meekrap","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3624","meekrap","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3625","meekrap","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3626","meekrap","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3627","meekrap","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rubia tinctorum" +"3628","muscari","Aphelenchoides_fragariae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3629","muscari","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3630","muscari","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3631","muscari","Aphelenchoides_subtenuis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3632","muscari","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3633","muscari","Ditylenchus_destructor","matig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3634","muscari","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3635","muscari","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3636","muscari","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3637","muscari","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3638","muscari","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3639","muscari","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3640","muscari","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3641","muscari","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3642","muscari","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3643","muscari","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3644","muscari","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3645","muscari","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3646","muscari","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3647","muscari","Meloidogyne_fallax","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3648","muscari","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3649","muscari","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3650","muscari","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3651","muscari","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3652","muscari","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3653","muscari","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3654","muscari","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3655","muscari","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3656","muscari","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3657","muscari","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3658","muscari","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3659","muscari","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3660","muscari","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3661","muscari","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3662","muscari","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3663","muscari","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3664","muscari","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3665","muscari","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3666","muscari","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"muscari" +"3667","narcis","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3668","narcis","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3669","narcis","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3670","narcis","Aphelenchoides_subtenuis","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3671","narcis","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3672","narcis","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3673","narcis","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3674","narcis","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3675","narcis","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3676","narcis","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3677","narcis","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3678","narcis","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3679","narcis","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3680","narcis","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3681","narcis","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3682","narcis","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3683","narcis","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3684","narcis","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3685","narcis","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3686","narcis","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3687","narcis","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3688","narcis","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3689","narcis","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3690","narcis","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3691","narcis","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3692","narcis","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3693","narcis","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3694","narcis","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3695","narcis","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3696","narcis","Pratylenchus_penetrans","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3697","narcis","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3698","narcis","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3699","narcis","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3700","narcis","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3701","narcis","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3702","narcis","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3703","narcis","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3704","narcis","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3705","narcis","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"narcis" +"3706","ornithogalum","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3707","ornithogalum","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3708","ornithogalum","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3709","ornithogalum","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3710","ornithogalum","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3711","ornithogalum","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3712","ornithogalum","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3713","ornithogalum","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3714","ornithogalum","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3715","ornithogalum","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3716","ornithogalum","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3717","ornithogalum","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3718","ornithogalum","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3719","ornithogalum","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3720","ornithogalum","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3721","ornithogalum","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3722","ornithogalum","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3723","ornithogalum","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3724","ornithogalum","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3725","ornithogalum","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3726","ornithogalum","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3727","ornithogalum","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3728","ornithogalum","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3729","ornithogalum","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3730","ornithogalum","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3731","ornithogalum","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3732","ornithogalum","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3733","ornithogalum","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3734","ornithogalum","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3735","ornithogalum","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3736","ornithogalum","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3737","ornithogalum","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3738","ornithogalum","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3739","ornithogalum","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3740","ornithogalum","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3741","ornithogalum","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3742","ornithogalum","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3743","ornithogalum","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3744","ornithogalum","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ornithogalum" +"3745","oxalis","Aphelenchoides_fragariae","onbekend","matig",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3746","oxalis","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3747","oxalis","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3748","oxalis","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3749","oxalis","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3750","oxalis","Ditylenchus_destructor","onbekend","matig",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3751","oxalis","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3752","oxalis","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3753","oxalis","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3754","oxalis","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3755","oxalis","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3756","oxalis","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3757","oxalis","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3758","oxalis","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3759","oxalis","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3760","oxalis","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3761","oxalis","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3762","oxalis","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3763","oxalis","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3764","oxalis","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3765","oxalis","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3766","oxalis","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3767","oxalis","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3768","oxalis","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3769","oxalis","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3770","oxalis","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3771","oxalis","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3772","oxalis","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3773","oxalis","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3774","oxalis","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3775","oxalis","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3776","oxalis","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3777","oxalis","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3778","oxalis","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3779","oxalis","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3780","oxalis","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3781","oxalis","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3782","oxalis","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3783","oxalis","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"oxalis" +"3784","paeonia","Aphelenchoides_fragariae","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3785","paeonia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3786","paeonia","Aphelenchoides_spp.","sterk","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3787","paeonia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3788","paeonia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3789","paeonia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3790","paeonia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3791","paeonia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3792","paeonia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3793","paeonia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3794","paeonia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3795","paeonia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3796","paeonia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3797","paeonia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3798","paeonia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3799","paeonia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3800","paeonia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3801","paeonia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3802","paeonia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3803","paeonia","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3804","paeonia","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3805","paeonia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3806","paeonia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3807","paeonia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3808","paeonia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3809","paeonia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3810","paeonia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3811","paeonia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3812","paeonia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3813","paeonia","Pratylenchus_penetrans","sterk","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3814","paeonia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3815","paeonia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3816","paeonia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3817","paeonia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3818","paeonia","Tabaksratelvirus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3819","paeonia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3820","paeonia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3821","paeonia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3822","paeonia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"paeonia" +"3823","papaver","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3824","papaver","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3825","papaver","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3826","papaver","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3827","papaver","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3828","papaver","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3829","papaver","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3830","papaver","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3831","papaver","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3832","papaver","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3833","papaver","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3834","papaver","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3835","papaver","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3836","papaver","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3837","papaver","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3838","papaver","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3839","papaver","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3840","papaver","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3841","papaver","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3842","papaver","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3843","papaver","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3844","papaver","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3845","papaver","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3846","papaver","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3847","papaver","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3848","papaver","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3849","papaver","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3850","papaver","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3851","papaver","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3852","papaver","Pratylenchus_penetrans","sterk","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3853","papaver","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3854","papaver","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3855","papaver","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3856","papaver","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3857","papaver","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3858","papaver","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3859","papaver","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3860","papaver","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3861","papaver","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"papaver" +"3862","pastinaak","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3863","pastinaak","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3864","pastinaak","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3865","pastinaak","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3866","pastinaak","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3867","pastinaak","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3868","pastinaak","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3869","pastinaak","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3870","pastinaak","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3871","pastinaak","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3872","pastinaak","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3873","pastinaak","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3874","pastinaak","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3875","pastinaak","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3876","pastinaak","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3877","pastinaak","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3878","pastinaak","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3879","pastinaak","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3880","pastinaak","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3881","pastinaak","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3882","pastinaak","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3883","pastinaak","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3884","pastinaak","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3885","pastinaak","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3886","pastinaak","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3887","pastinaak","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3888","pastinaak","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3889","pastinaak","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3890","pastinaak","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3891","pastinaak","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3892","pastinaak","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3893","pastinaak","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3894","pastinaak","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3895","pastinaak","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3896","pastinaak","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3897","pastinaak","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3898","pastinaak","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3899","pastinaak","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3900","pastinaak","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pastinaca sativa" +"3901","peen","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3902","peen","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3903","peen","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3904","peen","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3905","peen","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3906","peen","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3907","peen","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3908","peen","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3909","peen","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3910","peen","Hemicycliophora_spp.","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3911","peen","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3912","peen","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3913","peen","Heterodera_carotae","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3914","peen","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3915","peen","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3916","peen","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3917","peen","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3918","peen","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3919","peen","Meloidogyne_chitwoodi","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3920","peen","Meloidogyne_fallax","sterk","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3921","peen","Meloidogyne_hapla","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3922","peen","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3923","peen","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3924","peen","Paratrichodorus_pachydermus","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3925","peen","Paratrichodorus_teres","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3926","peen","Paratylenchus_bukowinensis","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3927","peen","Pratylenchus_crenatus","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3928","peen","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3929","peen","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3930","peen","Pratylenchus_penetrans","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3931","peen","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3932","peen","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3933","peen","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3934","peen","Rotylenchus_uniformis","sterk","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3935","peen","Tabaksratelvirus","matig","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3936","peen","Trichodorus_primitivus","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3937","peen","Trichodorus_similis","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3938","peen","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3939","peen","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"daucus carota" +"3940","perzische_klaver_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3941","perzische_klaver_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3942","perzische_klaver_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3943","perzische_klaver_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3944","perzische_klaver_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3945","perzische_klaver_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3946","perzische_klaver_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3947","perzische_klaver_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3948","perzische_klaver_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3949","perzische_klaver_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3950","perzische_klaver_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3951","perzische_klaver_br","Heterodera_betae","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3952","perzische_klaver_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3953","perzische_klaver_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3954","perzische_klaver_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3955","perzische_klaver_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3956","perzische_klaver_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3957","perzische_klaver_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3958","perzische_klaver_br","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3959","perzische_klaver_br","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3960","perzische_klaver_br","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3961","perzische_klaver_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3962","perzische_klaver_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3963","perzische_klaver_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3964","perzische_klaver_br","Paratrichodorus_teres","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3965","perzische_klaver_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3966","perzische_klaver_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3967","perzische_klaver_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3968","perzische_klaver_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3969","perzische_klaver_br","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3970","perzische_klaver_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3971","perzische_klaver_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3972","perzische_klaver_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3973","perzische_klaver_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3974","perzische_klaver_br","Tabaksratelvirus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3975","perzische_klaver_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3976","perzische_klaver_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3977","perzische_klaver_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3978","perzische_klaver_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"3979","perzische_klaver_od","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3980","perzische_klaver_od","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3981","perzische_klaver_od","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3982","perzische_klaver_od","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3983","perzische_klaver_od","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3984","perzische_klaver_od","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3985","perzische_klaver_od","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3986","perzische_klaver_od","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3987","perzische_klaver_od","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3988","perzische_klaver_od","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3989","perzische_klaver_od","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3990","perzische_klaver_od","Heterodera_betae","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3991","perzische_klaver_od","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3992","perzische_klaver_od","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3993","perzische_klaver_od","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3994","perzische_klaver_od","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3995","perzische_klaver_od","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3996","perzische_klaver_od","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3997","perzische_klaver_od","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3998","perzische_klaver_od","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"3999","perzische_klaver_od","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4000","perzische_klaver_od","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4001","perzische_klaver_od","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4002","perzische_klaver_od","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4003","perzische_klaver_od","Paratrichodorus_teres","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4004","perzische_klaver_od","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4005","perzische_klaver_od","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4006","perzische_klaver_od","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4007","perzische_klaver_od","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4008","perzische_klaver_od","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4009","perzische_klaver_od","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4010","perzische_klaver_od","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4011","perzische_klaver_od","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4012","perzische_klaver_od","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4013","perzische_klaver_od","Tabaksratelvirus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4014","perzische_klaver_od","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4015","perzische_klaver_od","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4016","perzische_klaver_od","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4017","perzische_klaver_od","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium resupinatum" +"4018","perzische_klaver_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4019","perzische_klaver_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4020","perzische_klaver_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4021","perzische_klaver_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4022","perzische_klaver_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4023","perzische_klaver_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4024","perzische_klaver_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4025","perzische_klaver_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4026","perzische_klaver_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4027","perzische_klaver_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4028","perzische_klaver_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4029","perzische_klaver_vs","Heterodera_betae","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4030","perzische_klaver_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4031","perzische_klaver_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4032","perzische_klaver_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4033","perzische_klaver_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4034","perzische_klaver_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4035","perzische_klaver_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4036","perzische_klaver_vs","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4037","perzische_klaver_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4038","perzische_klaver_vs","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4039","perzische_klaver_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4040","perzische_klaver_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4041","perzische_klaver_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4042","perzische_klaver_vs","Paratrichodorus_teres","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4043","perzische_klaver_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4044","perzische_klaver_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4045","perzische_klaver_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4046","perzische_klaver_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4047","perzische_klaver_vs","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4048","perzische_klaver_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4049","perzische_klaver_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4050","perzische_klaver_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4051","perzische_klaver_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4052","perzische_klaver_vs","Tabaksratelvirus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4053","perzische_klaver_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4054","perzische_klaver_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4055","perzische_klaver_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4056","perzische_klaver_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium resupinatum" +"4057","peterselie_krul_plat","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4058","peterselie_krul_plat","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4059","peterselie_krul_plat","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4060","peterselie_krul_plat","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4061","peterselie_krul_plat","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4062","peterselie_krul_plat","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4063","peterselie_krul_plat","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4064","peterselie_krul_plat","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4065","peterselie_krul_plat","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4066","peterselie_krul_plat","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4067","peterselie_krul_plat","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4068","peterselie_krul_plat","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4069","peterselie_krul_plat","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4070","peterselie_krul_plat","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4071","peterselie_krul_plat","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4072","peterselie_krul_plat","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4073","peterselie_krul_plat","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4074","peterselie_krul_plat","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4075","peterselie_krul_plat","Meloidogyne_chitwoodi","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4076","peterselie_krul_plat","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4077","peterselie_krul_plat","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4078","peterselie_krul_plat","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4079","peterselie_krul_plat","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4080","peterselie_krul_plat","Paratrichodorus_pachydermus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4081","peterselie_krul_plat","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4082","peterselie_krul_plat","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4083","peterselie_krul_plat","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4084","peterselie_krul_plat","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4085","peterselie_krul_plat","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4086","peterselie_krul_plat","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4087","peterselie_krul_plat","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4088","peterselie_krul_plat","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4089","peterselie_krul_plat","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4090","peterselie_krul_plat","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4091","peterselie_krul_plat","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4092","peterselie_krul_plat","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4093","peterselie_krul_plat","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4094","peterselie_krul_plat","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4095","peterselie_krul_plat","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"petroselinum crispum" +"4096","phlox","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4097","phlox","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4098","phlox","Aphelenchoides_spp.","sterk","onbekend",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4099","phlox","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4100","phlox","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4101","phlox","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4102","phlox","Ditylenchus_dipsaci","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4103","phlox","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4104","phlox","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4105","phlox","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4106","phlox","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4107","phlox","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4108","phlox","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4109","phlox","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4110","phlox","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4111","phlox","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4112","phlox","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4113","phlox","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4114","phlox","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4115","phlox","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4116","phlox","Meloidogyne_hapla","sterk","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4117","phlox","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4118","phlox","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4119","phlox","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4120","phlox","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4121","phlox","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4122","phlox","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4123","phlox","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4124","phlox","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4125","phlox","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4126","phlox","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4127","phlox","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4128","phlox","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4129","phlox","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4130","phlox","Tabaksratelvirus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4131","phlox","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4132","phlox","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4133","phlox","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4134","phlox","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phlox" +"4135","picea","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4136","picea","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4137","picea","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4138","picea","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4139","picea","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4140","picea","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4141","picea","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4142","picea","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4143","picea","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4144","picea","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4145","picea","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4146","picea","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4147","picea","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4148","picea","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4149","picea","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4150","picea","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4151","picea","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4152","picea","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4153","picea","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4154","picea","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4155","picea","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4156","picea","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4157","picea","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4158","picea","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4159","picea","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4160","picea","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4161","picea","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4162","picea","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4163","picea","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4164","picea","Pratylenchus_penetrans","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4165","picea","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4166","picea","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4167","picea","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4168","picea","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4169","picea","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4170","picea","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4171","picea","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4172","picea","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4173","picea","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"picea" +"4174","pinus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4175","pinus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4176","pinus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4177","pinus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4178","pinus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4179","pinus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4180","pinus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4181","pinus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4182","pinus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4183","pinus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4184","pinus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4185","pinus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4186","pinus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4187","pinus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4188","pinus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4189","pinus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4190","pinus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4191","pinus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4192","pinus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4193","pinus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4194","pinus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4195","pinus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4196","pinus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4197","pinus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4198","pinus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4199","pinus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4200","pinus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4201","pinus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4202","pinus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4203","pinus","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4204","pinus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4205","pinus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4206","pinus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4207","pinus","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4208","pinus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4209","pinus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4210","pinus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4211","pinus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4212","pinus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pinus" +"4213","pompoen","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4214","pompoen","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4215","pompoen","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4216","pompoen","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4217","pompoen","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4218","pompoen","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4219","pompoen","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4220","pompoen","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4221","pompoen","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4222","pompoen","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4223","pompoen","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4224","pompoen","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4225","pompoen","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4226","pompoen","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4227","pompoen","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4228","pompoen","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4229","pompoen","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4230","pompoen","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4231","pompoen","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4232","pompoen","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4233","pompoen","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4234","pompoen","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4235","pompoen","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4236","pompoen","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4237","pompoen","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4238","pompoen","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4239","pompoen","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4240","pompoen","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4241","pompoen","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4242","pompoen","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4243","pompoen","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4244","pompoen","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4245","pompoen","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4246","pompoen","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4247","pompoen","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4248","pompoen","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4249","pompoen","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4250","pompoen","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4251","pompoen","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"cucurbita" +"4252","potentilla","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4253","potentilla","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4254","potentilla","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4255","potentilla","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4256","potentilla","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4257","potentilla","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4258","potentilla","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4259","potentilla","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4260","potentilla","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4261","potentilla","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4262","potentilla","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4263","potentilla","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4264","potentilla","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4265","potentilla","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4266","potentilla","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4267","potentilla","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4268","potentilla","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4269","potentilla","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4270","potentilla","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4271","potentilla","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4272","potentilla","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4273","potentilla","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4274","potentilla","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4275","potentilla","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4276","potentilla","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4277","potentilla","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4278","potentilla","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4279","potentilla","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4280","potentilla","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4281","potentilla","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4282","potentilla","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4283","potentilla","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4284","potentilla","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4285","potentilla","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4286","potentilla","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4287","potentilla","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4288","potentilla","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4289","potentilla","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4290","potentilla","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"potentilla" +"4291","prei","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4292","prei","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4293","prei","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4294","prei","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4295","prei","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4296","prei","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4297","prei","Ditylenchus_dipsaci","weinig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4298","prei","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4299","prei","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4300","prei","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4301","prei","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4302","prei","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4303","prei","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4304","prei","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4305","prei","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4306","prei","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4307","prei","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4308","prei","Longidorus_elongatus","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4309","prei","Meloidogyne_chitwoodi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4310","prei","Meloidogyne_fallax","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4311","prei","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4312","prei","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4313","prei","Meloidogyne_naasi","natuurlijke_afname","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4314","prei","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4315","prei","Paratrichodorus_teres","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4316","prei","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4317","prei","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4318","prei","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4319","prei","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4320","prei","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4321","prei","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4322","prei","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4323","prei","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4324","prei","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4325","prei","Tabaksratelvirus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4326","prei","Trichodorus_primitivus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4327","prei","Trichodorus_similis","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4328","prei","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4329","prei","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium ampeloprasum" +"4330","prunus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4331","prunus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4332","prunus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4333","prunus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4334","prunus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4335","prunus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4336","prunus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4337","prunus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4338","prunus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4339","prunus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4340","prunus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4341","prunus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4342","prunus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4343","prunus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4344","prunus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4345","prunus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4346","prunus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4347","prunus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4348","prunus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4349","prunus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4350","prunus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4351","prunus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4352","prunus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4353","prunus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4354","prunus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4355","prunus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4356","prunus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4357","prunus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4358","prunus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4359","prunus","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4360","prunus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4361","prunus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4362","prunus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4363","prunus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4364","prunus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4365","prunus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4366","prunus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4367","prunus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4368","prunus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"prunus" +"4369","pulmonaria","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4370","pulmonaria","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4371","pulmonaria","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4372","pulmonaria","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4373","pulmonaria","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4374","pulmonaria","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4375","pulmonaria","Ditylenchus_dipsaci","matig","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4376","pulmonaria","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4377","pulmonaria","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4378","pulmonaria","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4379","pulmonaria","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4380","pulmonaria","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4381","pulmonaria","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4382","pulmonaria","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4383","pulmonaria","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4384","pulmonaria","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4385","pulmonaria","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4386","pulmonaria","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4387","pulmonaria","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4388","pulmonaria","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4389","pulmonaria","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4390","pulmonaria","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4391","pulmonaria","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4392","pulmonaria","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4393","pulmonaria","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4394","pulmonaria","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4395","pulmonaria","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4396","pulmonaria","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4397","pulmonaria","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4398","pulmonaria","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4399","pulmonaria","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4400","pulmonaria","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4401","pulmonaria","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4402","pulmonaria","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4403","pulmonaria","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4404","pulmonaria","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4405","pulmonaria","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4406","pulmonaria","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4407","pulmonaria","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"pulmonaria" +"4408","puschkinia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4409","puschkinia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4410","puschkinia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4411","puschkinia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4412","puschkinia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4413","puschkinia","Ditylenchus_destructor","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4414","puschkinia","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4415","puschkinia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4416","puschkinia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4417","puschkinia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4418","puschkinia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4419","puschkinia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4420","puschkinia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4421","puschkinia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4422","puschkinia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4423","puschkinia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4424","puschkinia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4425","puschkinia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4426","puschkinia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4427","puschkinia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4428","puschkinia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4429","puschkinia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4430","puschkinia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4431","puschkinia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4432","puschkinia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4433","puschkinia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4434","puschkinia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4435","puschkinia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4436","puschkinia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4437","puschkinia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4438","puschkinia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4439","puschkinia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4440","puschkinia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4441","puschkinia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4442","puschkinia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4443","puschkinia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4444","puschkinia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4445","puschkinia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4446","puschkinia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"puschkinia" +"4447","quercus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4448","quercus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4449","quercus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4450","quercus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4451","quercus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4452","quercus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4453","quercus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4454","quercus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4455","quercus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4456","quercus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4457","quercus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4458","quercus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4459","quercus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4460","quercus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4461","quercus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4462","quercus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4463","quercus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4464","quercus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4465","quercus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4466","quercus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4467","quercus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4468","quercus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4469","quercus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4470","quercus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4471","quercus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4472","quercus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4473","quercus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4474","quercus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4475","quercus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4476","quercus","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4477","quercus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4478","quercus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4479","quercus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4480","quercus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4481","quercus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4482","quercus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4483","quercus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4484","quercus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4485","quercus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"quercus" +"4486","rabarber","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4487","rabarber","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4488","rabarber","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4489","rabarber","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4490","rabarber","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4491","rabarber","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4492","rabarber","Ditylenchus_dipsaci","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4493","rabarber","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4494","rabarber","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4495","rabarber","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4496","rabarber","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4497","rabarber","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4498","rabarber","Heterodera_carotae","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4499","rabarber","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4500","rabarber","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4501","rabarber","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4502","rabarber","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4503","rabarber","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4504","rabarber","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4505","rabarber","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4506","rabarber","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4507","rabarber","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4508","rabarber","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4509","rabarber","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4510","rabarber","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4511","rabarber","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4512","rabarber","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4513","rabarber","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4514","rabarber","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4515","rabarber","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4516","rabarber","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4517","rabarber","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4518","rabarber","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4519","rabarber","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4520","rabarber","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4521","rabarber","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4522","rabarber","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4523","rabarber","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4524","rabarber","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rheum rhabarbarum" +"4525","raketblad_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4526","raketblad_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4527","raketblad_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4528","raketblad_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4529","raketblad_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4530","raketblad_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4531","raketblad_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4532","raketblad_br","Globodera_rostochiensis_of_pallida","actieve_afname","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4533","raketblad_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4534","raketblad_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4535","raketblad_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4536","raketblad_br","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4537","raketblad_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4538","raketblad_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4539","raketblad_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4540","raketblad_br","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4541","raketblad_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4542","raketblad_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4543","raketblad_br","Meloidogyne_chitwoodi","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4544","raketblad_br","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4545","raketblad_br","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4546","raketblad_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4547","raketblad_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4548","raketblad_br","Paratrichodorus_pachydermus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4549","raketblad_br","Paratrichodorus_teres","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4550","raketblad_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4551","raketblad_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4552","raketblad_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4553","raketblad_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4554","raketblad_br","Pratylenchus_penetrans","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4555","raketblad_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4556","raketblad_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4557","raketblad_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4558","raketblad_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4559","raketblad_br","Tabaksratelvirus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4560","raketblad_br","Trichodorus_primitivus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4561","raketblad_br","Trichodorus_similis","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4562","raketblad_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4563","raketblad_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"solanum sisymbriifolium" +"4564","ranunculus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4565","ranunculus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4566","ranunculus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4567","ranunculus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4568","ranunculus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4569","ranunculus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4570","ranunculus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4571","ranunculus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4572","ranunculus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4573","ranunculus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4574","ranunculus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4575","ranunculus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4576","ranunculus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4577","ranunculus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4578","ranunculus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4579","ranunculus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4580","ranunculus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4581","ranunculus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4582","ranunculus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4583","ranunculus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4584","ranunculus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4585","ranunculus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4586","ranunculus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4587","ranunculus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4588","ranunculus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4589","ranunculus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4590","ranunculus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4591","ranunculus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4592","ranunculus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4593","ranunculus","Pratylenchus_penetrans","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4594","ranunculus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4595","ranunculus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4596","ranunculus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4597","ranunculus","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4598","ranunculus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4599","ranunculus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4600","ranunculus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4601","ranunculus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4602","ranunculus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"ranunculus" +"4603","robinia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4604","robinia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4605","robinia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4606","robinia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4607","robinia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4608","robinia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4609","robinia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4610","robinia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4611","robinia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4612","robinia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4613","robinia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4614","robinia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4615","robinia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4616","robinia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4617","robinia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4618","robinia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4619","robinia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4620","robinia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4621","robinia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4622","robinia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4623","robinia","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4624","robinia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4625","robinia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4626","robinia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4627","robinia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4628","robinia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4629","robinia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4630","robinia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4631","robinia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4632","robinia","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4633","robinia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4634","robinia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4635","robinia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4636","robinia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4637","robinia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4638","robinia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4639","robinia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4640","robinia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4641","robinia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"robinia" +"4642","rode_biet","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4643","rode_biet","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4644","rode_biet","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4645","rode_biet","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4646","rode_biet","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4647","rode_biet","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4648","rode_biet","Ditylenchus_dipsaci","natuurlijke_afname","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4649","rode_biet","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4650","rode_biet","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4651","rode_biet","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4652","rode_biet","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4653","rode_biet","Heterodera_betae","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4654","rode_biet","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4655","rode_biet","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4656","rode_biet","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4657","rode_biet","Heterodera_schachtii","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4658","rode_biet","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4659","rode_biet","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4660","rode_biet","Meloidogyne_chitwoodi","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4661","rode_biet","Meloidogyne_fallax","sterk","matig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4662","rode_biet","Meloidogyne_hapla","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4663","rode_biet","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4664","rode_biet","Meloidogyne_naasi","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4665","rode_biet","Paratrichodorus_pachydermus","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4666","rode_biet","Paratrichodorus_teres","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4667","rode_biet","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4668","rode_biet","Pratylenchus_crenatus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4669","rode_biet","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4670","rode_biet","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4671","rode_biet","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4672","rode_biet","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4673","rode_biet","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4674","rode_biet","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4675","rode_biet","Rotylenchus_uniformis","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4676","rode_biet","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4677","rode_biet","Trichodorus_primitivus","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4678","rode_biet","Trichodorus_similis","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4679","rode_biet","Tylenchorhynchus_dubius","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4680","rode_biet","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"4681","rode_klaver","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4682","rode_klaver","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4683","rode_klaver","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4684","rode_klaver","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4685","rode_klaver","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4686","rode_klaver","Ditylenchus_destructor","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4687","rode_klaver","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4688","rode_klaver","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4689","rode_klaver","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4690","rode_klaver","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4691","rode_klaver","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4692","rode_klaver","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4693","rode_klaver","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4694","rode_klaver","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4695","rode_klaver","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4696","rode_klaver","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4697","rode_klaver","Heterodera_trifolii_f._sp._trifolium","matig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4698","rode_klaver","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4699","rode_klaver","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4700","rode_klaver","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4701","rode_klaver","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4702","rode_klaver","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4703","rode_klaver","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4704","rode_klaver","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4705","rode_klaver","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4706","rode_klaver","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4707","rode_klaver","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4708","rode_klaver","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4709","rode_klaver","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4710","rode_klaver","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4711","rode_klaver","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4712","rode_klaver","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4713","rode_klaver","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4714","rode_klaver","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4715","rode_klaver","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4716","rode_klaver","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4717","rode_klaver","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4718","rode_klaver","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4719","rode_klaver","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"trifolium pratense" +"4720","rode_klaver_od","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4721","rode_klaver_od","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4722","rode_klaver_od","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4723","rode_klaver_od","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4724","rode_klaver_od","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4725","rode_klaver_od","Ditylenchus_destructor","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4726","rode_klaver_od","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4727","rode_klaver_od","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4728","rode_klaver_od","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4729","rode_klaver_od","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4730","rode_klaver_od","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4731","rode_klaver_od","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4732","rode_klaver_od","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4733","rode_klaver_od","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4734","rode_klaver_od","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4735","rode_klaver_od","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4736","rode_klaver_od","Heterodera_trifolii_f._sp._trifolium","matig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4737","rode_klaver_od","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4738","rode_klaver_od","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4739","rode_klaver_od","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4740","rode_klaver_od","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4741","rode_klaver_od","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4742","rode_klaver_od","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4743","rode_klaver_od","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4744","rode_klaver_od","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4745","rode_klaver_od","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4746","rode_klaver_od","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4747","rode_klaver_od","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4748","rode_klaver_od","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4749","rode_klaver_od","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4750","rode_klaver_od","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4751","rode_klaver_od","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4752","rode_klaver_od","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4753","rode_klaver_od","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4754","rode_klaver_od","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4755","rode_klaver_od","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4756","rode_klaver_od","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4757","rode_klaver_od","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4758","rode_klaver_od","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium pratense" +"4759","rode_klaver_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4760","rode_klaver_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4761","rode_klaver_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4762","rode_klaver_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4763","rode_klaver_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4764","rode_klaver_vs","Ditylenchus_destructor","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4765","rode_klaver_vs","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4766","rode_klaver_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4767","rode_klaver_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4768","rode_klaver_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4769","rode_klaver_vs","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4770","rode_klaver_vs","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4771","rode_klaver_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4772","rode_klaver_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4773","rode_klaver_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4774","rode_klaver_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4775","rode_klaver_vs","Heterodera_trifolii_f._sp._trifolium","matig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4776","rode_klaver_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4777","rode_klaver_vs","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4778","rode_klaver_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4779","rode_klaver_vs","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4780","rode_klaver_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4781","rode_klaver_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4782","rode_klaver_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4783","rode_klaver_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4784","rode_klaver_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4785","rode_klaver_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4786","rode_klaver_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4787","rode_klaver_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4788","rode_klaver_vs","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4789","rode_klaver_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4790","rode_klaver_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4791","rode_klaver_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4792","rode_klaver_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4793","rode_klaver_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4794","rode_klaver_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4795","rode_klaver_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4796","rode_klaver_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4797","rode_klaver_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium pratense" +"4798","rogge","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4799","rogge","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4800","rogge","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4801","rogge","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4802","rogge","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4803","rogge","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4804","rogge","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4805","rogge","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4806","rogge","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4807","rogge","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4808","rogge","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4809","rogge","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4810","rogge","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4811","rogge","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4812","rogge","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4813","rogge","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4814","rogge","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4815","rogge","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4816","rogge","Meloidogyne_chitwoodi","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4817","rogge","Meloidogyne_fallax","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4818","rogge","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4819","rogge","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4820","rogge","Meloidogyne_naasi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4821","rogge","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4822","rogge","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4823","rogge","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4824","rogge","Pratylenchus_crenatus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4825","rogge","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4826","rogge","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4827","rogge","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4828","rogge","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4829","rogge","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4830","rogge","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4831","rogge","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4832","rogge","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4833","rogge","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4834","rogge","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4835","rogge","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4836","rogge","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4837","rogge_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4838","rogge_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4839","rogge_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4840","rogge_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4841","rogge_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4842","rogge_br","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4843","rogge_br","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4844","rogge_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4845","rogge_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4846","rogge_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4847","rogge_br","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4848","rogge_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4849","rogge_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4850","rogge_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4851","rogge_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4852","rogge_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4853","rogge_br","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4854","rogge_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4855","rogge_br","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4856","rogge_br","Meloidogyne_fallax","matig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4857","rogge_br","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4858","rogge_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4859","rogge_br","Meloidogyne_naasi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4860","rogge_br","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4861","rogge_br","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4862","rogge_br","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4863","rogge_br","Pratylenchus_crenatus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4864","rogge_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4865","rogge_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4866","rogge_br","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4867","rogge_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4868","rogge_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4869","rogge_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4870","rogge_br","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4871","rogge_br","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4872","rogge_br","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4873","rogge_br","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4874","rogge_br","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4875","rogge_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"secale cereale" +"4876","rogge_ls","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4877","rogge_ls","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4878","rogge_ls","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4879","rogge_ls","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4880","rogge_ls","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4881","rogge_ls","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4882","rogge_ls","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4883","rogge_ls","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4884","rogge_ls","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4885","rogge_ls","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4886","rogge_ls","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4887","rogge_ls","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4888","rogge_ls","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4889","rogge_ls","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4890","rogge_ls","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4891","rogge_ls","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4892","rogge_ls","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4893","rogge_ls","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4894","rogge_ls","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4895","rogge_ls","Meloidogyne_fallax","matig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4896","rogge_ls","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4897","rogge_ls","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4898","rogge_ls","Meloidogyne_naasi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4899","rogge_ls","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4900","rogge_ls","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4901","rogge_ls","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4902","rogge_ls","Pratylenchus_crenatus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4903","rogge_ls","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4904","rogge_ls","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4905","rogge_ls","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4906","rogge_ls","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4907","rogge_ls","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4908","rogge_ls","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4909","rogge_ls","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4910","rogge_ls","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4911","rogge_ls","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4912","rogge_ls","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4913","rogge_ls","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4914","rogge_ls","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"secale cereale" +"4915","rogge_st","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4916","rogge_st","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4917","rogge_st","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4918","rogge_st","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4919","rogge_st","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4920","rogge_st","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4921","rogge_st","Ditylenchus_dipsaci","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4922","rogge_st","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4923","rogge_st","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4924","rogge_st","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4925","rogge_st","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4926","rogge_st","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4927","rogge_st","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4928","rogge_st","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4929","rogge_st","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4930","rogge_st","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4931","rogge_st","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4932","rogge_st","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4933","rogge_st","Meloidogyne_chitwoodi","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4934","rogge_st","Meloidogyne_fallax","matig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4935","rogge_st","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4936","rogge_st","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4937","rogge_st","Meloidogyne_naasi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4938","rogge_st","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4939","rogge_st","Paratrichodorus_teres","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4940","rogge_st","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4941","rogge_st","Pratylenchus_crenatus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4942","rogge_st","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4943","rogge_st","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4944","rogge_st","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4945","rogge_st","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4946","rogge_st","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4947","rogge_st","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4948","rogge_st","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4949","rogge_st","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4950","rogge_st","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4951","rogge_st","Trichodorus_similis","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4952","rogge_st","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4953","rogge_st","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,TRUE,"secale cereale" +"4954","rosa","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4955","rosa","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4956","rosa","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4957","rosa","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4958","rosa","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4959","rosa","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4960","rosa","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4961","rosa","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4962","rosa","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4963","rosa","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4964","rosa","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4965","rosa","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4966","rosa","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4967","rosa","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4968","rosa","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4969","rosa","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4970","rosa","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4971","rosa","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4972","rosa","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4973","rosa","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4974","rosa","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4975","rosa","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4976","rosa","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4977","rosa","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4978","rosa","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4979","rosa","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4980","rosa","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4981","rosa","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4982","rosa","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4983","rosa","Pratylenchus_penetrans","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4984","rosa","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4985","rosa","Pratylenchus_vulnus","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4986","rosa","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4987","rosa","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4988","rosa","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4989","rosa","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4990","rosa","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4991","rosa","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4992","rosa","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"rosa" +"4993","salvia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"4994","salvia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"4995","salvia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"4996","salvia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"4997","salvia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"4998","salvia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"4999","salvia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5000","salvia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5001","salvia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5002","salvia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5003","salvia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5004","salvia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5005","salvia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5006","salvia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5007","salvia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5008","salvia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5009","salvia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5010","salvia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5011","salvia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5012","salvia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5013","salvia","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5014","salvia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5015","salvia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5016","salvia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5017","salvia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5018","salvia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5019","salvia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5020","salvia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5021","salvia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5022","salvia","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5023","salvia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5024","salvia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5025","salvia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5026","salvia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5027","salvia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5028","salvia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5029","salvia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5030","salvia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5031","salvia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"salvia" +"5032","sarepta_mosterd","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5033","sarepta_mosterd","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5034","sarepta_mosterd","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5035","sarepta_mosterd","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5036","sarepta_mosterd","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5037","sarepta_mosterd","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5038","sarepta_mosterd","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5039","sarepta_mosterd","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5040","sarepta_mosterd","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5041","sarepta_mosterd","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5042","sarepta_mosterd","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5043","sarepta_mosterd","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5044","sarepta_mosterd","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5045","sarepta_mosterd","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5046","sarepta_mosterd","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5047","sarepta_mosterd","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5048","sarepta_mosterd","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5049","sarepta_mosterd","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5050","sarepta_mosterd","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5051","sarepta_mosterd","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5052","sarepta_mosterd","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5053","sarepta_mosterd","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5054","sarepta_mosterd","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5055","sarepta_mosterd","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5056","sarepta_mosterd","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5057","sarepta_mosterd","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5058","sarepta_mosterd","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5059","sarepta_mosterd","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5060","sarepta_mosterd","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5061","sarepta_mosterd","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5062","sarepta_mosterd","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5063","sarepta_mosterd","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5064","sarepta_mosterd","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5065","sarepta_mosterd","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5066","sarepta_mosterd","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5067","sarepta_mosterd","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5068","sarepta_mosterd","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5069","sarepta_mosterd","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5070","sarepta_mosterd","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica juncea" +"5071","schorseneer","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5072","schorseneer","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5073","schorseneer","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5074","schorseneer","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5075","schorseneer","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5076","schorseneer","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5077","schorseneer","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5078","schorseneer","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5079","schorseneer","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5080","schorseneer","Hemicycliophora_spp.","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5081","schorseneer","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5082","schorseneer","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5083","schorseneer","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5084","schorseneer","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5085","schorseneer","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5086","schorseneer","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5087","schorseneer","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5088","schorseneer","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5089","schorseneer","Meloidogyne_chitwoodi","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5090","schorseneer","Meloidogyne_fallax","sterk","zwaar",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5091","schorseneer","Meloidogyne_hapla","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5092","schorseneer","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5093","schorseneer","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5094","schorseneer","Paratrichodorus_pachydermus","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5095","schorseneer","Paratrichodorus_teres","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5096","schorseneer","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5097","schorseneer","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5098","schorseneer","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5099","schorseneer","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5100","schorseneer","Pratylenchus_penetrans","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5101","schorseneer","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5102","schorseneer","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5103","schorseneer","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5104","schorseneer","Rotylenchus_uniformis","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5105","schorseneer","Tabaksratelvirus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5106","schorseneer","Trichodorus_primitivus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5107","schorseneer","Trichodorus_similis","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5108","schorseneer","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5109","schorseneer","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scorzonera hispanica" +"5110","scilla","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5111","scilla","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5112","scilla","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5113","scilla","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5114","scilla","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5115","scilla","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5116","scilla","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5117","scilla","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5118","scilla","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5119","scilla","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5120","scilla","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5121","scilla","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5122","scilla","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5123","scilla","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5124","scilla","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5125","scilla","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5126","scilla","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5127","scilla","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5128","scilla","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5129","scilla","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5130","scilla","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5131","scilla","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5132","scilla","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5133","scilla","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5134","scilla","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5135","scilla","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5136","scilla","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5137","scilla","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5138","scilla","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5139","scilla","Pratylenchus_penetrans","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5140","scilla","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5141","scilla","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5142","scilla","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5143","scilla","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5144","scilla","Tabaksratelvirus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5145","scilla","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5146","scilla","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5147","scilla","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5148","scilla","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"scilla" +"5149","selderij_knol","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5150","selderij_knol","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5151","selderij_knol","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5152","selderij_knol","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5153","selderij_knol","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5154","selderij_knol","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5155","selderij_knol","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5156","selderij_knol","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5157","selderij_knol","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5158","selderij_knol","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5159","selderij_knol","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5160","selderij_knol","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5161","selderij_knol","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5162","selderij_knol","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5163","selderij_knol","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5164","selderij_knol","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5165","selderij_knol","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5166","selderij_knol","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5167","selderij_knol","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5168","selderij_knol","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5169","selderij_knol","Meloidogyne_hapla","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5170","selderij_knol","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5171","selderij_knol","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5172","selderij_knol","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5173","selderij_knol","Paratrichodorus_teres","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5174","selderij_knol","Paratylenchus_bukowinensis","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5175","selderij_knol","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5176","selderij_knol","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5177","selderij_knol","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5178","selderij_knol","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5179","selderij_knol","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5180","selderij_knol","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5181","selderij_knol","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5182","selderij_knol","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5183","selderij_knol","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5184","selderij_knol","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5185","selderij_knol","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5186","selderij_knol","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5187","selderij_knol","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"apium graveolens" +"5188","sla","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5189","sla","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5190","sla","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5191","sla","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5192","sla","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5193","sla","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5194","sla","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5195","sla","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5196","sla","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5197","sla","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5198","sla","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5199","sla","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5200","sla","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5201","sla","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5202","sla","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5203","sla","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5204","sla","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5205","sla","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5206","sla","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5207","sla","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5208","sla","Meloidogyne_hapla","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5209","sla","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5210","sla","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5211","sla","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5212","sla","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5213","sla","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5214","sla","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5215","sla","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5216","sla","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5217","sla","Pratylenchus_penetrans","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5218","sla","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5219","sla","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5220","sla","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5221","sla","Rotylenchus_uniformis","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5222","sla","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5223","sla","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5224","sla","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5225","sla","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5226","sla","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lactuca sativa" +"5227","sluitkool","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5228","sluitkool","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5229","sluitkool","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5230","sluitkool","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5231","sluitkool","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5232","sluitkool","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5233","sluitkool","Ditylenchus_dipsaci","onbekend","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5234","sluitkool","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5235","sluitkool","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5236","sluitkool","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5237","sluitkool","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5238","sluitkool","Heterodera_betae","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5239","sluitkool","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5240","sluitkool","Heterodera_cruciferae","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5241","sluitkool","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5242","sluitkool","Heterodera_schachtii","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5243","sluitkool","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5244","sluitkool","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5245","sluitkool","Meloidogyne_chitwoodi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5246","sluitkool","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5247","sluitkool","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5248","sluitkool","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5249","sluitkool","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5250","sluitkool","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5251","sluitkool","Paratrichodorus_teres","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5252","sluitkool","Paratylenchus_bukowinensis","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5253","sluitkool","Pratylenchus_crenatus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5254","sluitkool","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5255","sluitkool","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5256","sluitkool","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5257","sluitkool","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5258","sluitkool","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5259","sluitkool","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5260","sluitkool","Rotylenchus_uniformis","matig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5261","sluitkool","Tabaksratelvirus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5262","sluitkool","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5263","sluitkool","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5264","sluitkool","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5265","sluitkool","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5266","soedangras_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5267","soedangras_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5268","soedangras_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5269","soedangras_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5270","soedangras_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5271","soedangras_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5272","soedangras_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5273","soedangras_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5274","soedangras_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5275","soedangras_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5276","soedangras_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5277","soedangras_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5278","soedangras_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5279","soedangras_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5280","soedangras_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5281","soedangras_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5282","soedangras_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5283","soedangras_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5284","soedangras_br","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5285","soedangras_br","Meloidogyne_fallax","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5286","soedangras_br","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5287","soedangras_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5288","soedangras_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5289","soedangras_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5290","soedangras_br","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5291","soedangras_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5292","soedangras_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5293","soedangras_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5294","soedangras_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5295","soedangras_br","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5296","soedangras_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5297","soedangras_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5298","soedangras_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5299","soedangras_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5300","soedangras_br","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5301","soedangras_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5302","soedangras_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5303","soedangras_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5304","soedangras_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5305","soedangras_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5306","soedangras_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5307","soedangras_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5308","soedangras_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5309","soedangras_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5310","soedangras_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5311","soedangras_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5312","soedangras_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5313","soedangras_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5314","soedangras_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5315","soedangras_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5316","soedangras_vs","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5317","soedangras_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5318","soedangras_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5319","soedangras_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5320","soedangras_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5321","soedangras_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5322","soedangras_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5323","soedangras_vs","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5324","soedangras_vs","Meloidogyne_fallax","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5325","soedangras_vs","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5326","soedangras_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5327","soedangras_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5328","soedangras_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5329","soedangras_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5330","soedangras_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5331","soedangras_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5332","soedangras_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5333","soedangras_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5334","soedangras_vs","Pratylenchus_penetrans","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5335","soedangras_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5336","soedangras_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5337","soedangras_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5338","soedangras_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5339","soedangras_vs","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5340","soedangras_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5341","soedangras_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5342","soedangras_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5343","soedangras_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"sorghum bicolor" +"5344","spelt","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5345","spelt","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5346","spelt","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5347","spelt","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5348","spelt","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5349","spelt","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5350","spelt","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5351","spelt","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5352","spelt","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5353","spelt","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5354","spelt","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5355","spelt","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5356","spelt","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5357","spelt","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5358","spelt","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5359","spelt","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5360","spelt","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5361","spelt","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5362","spelt","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5363","spelt","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5364","spelt","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5365","spelt","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5366","spelt","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5367","spelt","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5368","spelt","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5369","spelt","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5370","spelt","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5371","spelt","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5372","spelt","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5373","spelt","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5374","spelt","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5375","spelt","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5376","spelt","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5377","spelt","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5378","spelt","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5379","spelt","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5380","spelt","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5381","spelt","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5382","spelt","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum spelta" +"5383","spinazie","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5384","spinazie","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5385","spinazie","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5386","spinazie","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5387","spinazie","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5388","spinazie","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5389","spinazie","Ditylenchus_dipsaci","natuurlijke_afname","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5390","spinazie","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5391","spinazie","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5392","spinazie","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5393","spinazie","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5394","spinazie","Heterodera_betae","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5395","spinazie","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5396","spinazie","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5397","spinazie","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5398","spinazie","Heterodera_schachtii","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5399","spinazie","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5400","spinazie","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5401","spinazie","Meloidogyne_chitwoodi","natuurlijke_afname","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5402","spinazie","Meloidogyne_fallax","natuurlijke_afname","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5403","spinazie","Meloidogyne_hapla","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5404","spinazie","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5405","spinazie","Meloidogyne_naasi","natuurlijke_afname","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5406","spinazie","Paratrichodorus_pachydermus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5407","spinazie","Paratrichodorus_teres","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5408","spinazie","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5409","spinazie","Pratylenchus_crenatus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5410","spinazie","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5411","spinazie","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5412","spinazie","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5413","spinazie","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5414","spinazie","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5415","spinazie","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5416","spinazie","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5417","spinazie","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5418","spinazie","Trichodorus_primitivus","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5419","spinazie","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5420","spinazie","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5421","spinazie","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"espinaca oleracea" +"5422","spiraea","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5423","spiraea","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5424","spiraea","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5425","spiraea","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5426","spiraea","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5427","spiraea","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5428","spiraea","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5429","spiraea","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5430","spiraea","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5431","spiraea","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5432","spiraea","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5433","spiraea","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5434","spiraea","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5435","spiraea","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5436","spiraea","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5437","spiraea","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5438","spiraea","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5439","spiraea","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5440","spiraea","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5441","spiraea","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5442","spiraea","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5443","spiraea","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5444","spiraea","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5445","spiraea","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5446","spiraea","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5447","spiraea","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5448","spiraea","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5449","spiraea","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5450","spiraea","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5451","spiraea","Pratylenchus_penetrans","matig","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5452","spiraea","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5453","spiraea","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5454","spiraea","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5455","spiraea","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5456","spiraea","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5457","spiraea","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5458","spiraea","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5459","spiraea","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5460","spiraea","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"spiraea" +"5461","sprekelia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5462","sprekelia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5463","sprekelia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5464","sprekelia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5465","sprekelia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5466","sprekelia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5467","sprekelia","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5468","sprekelia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5469","sprekelia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5470","sprekelia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5471","sprekelia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5472","sprekelia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5473","sprekelia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5474","sprekelia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5475","sprekelia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5476","sprekelia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5477","sprekelia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5478","sprekelia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5479","sprekelia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5480","sprekelia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5481","sprekelia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5482","sprekelia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5483","sprekelia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5484","sprekelia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5485","sprekelia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5486","sprekelia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5487","sprekelia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5488","sprekelia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5489","sprekelia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5490","sprekelia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5491","sprekelia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5492","sprekelia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5493","sprekelia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5494","sprekelia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5495","sprekelia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5496","sprekelia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5497","sprekelia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5498","sprekelia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5499","sprekelia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"sprekelia" +"5500","spruitkool","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5501","spruitkool","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5502","spruitkool","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5503","spruitkool","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5504","spruitkool","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5505","spruitkool","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5506","spruitkool","Ditylenchus_dipsaci","onbekend","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5507","spruitkool","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5508","spruitkool","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5509","spruitkool","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5510","spruitkool","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5511","spruitkool","Heterodera_betae","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5512","spruitkool","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5513","spruitkool","Heterodera_cruciferae","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5514","spruitkool","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5515","spruitkool","Heterodera_schachtii","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5516","spruitkool","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5517","spruitkool","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5518","spruitkool","Meloidogyne_chitwoodi","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5519","spruitkool","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5520","spruitkool","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5521","spruitkool","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5522","spruitkool","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5523","spruitkool","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5524","spruitkool","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5525","spruitkool","Paratylenchus_bukowinensis","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5526","spruitkool","Pratylenchus_crenatus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5527","spruitkool","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5528","spruitkool","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5529","spruitkool","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5530","spruitkool","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5531","spruitkool","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5532","spruitkool","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5533","spruitkool","Rotylenchus_uniformis","matig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5534","spruitkool","Tabaksratelvirus","matig","onbekend",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5535","spruitkool","Trichodorus_primitivus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5536","spruitkool","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5537","spruitkool","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5538","spruitkool","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"5539","spurrie_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5540","spurrie_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5541","spurrie_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5542","spurrie_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5543","spurrie_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5544","spurrie_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5545","spurrie_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5546","spurrie_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5547","spurrie_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5548","spurrie_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5549","spurrie_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5550","spurrie_vs","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5551","spurrie_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5552","spurrie_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5553","spurrie_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5554","spurrie_vs","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5555","spurrie_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5556","spurrie_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5557","spurrie_vs","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5558","spurrie_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5559","spurrie_vs","Meloidogyne_hapla","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5560","spurrie_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5561","spurrie_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5562","spurrie_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5563","spurrie_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5564","spurrie_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5565","spurrie_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5566","spurrie_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5567","spurrie_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5568","spurrie_vs","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5569","spurrie_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5570","spurrie_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5571","spurrie_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5572","spurrie_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5573","spurrie_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5574","spurrie_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5575","spurrie_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5576","spurrie_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5577","spurrie_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"spergula" +"5578","stamslaboon","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5579","stamslaboon","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5580","stamslaboon","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5581","stamslaboon","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5582","stamslaboon","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5583","stamslaboon","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5584","stamslaboon","Ditylenchus_dipsaci","matig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5585","stamslaboon","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5586","stamslaboon","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5587","stamslaboon","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5588","stamslaboon","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5589","stamslaboon","Heterodera_betae","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5590","stamslaboon","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5591","stamslaboon","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5592","stamslaboon","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5593","stamslaboon","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5594","stamslaboon","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5595","stamslaboon","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5596","stamslaboon","Meloidogyne_chitwoodi","natuurlijke_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5597","stamslaboon","Meloidogyne_fallax","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5598","stamslaboon","Meloidogyne_hapla","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5599","stamslaboon","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5600","stamslaboon","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5601","stamslaboon","Paratrichodorus_pachydermus","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5602","stamslaboon","Paratrichodorus_teres","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5603","stamslaboon","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5604","stamslaboon","Pratylenchus_crenatus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5605","stamslaboon","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5606","stamslaboon","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5607","stamslaboon","Pratylenchus_penetrans","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5608","stamslaboon","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5609","stamslaboon","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5610","stamslaboon","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5611","stamslaboon","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5612","stamslaboon","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5613","stamslaboon","Trichodorus_primitivus","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5614","stamslaboon","Trichodorus_similis","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5615","stamslaboon","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5616","stamslaboon","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"phaseolus vulgaris" +"5617","stenbergia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5618","stenbergia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5619","stenbergia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5620","stenbergia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5621","stenbergia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5622","stenbergia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5623","stenbergia","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5624","stenbergia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5625","stenbergia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5626","stenbergia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5627","stenbergia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5628","stenbergia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5629","stenbergia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5630","stenbergia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5631","stenbergia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5632","stenbergia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5633","stenbergia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5634","stenbergia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5635","stenbergia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5636","stenbergia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5637","stenbergia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5638","stenbergia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5639","stenbergia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5640","stenbergia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5641","stenbergia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5642","stenbergia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5643","stenbergia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5644","stenbergia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5645","stenbergia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5646","stenbergia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5647","stenbergia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5648","stenbergia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5649","stenbergia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5650","stenbergia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5651","stenbergia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5652","stenbergia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5653","stenbergia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5654","stenbergia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5655","stenbergia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"stenbergia" +"5656","suikerbiet","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5657","suikerbiet","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5658","suikerbiet","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5659","suikerbiet","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5660","suikerbiet","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5661","suikerbiet","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5662","suikerbiet","Ditylenchus_dipsaci","onbekend","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5663","suikerbiet","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5664","suikerbiet","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5665","suikerbiet","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5666","suikerbiet","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5667","suikerbiet","Heterodera_betae","sterk","zwaar",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5668","suikerbiet","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5669","suikerbiet","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5670","suikerbiet","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5671","suikerbiet","Heterodera_schachtii","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5672","suikerbiet","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5673","suikerbiet","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5674","suikerbiet","Meloidogyne_chitwoodi","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5675","suikerbiet","Meloidogyne_fallax","sterk","matig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5676","suikerbiet","Meloidogyne_hapla","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5677","suikerbiet","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5678","suikerbiet","Meloidogyne_naasi","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5679","suikerbiet","Paratrichodorus_pachydermus","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5680","suikerbiet","Paratrichodorus_teres","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5681","suikerbiet","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5682","suikerbiet","Pratylenchus_crenatus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5683","suikerbiet","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5684","suikerbiet","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5685","suikerbiet","Pratylenchus_penetrans","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5686","suikerbiet","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5687","suikerbiet","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5688","suikerbiet","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5689","suikerbiet","Rotylenchus_uniformis","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5690","suikerbiet","Tabaksratelvirus","matig","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5691","suikerbiet","Trichodorus_primitivus","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5692","suikerbiet","Trichodorus_similis","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5693","suikerbiet","Tylenchorhynchus_dubius","weinig","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5694","suikerbiet","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"beta vulgaris" +"5695","syringa","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5696","syringa","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5697","syringa","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5698","syringa","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5699","syringa","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5700","syringa","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5701","syringa","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5702","syringa","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5703","syringa","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5704","syringa","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5705","syringa","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5706","syringa","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5707","syringa","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5708","syringa","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5709","syringa","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5710","syringa","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5711","syringa","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5712","syringa","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5713","syringa","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5714","syringa","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5715","syringa","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5716","syringa","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5717","syringa","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5718","syringa","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5719","syringa","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5720","syringa","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5721","syringa","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5722","syringa","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5723","syringa","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5724","syringa","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5725","syringa","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5726","syringa","Pratylenchus_vulnus","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5727","syringa","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5728","syringa","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5729","syringa","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5730","syringa","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5731","syringa","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5732","syringa","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5733","syringa","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"syringa" +"5734","tagetes_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5735","tagetes_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5736","tagetes_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5737","tagetes_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5738","tagetes_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5739","tagetes_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5740","tagetes_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5741","tagetes_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5742","tagetes_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5743","tagetes_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5744","tagetes_br","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5745","tagetes_br","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5746","tagetes_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5747","tagetes_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5748","tagetes_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5749","tagetes_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5750","tagetes_br","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5751","tagetes_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5752","tagetes_br","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5753","tagetes_br","Meloidogyne_fallax","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5754","tagetes_br","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5755","tagetes_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5756","tagetes_br","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5757","tagetes_br","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5758","tagetes_br","Paratrichodorus_teres","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5759","tagetes_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5760","tagetes_br","Pratylenchus_crenatus","actieve_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5761","tagetes_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5762","tagetes_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5763","tagetes_br","Pratylenchus_penetrans","actieve_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5764","tagetes_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5765","tagetes_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5766","tagetes_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5767","tagetes_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5768","tagetes_br","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5769","tagetes_br","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5770","tagetes_br","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5771","tagetes_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5772","tagetes_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"tagetes" +"5773","taxus","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5774","taxus","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5775","taxus","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5776","taxus","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5777","taxus","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5778","taxus","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5779","taxus","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5780","taxus","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5781","taxus","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5782","taxus","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5783","taxus","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5784","taxus","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5785","taxus","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5786","taxus","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5787","taxus","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5788","taxus","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5789","taxus","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5790","taxus","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5791","taxus","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5792","taxus","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5793","taxus","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5794","taxus","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5795","taxus","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5796","taxus","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5797","taxus","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5798","taxus","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5799","taxus","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5800","taxus","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5801","taxus","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5802","taxus","Pratylenchus_penetrans","actieve_afname","geen",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5803","taxus","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5804","taxus","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5805","taxus","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5806","taxus","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5807","taxus","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5808","taxus","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5809","taxus","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5810","taxus","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5811","taxus","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"taxus" +"5812","teff","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5813","teff","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5814","teff","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5815","teff","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5816","teff","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5817","teff","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5818","teff","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5819","teff","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5820","teff","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5821","teff","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5822","teff","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5823","teff","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5824","teff","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5825","teff","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5826","teff","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5827","teff","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5828","teff","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5829","teff","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5830","teff","Meloidogyne_chitwoodi","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5831","teff","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5832","teff","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5833","teff","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5834","teff","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5835","teff","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5836","teff","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5837","teff","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5838","teff","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5839","teff","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5840","teff","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5841","teff","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5842","teff","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5843","teff","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5844","teff","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5845","teff","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5846","teff","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5847","teff","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5848","teff","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5849","teff","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5850","teff","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"eragrostis tef" +"5851","thuja","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5852","thuja","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5853","thuja","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5854","thuja","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5855","thuja","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5856","thuja","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5857","thuja","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5858","thuja","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5859","thuja","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5860","thuja","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5861","thuja","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5862","thuja","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5863","thuja","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5864","thuja","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5865","thuja","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5866","thuja","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5867","thuja","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5868","thuja","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5869","thuja","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5870","thuja","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5871","thuja","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5872","thuja","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5873","thuja","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5874","thuja","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5875","thuja","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5876","thuja","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5877","thuja","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5878","thuja","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5879","thuja","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5880","thuja","Pratylenchus_penetrans","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5881","thuja","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5882","thuja","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5883","thuja","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5884","thuja","Rotylenchus_uniformis","matig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5885","thuja","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5886","thuja","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5887","thuja","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5888","thuja","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5889","thuja","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"thuja" +"5890","tigridia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5891","tigridia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5892","tigridia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5893","tigridia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5894","tigridia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5895","tigridia","Ditylenchus_destructor","onbekend","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5896","tigridia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5897","tigridia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5898","tigridia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5899","tigridia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5900","tigridia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5901","tigridia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5902","tigridia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5903","tigridia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5904","tigridia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5905","tigridia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5906","tigridia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5907","tigridia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5908","tigridia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5909","tigridia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5910","tigridia","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5911","tigridia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5912","tigridia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5913","tigridia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5914","tigridia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5915","tigridia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5916","tigridia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5917","tigridia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5918","tigridia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5919","tigridia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5920","tigridia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5921","tigridia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5922","tigridia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5923","tigridia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5924","tigridia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5925","tigridia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5926","tigridia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5927","tigridia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5928","tigridia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tigridia" +"5929","tilia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5930","tilia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5931","tilia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5932","tilia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5933","tilia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5934","tilia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5935","tilia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5936","tilia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5937","tilia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5938","tilia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5939","tilia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5940","tilia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5941","tilia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5942","tilia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5943","tilia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5944","tilia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5945","tilia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5946","tilia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5947","tilia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5948","tilia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5949","tilia","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5950","tilia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5951","tilia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5952","tilia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5953","tilia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5954","tilia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5955","tilia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5956","tilia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5957","tilia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5958","tilia","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5959","tilia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5960","tilia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5961","tilia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5962","tilia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5963","tilia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5964","tilia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5965","tilia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5966","tilia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5967","tilia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tilia" +"5968","triticale","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5969","triticale","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5970","triticale","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5971","triticale","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5972","triticale","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5973","triticale","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5974","triticale","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5975","triticale","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5976","triticale","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5977","triticale","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5978","triticale","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5979","triticale","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5980","triticale","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5981","triticale","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5982","triticale","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5983","triticale","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5984","triticale","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5985","triticale","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5986","triticale","Meloidogyne_chitwoodi","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5987","triticale","Meloidogyne_fallax","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5988","triticale","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5989","triticale","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5990","triticale","Meloidogyne_naasi","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5991","triticale","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5992","triticale","Paratrichodorus_teres","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5993","triticale","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5994","triticale","Pratylenchus_crenatus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5995","triticale","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5996","triticale","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5997","triticale","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5998","triticale","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"5999","triticale","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6000","triticale","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6001","triticale","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6002","triticale","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6003","triticale","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6004","triticale","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6005","triticale","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6006","triticale","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticale" +"6007","tulp","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6008","tulp","Aphelenchoides_ritzemabosi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6009","tulp","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6010","tulp","Aphelenchoides_subtenuis","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6011","tulp","Arabis-mozaiekvirus","onbekend","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6012","tulp","Ditylenchus_destructor","sterk","zwaar",TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6013","tulp","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6014","tulp","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6015","tulp","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6016","tulp","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6017","tulp","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6018","tulp","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6019","tulp","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6020","tulp","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6021","tulp","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6022","tulp","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6023","tulp","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6024","tulp","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6025","tulp","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6026","tulp","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6027","tulp","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6028","tulp","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6029","tulp","Meloidogyne_naasi","natuurlijke_afname","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6030","tulp","Paratrichodorus_pachydermus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6031","tulp","Paratrichodorus_teres","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6032","tulp","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6033","tulp","Pratylenchus_crenatus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6034","tulp","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6035","tulp","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6036","tulp","Pratylenchus_penetrans","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6037","tulp","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6038","tulp","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6039","tulp","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6040","tulp","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6041","tulp","Tabaksratelvirus","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6042","tulp","Trichodorus_primitivus","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6043","tulp","Trichodorus_similis","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6044","tulp","Tylenchorhynchus_dubius","natuurlijke_afname","geen",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6045","tulp","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6046","ui","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6047","ui","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6048","ui","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6049","ui","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6050","ui","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6051","ui","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6052","ui","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6053","ui","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6054","ui","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6055","ui","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6056","ui","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6057","ui","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6058","ui","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6059","ui","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6060","ui","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6061","ui","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6062","ui","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6063","ui","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6064","ui","Meloidogyne_chitwoodi","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6065","ui","Meloidogyne_fallax","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6066","ui","Meloidogyne_hapla","weinig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6067","ui","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6068","ui","Meloidogyne_naasi","weinig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6069","ui","Paratrichodorus_pachydermus","natuurlijke_afname","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6070","ui","Paratrichodorus_teres","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6071","ui","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6072","ui","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6073","ui","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6074","ui","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6075","ui","Pratylenchus_penetrans","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6076","ui","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6077","ui","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6078","ui","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6079","ui","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6080","ui","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6081","ui","Trichodorus_primitivus","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6082","ui","Trichodorus_similis","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6083","ui","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6084","ui","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"allium cepa" +"6085","valeriaan","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6086","valeriaan","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6087","valeriaan","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6088","valeriaan","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6089","valeriaan","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6090","valeriaan","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6091","valeriaan","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6092","valeriaan","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6093","valeriaan","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6094","valeriaan","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6095","valeriaan","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6096","valeriaan","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6097","valeriaan","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6098","valeriaan","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6099","valeriaan","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6100","valeriaan","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6101","valeriaan","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6102","valeriaan","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6103","valeriaan","Meloidogyne_chitwoodi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6104","valeriaan","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6105","valeriaan","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6106","valeriaan","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6107","valeriaan","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6108","valeriaan","Paratrichodorus_pachydermus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6109","valeriaan","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6110","valeriaan","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6111","valeriaan","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6112","valeriaan","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6113","valeriaan","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6114","valeriaan","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6115","valeriaan","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6116","valeriaan","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6117","valeriaan","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6118","valeriaan","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6119","valeriaan","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6120","valeriaan","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6121","valeriaan","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6122","valeriaan","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6123","valeriaan","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"valeriana officinalis" +"6124","veld_tuinboon","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6125","veld_tuinboon","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6126","veld_tuinboon","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6127","veld_tuinboon","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6128","veld_tuinboon","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6129","veld_tuinboon","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6130","veld_tuinboon","Ditylenchus_dipsaci","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6131","veld_tuinboon","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6132","veld_tuinboon","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6133","veld_tuinboon","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6134","veld_tuinboon","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6135","veld_tuinboon","Heterodera_betae","matig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6136","veld_tuinboon","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6137","veld_tuinboon","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6138","veld_tuinboon","Heterodera_goettingiana","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6139","veld_tuinboon","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6140","veld_tuinboon","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6141","veld_tuinboon","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6142","veld_tuinboon","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6143","veld_tuinboon","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6144","veld_tuinboon","Meloidogyne_hapla","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6145","veld_tuinboon","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6146","veld_tuinboon","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6147","veld_tuinboon","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6148","veld_tuinboon","Paratrichodorus_teres","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6149","veld_tuinboon","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6150","veld_tuinboon","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6151","veld_tuinboon","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6152","veld_tuinboon","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6153","veld_tuinboon","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6154","veld_tuinboon","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6155","veld_tuinboon","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6156","veld_tuinboon","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6157","veld_tuinboon","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6158","veld_tuinboon","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6159","veld_tuinboon","Trichodorus_primitivus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6160","veld_tuinboon","Trichodorus_similis","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6161","veld_tuinboon","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6162","veld_tuinboon","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"vicia faba" +"6163","venkel","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6164","venkel","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6165","venkel","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6166","venkel","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6167","venkel","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6168","venkel","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6169","venkel","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6170","venkel","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6171","venkel","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6172","venkel","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6173","venkel","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6174","venkel","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6175","venkel","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6176","venkel","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6177","venkel","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6178","venkel","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6179","venkel","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6180","venkel","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6181","venkel","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6182","venkel","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6183","venkel","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6184","venkel","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6185","venkel","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6186","venkel","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6187","venkel","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6188","venkel","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6189","venkel","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6190","venkel","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6191","venkel","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6192","venkel","Pratylenchus_penetrans","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6193","venkel","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6194","venkel","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6195","venkel","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6196","venkel","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6197","venkel","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6198","venkel","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6199","venkel","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6200","venkel","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6201","venkel","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"foeniculum vulgare" +"6202","vlas","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6203","vlas","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6204","vlas","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6205","vlas","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6206","vlas","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6207","vlas","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6208","vlas","Ditylenchus_dipsaci","natuurlijke_afname","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6209","vlas","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6210","vlas","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6211","vlas","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6212","vlas","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6213","vlas","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6214","vlas","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6215","vlas","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6216","vlas","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6217","vlas","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6218","vlas","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6219","vlas","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6220","vlas","Meloidogyne_chitwoodi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6221","vlas","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6222","vlas","Meloidogyne_hapla","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6223","vlas","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6224","vlas","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6225","vlas","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6226","vlas","Paratrichodorus_teres","weinig","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6227","vlas","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6228","vlas","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6229","vlas","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6230","vlas","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6231","vlas","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6232","vlas","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6233","vlas","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6234","vlas","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6235","vlas","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6236","vlas","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6237","vlas","Trichodorus_primitivus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6238","vlas","Trichodorus_similis","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6239","vlas","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6240","vlas","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"linum usitatissimum" +"6241","voederwikke_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6242","voederwikke_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6243","voederwikke_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6244","voederwikke_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6245","voederwikke_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6246","voederwikke_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6247","voederwikke_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6248","voederwikke_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6249","voederwikke_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6250","voederwikke_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6251","voederwikke_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6252","voederwikke_br","Heterodera_betae","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6253","voederwikke_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6254","voederwikke_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6255","voederwikke_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6256","voederwikke_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6257","voederwikke_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6258","voederwikke_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6259","voederwikke_br","Meloidogyne_chitwoodi","weinig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6260","voederwikke_br","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6261","voederwikke_br","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6262","voederwikke_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6263","voederwikke_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6264","voederwikke_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6265","voederwikke_br","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6266","voederwikke_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6267","voederwikke_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6268","voederwikke_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6269","voederwikke_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6270","voederwikke_br","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6271","voederwikke_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6272","voederwikke_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6273","voederwikke_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6274","voederwikke_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6275","voederwikke_br","Tabaksratelvirus","natuurlijke_afname","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6276","voederwikke_br","Trichodorus_primitivus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6277","voederwikke_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6278","voederwikke_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6279","voederwikke_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"vicia sativa" +"6280","voederwikke_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6281","voederwikke_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6282","voederwikke_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6283","voederwikke_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6284","voederwikke_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6285","voederwikke_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6286","voederwikke_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6287","voederwikke_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6288","voederwikke_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6289","voederwikke_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6290","voederwikke_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6291","voederwikke_vs","Heterodera_betae","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6292","voederwikke_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6293","voederwikke_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6294","voederwikke_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6295","voederwikke_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6296","voederwikke_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6297","voederwikke_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6298","voederwikke_vs","Meloidogyne_chitwoodi","weinig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6299","voederwikke_vs","Meloidogyne_fallax","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6300","voederwikke_vs","Meloidogyne_hapla","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6301","voederwikke_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6302","voederwikke_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6303","voederwikke_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6304","voederwikke_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6305","voederwikke_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6306","voederwikke_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6307","voederwikke_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6308","voederwikke_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6309","voederwikke_vs","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6310","voederwikke_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6311","voederwikke_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6312","voederwikke_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6313","voederwikke_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6314","voederwikke_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6315","voederwikke_vs","Trichodorus_primitivus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6316","voederwikke_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6317","voederwikke_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6318","voederwikke_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"vicia sativa" +"6319","westerwolds_raaigras","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6320","westerwolds_raaigras","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6321","westerwolds_raaigras","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6322","westerwolds_raaigras","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6323","westerwolds_raaigras","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6324","westerwolds_raaigras","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6325","westerwolds_raaigras","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6326","westerwolds_raaigras","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6327","westerwolds_raaigras","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6328","westerwolds_raaigras","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6329","westerwolds_raaigras","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6330","westerwolds_raaigras","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6331","westerwolds_raaigras","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6332","westerwolds_raaigras","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6333","westerwolds_raaigras","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6334","westerwolds_raaigras","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6335","westerwolds_raaigras","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6336","westerwolds_raaigras","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6337","westerwolds_raaigras","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6338","westerwolds_raaigras","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6339","westerwolds_raaigras","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6340","westerwolds_raaigras","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6341","westerwolds_raaigras","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6342","westerwolds_raaigras","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6343","westerwolds_raaigras","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6344","westerwolds_raaigras","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6345","westerwolds_raaigras","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6346","westerwolds_raaigras","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6347","westerwolds_raaigras","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6348","westerwolds_raaigras","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6349","westerwolds_raaigras","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6350","westerwolds_raaigras","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6351","westerwolds_raaigras","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6352","westerwolds_raaigras","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6353","westerwolds_raaigras","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6354","westerwolds_raaigras","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6355","westerwolds_raaigras","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6356","westerwolds_raaigras","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6357","westerwolds_raaigras","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6358","westerwolds_raaigras_ls","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6359","westerwolds_raaigras_ls","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6360","westerwolds_raaigras_ls","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6361","westerwolds_raaigras_ls","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6362","westerwolds_raaigras_ls","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6363","westerwolds_raaigras_ls","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6364","westerwolds_raaigras_ls","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6365","westerwolds_raaigras_ls","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6366","westerwolds_raaigras_ls","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6367","westerwolds_raaigras_ls","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6368","westerwolds_raaigras_ls","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6369","westerwolds_raaigras_ls","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6370","westerwolds_raaigras_ls","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6371","westerwolds_raaigras_ls","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6372","westerwolds_raaigras_ls","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6373","westerwolds_raaigras_ls","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6374","westerwolds_raaigras_ls","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6375","westerwolds_raaigras_ls","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6376","westerwolds_raaigras_ls","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6377","westerwolds_raaigras_ls","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6378","westerwolds_raaigras_ls","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6379","westerwolds_raaigras_ls","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6380","westerwolds_raaigras_ls","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6381","westerwolds_raaigras_ls","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6382","westerwolds_raaigras_ls","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6383","westerwolds_raaigras_ls","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6384","westerwolds_raaigras_ls","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6385","westerwolds_raaigras_ls","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6386","westerwolds_raaigras_ls","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6387","westerwolds_raaigras_ls","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6388","westerwolds_raaigras_ls","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6389","westerwolds_raaigras_ls","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6390","westerwolds_raaigras_ls","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6391","westerwolds_raaigras_ls","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6392","westerwolds_raaigras_ls","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6393","westerwolds_raaigras_ls","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6394","westerwolds_raaigras_ls","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6395","westerwolds_raaigras_ls","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6396","westerwolds_raaigras_ls","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,TRUE,FALSE,"lolium multiflorum" +"6397","westerwolds_raaigras_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6398","westerwolds_raaigras_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6399","westerwolds_raaigras_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6400","westerwolds_raaigras_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6401","westerwolds_raaigras_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6402","westerwolds_raaigras_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6403","westerwolds_raaigras_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6404","westerwolds_raaigras_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6405","westerwolds_raaigras_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6406","westerwolds_raaigras_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6407","westerwolds_raaigras_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6408","westerwolds_raaigras_vs","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6409","westerwolds_raaigras_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6410","westerwolds_raaigras_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6411","westerwolds_raaigras_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6412","westerwolds_raaigras_vs","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6413","westerwolds_raaigras_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6414","westerwolds_raaigras_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6415","westerwolds_raaigras_vs","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6416","westerwolds_raaigras_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6417","westerwolds_raaigras_vs","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6418","westerwolds_raaigras_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6419","westerwolds_raaigras_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6420","westerwolds_raaigras_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6421","westerwolds_raaigras_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6422","westerwolds_raaigras_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6423","westerwolds_raaigras_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6424","westerwolds_raaigras_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6425","westerwolds_raaigras_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6426","westerwolds_raaigras_vs","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6427","westerwolds_raaigras_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6428","westerwolds_raaigras_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6429","westerwolds_raaigras_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6430","westerwolds_raaigras_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6431","westerwolds_raaigras_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6432","westerwolds_raaigras_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6433","westerwolds_raaigras_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6434","westerwolds_raaigras_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6435","westerwolds_raaigras_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"lolium multiflorum" +"6436","wintergerst","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6437","wintergerst","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6438","wintergerst","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6439","wintergerst","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6440","wintergerst","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6441","wintergerst","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6442","wintergerst","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6443","wintergerst","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6444","wintergerst","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6445","wintergerst","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6446","wintergerst","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6447","wintergerst","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6448","wintergerst","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6449","wintergerst","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6450","wintergerst","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6451","wintergerst","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6452","wintergerst","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6453","wintergerst","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6454","wintergerst","Meloidogyne_chitwoodi","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6455","wintergerst","Meloidogyne_fallax","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6456","wintergerst","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6457","wintergerst","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6458","wintergerst","Meloidogyne_naasi","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6459","wintergerst","Paratrichodorus_pachydermus","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6460","wintergerst","Paratrichodorus_teres","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6461","wintergerst","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6462","wintergerst","Pratylenchus_crenatus","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6463","wintergerst","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6464","wintergerst","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6465","wintergerst","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6466","wintergerst","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6467","wintergerst","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6468","wintergerst","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6469","wintergerst","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6470","wintergerst","Tabaksratelvirus","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6471","wintergerst","Trichodorus_primitivus","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6472","wintergerst","Trichodorus_similis","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6473","wintergerst","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6474","wintergerst","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6475","winterkoolzaad","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6476","winterkoolzaad","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6477","winterkoolzaad","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6478","winterkoolzaad","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6479","winterkoolzaad","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6480","winterkoolzaad","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6481","winterkoolzaad","Ditylenchus_dipsaci","weinig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6482","winterkoolzaad","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6483","winterkoolzaad","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6484","winterkoolzaad","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6485","winterkoolzaad","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6486","winterkoolzaad","Heterodera_betae","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6487","winterkoolzaad","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6488","winterkoolzaad","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6489","winterkoolzaad","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6490","winterkoolzaad","Heterodera_schachtii","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6491","winterkoolzaad","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6492","winterkoolzaad","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6493","winterkoolzaad","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6494","winterkoolzaad","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6495","winterkoolzaad","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6496","winterkoolzaad","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6497","winterkoolzaad","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6498","winterkoolzaad","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6499","winterkoolzaad","Paratrichodorus_teres","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6500","winterkoolzaad","Paratylenchus_bukowinensis","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6501","winterkoolzaad","Pratylenchus_crenatus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6502","winterkoolzaad","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6503","winterkoolzaad","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6504","winterkoolzaad","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6505","winterkoolzaad","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6506","winterkoolzaad","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6507","winterkoolzaad","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6508","winterkoolzaad","Rotylenchus_uniformis","matig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6509","winterkoolzaad","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6510","winterkoolzaad","Trichodorus_primitivus","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6511","winterkoolzaad","Trichodorus_similis","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6512","winterkoolzaad","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6513","winterkoolzaad","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6514","wintertarwe","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6515","wintertarwe","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6516","wintertarwe","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6517","wintertarwe","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6518","wintertarwe","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6519","wintertarwe","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6520","wintertarwe","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6521","wintertarwe","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6522","wintertarwe","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6523","wintertarwe","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6524","wintertarwe","Heterodera_avenae","sterk","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6525","wintertarwe","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6526","wintertarwe","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6527","wintertarwe","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6528","wintertarwe","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6529","wintertarwe","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6530","wintertarwe","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6531","wintertarwe","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6532","wintertarwe","Meloidogyne_chitwoodi","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6533","wintertarwe","Meloidogyne_fallax","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6534","wintertarwe","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6535","wintertarwe","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6536","wintertarwe","Meloidogyne_naasi","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6537","wintertarwe","Paratrichodorus_pachydermus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6538","wintertarwe","Paratrichodorus_teres","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6539","wintertarwe","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6540","wintertarwe","Pratylenchus_crenatus","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6541","wintertarwe","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6542","wintertarwe","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6543","wintertarwe","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6544","wintertarwe","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6545","wintertarwe","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6546","wintertarwe","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6547","wintertarwe","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6548","wintertarwe","Tabaksratelvirus","sterk","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6549","wintertarwe","Trichodorus_primitivus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6550","wintertarwe","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6551","wintertarwe","Tylenchorhynchus_dubius","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6552","wintertarwe","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6553","witlof","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6554","witlof","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6555","witlof","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6556","witlof","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6557","witlof","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6558","witlof","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6559","witlof","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6560","witlof","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6561","witlof","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6562","witlof","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6563","witlof","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6564","witlof","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6565","witlof","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6566","witlof","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6567","witlof","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6568","witlof","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6569","witlof","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6570","witlof","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6571","witlof","Meloidogyne_chitwoodi","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6572","witlof","Meloidogyne_fallax","natuurlijke_afname","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6573","witlof","Meloidogyne_hapla","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6574","witlof","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6575","witlof","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6576","witlof","Paratrichodorus_pachydermus","matig","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6577","witlof","Paratrichodorus_teres","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6578","witlof","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6579","witlof","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6580","witlof","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6581","witlof","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6582","witlof","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6583","witlof","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6584","witlof","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6585","witlof","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6586","witlof","Rotylenchus_uniformis","sterk","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6587","witlof","Tabaksratelvirus","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6588","witlof","Trichodorus_primitivus","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6589","witlof","Trichodorus_similis","onbekend","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6590","witlof","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6591","witlof","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"chichorium intybus" +"6592","witte_klaver_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6593","witte_klaver_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6594","witte_klaver_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6595","witte_klaver_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6596","witte_klaver_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6597","witte_klaver_br","Ditylenchus_destructor","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6598","witte_klaver_br","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6599","witte_klaver_br","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6600","witte_klaver_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6601","witte_klaver_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6602","witte_klaver_br","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6603","witte_klaver_br","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6604","witte_klaver_br","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6605","witte_klaver_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6606","witte_klaver_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6607","witte_klaver_br","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6608","witte_klaver_br","Heterodera_trifolii_f._sp._trifolium","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6609","witte_klaver_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6610","witte_klaver_br","Meloidogyne_chitwoodi","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6611","witte_klaver_br","Meloidogyne_fallax","matig","onbekend",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6612","witte_klaver_br","Meloidogyne_hapla","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6613","witte_klaver_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6614","witte_klaver_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6615","witte_klaver_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6616","witte_klaver_br","Paratrichodorus_teres","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6617","witte_klaver_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6618","witte_klaver_br","Pratylenchus_crenatus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6619","witte_klaver_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6620","witte_klaver_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6621","witte_klaver_br","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6622","witte_klaver_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6623","witte_klaver_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6624","witte_klaver_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6625","witte_klaver_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6626","witte_klaver_br","Tabaksratelvirus","sterk","onbekend",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6627","witte_klaver_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6628","witte_klaver_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6629","witte_klaver_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6630","witte_klaver_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"trifolium repens" +"6631","witte_klaver_od","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6632","witte_klaver_od","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6633","witte_klaver_od","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6634","witte_klaver_od","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6635","witte_klaver_od","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6636","witte_klaver_od","Ditylenchus_destructor","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6637","witte_klaver_od","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6638","witte_klaver_od","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6639","witte_klaver_od","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6640","witte_klaver_od","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6641","witte_klaver_od","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6642","witte_klaver_od","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6643","witte_klaver_od","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6644","witte_klaver_od","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6645","witte_klaver_od","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6646","witte_klaver_od","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6647","witte_klaver_od","Heterodera_trifolii_f._sp._trifolium","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6648","witte_klaver_od","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6649","witte_klaver_od","Meloidogyne_chitwoodi","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6650","witte_klaver_od","Meloidogyne_fallax","matig","onbekend",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6651","witte_klaver_od","Meloidogyne_hapla","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6652","witte_klaver_od","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6653","witte_klaver_od","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6654","witte_klaver_od","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6655","witte_klaver_od","Paratrichodorus_teres","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6656","witte_klaver_od","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6657","witte_klaver_od","Pratylenchus_crenatus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6658","witte_klaver_od","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6659","witte_klaver_od","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6660","witte_klaver_od","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6661","witte_klaver_od","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6662","witte_klaver_od","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6663","witte_klaver_od","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6664","witte_klaver_od","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6665","witte_klaver_od","Tabaksratelvirus","sterk","onbekend",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6666","witte_klaver_od","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6667","witte_klaver_od","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6668","witte_klaver_od","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6669","witte_klaver_od","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,TRUE,FALSE,FALSE,"trifolium repens" +"6670","witte_klaver_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6671","witte_klaver_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6672","witte_klaver_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6673","witte_klaver_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6674","witte_klaver_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6675","witte_klaver_vs","Ditylenchus_destructor","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6676","witte_klaver_vs","Ditylenchus_dipsaci","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6677","witte_klaver_vs","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6678","witte_klaver_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6679","witte_klaver_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6680","witte_klaver_vs","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6681","witte_klaver_vs","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6682","witte_klaver_vs","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6683","witte_klaver_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6684","witte_klaver_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6685","witte_klaver_vs","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6686","witte_klaver_vs","Heterodera_trifolii_f._sp._trifolium","matig","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6687","witte_klaver_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6688","witte_klaver_vs","Meloidogyne_chitwoodi","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6689","witte_klaver_vs","Meloidogyne_fallax","matig","onbekend",TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6690","witte_klaver_vs","Meloidogyne_hapla","matig","onbekend",TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6691","witte_klaver_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6692","witte_klaver_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6693","witte_klaver_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6694","witte_klaver_vs","Paratrichodorus_teres","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6695","witte_klaver_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6696","witte_klaver_vs","Pratylenchus_crenatus","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6697","witte_klaver_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6698","witte_klaver_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6699","witte_klaver_vs","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6700","witte_klaver_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6701","witte_klaver_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6702","witte_klaver_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6703","witte_klaver_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6704","witte_klaver_vs","Tabaksratelvirus","sterk","onbekend",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6705","witte_klaver_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6706","witte_klaver_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6707","witte_klaver_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6708","witte_klaver_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"trifolium repens" +"6709","zaailingen","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6710","zaailingen","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6711","zaailingen","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6712","zaailingen","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6713","zaailingen","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6714","zaailingen","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6715","zaailingen","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6716","zaailingen","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6717","zaailingen","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6718","zaailingen","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6719","zaailingen","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6720","zaailingen","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6721","zaailingen","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6722","zaailingen","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6723","zaailingen","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6724","zaailingen","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6725","zaailingen","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6726","zaailingen","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6727","zaailingen","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6728","zaailingen","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6729","zaailingen","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6730","zaailingen","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6731","zaailingen","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6732","zaailingen","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6733","zaailingen","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6734","zaailingen","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6735","zaailingen","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6736","zaailingen","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6737","zaailingen","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6738","zaailingen","Pratylenchus_penetrans","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6739","zaailingen","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6740","zaailingen","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6741","zaailingen","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6742","zaailingen","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6743","zaailingen","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6744","zaailingen","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6745","zaailingen","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6746","zaailingen","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6747","zaailingen","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,NA +"6748","zantedeschia","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6749","zantedeschia","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6750","zantedeschia","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6751","zantedeschia","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6752","zantedeschia","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6753","zantedeschia","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6754","zantedeschia","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6755","zantedeschia","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6756","zantedeschia","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6757","zantedeschia","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6758","zantedeschia","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6759","zantedeschia","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6760","zantedeschia","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6761","zantedeschia","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6762","zantedeschia","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6763","zantedeschia","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6764","zantedeschia","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6765","zantedeschia","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6766","zantedeschia","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6767","zantedeschia","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6768","zantedeschia","Meloidogyne_hapla","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6769","zantedeschia","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6770","zantedeschia","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6771","zantedeschia","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6772","zantedeschia","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6773","zantedeschia","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6774","zantedeschia","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6775","zantedeschia","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6776","zantedeschia","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6777","zantedeschia","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6778","zantedeschia","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6779","zantedeschia","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6780","zantedeschia","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6781","zantedeschia","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6782","zantedeschia","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6783","zantedeschia","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6784","zantedeschia","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6785","zantedeschia","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6786","zantedeschia","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"zantedeschia aethiopica" +"6787","zilverspar","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6788","zilverspar","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6789","zilverspar","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6790","zilverspar","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6791","zilverspar","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6792","zilverspar","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6793","zilverspar","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6794","zilverspar","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6795","zilverspar","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6796","zilverspar","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6797","zilverspar","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6798","zilverspar","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6799","zilverspar","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6800","zilverspar","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6801","zilverspar","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6802","zilverspar","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6803","zilverspar","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6804","zilverspar","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6805","zilverspar","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6806","zilverspar","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6807","zilverspar","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6808","zilverspar","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6809","zilverspar","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6810","zilverspar","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6811","zilverspar","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6812","zilverspar","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6813","zilverspar","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6814","zilverspar","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6815","zilverspar","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6816","zilverspar","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6817","zilverspar","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6818","zilverspar","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6819","zilverspar","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6820","zilverspar","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6821","zilverspar","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6822","zilverspar","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6823","zilverspar","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6824","zilverspar","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6825","zilverspar","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"abies" +"6826","zomergerst","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6827","zomergerst","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6828","zomergerst","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6829","zomergerst","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6830","zomergerst","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6831","zomergerst","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6832","zomergerst","Ditylenchus_dipsaci","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6833","zomergerst","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6834","zomergerst","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6835","zomergerst","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6836","zomergerst","Heterodera_avenae","sterk","matig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6837","zomergerst","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6838","zomergerst","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6839","zomergerst","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6840","zomergerst","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6841","zomergerst","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6842","zomergerst","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6843","zomergerst","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6844","zomergerst","Meloidogyne_chitwoodi","weinig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6845","zomergerst","Meloidogyne_fallax","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6846","zomergerst","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6847","zomergerst","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6848","zomergerst","Meloidogyne_naasi","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6849","zomergerst","Paratrichodorus_pachydermus","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6850","zomergerst","Paratrichodorus_teres","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6851","zomergerst","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6852","zomergerst","Pratylenchus_crenatus","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6853","zomergerst","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6854","zomergerst","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6855","zomergerst","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6856","zomergerst","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6857","zomergerst","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6858","zomergerst","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6859","zomergerst","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6860","zomergerst","Tabaksratelvirus","matig","geen",FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6861","zomergerst","Trichodorus_primitivus","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6862","zomergerst","Trichodorus_similis","onbekend","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6863","zomergerst","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6864","zomergerst","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"horderum vulgare" +"6865","zomerkoolzaad","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6866","zomerkoolzaad","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6867","zomerkoolzaad","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6868","zomerkoolzaad","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6869","zomerkoolzaad","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6870","zomerkoolzaad","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6871","zomerkoolzaad","Ditylenchus_dipsaci","weinig","weinig",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6872","zomerkoolzaad","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6873","zomerkoolzaad","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6874","zomerkoolzaad","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6875","zomerkoolzaad","Heterodera_avenae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6876","zomerkoolzaad","Heterodera_betae","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6877","zomerkoolzaad","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6878","zomerkoolzaad","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6879","zomerkoolzaad","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6880","zomerkoolzaad","Heterodera_schachtii","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6881","zomerkoolzaad","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6882","zomerkoolzaad","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6883","zomerkoolzaad","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6884","zomerkoolzaad","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6885","zomerkoolzaad","Meloidogyne_hapla","weinig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6886","zomerkoolzaad","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6887","zomerkoolzaad","Meloidogyne_naasi","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6888","zomerkoolzaad","Paratrichodorus_pachydermus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6889","zomerkoolzaad","Paratrichodorus_teres","sterk","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6890","zomerkoolzaad","Paratylenchus_bukowinensis","sterk","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"some","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6891","zomerkoolzaad","Pratylenchus_crenatus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6892","zomerkoolzaad","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6893","zomerkoolzaad","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6894","zomerkoolzaad","Pratylenchus_penetrans","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6895","zomerkoolzaad","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6896","zomerkoolzaad","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6897","zomerkoolzaad","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6898","zomerkoolzaad","Rotylenchus_uniformis","weinig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6899","zomerkoolzaad","Tabaksratelvirus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6900","zomerkoolzaad","Trichodorus_primitivus","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6901","zomerkoolzaad","Trichodorus_similis","onbekend","matig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6902","zomerkoolzaad","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6903","zomerkoolzaad","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"brassica oleracea" +"6904","zomertarwe","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6905","zomertarwe","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6906","zomertarwe","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6907","zomertarwe","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6908","zomertarwe","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6909","zomertarwe","Ditylenchus_destructor","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6910","zomertarwe","Ditylenchus_dipsaci","weinig","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6911","zomertarwe","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6912","zomertarwe","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6913","zomertarwe","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6914","zomertarwe","Heterodera_avenae","sterk","zwaar",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6915","zomertarwe","Heterodera_betae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6916","zomertarwe","Heterodera_carotae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6917","zomertarwe","Heterodera_cruciferae","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6918","zomertarwe","Heterodera_goettingiana","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6919","zomertarwe","Heterodera_schachtii","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6920","zomertarwe","Heterodera_trifolii_f._sp._trifolium","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6921","zomertarwe","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6922","zomertarwe","Meloidogyne_chitwoodi","matig","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6923","zomertarwe","Meloidogyne_fallax","matig","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6924","zomertarwe","Meloidogyne_hapla","natuurlijke_afname","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"yes","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6925","zomertarwe","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6926","zomertarwe","Meloidogyne_naasi","sterk","zwaar",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6927","zomertarwe","Paratrichodorus_pachydermus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6928","zomertarwe","Paratrichodorus_teres","matig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6929","zomertarwe","Paratylenchus_bukowinensis","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6930","zomertarwe","Pratylenchus_crenatus","sterk","weinig",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6931","zomertarwe","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6932","zomertarwe","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6933","zomertarwe","Pratylenchus_penetrans","matig","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6934","zomertarwe","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6935","zomertarwe","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6936","zomertarwe","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6937","zomertarwe","Rotylenchus_uniformis","weinig","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6938","zomertarwe","Tabaksratelvirus","sterk","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6939","zomertarwe","Trichodorus_primitivus","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6940","zomertarwe","Trichodorus_similis","onbekend","geen",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6941","zomertarwe","Tylenchorhynchus_dubius","sterk","weinig",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"yes","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6942","zomertarwe","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"triticum aestivum" +"6943","zonnebloem","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6944","zonnebloem","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6945","zonnebloem","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6946","zonnebloem","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6947","zonnebloem","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6948","zonnebloem","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6949","zonnebloem","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6950","zonnebloem","Globodera_rostochiensis_of_pallida","natuurlijke_afname","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"yes","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6951","zonnebloem","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6952","zonnebloem","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6953","zonnebloem","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6954","zonnebloem","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6955","zonnebloem","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6956","zonnebloem","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6957","zonnebloem","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6958","zonnebloem","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6959","zonnebloem","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6960","zonnebloem","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6961","zonnebloem","Meloidogyne_chitwoodi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6962","zonnebloem","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6963","zonnebloem","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6964","zonnebloem","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6965","zonnebloem","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6966","zonnebloem","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6967","zonnebloem","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6968","zonnebloem","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6969","zonnebloem","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6970","zonnebloem","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6971","zonnebloem","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6972","zonnebloem","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6973","zonnebloem","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6974","zonnebloem","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6975","zonnebloem","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6976","zonnebloem","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6977","zonnebloem","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6978","zonnebloem","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6979","zonnebloem","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6980","zonnebloem","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6981","zonnebloem","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,FALSE,FALSE,FALSE,FALSE,"tulipa" +"6982","zwaardherik_br","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6983","zwaardherik_br","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6984","zwaardherik_br","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6985","zwaardherik_br","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6986","zwaardherik_br","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6987","zwaardherik_br","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6988","zwaardherik_br","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6989","zwaardherik_br","Globodera_rostochiensis_of_pallida","onbekend","geen",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6990","zwaardherik_br","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6991","zwaardherik_br","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6992","zwaardherik_br","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6993","zwaardherik_br","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6994","zwaardherik_br","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6995","zwaardherik_br","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6996","zwaardherik_br","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6997","zwaardherik_br","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6998","zwaardherik_br","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"6999","zwaardherik_br","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7000","zwaardherik_br","Meloidogyne_chitwoodi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7001","zwaardherik_br","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7002","zwaardherik_br","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7003","zwaardherik_br","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7004","zwaardherik_br","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7005","zwaardherik_br","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7006","zwaardherik_br","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7007","zwaardherik_br","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7008","zwaardherik_br","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7009","zwaardherik_br","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7010","zwaardherik_br","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7011","zwaardherik_br","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"yes","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7012","zwaardherik_br","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7013","zwaardherik_br","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7014","zwaardherik_br","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7015","zwaardherik_br","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7016","zwaardherik_br","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7017","zwaardherik_br","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7018","zwaardherik_br","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7019","zwaardherik_br","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7020","zwaardherik_br","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",TRUE,FALSE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7021","zwaardherik_vs","Aphelenchoides_fragariae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardbeibladaaltje","Aphelenchoides_fragariae,Aardbeibladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7022","zwaardherik_vs","Aphelenchoides_ritzemabosi","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Chrysantebladaaltje","Aphelenchoides_ritzemabosi,Chrysantebladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7023","zwaardherik_vs","Aphelenchoides_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bladaaltje","Aphelenchoides_spp,Bladaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7024","zwaardherik_vs","Aphelenchoides_subtenuis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Krokusknolaaltje","Aphelenchoides_subtenuis,Krokusknolaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7025","zwaardherik_vs","Arabis-mozaiekvirus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Arabis-mozaiekvirus","Arabis-mozaiekvirus,Arabis-mozaiekvirus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7026","zwaardherik_vs","Ditylenchus_destructor","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Destructoraaltje","Ditylenchus_destructor,Destructoraaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7027","zwaardherik_vs","Ditylenchus_dipsaci","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Stengelaaltje","Ditylenchus_dipsaci,Stengelaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7028","zwaardherik_vs","Globodera_rostochiensis_of_pallida","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Aardappelcysteaaltje","Globodera_rostochiensis_of_._pallida,Aardappelcysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7029","zwaardherik_vs","Helicotylenchus_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Helicotylenchus_spp.","Helicotylenchus_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7030","zwaardherik_vs","Hemicycliophora_spp.","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Hemicycliophora_spp.","Hemicycliophora_spp.","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7031","zwaardherik_vs","Heterodera_avenae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Havercysteaaltje","Heterodera_avenae,Havercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7032","zwaardherik_vs","Heterodera_betae","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"none","Geel_bietencysteaaltjes","Heterodera_betae,Geel_bietencysteaaltjes","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7033","zwaardherik_vs","Heterodera_carotae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Peencysteaaltje","Heterodera_carotae,Peencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7034","zwaardherik_vs","Heterodera_cruciferae","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Koolcysteaaltjes","Heterodera_cruciferae,Koolcysteaaltjes","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7035","zwaardherik_vs","Heterodera_goettingiana","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Erwtencysteaaltje","Heterodera_goettingiana,Erwtencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7036","zwaardherik_vs","Heterodera_schachtii","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Witte_bietencysteaaltje","Heterodera_schachtii,Witte_bietencysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7037","zwaardherik_vs","Heterodera_trifolii_f._sp._trifolium","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Klavercysteaaltje","Heterodera_trifolii_f._sp._trifolium,Klavercysteaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7038","zwaardherik_vs","Longidorus_elongatus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Longidorus_elongatus","Longidorus_elongatus","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7039","zwaardherik_vs","Meloidogyne_chitwoodi","weinig","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Maiswortelknobbelaaltje","Meloidogyne_chitwoodi,Maiswortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7040","zwaardherik_vs","Meloidogyne_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"some","Bedrieglijk_maiswortelknobbelaaltje","Meloidogyne_fallax,Bedrieglijk_maiswortelknobbelaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7041","zwaardherik_vs","Meloidogyne_hapla","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,"some","Noordelijk_wortelknobbelaaltje","Meloidogyne_hapla,Noordelijk_wortelknobbelaaltje","Z D",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7042","zwaardherik_vs","Meloidogyne_minor","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Meloidogyne_minor","Meloidogyne_minor","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7043","zwaardherik_vs","Meloidogyne_naasi","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graswortelknobbelaaltje","Meloidogyne_naasi,Graswortelknobbelaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7044","zwaardherik_vs","Paratrichodorus_pachydermus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_pachydermus","Paratrichodorus_pachydermus,Paratrichodorus_pachydermus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7045","zwaardherik_vs","Paratrichodorus_teres","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Paratrichodorus_teres","Paratrichodorus_teres,Paratrichodorus_teres","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7046","zwaardherik_vs","Paratylenchus_bukowinensis","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Speldaaltje","Paratylenchus_bukowinensis,Speldaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7047","zwaardherik_vs","Pratylenchus_crenatus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Graanwortellesieaaltje","Pratylenchus_crenatus,Graanwortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7048","zwaardherik_vs","Pratylenchus_fallax","onbekend","onbekend",FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,"none","Graswortellesieaaltje","Pratylenchus_fallax,Graswortellesieaaltje","Z ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7049","zwaardherik_vs","Pratylenchus_neglectus","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Bietenwortellesieaaltje","Pratylenchus_neglectus,Bietenwortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7050","zwaardherik_vs","Pratylenchus_penetrans","sterk","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"some","Wortellesieaaltje","Pratylenchus_penetrans,Wortellesieaaltje","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7051","zwaardherik_vs","Pratylenchus_thornei","onbekend","onbekend",FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,"none","Tarwewortellesieaaltje","Pratylenchus_thornei,Tarwewortellesieaaltje","Z D ZV K",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7052","zwaardherik_vs","Pratylenchus_vulnus","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Houtwortellesieaaltje","Pratylenchus_vulnus,Houtwortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7053","zwaardherik_vs","Praylenchus_convallaria","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Convalaria_wortellesieaaltje","Praylenchus_convallaria,Convalaria_wortellesieaaltje","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7054","zwaardherik_vs","Rotylenchus_uniformis","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Rotylenchus_uniformis","Rotylenchus_uniformis","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7055","zwaardherik_vs","Tabaksratelvirus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Tabaksratelvirus","Tabaksratelvirus,Tabaksratelvirus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7056","zwaardherik_vs","Trichodorus_primitivus","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_primitivus","Trichodorus_primitivus,Trichodorus_primitivus","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7057","zwaardherik_vs","Trichodorus_similis","onbekend","onbekend",FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,"none","Trichodorus_similis","Trichodorus_similis,Trichodorus_similis","Z D ZV",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7058","zwaardherik_vs","Tylenchorhynchus_dubius","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Tylenchorhynchus_dubius","Tylenchorhynchus_dubius","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" +"7059","zwaardherik_vs","Xiphinema_diversicaudatum","onbekend","onbekend",FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,"none","Xiphinema_diversicaudatum","Xiphinema_diversicaudatum","Z",FALSE,TRUE,FALSE,FALSE,FALSE,"eruca vesicaria" diff --git a/DEV/data/binnenveld.csv b/DEV/data/binnenveld.csv new file mode 100644 index 00000000..79c42fa3 --- /dev/null +++ b/DEV/data/binnenveld.csv @@ -0,0 +1,3252 @@ +A_CLAY_MI,A_N_PMN,A_N_RT,A_SOM_LOI,A_P_CC,A_P_AL,A_P_WA,A_PH_CC,A_CEC_CO,A_K_CC,A_SAND_MI,A_SILT_MI,A_S_RT,A_MG_CC,B_SOILTYPE_AGR,A_CU_CC,A_MN_CC,A_ZN_CC,A_CN_FR,A_CA_CO_PO,A_MG_CO_PO,A_K_CO_PO,B_AER_CBS,B_HELP_WENR,B_GWL_CLASS,B_SC_WENR,B_LU_BRP,ID,B_GWL_GLG,B_GWL_GHG,B_GWL_ZCRIT,M_GREEN,M_NONBARE,M_EARLYCROP,M_SLEEPHOSE,M_DRAIN,M_DITCH,M_UNDERSEED,M_LIME,M_NONINVTILL,M_SSPM,M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST,M_COMPOST,A_EW_BCS,A_SC_BCS,A_GS_BCS,A_P_BCS,A_C_BCS,A_RT_BCS,A_RD_BCS,A_SS_BCS,A_CC_BCS +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.33813858,96.78447723,3447.026123,7.065547943,1.452008724,36.98230362,28.34037971,6.31430912,172.96,82,19.2,40.23,751.14,346.89,rivierklei,16.19,810,561.33,9,114.61,28.099,2.66,Rivierengebied,Rd10A,VI,901,265,1,1.411769986,0.557040989,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.91617775,126.1474838,4246.90625,8.551926613,2.088963032,34.91337204,37.78616333,5.98582983,317.26,112.2,15.68,36.58,827.16,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn95C,VI,3,265,2,1.42719996,0.470898986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,233,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,259,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.43502808,93.18804169,3485.785156,6.955651283,1.37323904,33.65241241,28.09990692,6.372667789,172.96,103.53,22.94,43.01,826.18,368.5,rivierklei,15.39,810,273.94,9.5,128.602,30.996,2.66,Rivierengebied,Rn67C,Vb,4,265,3,0.94787401,0.331214994,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,259,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,233,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.35145378,74.00109863,2732.361816,5.638811111,2.649905443,47.2195549,42.06542587,6.753045082,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rd90A,VI,3,265,4,1.586840034,0.873538017,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.153518677,65.8300705,2145.248535,5.218001842,4.343889236,64.31140137,66.45187378,5.011847019,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,zEZ21,VII,3,265,5,4.88504982,4.322340012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.261816502,84.45626831,2554.991211,6.112332821,3.741593361,62.22495651,59.92545319,5.12346983,89.624,80.567,90.535,8.004,461.526,168.992,dekzand,22.361,6035,1865.257,15.547,62.359,17.373,3.926,Rivierengebied,cHn21,VI,3,265,6,2.236360073,1.35086,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,259,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,259,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.718855619,89.69771576,2424.736572,5.858349323,4.761592388,73.60439301,62.89614105,5.169575691,60.01,111,86.62,11.33,363.745,164,dekzand,13.7,4960,1819.91,14.43,63.275,21.18,4.79,Centraal Veehouderijgebied,pZg23,III,5,265,7,1.093539953,0.331773996,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,233,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,233,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,233,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.63127327,71.94890594,2733.67041,5.426424026,2.798615932,48.87822342,45.35514832,6.615650177,201.11,80,37.25,37.51,603.75,188.5,rivierklei,32.38,960,148.4,10,74.586,11,3.2,Rivierengebied,Rd90A,VII,3,259,8,1.254209995,0.502160013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.634645939,92.88952637,2412.471924,5.382184505,2.576482773,51.96760178,45.63061523,5.193159103,88.618,125.991,84.21,13.671,391.176,169.977,dekzand,9.84,4968,1484.87,14.824,41.434,14.127,5.209,Centraal Veehouderijgebied,pZg23,III,5,265,9,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,233,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.92766571,77.44223785,3159.79834,6.258425236,1.339198828,31.63364983,30.93147659,6.379961491,285.24,76.7,49.39,20.5,695.85,98.76,rivierklei,34.72,960,104.12,9.96,56.444,7.9,2.9,Rivierengebied,Rn44C,V,3,265,10,1.272189975,0.073931202,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.171394348,51.79883194,1695.23877,4.158397675,5.19162178,89.38290405,69.69941711,5.274586678,64.742,88.279,87.056,11.136,356.757,123.38,dekzand,9.711,2913,1297.973,14.671,44.55,10.499,3.424,Centraal Veehouderijgebied,pZg23,III,5,259,11,0.90525198,0.188601002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,265,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,336,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,336,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,336,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.93755913,104.236908,3498.822754,6.936555386,1.757525563,38.74523544,32.81991577,6.509896755,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,331,12,1.944869995,0.766664028,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.49225998,101.0492706,3719.164307,7.425515175,2.31895256,48.16018295,38.83961105,6.89765501,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd90A,VI,3,265,13,2.208199978,0.869023979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,265,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,265,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,265,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.496601582,34.16815186,1131.973877,2.808621645,5.431189537,80.51976013,68.89038849,5.148583889,45.48,84.28,86.62,11.33,131,81.92,dekzand,9.4,2890,1536.85,14.57,72.36,13,4.08,Centraal Veehouderijgebied,Y21,VIII,4,259,14,5.934420109,5.539070129,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,265,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,331,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.19991684,103.162384,3475.753662,7.291789055,2.527995348,50.79129791,42.88720703,6.849379539,248,118,25.09,46.7,644.5,338.96,rivierklei,19.87,1590,72.74,10.2,73.27,18.18,3.55,Rivierengebied,Rd90A,VII,901,331,15,1.330909967,0.710008979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.020345688,80.62662506,2183.437988,4.923273563,3.00517869,55.71310425,41.81132889,5.380124569,170.923,73.184,45.747,27,426.222,241.139,dekzand,16.523,2716,903.443,10.737,113.615,15.785,5.421,Centraal Veehouderijgebied,pZg23,III,5,265,16,1.5273,0.526657999,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.96250153,102.4726257,3748.308105,7.460752964,2.081521988,44.94707108,34.84775543,6.606753349,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,17,2.159869909,0.975974023,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,229,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,229,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,229,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,229,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,3806,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,3806,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,2033,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,2033,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,265,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,265,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.53725815,73.37840271,2499.608154,5.16686058,2.6569767,45.90593719,48.01793671,6.618703842,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rd90A,VII,3,1071,18,2.002199888,0.860279977,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.31887436,60.68338394,2266.115234,4.506438255,2.089904308,44.96277237,36.08332443,6.539399147,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rd90A,VII,3,229,19,1.527959943,0.713594019,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.31887436,60.68338394,2266.115234,4.506438255,2.089904308,44.96277237,36.08332443,6.539399147,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rd90A,VII,3,670,19,1.527959943,0.713594019,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.31887436,60.68338394,2266.115234,4.506438255,2.089904308,44.96277237,36.08332443,6.539399147,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rd90A,VII,3,259,19,1.527959943,0.713594019,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.31887436,60.68338394,2266.115234,4.506438255,2.089904308,44.96277237,36.08332443,6.539399147,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rd90A,VII,3,259,19,1.527959943,0.713594019,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.31887436,60.68338394,2266.115234,4.506438255,2.089904308,44.96277237,36.08332443,6.539399147,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rd90A,VII,3,259,19,1.527959943,0.713594019,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.31887436,60.68338394,2266.115234,4.506438255,2.089904308,44.96277237,36.08332443,6.539399147,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rd90A,VII,3,1074,19,1.527959943,0.713594019,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.863511086,86.71214294,2319.865723,5.664312363,3.717094183,66.80315399,51.96006012,5.436303139,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,ABv,IIIb,10,265,20,0.70520699,0.160196006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.888862133,86.38021088,2501.522705,5.862526894,3.276175737,60.91325378,49.58391953,5.134528637,62.43,107.87,84.21,13.67,527.2,84.38,dekzand,43.65,3840,2244.36,15,52.987,9.451,4.14,Centraal Veehouderijgebied,pZn21,VI,4,265,21,0.862088025,0.319581002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,229,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,3806,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,1071,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,1071,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,1070,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,1070,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.35238838,60.19506073,1879.323364,3.88259387,2.897864103,48.38557053,44.27750778,6.654144287,121.35,31.5,28.83,43.78,413.86,301,rivierklei,32.65,550,130.05,91,112.897,21,5.8,Rivierengebied,Rd10A,VII,4,1070,22,1.966179967,1.057350039,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23248672,63.42991257,2357.312988,4.66573143,1.165610075,29.53023911,28.32309341,6.253128529,190.88,69,27.91,50,433,199,rivierklei,35.41,410,59.9,10,117.875,7,2.08,Rivierengebied,Rn67C,VI,3,265,23,1.601099968,0.451359987,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,266,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.57607317,59.66259384,1808.545532,4.462409019,4.086859226,59.38537598,58.79629517,5.034044743,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,265,24,23.97400093,23.86160088,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.67747498,128.6119995,6095.811523,14.59503365,1.663679361,37.40710068,31.55329132,5.386218071,61.3,102,90.03,7.99,799.37,105,veen,25.79,3300,2407.4,15,87.325,13.04,5.62,Centraal Veehouderijgebied,hVc,II,10,265,25,0.588770986,0.053017098,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,265,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.271792412,43.25904465,1512.460938,3.82806015,4.905459404,82.25769806,65.95931244,5.29612112,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,26,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,259,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,259,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,259,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,265,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,265,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,265,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,266,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,266,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,265,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,265,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621498585,89.39939117,2500.428467,6.122135639,4.017814159,76.04644775,54.76079559,5.411008835,76,96,88.47,9.48,480.04,218,dekzand,51.95,5590,1567.81,14,63.87,20.97,4.28,Centraal Veehouderijgebied,pZn21,IIIb,5,265,27,1.367799997,0.262102991,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.76170969,60.50813293,1819.52832,4.156530857,4.217137337,77.09376526,52.56438065,5.25869894,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,III,5,265,28,0.971997023,0.218992993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,1936,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,2302,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,2302,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,3718,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,3718,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,3718,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,332,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,332,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,331,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,331,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691306353,79.15415192,2394.2771,5.924776077,3.103341579,59.23271942,57.68134689,4.970326424,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Rivierengebied,Hn30,II,3,332,29,4.045929909,3.619230032,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.85344553,97.66638947,2496.398926,5.790149689,1.968722224,44.79418945,38.8806839,5.454725742,94.47,193.25,74.87,14.97,883.2,179.53,dekzand,27.67,1840,80.96,12.4,39.441,6.965,4.99,Rivierengebied,pZg23,III,5,265,30,0.983152986,0.187971994,96.18277103,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,265,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,265,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,212,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,212,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,212,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,212,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,266,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,266,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,266,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,266,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.50640297,72.33434296,2743.456055,5.522884369,1.597806334,39.90979385,32.19591522,6.535923481,201.822,66.658,32.73,32.521,500.994,108.063,rivierklei,29.791,1543,188.71,10,106.511,12.145,3.843,Rivierengebied,Rd90C,VII,901,266,31,1.417410016,0.928012013,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.51768446,39.63731766,1432.467407,3.665412903,6.054823399,73.47216034,79.91127014,5.027850151,64.14,101,80.08,9.82,299.265,165.15,dekzand,9.45,4290,1730.65,14.75,72.04,21.29,4.8,Centraal Veehouderijgebied,gbEZ30,VII,3,259,32,19.40740013,19.04969978,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.176920891,107.1981049,2841.482422,7.386812687,2.764484167,43.20619202,56.14383698,5.089019299,96.85,87,90.51,7.87,495,217,dekzand,28,6990,1754.57,15,43.108,14.466,4.31,Rivierengebied,cHn21,VI,3,265,33,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,229,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,229,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,294,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,294,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,1085,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,1085,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,1085,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,1085,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.7946949,53.07286453,2100.897949,4.225662231,2.01667881,48.30239105,35.2012291,6.613836288,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn67C,VI,3,1085,34,1.259490013,0.494565994,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,259,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,259,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,259,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,259,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,259,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,266,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,259,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,266,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,266,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,266,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.498033285,49.8326149,1552.587158,3.758929729,4.59672308,73.93418121,61.53628159,5.008611202,43.37,33,84.21,13.67,306.41,60,dekzand,45.15,6470,2936.31,16.5,27.507,14.342,4.96,Centraal Veehouderijgebied,zEZ21,VIII,3,266,35,4.158249855,3.621079922,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.696144819,60.11837387,1831.245483,4.58611536,3.918397665,64.34531403,59.02331543,5.178400993,61.3,126.74,83.72,10.96,302.75,86.35,dekzand,13.14,5380,2560.82,15,71.56,13.16,4.16,Centraal Veehouderijgebied,zEZ21,VII,3,265,36,1.832319975,0.727580011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.68665504,103.4811935,4110.819336,8.525848389,1.162787914,29.70484352,25.14562988,6.170030594,207,79.6,40.12,29.49,615,283,rivierklei,16.73,2840,316.35,8,72.76,18.5,3.34,Rivierengebied,Rn47C,Vb,4,265,37,0.914646029,0.0538106,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,266,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,265,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.56035423,116.2216263,4695.058105,10.5155859,1.664938092,28.64650345,29.28130531,5.880433559,75,303,46.17,30.68,1330.71,248,rivierklei,17.52,6070,1869.54,14,63.84,24.51,6.35,Rivierengebied,Rn67C,Vb,4,233,38,1.154979944,0.29816401,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.314053774,73.80120087,2039.125122,4.517656326,3.083339214,57.04951096,51.4681015,5.336669445,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,39,0.944504976,0.180334002,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.12018013,78.41511536,2318.820068,5.183413029,3.445562124,60.23041534,52.67615509,5.382196426,102.79,161.99,84.21,13.67,533.87,175.71,dekzand,9.8,6380,1813.18,14,64.24,17.541,4.09,Centraal Veehouderijgebied,pZn21,III,5,265,40,0.72813499,0.326110989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.81713676,100.2286072,3669.630127,7.552259445,2.280910015,47.09856796,35.19505692,6.68228817,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,331,41,1.176830053,0.674151003,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,266,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,229,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,229,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,229,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,265,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,265,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,1072,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,1072,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,1071,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,1071,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.54542732,58.1208725,1964.465332,3.975651503,2.173229933,45.66501617,42.33638382,6.690446854,164,81.5,37.85,38.12,210,169.5,rivierklei,31.85,900,171.96,10,84,11,3.2,Rivierengebied,Rd90A,VII,3,1072,42,1.484609962,0.460051,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,237,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,237,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,237,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,236,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,236,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,236,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,236,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,236,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +15.97321987,67.55097198,2459.422607,5.176715851,2.249583244,47.66710281,39.6104126,6.395634651,142.29,153,80.08,9.82,390,116.69,rivierklei,28.95,1870,351.34,11,81,12.5,2.9,Centraal Veehouderijgebied,Rn95A,-,901,236,43,4.785210133,4.52188015,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,266,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,266,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,266,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,266,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,266,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,266,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,265,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,265,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,265,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,265,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.9412899,76.77616119,3026.772461,5.711817265,2.381182671,49.09738922,44.38840103,6.366325855,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rn67C,V,4,265,44,1.293750048,0.236744002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.059606552,65.48228455,2047.09375,4.701565742,4.195615768,61.37014771,62.11885834,5.096735954,69.51,108.68,88.38,9.52,400.55,171.44,dekzand,8.2,5790,1730.65,14.43,52.079,21.29,4.95,Centraal Veehouderijgebied,gcY30,VII,901,265,45,10.8039999,10.64680004,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,259,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,259,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,259,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.60258865,100.1675873,3532.385254,7.209600925,1.649254203,33.96949005,30.28362846,6.200945854,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn67C,Vb,4,265,46,1.04531002,0.196215004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.85967064,101.4769135,3624.572266,7.415765285,2.259562016,46.75535965,36.48879623,6.411565304,291,104.05,17.34,39.98,753.53,341.4,rivierklei,15.37,3570,156.26,8.68,84.436,17.92,2.32,Rivierengebied,Rn52A,-,4,265,47,2.515280008,1.283679962,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,212,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,256,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,212,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,256,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.88648796,55.04082108,2112.572754,3.970808268,1.405967712,36.40659714,30.03782845,6.315220833,195.48,49.63,27.11,42.63,410,90.82,rivierklei,32.48,830,116.14,9,109.167,8.9,2.1,Rivierengebied,Rn95C,VI,3,233,48,1.038429976,0.433757991,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,331,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.02697945,91.3739624,3525.312012,6.773455143,2.480261803,48.0256424,49.05915451,6.230222225,338.44,104.05,17.05,35.32,865.67,351.78,moerige_klei,14,6760,391.36,10.45,74.34,17.99,3.52,Rivierengebied,Rd90A,VI,901,265,49,1.787919998,0.544362009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +29.09974289,93.85547638,4081.366455,8.254480362,1.559841275,41.78738785,33.79520035,6.317080498,152.97,59,38.97,39.88,262,106,rivierklei,30.31,1220,163.02,9,109.525,13.865,2.65,Rivierengebied,Rn44C,IIIb,2,265,50,0.701048017,0.129381001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,266,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,266,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,266,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80902863,102.8669968,3965.651611,8.700909615,1.927858949,47.95360565,38.46649551,5.913985729,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn44C,-,2,265,51,1.187450051,0.983142972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,212,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,212,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,229,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,229,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,3806,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,3806,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,266,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,266,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,1071,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,1071,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.80937195,60.24698639,2170.537842,4.44861412,2.693686485,52.08733368,44.41986847,6.903862476,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90A,VII,3,1071,52,1.533290029,0.694404006,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,265,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,259,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,265,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594703197,64.68313599,2058.445801,4.837333202,3.622564554,70.37007904,67.60353088,5.168968678,69.21,102,88.47,9.37,396.85,130.5,dekzand,28,4040,1803.16,15,73.23,13.5,4.04,Centraal Veehouderijgebied,Hn21,VI,4,265,53,2.585069895,1.897779942,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,212,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,212,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,212,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,212,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,212,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,212,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,266,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,266,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,1074,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,1074,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.2852478,67.39157867,2321.147949,4.940647125,2.777222157,48.9200592,48.50510406,6.791668892,211.84,69.5,21.8,50.11,370,172,rivierklei,35.17,430,62.5,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,3,1074,54,1.163069963,0.598294973,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.67508698,101.1181564,3482.581299,7.008051395,2.98403573,49.77922058,52.82070541,6.565338612,54.98,40,28.21,62.84,255.62,47,rivierklei,19.85,3340,541.18,10.41,265.624,64.915,10.076,Rivierengebied,Rn52A,-,4,265,55,1.569589972,0.541696012,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.47054863,78.9154892,2143.365234,5.200448513,5.517184734,82.34540558,65.19949341,5.25947237,53.39,121.47,88.47,9.48,340,169.2,dekzand,11.9,4290,1714.36,15,63.35,21.09,4.8,Centraal Veehouderijgebied,pZg23,III,4,265,56,1.001230001,0.219485998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,236,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,236,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,176,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,236,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,2299,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,2299,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,259,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,1925,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,670,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,334,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.577613354,43.63913345,1445.397461,3.573871613,2.696766615,52.85054016,41.69577026,5.45098114,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,1927,57,1.803329945,0.903917015,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,212,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,212,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,2328,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,2328,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,2328,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,2328,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.45329857,57.48419571,2061.478516,4.012672901,1.414309263,37.87041473,29.55479813,6.999663353,152.76,34,39.54,39.82,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,2328,58,1.665850043,0.91535902,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.002897263,86.88616943,2176.530518,5.093454838,2.326143742,50.01685333,40.30321884,5.295382977,63.57,125,85.05,9.24,320,160,dekzand,30.25,6360,1950.7,13.5,62.27,24.52,5.6,Centraal Veehouderijgebied,pZg23,III,5,265,59,1.201769948,0.317638993,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,265,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,1071,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,1071,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.02873993,76.06443024,2712.22168,5.548830509,2.502861261,51.70871353,42.17437363,6.859967709,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd90A,VI,3,1071,60,1.836619973,0.576958001,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.55262947,98.12621307,3337.893799,7.037339211,2.52383256,54.54428482,39.56461334,6.702396393,187.955,91.41,29.62,38.04,770,175,rivierklei,30.22,1410,431.67,10,86,7.7,2.75,Rivierengebied,Rd90A,-,3,265,61,1.576679945,0.803735971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.29450035,74.42494202,2874.151367,5.621988297,2.040152788,41.4199791,34.5316391,6.451827049,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,266,62,1.787700057,0.286866009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.29450035,74.42494202,2874.151367,5.621988297,2.040152788,41.4199791,34.5316391,6.451827049,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,266,62,1.787700057,0.286866009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.29450035,74.42494202,2874.151367,5.621988297,2.040152788,41.4199791,34.5316391,6.451827049,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,266,62,1.787700057,0.286866009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.29450035,74.42494202,2874.151367,5.621988297,2.040152788,41.4199791,34.5316391,6.451827049,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,266,62,1.787700057,0.286866009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.29450035,74.42494202,2874.151367,5.621988297,2.040152788,41.4199791,34.5316391,6.451827049,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rd90A,VI,3,266,62,1.787700057,0.286866009,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,212,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,212,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,212,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,212,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,212,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,212,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,265,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,265,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,265,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,265,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.1348362,89.11144257,3201.484131,6.177974224,2.431489468,48.54235077,40.3263092,6.194616318,228.734,88.43,35.662,36.492,672.709,313.814,rivierklei,19.771,2354,401.969,10,81.353,16.04,2.803,Rivierengebied,Rd90C,VI,3,265,63,1.503039956,0.546060026,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.272078514,88.12366486,2377.00415,5.527719975,4.528280735,70.00353241,62.39413452,5.30854702,61.19,130.74,87.82,10.06,368.03,177.29,dekzand,8.8,5320,1740.67,14,71.96,22.04,5.14,Centraal Veehouderijgebied,cHn21,VI,3,265,64,1.218430042,0.383152992,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.84319019,79.03635406,2989.139893,6.327974796,2.110272884,44.2103653,33.63892746,6.474699497,180.47,57,25.94,47.36,554.4,231,rivierklei,43.4,820,59.86,10,116.529,10.927,2.42,Rivierengebied,Rn52A,-,901,265,65,2.780849934,1.456699967,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,265,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,259,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,259,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.70215607,85.81040955,3394.411377,7.153625011,1.662678838,37.17901611,34.57821274,6.23382473,142,103,76.64,10.28,1525.81,119.39,rivierklei,27.18,2000,368.97,9.5,75.521,6.52,3.64,Rivierengebied,Rn95C,VI,3,259,66,1.038820028,0.420035988,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.714937925,78.68569183,2042.751831,4.555344105,3.485638142,63.67100906,52.93134308,5.287022591,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,67,1.45630002,0.201269001,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.95466042,64.35024261,2551.474121,4.825004101,1.727340221,37.75060654,35.97435379,6.394234657,202.91,71.29,30.34,35.45,795,97.17,rivierklei,32.6,670,91.58,9,93.593,24.868,3.19,Rivierengebied,Rn95C,VI,3,265,68,1.474480033,0.229655996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688881159,81.78577423,2283.439697,5.441512108,3.222076178,61.27057266,50.35673523,5.276105404,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,901,265,69,0.965839028,0.227833003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.342660189,88.26150513,2508.475586,6.112081528,3.02103281,52.88965607,50.98804092,5.492065907,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,U39Tnr002,-,5,265,70,1.456879973,0.718568981,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.066470623,99.0770874,2444.13623,5.404706478,1.99693799,44.37403488,34.89118958,5.36591959,62,119,83.43,14.42,370,178.63,dekzand,32.92,4210,1242.08,13,63.36,21.65,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,71,0.714510977,0.188857004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.38738251,75.42301941,2157.100342,4.867116451,2.343749762,46.80303192,43.8875885,5.785602093,50,103.15,87.63,10.31,250,74,rivierklei,32.08,2690,1410.53,15,70.92,14.04,5.25,Rivierengebied,Rn67C,VI,3,265,72,0.685761988,0.169688001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,229,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,229,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,229,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,229,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,3806,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,3806,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,1071,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,1071,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,1072,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,1085,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.42359543,68.75710297,2421.25415,5.024393559,1.733318329,37.98910904,33.69316101,6.509684086,196.283,73.725,34.049,39.25,334.959,152.182,rivierklei,32.114,968,132.319,10,86.138,10.275,3.015,Rivierengebied,Rn95C,VI,3,1071,73,1.30727005,0.547689974,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,229,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,229,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,1071,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,2328,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,1071,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,2328,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.52015305,59.39003372,2055.023438,4.126025677,2.332049131,46.18754959,39.52656555,6.66886282,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,2328,74,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,259,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,229,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,229,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,229,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,3806,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,3806,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,796,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,796,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,259,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,259,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.688470602,50.21498871,1613.737427,3.953205109,4.290425301,72.60076141,58.95491028,5.070318222,57.91,57,86.62,11.33,245.2,76.51,dekzand,27,3760,1784.39,16,55.69,10.119,4.36,Centraal Veehouderijgebied,U32ORnr141,-,4,796,75,1.937700033,1.373559952,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.43450546,133.63974,5816.54834,12.14399338,1.553650498,32.03514099,31.47545433,5.85371542,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn44C,III,2,265,76,1.144440055,0.080665097,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,77,0.783230007,0.098120697,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.315876007,67.33248901,1906.276245,4.997502804,4.022813797,67.19100189,57.87254715,5.102779865,58.91,88.45,88.47,9.48,371.58,170.32,dekzand,8.4,5910,1969.17,14,63.35,21.02,4.56,Centraal Veehouderijgebied,pZg23,IIIb,901,259,78,0.980971992,0.312070996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,229,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,229,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,212,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,212,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,3806,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,3806,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,1072,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,2328,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,2328,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,2328,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05882263,56.15096664,1858.955444,3.764759779,2.185040474,45.43317795,35.85240936,6.683623314,166.67,82,51.68,26.83,240,223,rivierklei,29.54,1120,191.22,11,100.498,14.5,2.65,Rivierengebied,Rd90A,VII,3,2328,79,1.709890008,0.834042013,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.27522087,89.93562317,3347.021484,6.823054314,2.441781044,47.62971497,37.27180862,6.355369091,254.62,85.77,21.75,40.07,578.165,206,rivierklei,17.78,3310,156.26,10,76.678,17.92,2.64,Rivierengebied,Rn52A,-,902,265,80,2.007819891,0.970754981,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.83201218,118.6042862,4998.402344,10.27742767,1.986025214,34.77075195,32.55060959,5.955914021,327.27,152.49,34.55,31.59,1195.87,435.25,rivierklei,16.97,2920,660.67,9.99,73.94,17.91,2.95,Rivierengebied,Rn67C,V,3,265,81,1.326230049,0.454421014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,212,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,212,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,212,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,212,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,212,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,212,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,1096,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,1096,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,1096,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,1096,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.01498032,76.51834869,2673.206543,5.509753704,1.943210959,40.47626877,39.52807999,6.624878883,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rd90A,VI,3,1096,82,1.575469971,0.56942302,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,212,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,212,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,212,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,212,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,212,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,1098,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,1098,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,1098,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,1098,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.65021706,70.7964859,2427.84082,4.953483582,2.464310169,44.72110748,47.05091476,6.453050613,199.59,71.64,28.83,40.72,540,189,rivierklei,30.94,980,169.6,9,88.5,7.66,2.7,Rivierengebied,Rd90A,VII,3,1098,83,1.418030024,0.522547007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +30.20297241,92.91879272,3318.479004,6.382041454,1.781434655,42.41878128,32.58045197,6.649550438,294,101.5,19.56,44.97,385,203,rivierklei,34.1,650,99.77,9.5,67.687,13,3.1,Rivierengebied,Rd10A,VI,4,265,84,0.688165009,0.243731007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,212,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,212,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,212,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,212,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,212,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,212,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,1096,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,1096,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,1096,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,1096,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.17306709,63.94633102,2333.515869,4.810401917,1.803062439,41.29133987,34.01316452,6.490681648,193,147.5,31.79,39.73,345,163.5,rivierklei,31.26,1260,182.37,10,80,13,3.8,Rivierengebied,Rn95C,VI,3,370,85,1.294649959,0.612689972,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,229,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,266,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.52944565,71.14408875,2917.005371,6.055179596,2.637642622,49.40443802,39.84442902,6.729440212,233.892,93.077,30.015,40.69,590.875,274.075,rivierklei,23.2,1946,225.551,8.949,78.619,14.658,2.916,Rivierengebied,Rd90A,VII,3,265,86,1.307700038,0.464194,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,265,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,265,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,265,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,265,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,1925,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,259,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,259,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,259,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,265,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,235,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.562123299,47.1653595,1632.810303,4.103315353,5.240758419,69.85374451,62.82699585,5.418928623,64.69,41.83,66.46,29.15,860,77.49,dekzand,33.35,4040,1803.16,10,471.928,36.945,10.527,Centraal Veehouderijgebied,gY30,VII,3,259,87,12.24190044,12.06809998,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.551367521,97.33223724,2420.861816,5.467151165,2.64253974,50.45563889,49.87243271,5.209158897,64,97,84.82,13.61,330,172.79,dekzand,21.13,6090,1939.42,13,63.35,21.33,4.68,Centraal Veehouderijgebied,pZg23,III,5,265,88,1.530069947,0.735777974,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,265,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,265,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,265,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,265,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,259,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,259,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,259,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,259,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.620512962,58.87387466,1876.606079,4.464827538,3.65528059,75.82269287,52.25031662,5.246282101,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZg23,III,5,259,89,0.983964026,0.342462003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,265,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,265,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,265,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,265,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,265,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,259,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,314,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,259,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,266,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,266,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.99724007,108.8935165,4060.986328,8.269652367,1.802569032,41.93413162,37.73642349,6.122841358,168.83,80.56,31.14,46.71,290,109.07,rivierklei,30.75,1480,191.84,9.59,88.48,6.58,2.94,Rivierengebied,Rn44C,III,2,266,90,0.874764025,0.144917995,29.86479145,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.082511902,62.95604706,1766.381714,4.356822014,2.954229116,57.26450348,48.00431442,5.357969284,57.91,86,37.25,37.51,200,76,dekzand,32.38,4110,2290.7,17,35.503,8.461,5.54,Centraal Veehouderijgebied,pZg23,III,5,265,91,1.546190023,0.743839979,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,265,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.706011057,54.78534317,1680.064697,3.984208107,2.01025486,47.77478027,37.41150284,5.534789562,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,259,92,1.356570005,0.75584197,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,266,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.291974068,72.71854401,2108.913818,5.096194267,4.191880226,70.18380737,61.54614258,5.348975658,56.21,150.33,91.65,7.29,347.49,71,dekzand,10.9,2600,1199.31,19,87.066,13.09,4.95,Centraal Veehouderijgebied,pZn21,VI,4,265,93,1.45483005,0.688408017,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,265,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,212,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,212,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,265,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,212,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,212,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,1096,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,1096,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,1096,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,1096,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.46111488,64.93016815,2399.989502,4.924755096,1.992684126,43.27695847,39.78159714,6.247826099,193.92,147.5,34.48,39.43,345,163.5,rivierklei,32.99,1080,125.45,10,81,13,3.8,Rivierengebied,Rn95C,VI,3,1096,94,1.086019993,0.511340022,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.60072327,116.5272522,4456.041504,9.037140846,2.004096031,36.84354019,36.35541916,5.923698902,298.52,93,21.39,38.04,926.89,359.14,rivierklei,14.33,3180,522.06,9,84.52,21.399,2.2,Rivierengebied,Rn47C,Vb,4,265,95,1.139950037,0.238544002,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,265,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,265,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,265,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,265,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,265,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.344378471,51.62626266,1701.369263,4.083889961,4.776653767,79.06643677,59.03145599,5.390474319,55.65,74,88.66,10.31,250,83.89,dekzand,32.94,3310,1714.24,15,69,16,5.49,Centraal Veehouderijgebied,pZn21,VI,5,259,96,1.052600026,0.321981996,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.07434082,134.1049805,4844.361328,10.1537962,1.652267337,32.80462646,31.75362015,6.045465946,317.26,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,97,1.565969944,0.419203013,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,259,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.7710495,124.2108459,4975.885742,10.64498615,1.549335837,29.46999931,27.18499565,5.977678299,254.71,83,33.99,34.78,770,359.5,rivierklei,15.63,2760,480.95,10,73.49,18.03,2.65,Rivierengebied,Rn44C,IIIb,2,265,98,1.054119945,0.341946989,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.85369492,106.5814209,3746.319824,7.279166698,2.498718977,46.48083115,38.40571976,6.54886198,180.47,91.41,22.38,46.36,834.07,371.5,rivierklei,43.4,820,59.86,10,135.197,33.23,2.75,Rivierengebied,Rn52A,-,4,265,99,1.505069971,0.234193996,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.41488266,110.8396378,3936.142822,7.977907658,2.473411322,48.18956375,41.16402435,6.661653042,272.71,152.96,13.36,51.2,658.33,339.57,rivierklei,17.82,980,183.49,9,74.25,18,3.5,Rivierengebied,Rn95A,VI,3,265,100,1.821370006,0.360697001,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.588716507,36.95553589,1289.376343,3.091134548,5.692427635,71.69902039,71.43045807,5.107796669,58.22,189.57,88.38,9.52,232,179.08,dekzand,5.8,6210,2310.84,13.65,63.26,21.29,4.95,Centraal Veehouderijgebied,gbEZ30,VII,3,259,101,10.06340027,9.573579788,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,259,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,259,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,265,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,265,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,265,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,234,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,234,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,265,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,265,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,266,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838456631,70.96639252,2035.676758,5.042172909,3.598458052,72.55789185,43.83961487,5.289888859,54.52,74,88.57,9.39,260,80.45,dekzand,8.8,3680,2039.55,16,71.96,13.36,4.29,Centraal Veehouderijgebied,U32ORnr134,-,10,266,102,0.963147998,0.216084003,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +7.304789543,92.3849411,2741.02002,5.784574032,2.488234997,56.40734863,38.85330963,5.532410145,46.93,127.06,49.86,28.66,650.43,171.44,dekzand,18.26,5870,2105.61,8,371.404,88.174,14.703,Rivierengebied,U32ORnr135,-,10,265,103,0.712458014,0.309046,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.23796844,92.26250458,4514.583984,9.288607597,2.790465355,55.70185089,50.21378326,6.297835827,238.65,103.53,22.94,43.01,1390.94,368.5,rivierklei,15.39,1150,273.94,10,93.203,22.464,2.66,Rivierengebied,Rd90A,VII,3,265,104,1.64083004,0.589614987,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.89471436,65.74140167,2409.367432,4.818582535,1.606166363,39.83669281,32.99209976,6.547118187,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,265,105,1.380800009,0.216206998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,265,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,265,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,259,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,233,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,256,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,259,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,256,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,233,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,233,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,233,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.52976418,58.23095322,2237.438965,4.221513271,1.590187311,38.98331833,33.44690323,6.051492214,286.94,70,34.36,34.6,354,365,rivierklei,37.83,950,135.24,10,98.975,7.7,1.66,Rivierengebied,Rn95C,VI,3,1072,106,1.155599952,0.661206007,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,265,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,265,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.607692003,67.77027893,2152.892578,5.443547726,3.942838669,69.53657532,67.50458527,5.285321712,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,cHn21,VI,3,259,107,2.243629932,1.280500054,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,259,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,259,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,265,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,266,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.34766769,131.4101563,4547.037109,9.731248856,1.414803505,25.06095314,27.57287025,5.93866396,304.32,93.45,30.55,31.64,887.16,348.12,rivierklei,13.02,5220,192.5,8.98,73.78,18.02,2.84,Rivierengebied,Rn47C,V,4,265,108,1.165860057,0.091320999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,266,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,266,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,266,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,266,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.487130165,87.61603546,2389.678467,5.981129646,3.548705101,54.9638443,59.5080719,5.012095928,65.95,82.94,88.38,9.52,393,168.07,dekzand,7.3,6250,2053.65,14.18,63.29,20.93,5.23,Centraal Veehouderijgebied,zEZ21,VII,3,265,109,4.565730095,3.947619915,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,236,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,259,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.229056358,66.34093475,1890.167236,4.60567379,4.011327267,66.08914185,61.34283829,4.957607746,52.82,82.5,88.47,9.48,311.55,82.17,dekzand,11.9,5035,2046.605,14.765,71.16,16.613,4.63,Centraal Veehouderijgebied,zEZ21,VIII,3,234,110,4.978579998,4.475759983,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.36001396,104.3507614,3810.518555,7.825775623,1.774956703,32.18673706,32.75813293,5.9373312,254.71,74.5,34.63,35.44,705,402.5,rivierklei,16.94,2430,381.13,10,73.49,18.03,2.65,Rivierengebied,Rn95C,VI,3,265,111,1.082739949,0.124449998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,212,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,212,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,212,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,212,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,3806,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,266,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,266,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,266,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,266,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,266,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.83672905,65.51091766,2245.648926,4.61879921,2.46994257,48.70581818,46.67538452,6.937846184,259.39,103,28.27,36.97,539.78,146,rivierklei,34.94,730,73.76,8,68.569,7.66,2.45,Rivierengebied,Rd90A,VII,3,1070,112,1.620659947,0.877168,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.202332735,92.28011322,2242.750488,4.941288471,3.118233442,60.06892395,44.79507065,5.413313866,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,113,1.573809981,0.924748003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.061576605,46.25680923,1515.921875,3.769948006,4.424557686,80.10090637,63.23593903,5.270111561,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,pZg23,IIIb,4,259,114,1.202530026,0.426905006,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.084151745,76.86680603,2242.63501,5.714995384,2.578633785,49.14464188,43.79754257,5.167041779,68.08,79.57,77.7,13.85,201,79.95,dekzand,5.95,3210,1438.46,21,114.806,16.216,3.25,Rivierengebied,gzEZ30,VI,901,259,115,4.570380211,4.352880001,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,229,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,229,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,229,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,229,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,3806,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,3806,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,1071,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,1071,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,1071,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,427,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.71397018,67.56016541,2712.995361,5.365825653,1.44752121,34.11050797,32.34973145,6.202489853,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,Rn94C,Vb,4,427,116,1.383470058,0.706493974,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,212,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,212,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,234,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,212,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,212,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,212,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,1072,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,1072,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,1072,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,1072,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.91571617,59.65394592,2147.683105,4.454877377,1.889876604,46.17241669,36.52612686,6.892689705,190.82,101,52.67,27.34,294,188,rivierklei,35.81,390,61.68,10,84,12.5,2.7,Rivierengebied,Rd90A,VII,3,1072,117,1.899070024,1.00711,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.240951538,41.73309708,1371.188843,3.542422533,6.415642262,89.69776917,77.5761261,5.167582989,54.52,78,86.62,11.33,150,21,dekzand,9.2,7130,4764.7,23,163.261,22.01,2.7,Centraal Veehouderijgebied,zEZ21,VIII,3,259,118,3.277590036,2.719769955,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,233,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,233,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,229,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,229,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.26541519,90.47521973,3462.836182,6.806359291,1.632328153,36.26436615,31.63150978,6.218109131,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95C,VI,3,265,119,1.495479941,0.663730979,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,229,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,229,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,229,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,229,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,3806,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,3806,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,1071,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,1071,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,1071,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,1072,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.14855766,59.9162674,2326.92627,4.735783577,1.989587784,44.03656006,34.11140442,6.722074986,214.44,71.64,71.5,5.89,518.46,133.67,rivierklei,31.9,1140,162.97,10,72.057,7.57,3.44,Rivierengebied,Rn95A,VI,3,1072,120,1.666059971,0.803982973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,229,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,212,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,212,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,212,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,212,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,212,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,233,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,1098,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,1098,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,1098,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.05722427,62.57288742,2227.037598,4.655292034,2.220272064,41.73423767,43.32636261,6.658774376,165.28,64,31.03,47.13,589,111.5,rivierklei,34.35,410,58.14,91,86.5,13.662,3.9,Rivierengebied,Rd90A,VII,3,1072,121,1.877460003,0.781584978,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.03523064,54.17879868,2081.461426,4.064657688,2.592866659,50.20292282,40.7637291,6.459955692,178.15,97.5,34.37,40.16,397.7,224.5,rivierklei,33.43,580,81.1,7,106.601,28.324,3.19,Rivierengebied,Rn67C,V,4,265,122,1.348729968,0.330022007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526988268,32.66893768,1145.997925,2.733431816,6.063801289,74.6726532,77.38012695,5.121201515,46.61,112,59.86,8.29,150,87.34,dekzand,5.7,3410,1805.19,14,137.245,20.124,3.78,Centraal Veehouderijgebied,gbEZ30,VII,3,259,123,19.36949921,18.92989922,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,259,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,259,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.113236666,89.53250122,2451.769775,5.606748581,4.546826839,70.43591309,60.20737457,5.287402153,67,136.5,91.65,7.29,366.26,165.55,dekzand,11.7,4210,1382.22,13,63.63,22.4,5.25,Centraal Veehouderijgebied,pZn21,VI,4,265,124,1.477570057,0.603981972,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,259,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,259,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,233,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,256,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,259,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,3732,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,233,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,256,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,233,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,259,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.259098768,46.77600479,1553.041748,3.908454657,2.292394638,52.9722023,39.84670258,5.334003448,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,pZg21,III,5,233,125,1.460240006,0.75237298,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,672,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,176,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,2299,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,670,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.441353083,43.89216614,1454.84436,3.805533171,3.00694108,58.92224121,45.21442032,5.50799036,50.2,45,86.44,11.56,259.24,82.91,dekzand,30,3550,1616.97,15.42,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,126,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +33.98112869,133.3548279,5312.699219,10.71212006,1.793150425,31.4207077,32.7181015,6.02273941,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,V,4,265,127,1.73052001,0.419851989,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,229,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,229,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,229,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,229,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,3806,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,3806,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,265,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,265,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,265,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,265,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.06568718,67.14697266,2527.272705,5.127345085,2.110854626,43.89911652,40.04206467,6.594903946,204.93,73,28.83,43.78,413.86,179,rivierklei,32.65,990,130.05,10,86.5,11,3.45,Rivierengebied,Rn95A,VI,3,265,128,1.980829954,0.778780997,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,1071,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.40866852,66.29832458,2493.88916,4.953280449,1.919241548,43.53996277,35.61140442,6.581519127,167.33,126,24.15,42.95,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rn67C,Vb,3,265,129,1.456130028,0.325700015,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,212,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,212,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,212,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,212,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,212,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,266,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,265,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,265,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,1072,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.71275139,57.92294693,1974.752319,3.974679708,2.937706709,50.43025208,48.68318939,6.815942287,152.905,138.572,54.333,28.203,514.201,168.015,rivierklei,32.828,814,109.572,9.065,99.059,16.953,3.771,Rivierengebied,Rd90A,VII,3,1072,130,1.892930031,1.009459972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.01615524,108.1557541,5323.601074,11.45261383,2.224028826,50.17050552,38.37517929,6.413565636,222.7,136.64,23.91,54.98,1118.43,249.37,rivierklei,12.16,1070,99.64,10,85.5,11,2.7,Rivierengebied,Rn47C,Vb,4,265,131,0.816160977,0.229338005,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.752368689,64.46228027,1785.330811,4.156352997,2.958747149,61.21158218,50.63771439,5.289255142,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,132,1.072790027,0.267567992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.30036163,128.2087708,5393.729004,10.81156063,1.710500836,28.05403519,28.50353622,5.640099525,259,81,28.24,29.41,1146.08,392,rivierklei,12.86,6530,933.47,9,65,24,2.6,Rivierengebied,Rn44C,III,2,265,133,1.111639977,0.162472993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,212,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,212,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,212,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,266,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,266,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,212,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,265,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,265,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,265,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,265,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.52649117,62.53029633,2449.222168,4.844216347,2.46679759,44.77418518,44.10228729,6.552712917,196,88.21,15.45,52.23,540,346,rivierklei,33.08,1700,207.58,10,88.59,6.77,2.7,Rivierengebied,Rd90A,VII,3,265,134,1.783179998,0.775686026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,259,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,259,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.735929728,85.52797699,2275.65625,5.548919678,3.295810938,55.5539093,50.15884781,5.177937031,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,zEZ21,VII,3,265,135,1.705680013,0.645142019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,212,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,212,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,212,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,212,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,212,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,212,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,1096,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,1096,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,1096,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,1096,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.84492493,69.24188995,2397.579834,5.000180721,1.989366889,40.6505661,39.5165062,6.153636456,171.09,157,40.55,36.73,260,164,rivierklei,30.65,1240,175.25,10,79,13,4.2,Rivierengebied,Rd90C,VII,3,1096,136,1.221410036,0.587960005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,229,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,229,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,229,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,229,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,3806,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,3806,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,1072,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,1072,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,1071,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,1071,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.61545753,59.15869522,1974.456665,4.012036324,1.981396437,41.52760696,37.21253204,6.224827766,189,95.32,31.14,40.72,338.95,175,rivierklei,32.99,840,120.79,9.77,88.5,7.66,2.45,Rivierengebied,Rn95C,VI,3,1071,137,1.148470044,0.507763982,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,265,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,259,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,259,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,259,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.43867588,73.5344696,1982.875488,4.659917831,2.917629004,57.92302322,45.84112549,5.070568562,55.372,114.551,87.82,10.06,311.881,176.6,dekzand,12.831,6054,2053.558,13.97,63.106,21.849,5.015,Centraal Veehouderijgebied,pZg21,III,5,259,138,1.15813005,0.605051994,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.70557213,83.97182465,3132.91748,6.158215523,2.136498451,39.46643448,43.90108871,6.483664513,167.33,67,22.02,51.39,1037.47,189,rivierklei,30.94,780,169.6,9,88.54,6.19,2.84,Rivierengebied,Rd90A,VII,3,259,139,1.349460006,0.559715986,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,1950,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,3718,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859140396,106.6708298,3116.71167,6.884258747,2.766718626,61.32549667,39.74199295,5.31586504,59.689,90.523,89.129,8.194,582.22,153.014,dekzand,31.502,9957,1948.717,14.295,63.295,25.552,5.562,Rivierengebied,U32ORnr134,-,901,265,140,1.003630042,0.244455993,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,259,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,265,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,259,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,259,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,259,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,265,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,265,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,265,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,259,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,259,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.86050868,52.32928085,1844.159668,4.981458187,4.509052753,80.63376617,73.56678772,5.240897655,83.9,130.65,90.6,8.36,431.83,144,dekzand,28,3330,1075.59,17,122.002,15.912,2.1,Rivierengebied,Hn21,VI,4,265,141,1.660230041,0.629078984,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,259,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,259,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,259,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.734663963,85.32679749,2179.442383,5.085621357,2.499120951,50.7085228,42.43397141,5.228919029,57.63,80,84.74,11.58,320,169.2,dekzand,30.81,4960,1582.24,13,63.5,25.108,4.13,Centraal Veehouderijgebied,pZg23,III,5,265,142,0.923977017,0.251558989,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.58021164,64.9877243,2352.411133,4.871305466,1.716035128,43.6033783,32.19858551,6.843160629,166.345,77,49.6,27.605,294,126.53,rivierklei,33.9,720,76.28,9.275,90,7.66,2.8,Rivierengebied,Rd10A,VII,901,1070,143,1.971789956,1.133030057,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.58021164,64.9877243,2352.411133,4.871305466,1.716035128,43.6033783,32.19858551,6.843160629,166.345,77,49.6,27.605,294,126.53,rivierklei,33.9,720,76.28,9.275,90,7.66,2.8,Rivierengebied,Rd10A,VII,901,1070,143,1.971789956,1.133030057,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.58021164,64.9877243,2352.411133,4.871305466,1.716035128,43.6033783,32.19858551,6.843160629,166.345,77,49.6,27.605,294,126.53,rivierklei,33.9,720,76.28,9.275,90,7.66,2.8,Rivierengebied,Rd10A,VII,901,1070,143,1.971789956,1.133030057,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.58021164,64.9877243,2352.411133,4.871305466,1.716035128,43.6033783,32.19858551,6.843160629,166.345,77,49.6,27.605,294,126.53,rivierklei,33.9,720,76.28,9.275,90,7.66,2.8,Rivierengebied,Rd10A,VII,901,1070,143,1.971789956,1.133030057,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.58021164,64.9877243,2352.411133,4.871305466,1.716035128,43.6033783,32.19858551,6.843160629,166.345,77,49.6,27.605,294,126.53,rivierklei,33.9,720,76.28,9.275,90,7.66,2.8,Rivierengebied,Rd10A,VII,901,1070,143,1.971789956,1.133030057,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,212,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,266,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.73293877,56.10544968,1788.078003,3.724072456,2.716153383,48.79756927,46.83381271,6.647012234,183.27,80,37.25,37.51,370,188,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,144,1.635509968,0.887423992,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.257124424,84.83056641,2583.030762,5.515105247,3.064442873,51.63741302,48.89465714,5.332818031,230.93,54,66.36,9.59,355.19,349.34,dekzand,16.25,2270,293.46,8.06,5.577,1.096,0.65,Rivierengebied,zEZ21,VI,3,265,145,4.085460186,3.729340076,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,266,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,229,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,229,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,229,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,265,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,265,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,265,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,265,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,265,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,265,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.40565109,82.78185272,2981.85791,5.968993187,1.588398337,35.90628433,33.28142929,6.215336323,254.21,113,21.85,48.77,725.47,332.86,rivierklei,17.88,2240,208.34,9,73.23,18.16,3.31,Rivierengebied,Rn67C,Vb,3,259,146,1.011559963,0.331959993,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,265,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,265,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,229,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,229,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,3806,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,3806,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,233,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,1072,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,1072,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,256,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.09443283,63.18139648,1912.124878,4.116380692,2.45999527,45.35218048,44.16075897,6.302051544,152.32,20,40.67,40.96,370,209,rivierklei,34.68,710,90.11,91,98.477,11,3.2,Rivierengebied,Rn95C,VI,3,1072,147,1.261510015,0.663761973,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,265,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,265,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,265,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,265,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,265,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,259,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,259,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,259,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,259,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,259,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.22881794,119.1579285,3020.655762,6.76256609,1.565618277,36.64514923,31.91210365,5.693151951,80.51,102,84.27,10.11,419.18,161,dekzand,7,3210,1358.19,12,136.989,19.724,1.78,Centraal Veehouderijgebied,pZg23,III,5,259,148,0.762161016,0.137567997,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,229,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,229,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,3806,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,427,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,427,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,427,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,1071,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.399470806,37.53741837,1543.88501,4.029789925,6.272367477,73.9021759,82.02687836,5.133522511,66,124,39.3,40.22,280,94,dekzand,47.5,2650,1090,17,84.909,12.75,4.68,Centraal Veehouderijgebied,zEZ21,VII,3,1071,149,4.701789856,4.126289845,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,259,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,259,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,259,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,259,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,265,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,3806,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,1072,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,1072,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,265,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,1072,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.473494053,60.44439697,1914.449707,5.016162395,3.599948168,70.90421295,57.79040146,5.183956623,65,157.5,68.15,7.22,400,136,dekzand,26.5,6280,2049.52,12.5,63.53,21.84,6.18,Centraal Veehouderijgebied,U32ORnr137,-,3,1072,150,1.335809946,0.356364995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.924369574,90.39599609,2231.250488,5.056624413,2.780447006,54.91680145,45.99294662,5.29703331,58.82,149.24,84.21,13.68,374.87,176.92,dekzand,10.2,5370,1678.04,13.25,63.47,21.9,5.56,Centraal Veehouderijgebied,pZg23,III,5,265,151,1.257760048,0.497518003,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,2030,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,672,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,233,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,233,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,235,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,233,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,259,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,235,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,233,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,266,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.29139709,65.10681915,2413.748535,4.922842026,1.360369205,32.65036011,27.13477516,6.321739674,176.72,17.15,30.19,45.37,304.85,81.3,rivierklei,31.37,2250,367.74,10,88.42,7.27,2.6,Rivierengebied,Rn47C,V,4,233,152,1.303900003,0.276326001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,229,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.99954414,98.33027649,4086.592041,8.221823692,2.450701237,53.62147141,42.61436081,6.164302826,255.09,136.66,23.26,51.93,824.2,331.64,rivierklei,19.03,3560,460.36,9,73.23,18.16,3.31,Rivierengebied,Rn94C,Vb,4,265,153,0.975374997,0.338606,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.91338706,100.1483688,2410.866455,5.052663326,2.427876472,50.6272049,34.63996506,5.383808136,61,122,87.82,10.06,308.12,170.54,dekzand,8.4,5750,1894.34,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,154,1.074959993,0.162885994,143.6080423,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.304882765,79.28645325,2042.370361,4.652851105,2.489163876,50.35711288,45.10554504,5.395011425,51.13,94,85.57,11.34,257.11,85.37,dekzand,33.13,3020,1523.46,13,42.011,14.434,5.8,Centraal Veehouderijgebied,pZg23,III,5,265,155,1.121150017,0.370297998,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,265,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.829531431,57.1705513,1690.113647,4.026666641,3.432830811,68.16104889,51.344841,5.21628952,52.82,157.4,85.42,12.5,260,89.55,dekzand,10.8,4380,2197.72,15,71.68,13.5,4.58,Centraal Veehouderijgebied,pZg23,VI,5,259,156,0.965138972,0.264263004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.526826143,91.13166809,2374.385986,5.684391022,4.106402397,68.52211761,55.10471725,5.283499241,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IIIb,5,265,157,1.334020019,0.521297991,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,229,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,1925,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,672,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,3721,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,3721,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,266,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,266,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,372,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,233,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,372,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.35673714,58.8995018,2325.439941,4.799471855,1.643716812,42.24342346,32.51765442,6.655658722,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn67C,V,4,233,158,1.43118,0.267751992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,229,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,229,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,229,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,229,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,3806,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,3806,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,1072,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,1071,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,427,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,427,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +16.40932846,56.58475113,1793.462891,3.914946556,3.079981089,52.1553154,45.70460892,6.593786716,144.929,79.961,29.492,41.529,360.599,243.564,rivierklei,32.983,658,119.183,49.462,100.38,14.128,4.574,Rivierengebied,Rd10A,VII,4,427,159,1.986850023,0.91249001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.64570808,107.5003967,4122.473633,8.395326614,2.044464588,43.99249649,36.34009552,6.394072533,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn95A,VI,901,265,160,1.855559945,0.712289989,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.001307011,41.96099091,1555.949829,4.370828629,3.365286827,70.53247833,58.18104172,5.249019623,70.34,60.7,83.15,14.74,260.42,77.49,dekzand,4,3090,1576.97,19.34,58.9,9.71,4,Rivierengebied,gHd30,VII,3,265,161,14.84070015,14.57149982,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85673714,73.74837494,2642.703613,5.312394142,2.671451569,48.59294128,44.11364746,6.595197201,189.85,140,73.94,6.95,428.17,225,rivierklei,29.01,1030,242.25,11,79,14.485,3.9,Rivierengebied,Rd90A,VI,3,265,162,2.494119883,1.025339961,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.04498148,119.0992661,3623.03833,8.469470978,1.573219657,39.12185287,30.08210373,5.211381912,79.02,81.47,87.8,10.06,359,164.25,veen,11.55,8400,2730.39,11.96,49.329,17.717,4.95,Rivierengebied,U32ORnr135,-,10,265,163,0.469466001,0.113853,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.9099102,128.9005737,4802.192871,9.831762314,1.823436737,29.99031448,34.87757874,5.861524582,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn47C,Vb,4,265,164,1.648990035,0.447219998,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.597992897,105.4128189,3393.593018,7.198662281,2.116762161,40.25538635,35.52616882,6.04645443,50,65.41,76.28,5.53,970,79.95,rivierklei,37.26,3080,2126.9,11,371,20,11.5,Rivierengebied,Rd90A,-,901,265,165,2.154730082,0.780140996,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.052185297,102.1950912,2614.294678,5.779577732,3.017980814,56.69092941,41.63426971,5.262424946,108.74,131,85.72,11.64,328.66,174,dekzand,10.7,5750,1602.88,14,36.803,12.709,5.37,Centraal Veehouderijgebied,pZg23,III,4,265,166,1.468930006,0.693042994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.723510742,113.7807846,4607.069824,10.42129993,2.034121037,38.2682457,36.37636948,5.587006092,53.95,106.5,79.5,12.25,1187.47,280.5,veen,38,3190,1231.69,17.5,178.443,47.322,8.341,Centraal Veehouderijgebied,zVc,II,10,265,167,0.501990974,0.077710599,77.84162734,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,259,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,259,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.838400841,95.44213867,2405.843018,5.317100048,2.923961639,54.77244568,46.66645432,5.222281456,61.19,182.22,85.49,12.51,263,171,dekzand,8.45,6510,2254.28,14.07,42.164,15.95,5.11,Centraal Veehouderijgebied,pZg21,III,5,265,168,1.193699956,0.404933989,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,265,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,265,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,265,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,259,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426548481,48.58621597,1584.088379,3.729499102,4.528085709,80.75287628,57.94895935,5.357655048,49,84,86.62,11.33,180,57,dekzand,25.8,2890,980.89,21,71.16,13.66,4.81,Centraal Veehouderijgebied,pZg23,IV,5,265,169,0.92257297,0.293736011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,259,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,259,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,266,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.21577072,101.9716415,3275.190918,6.631236553,1.994043589,40.92012024,40.65136337,6.363392353,254.62,44.22,21.75,52.46,714.01,89.24,rivierklei,43,3310,16.05,9.39,95.829,13,2,Rivierengebied,Rd90A,-,3,265,170,2.737979889,1.064409971,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2328,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2328,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2328,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2328,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.13935089,63.85365677,2269.641846,4.568627834,3.049070597,51.05059814,50.61696625,6.754258156,213.69,320,33.39,33.63,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2328,171,1.612810016,0.789134026,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.285267353,91.39853668,2783.959229,6.751866817,4.364952087,66.82190704,64.18345642,5.312569141,85,90.29,94.05,4.87,470,206,dekzand,36.79,6470,1603.32,15,76.447,19.8,3.61,Rivierengebied,cHn21,VI,3,265,172,1.924000025,1.253139973,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.11838341,111.27491,4293.281738,9.059201241,1.351316571,33.09129715,27.61039352,6.284426212,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn44C,Vb,2,265,173,1.417739987,0.727622986,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,336,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,331,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.08011055,105.4471054,4196.719238,8.325180054,2.129558325,46.543396,36.99471664,6.385554314,231.14,55,33.26,38.87,988.1,346,rivierklei,31.89,1310,215.44,10,104.266,18.647,1.6,Rivierengebied,Rn95A,VI,901,265,174,1.808969975,0.364244998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +9.121537209,122.0645752,3505.150146,7.415789604,1.870501518,35.4005661,32.80451202,5.541936874,126,79,69,17.48,682.02,290,rivierklei,19.54,7580,888.76,9,58.278,18.98,3.1,Centraal Veehouderijgebied,kWz,II,4,265,175,0.70954901,0.268339992,113.1007796,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,265,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,265,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,265,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,265,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,265,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,265,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,259,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,259,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,259,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,259,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.194476843,71.2706604,2070.197754,5.013319016,2.63755846,52.43978119,44.91530228,5.294445038,96.85,71.91,57,7.46,502.38,164.7,dekzand,6.8,3670,1137.83,15.34,40.888,7.052,4.16,Centraal Veehouderijgebied,cHn21,III,3,259,176,1.474460006,0.901719987,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,229,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,229,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,229,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,229,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,294,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,294,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,1085,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,1085,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,1085,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,1085,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.1217556,72.96698761,3142.454102,6.075192928,1.29827261,33.37023926,31.43150139,6.263182163,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn47C,Vb,4,1085,177,0.942620993,0.225923002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,229,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,229,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,229,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,229,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,1072,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,1072,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.9675293,65.15740204,2421.185791,4.917881012,2.574670315,47.45349503,39.69222641,6.633372307,187.15,82,31.03,40.23,466.23,189,rivierklei,31.91,840,133.18,9.46,88.49,12.785,2.6,Rivierengebied,Rd90A,VI,901,1070,178,1.640840054,0.777381003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.145660877,90.3451004,2323.513672,5.291603088,2.457128525,51.75832367,45.97006607,5.253918171,70.7,105,86.54,11.37,350,165.08,dekzand,11.15,5860,1842.49,14,63.47,21.34,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,179,1.553239942,0.895009995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +1.705554128,53.24564743,2003.488525,4.872757435,4.989233971,78.97695923,75.85189056,5.061580181,51.41,107,88.47,9.48,328.48,169.2,dekzand,11.9,5490,1723.13,14,71.88,21.34,4.8,Centraal Veehouderijgebied,cHn21,VII,901,265,180,2.562429905,1.57043004,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,175,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,175,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,175,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,175,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,3806,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,256,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,233,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,1072,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,1071,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,1071,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.61208344,60.36864471,2633.083496,5.175450325,1.312088728,33.76290131,35.67830658,6.217623711,229.07,50,13.6,44.77,488,294.5,rivierklei,31.84,1410,188.97,10.5,88.62,6.85,2.14,Rivierengebied,U40Tnr007,-,3,233,181,1.722710013,0.732662976,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.76970482,90.19570923,3378.903809,6.659615517,1.974443316,49.72143555,36.97821045,6.554750443,314.99,94,21.92,34.72,942.68,343.84,rivierklei,15.55,3050,267.54,9,74.3,17.7,2.25,Rivierengebied,Rd90A,VII,3,265,182,1.220280051,0.540201008,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.00957489,85.75522614,3849.076416,7.693701744,1.656019688,38.80305862,34.89548874,6.046845436,279.94,91.41,17.23,35.69,1414.64,371.5,rivierklei,14.07,1360,314.08,10,87.158,21.422,2.75,Rivierengebied,Rn67C,Vb,4,265,183,1.045719981,0.455870003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.683541775,40.66007614,1444.159912,3.900252581,4.798150063,83.75363922,70.74163055,5.141336918,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr140,-,3,259,184,1.31280005,0.772791028,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,265,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,259,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,259,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,266,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,266,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,259,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,266,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,265,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,265,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,265,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.036120176,89.43028259,2355.444092,5.773887157,3.284236193,67.86624908,48.75124359,5.27528429,45.31,92,88.55,8.33,618.77,135,dekzand,32.97,11280,1984.73,14,63,27.544,6.2,Centraal Veehouderijgebied,Zn23,III,4,265,185,1.249469995,0.311235011,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.68807983,103.459343,3841.097412,7.682480812,1.85844934,33.37973785,35.71336746,5.891710281,295,152,16.09,45.98,982.18,476,rivierklei,15.86,3080,516.41,9,73,22,3.8,Centraal Veehouderijgebied,Rn47C,V,4,265,186,0.889549971,0.089197204,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,212,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,212,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,212,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,212,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,212,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,212,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,1096,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,1096,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,1096,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,1096,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.51318169,60.54956055,2136.921387,4.447077274,1.783218503,42.44389725,35.05916595,6.638014793,161.7,77,49.6,25.75,170,89,rivierklei,33.9,720,66.6,9,90,6.7,2.8,Rivierengebied,Rd90A,VII,3,1096,187,1.524870038,0.716964006,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,229,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,229,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,229,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,229,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,294,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,294,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,1074,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,259,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,259,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,259,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.64285088,63.33670044,2312.334229,4.877624989,2.182833195,49.04544449,36.22365952,6.783036709,212.57,83,23.91,43.78,539.78,189,rivierklei,32.2,760,99.64,10,85.5,11,2.7,Rivierengebied,Rn95A,VI,3,259,188,1.304409981,0.600277007,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.073009968,61.3765831,2000.309814,4.737040043,3.965455532,70.22919464,54.63724136,5.150033474,39.8,47,88.47,9.48,220,114,dekzand,53.6,6280,2404.96,16,45.678,21.09,4.73,Centraal Veehouderijgebied,pZn21,VI,5,265,189,0.965839028,0.227833003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,235,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,234,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.709312916,43.05185318,1657.36438,3.988669872,3.0867939,57.66580582,48.9753418,4.956869602,58,41.83,77.71,8.26,287,76,dekzand,7.7,3610,1321.21,19,85.828,12.77,3.63,Centraal Veehouderijgebied,Y21,VIII,901,237,190,24.4836998,24.27050018,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,3806,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,3806,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,1071,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,1071,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,1071,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,1071,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.50661659,71.09148407,2583.89624,5.338197231,2.154901028,45.96614838,38.94821548,6.96894455,169.21,72,32.61,42.64,338.95,175,rivierklei,33.69,590,79.1,10,105.112,7.66,2.45,Rivierengebied,Rn95A,VI,3,1071,191,1.17414999,0.491679996,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,175,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,229,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,229,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,175,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,175,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,175,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,1003,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,427,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,991,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,991,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.88952255,66.85338593,2476.368896,5.071350574,2.54276228,46.4653244,42.32273102,6.691149712,199.59,72,31.14,40.72,338.95,175,rivierklei,34.32,770,85.58,10,88.5,7.66,2.45,Rivierengebied,Rn67C,VI,401,991,192,0.979746997,0.525529027,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,2304,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,2304,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,2304,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,3719,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,3719,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,3719,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,335,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,335,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,335,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,335,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.621772528,45.01395035,1707.655518,4.717139244,4.275134087,74.4970932,70.77357483,5.070926666,75.99,63.5,90.6,8.36,372.71,82.42,dekzand,7.4,3870,1948.67,17,72.84,12.78,3.43,Rivierengebied,Hn21,VII,3,335,193,3.167109966,2.26444006,83.96900692,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.30260849,70.16065979,2059.420166,5.041401863,4.309735298,72.16768646,61.59401703,5.21078825,57.91,73,89.77,8.72,245.29,79.23,dekzand,72.5,3310,1764.29,16.5,56.985,10.706,4.2,Centraal Veehouderijgebied,pZn21,VI,4,265,194,1.417330027,0.340463012,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.337380886,83.5475769,2360.427246,5.970733166,6.051395893,86.04586792,72.90039063,5.269196987,71.3,169.2,88.47,9.48,439.1,90.78,dekzand,11.6,3710,963.34,14,63.84,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,5,265,195,1.244449973,0.335770011,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,229,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,229,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,229,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,229,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,259,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,259,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,1072,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,1072,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,259,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,259,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.10811043,64.76766968,2320.255859,4.661178112,2.356990814,45.88695145,41.09654999,6.446217537,216.13,92,31.25,36.52,590,224.5,rivierklei,31.82,1070,153.69,10,83.5,10.5,3.19,Rivierengebied,Rn95C,VI,3,1072,196,1.885939956,0.805168986,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,256,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,236,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,1934,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,233,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,233,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,233,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,236,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,2014,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,233,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,235,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +11.348032,50.41022873,1633.009521,3.614554882,2.076724052,44.92758942,36.75660706,5.728023529,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,pZg23,III,5,259,197,1.563930035,0.979192019,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.778842449,67.12955475,1946.876099,4.44516468,2.034800529,42.49581909,37.39950943,5.361214161,45.74,42,83.38,14.5,259.24,85,dekzand,30,5660,2273.56,15.42,74.596,19,3.7,Rivierengebied,pZn23,IV,5,265,198,2.446769953,1.242759943,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.14484215,122.6732025,5011.456055,10.27029037,1.474476099,33.15312576,28.2871151,6.058315754,232.59,104.05,34.56,31.9,793.59,341.4,zeeklei,15.2,2390,180.74,9,73.18,18.19,3.52,Rivierengebied,kWz,II,4,265,199,0.741807997,0.091139801,90.28359155,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,259,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +27.82583237,104.5940094,3600.850342,7.028217793,1.847991109,37.08957672,32.21907043,6.322430134,264.21,124,31.25,36.52,795,338,rivierklei,17.85,1870,210.53,9,73.72,18.17,3.19,Rivierengebied,Rn95C,VI,3,265,200,1.380800009,0.216206998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,212,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,212,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,212,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,212,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,212,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,212,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,1096,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,1096,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,1098,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,1098,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.82174873,65.92198181,2576.624268,5.354829311,1.769479394,40.17582703,35.155056,6.249518394,166.57,248,39.73,35.99,230,161.5,rivierklei,29.68,1080,175.25,9,77,13,5,Rivierengebied,Rd90C,VII,3,1098,201,0.942230999,0.478361011,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.67510438,108.5394363,3077.760742,6.828667164,3.82417202,68.80394745,48.25832748,5.455797195,156.7,119.97,90.51,7.87,482.7,220.53,dekzand,34.05,3470,1082.35,13,66.15,18.93,2.92,Rivierengebied,U32ORnr134,-,10,265,202,1.305649996,0.579732001,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,1072,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,1071,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.020482302,61.13436127,1879.614502,4.602509499,3.584373236,61.70609665,57.21984863,5.262986183,47.93,104,37.25,37.51,200,76,dekzand,33.1,5150,2777.11,20,42.896,10.223,5.54,Centraal Veehouderijgebied,EZg21,III,3,265,203,2.476030111,1.725610018,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,229,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,229,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,2033,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,229,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,3806,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,3806,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,1072,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,265,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,265,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,336,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.67915726,71.37917328,2524.099365,5.335227966,2.64524579,47.45583344,44.606884,6.653299332,167.33,126,30.12,39.39,310,189,rivierklei,33.3,760,108.86,10,88.49,7.6,3.41,Rivierengebied,Rd10A,VII,4,1071,204,2.006180048,0.849904001,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,265,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,265,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,265,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,265,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,265,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,265,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,259,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,259,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,266,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,266,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.00035095,68.41742706,2954.084229,5.514939785,1.61532712,38.28022003,31.6230526,6.429999352,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rd90A,VI,902,233,205,1.35473001,0.084691502,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,233,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.39966393,103.793457,3670.720703,7.298789501,1.797332287,37.52719879,33.86021423,6.304734707,310.26,79.5,28.89,31.45,890,340.79,rivierklei,15.8,2430,10.365,8,73.73,17.89,2.48,Rivierengebied,Rd90A,VI,3,265,206,1.668499947,0.484448999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.42694521,70.50766754,2153.20459,5.187885284,3.396315336,57.8744812,48.43191528,5.343251705,84,97,91.65,7.29,510,236,dekzand,12.4,6440,1840.24,14,64.12,20.95,4.49,Centraal Veehouderijgebied,U32ORnr034,-,5,265,207,1.170109987,0.270366013,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.3621521,97.33319855,3050.486816,6.448087215,1.452774286,33.97799301,30.99144363,6.273740768,221.76,83,21.69,45.49,673.99,116.21,rivierklei,31.67,1060,148.23,10,100.929,7.78,2.58,Rivierengebied,Rn44C,Vb,2,265,208,1.940160036,0.605332971,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,212,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,212,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,212,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,265,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,265,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,265,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,266,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,266,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,234,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,266,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.27031517,78.8589859,2998.485596,5.846925259,1.667630672,39.94394302,34.94826508,6.308864117,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn95C,VI,3,266,209,1.337579966,0.59246999,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,265,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,229,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,229,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,229,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,3806,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,3806,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,1071,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,1071,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,1071,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,1071,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.95924568,81.27774811,3298.471924,6.027891636,1.754670501,40.27349472,36.37156296,6.318043709,342.34,89,20.94,39.27,1204.73,428,rivierklei,11.4,5300,266.43,7.32,53.164,8.88,1.9,Rivierengebied,Rn94C,VI,3,1071,210,0.926991999,0.455599993,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,229,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,229,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,229,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,229,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,3806,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,3806,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,259,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,1072,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,427,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,1072,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.11307716,55.2524147,2089.936279,4.196202755,2.29241848,47.36603165,38.50434113,6.843515396,188.93,73,29.73,45.16,285,144,rivierklei,33.63,590,78.55,10,86.5,11,3.45,Rivierengebied,Rn95C,VI,3,1072,211,1.339400053,0.557312012,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.457248211,81.235466,2204.02832,5.06495285,5.133746147,82.67073822,60.48566437,5.283756733,63.57,117.52,91.11,7.32,375,167.3,dekzand,15.2,5960,1853.76,14,63.78,22,4.6,Centraal Veehouderijgebied,pZg23,IIIb,5,265,212,1.105430007,0.306535989,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.162199497,59.92447281,1753.928101,4.282560349,3.011462688,61.37899399,49.46589279,5.169050217,44.55,113,84.21,13.67,241.54,93,dekzand,13.7,5820,2109.62,13,39.237,17.284,4.48,Centraal Veehouderijgebied,pZg21,IV,4,265,213,1.149510026,0.371015012,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.014116287,54.82223129,1646.321777,3.945401907,4.844701767,67.37200165,66.36264038,5.115474701,46.61,86,86.01,11.92,306.41,80.94,dekzand,9.45,2990,1878.96,16.15,72.04,13.45,4.5,Centraal Veehouderijgebied,gbEZ30,VII,3,259,214,4.361660004,3.800139904,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.65624619,127.8844681,5367.164063,11.08282661,2.484874725,47.30053711,38.14847946,5.759943008,254.5,71.44,31.4,49.52,1020.31,347.5,rivierklei,19.92,3630,932.86,8.99,63.261,13.163,2.35,Rivierengebied,Rn47C,Vb,4,265,215,1.492169976,0.254496992,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.080503941,63.82859802,2113.023926,5.023653984,4.806643486,76.67813873,67.19858551,5.35993576,61,105.5,92.5,6.44,360,179.5,dekzand,34.09,5500,1796.51,14.5,63.1,21.71,4.5,Rivierengebied,Hn21,IIIb,4,259,216,1.294010043,0.402276993,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.849741459,88.73802948,2321.08374,4.88029623,3.313297987,62.84545517,49.11356735,5.318526745,61.19,189.57,87.82,10.06,297,179.08,dekzand,7.1,5350,1743.17,13.98,63.38,22,4.95,Centraal Veehouderijgebied,pZg23,VI,4,265,217,1.529420018,0.556307018,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +39.35559082,145.2460785,5832.512695,11.82729053,1.995018363,34.27693176,32.8878479,6.095876217,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,218,1.251569986,0.284738988,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.36841011,117.0939713,4025.40625,8.857796669,1.721387029,36.61434174,31.32990646,5.241117477,78,92,90.51,7.87,690,165,veen,28,6490,1952.95,12,67.69,18.52,3.09,Rivierengebied,U32ORnr135,-,10,265,219,0.540578008,0.158323005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,265,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.070429802,56.30897522,1698.501221,4.047559261,3.310835838,60.49547195,53.97418976,5.301365852,58.5,92.49,88.38,9.52,320,164.25,dekzand,8.85,5670,1730.65,16,63.26,21.29,4.93,Centraal Veehouderijgebied,Hn21,III,5,259,220,1.490399957,0.76027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.798084497,78.69770813,2101.175049,4.948109627,4.258552551,72.48801422,59.3700676,5.310876369,45.74,123.39,84.21,13.67,393,169.2,dekzand,9.8,4100,1111.98,15,77.634,26.563,5.17,Centraal Veehouderijgebied,pZn21,VI,4,265,221,1.1602,0.622202992,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,265,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,265,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,265,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,265,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,265,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,265,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,331,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,331,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,331,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,336,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.17879486,100.1017838,3660.186035,7.529895782,3.49985075,56.28237915,53.08888626,6.74604845,186.877,200.84,55.079,29.869,555.406,295.453,rivierklei,18.697,1210,92.219,8.912,73.994,14.762,3.981,Rivierengebied,Rn52A,-,4,331,222,1.343359947,0.655018985,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,672,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.591845512,40.97745895,1466.671753,3.863857746,4.394135952,67.79806519,57.0867424,5.12699461,46.61,69,85.57,12.37,206,79.95,dekzand,32.68,2830,1567.92,16,70.61,13.92,4.67,Rivierengebied,gcY30,VII,3,259,223,11.96049976,11.73519993,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,229,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,259,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,259,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,266,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.999657869,80.86109161,2089.964111,4.94996357,2.389929771,49.81263733,47.30442047,5.235896111,52.87,105,86.54,11.37,350,165.08,dekzand,11.15,3280,756.04,14,76.338,26.858,4.65,Centraal Veehouderijgebied,pZg23,III,5,265,224,1.224329948,0.677338004,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,314,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,235,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +8.177560806,47.86620712,1653.466797,3.981596947,4.781267166,75.96096802,70.67438507,5.108777523,45.48,55.98,17.02,39.71,257.11,37,dekzand,35,4690,2992.77,16,65.963,9.4,4.8,Rivierengebied,gY30,VII,3,259,225,42.41770172,42.24039841,59.8118,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.36566353,90.79463196,3085.102539,6.233454227,2.123944759,41.49880981,36.49583435,6.535842419,183.27,80,37.25,37.51,370,188.5,rivierklei,32.38,940,148.4,10,85,11,3.2,Rivierengebied,Rd90A,VII,3,265,226,1.230499983,0.354779005,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,212,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,212,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,212,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,212,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,212,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,212,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,1096,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,1096,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,1096,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,1096,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.30475616,80.60413361,2821.93457,5.757860184,1.297707081,31.1887188,27.9332962,6.240021229,205.92,150,32.4,38.87,340,175,rivierklei,31.21,1400,178.76,10,83,13,3.5,Rivierengebied,Rn94C,VI,3,1096,227,0.980148017,0.477701008,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,236,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,212,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,234,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,212,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,212,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,236,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,311,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,266,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,266,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,266,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.647184372,44.40799332,1475.058838,3.543119669,2.655162811,53.60051346,42.23754501,5.469709873,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Rivierengebied,U39Tnr103,-,4,266,228,1.637959957,1.036800027,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,259,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,259,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,259,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,259,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.868571758,94.90828705,2647.928223,6.361551762,2.882614851,55.78099442,41.17200089,5.243524551,54,79.5,90.51,7.87,390,99,dekzand,43.5,7230,2409.21,14,63.2,20.96,4.4,Rivierengebied,U32ORnr134,-,10,265,229,0.989233971,0.440510005,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,233,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,265,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,229,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,229,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,3806,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,3806,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,1071,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,1071,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,266,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,1071,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.02367973,58.27389526,2126.88208,4.419699669,2.073565006,45.73929977,37.05911255,6.37474823,162,106,39.3,40.22,357.93,166,rivierklei,30.19,1440,193.5,10,88.39,9.6,3.3,Rivierengebied,Rn94C,Vb,4,1071,230,1.311050057,0.382483006,16.00138496,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,265,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,265,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,265,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,265,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,212,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,212,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,259,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,259,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,259,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,259,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.72067833,80.26483917,3128.473877,6.19977808,1.300522327,29.45798683,28.24419785,6.111155987,177.93,85.77,57.55,23.89,408.24,109.87,rivierklei,32.75,1070,138.42,10,88,7.9,2.9,Rivierengebied,Rn47C,V,3,1098,231,1.192119956,0.680216014,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.3751049,103.2214508,3509.016357,6.843432426,2.802749157,48.12077332,43.30804062,6.537008762,224,129,40.34,36.54,697.82,226,rivierklei,73,760,161.47,8,73.08,18.18,3.44,Rivierengebied,Rd90A,VII,3,265,232,1.058380008,0.162972003,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,229,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,229,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,229,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,229,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,3806,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,3806,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,1072,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,1072,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,1072,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,1072,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.58872223,73.55207062,2760.092773,5.725604057,2.210292101,44.56263733,39.2172699,6.699209213,197.782,94.369,30.709,46.255,769.575,278.061,rivierklei,19.368,2082,412.823,9.943,57.462,13.752,3.243,Rivierengebied,Rd90A,VI,3,1072,233,1.698099971,0.734902024,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,229,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,229,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,2033,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,229,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,3806,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,3806,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,1071,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,1071,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,266,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,1071,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.39043999,57.88579178,2020.121582,4.073724747,1.826626897,40.88170624,33.38162231,6.587353706,157.21,70,33.6,43.93,268.5,102,rivierklei,35.58,640,51.26,8.56,89,12.785,2.6,Rivierengebied,Rn67C,Vb,3,1071,234,1.119619966,0.39359799,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,229,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,229,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,229,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,229,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,233,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,256,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,233,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,372,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,233,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,234,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.37850761,70.76565552,2645.129395,5.491003036,2.313676596,48.07040405,38.39502335,6.639268875,246.75,60,21.41,47.33,525.17,127.32,rivierklei,32.45,980,134.02,9.61,73.86,13,2.7,Rivierengebied,Rd90A,VI,901,233,235,1.876459956,1.106369972,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,212,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2325,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2326,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2325,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2325,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.70072174,63.05780792,2233.547852,4.384039402,2.884226799,49.38807678,48.12694168,6.806181908,213.69,320,33.236,33.724,491,227,rivierklei,38.91,830,154,10,105.527,10.5,5.35,Rivierengebied,Rd90A,VII,3,2325,236,1.942530036,1.118749976,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.68810654,120.7009048,3922.479492,8.091396332,1.525687337,26.88449097,31.25662422,6.044262409,264.93,124.43,23.52,37.91,828.15,335.3,rivierklei,16.83,1290,207.17,10,74.26,18.11,3.43,Rivierengebied,Rn67C,VI,3,265,237,1.789479971,0.440319985,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.455430031,82.58026123,2239.892334,5.31451273,4.066230297,67.09561157,57.24773788,5.208683491,65.95,108.68,91.65,7.29,330.37,171.22,dekzand,10.9,5460,1728.14,14,63.56,21.41,4.71,Centraal Veehouderijgebied,pZg23,IV,3,265,238,1.142040014,0.144084007,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,229,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,229,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,229,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,229,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,3806,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,3806,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,1071,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,1075,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,1071,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,1071,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.73771667,65.53166962,2167.271729,4.436882019,2.124808311,44.57428741,38.93090439,6.501189232,223.33,60,21.41,47.8,438.45,127.32,rivierklei,33.68,810,98.61,10,88.42,7.53,2.34,Rivierengebied,Rd90C,VI,3,1072,239,1.593780041,0.70599997,37.39223628,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,266,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,266,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,266,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,266,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,266,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,265,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,265,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,265,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,265,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,265,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.36035538,139.5489655,6219.626953,12.62120914,1.858578324,34.8407135,33.60949326,5.659525394,350.16,154.52,17.57,37.64,1315.9,498,rivierklei,13.31,8520,1158.2,10.18,74.66,19.32,2.46,Rivierengebied,Rn47C,V,4,265,240,1.11706996,0.118170999,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,229,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,229,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,229,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.12496948,88.64961243,3103.962646,6.365233421,2.229810238,42.52692032,39.26176834,6.192914486,192.57,97,31.03,47.13,790,280,rivierklei,18.53,2070,431.25,10,55.414,13.808,3.35,Rivierengebied,Rn67C,VI,3,265,241,1.072710037,0.261400014,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,265,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,265,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,265,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,259,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,259,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,259,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,265,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,314,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,234,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,236,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +6.38324213,43.86605453,1506.582642,3.68462801,4.41364193,65.31056213,57.43989563,6.233795166,48.87,82.5,88.57,9.37,150,78.99,rivierklei,32.54,3760,2028.38,20,69.25,13,3.44,Centraal Veehouderijgebied,Rn52A,-,901,237,242,2.706500053,2.282330036,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,259,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.694963932,74.67338562,1979.620239,4.614056587,5.177060604,82.35908508,65.49649048,5.341637611,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,Zn23,III,5,265,243,0.787826002,0.133491993,114.1522743,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,229,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,265,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,265,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,1085,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,1085,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,1085,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,1085,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.93527222,72.86214447,2573.140137,5.26355648,1.778365254,41.21769333,33.6119957,6.925717354,182.06,114.6,32.61,42.64,468.22,109.87,rivierklei,34.65,490,74.98,9.05,88.5,7.66,2.45,Rivierengebied,Rn95A,VI,3,1085,244,1.453240037,0.359102994,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,229,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,229,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,229,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,229,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,294,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,294,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,1085,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,1085,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,1085,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,1085,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.30870056,59.42362595,1997.812866,4.126422882,1.990745544,43.61156082,34.47000885,6.477506161,189,99,31.14,40.72,405,189,rivierklei,32.99,820,108.86,9.77,88.49,11,2.6,Rivierengebied,Rn95C,VI,3,1085,245,0.996712983,0.445270002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +36.34299469,111.4720001,4095.470947,7.966152191,2.186112404,49.00221634,39.61294556,6.305507183,334.87,218.18,15.68,36.58,822.62,307.22,rivierklei,19.38,470,10.365,8.99,74.04,18,2.55,Rivierengebied,Rn67C,Vb,4,265,246,1.380499959,0.103963003,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,259,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,259,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.85697365,60.96537781,2132.270508,4.337331772,1.358970165,36.70426178,30.0159626,6.808207512,152.76,34,26.55,49.43,438.13,65,rivierklei,35.16,650,65.81,8.77,104.085,6.7,2.15,Rivierengebied,Rd90A,VII,3,265,247,1.656100035,0.869379997,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,176,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,2299,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,2299,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,670,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,516,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.498746157,43.18699265,1427.750244,3.788424492,2.807864904,57.76786804,44.58733368,5.527229786,50.2,45,86.44,11.56,230,69,dekzand,30,3330,1616.97,16.59,71.56,13.34,4.2,Centraal Veehouderijgebied,U39Tnr103,-,4,266,248,2.047800064,1.467859983,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.43692398,102.0767822,4495.766602,10.07806396,2.122102737,53.26886368,37.68741989,6.474386215,60.17,87.75,66.62,15.29,818.28,253,rivierklei,21.1,2990,1251.04,16.5,134.22,34.884,3.51,Rivierengebied,Rn95A,-,3,265,249,1.127220035,0.738272011,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.83172607,81.91645813,3042.983154,6.309009552,1.124904156,36.93811417,28.39574432,6.320689201,214.25,71,21.85,48.52,508.25,154.5,rivierklei,30.71,1200,165.09,9,84,14,2.9,Rivierengebied,Rn67C,Vb,4,265,250,1.054839969,0.287137002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,259,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.852605343,101.5776062,2806.880127,6.590228081,3.676185131,66.85949707,41.10398102,5.384293556,80.51,81.93,90.6,8.36,461.09,81.68,dekzand,34.05,4270,1958.87,17,60.787,9.651,4.3,Rivierengebied,U32ORnr134,-,901,265,251,1.140930057,0.468858004,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.642676592,77.04367828,2032.634521,4.863596439,4.104298115,61.5521431,63.95352554,5.417293072,48.12,128.9,68.05,8.94,297,171.67,dekzand,5.75,4360,1271.41,13.68,86.762,30.881,5.53,Centraal Veehouderijgebied,zEZ21,VI,3,265,252,1.733579993,0.783463001,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,244,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.426986456,91.14295197,2383.220703,6.447405338,7.183094025,92.61241913,59.85620499,5.430754185,69.877,129.921,88.479,9.472,418.286,167.989,dekzand,11.204,5387,1618.186,14.182,65.971,20.966,4.564,Centraal Veehouderijgebied,pZg23,III,5,259,253,0.901257992,0.215066999,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,259,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,259,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,265,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,265,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,265,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,265,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,259,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,259,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,259,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.818751097,61.44450378,1816.771729,4.471402168,3.924965858,72.7665863,62.15718842,5.237518311,57.91,93.72,86.27,9.715,301.49,82.91,dekzand,39.21,5290,2063.54,15,64.24,17.541,4.455,Centraal Veehouderijgebied,pZn21,III,5,259,254,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.88927078,102.9679794,3977.405029,7.92650032,3.322195768,59.1623764,50.85364151,6.433817863,227.39,124,31.25,36.52,700.56,338,rivierklei,17.85,1090,210.53,11,73.72,22.191,3.19,Rivierengebied,Rd90A,-,3,265,255,1.864490032,0.678534985,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +21.3227005,78.81976318,2691.687256,5.403685093,2.330185175,43.35410309,39.4817276,6.689718723,196.63,87.75,33.39,40.935,370,188,rivierklei,31.85,950,111.21,10,85.5,12.5,2.7,Rivierengebied,Rd90A,VI,3,265,256,1.276720047,0.42048499,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.095462084,57.00954056,1648.16748,3.620641232,3.120355606,70.48475647,48.97779846,5.470975876,43.37,145,87.82,10.06,231.11,109,dekzand,8.4,5250,1780.75,17,89.878,32.28,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,257,1.331449986,0.280954003,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.45132065,85.41871643,2932.494629,6.025892735,2.681831598,47.04959106,42.46955109,6.725597382,214.57,99.98,30.36,40.72,495.55,211.5,rivierklei,30.96,940,148.4,10,84,14.5,3.2,Rivierengebied,Rd90A,VII,3,212,258,1.251649976,0.337031007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.45132065,85.41871643,2932.494629,6.025892735,2.681831598,47.04959106,42.46955109,6.725597382,214.57,99.98,30.36,40.72,495.55,211.5,rivierklei,30.96,940,148.4,10,84,14.5,3.2,Rivierengebied,Rd90A,VII,3,212,258,1.251649976,0.337031007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.45132065,85.41871643,2932.494629,6.025892735,2.681831598,47.04959106,42.46955109,6.725597382,214.57,99.98,30.36,40.72,495.55,211.5,rivierklei,30.96,940,148.4,10,84,14.5,3.2,Rivierengebied,Rd90A,VII,3,335,258,1.251649976,0.337031007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +20.45132065,85.41871643,2932.494629,6.025892735,2.681831598,47.04959106,42.46955109,6.725597382,214.57,99.98,30.36,40.72,495.55,211.5,rivierklei,30.96,940,148.4,10,84,14.5,3.2,Rivierengebied,Rd90A,VII,3,332,258,1.251649976,0.337031007,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +17.48810768,77.86456299,3185.580811,6.504508018,2.459983349,51.3404274,41.54312134,6.954985619,212.57,136.64,23.91,54.98,1015.75,249.37,rivierklei,12.16,480,99.64,10,85.5,11,2.7,Rivierengebied,Rd10A,VI,902,265,259,1.891649961,0.794085979,147.9969541,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +37.41652679,138.0444794,4896.799805,10.22147942,1.738042951,30.22562027,31.05606651,5.94316721,329.35,91.41,17.23,35.69,938.73,371.5,rivierklei,14.07,4370,314.08,10,74.02,18,2.75,Rivierengebied,Rn47C,V,4,265,260,1.565969944,0.419203013,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.741981506,90.64160156,2304.363037,5.381204128,3.879062176,63.15090561,53.06705093,5.444384575,57.03,81.1,86.81,10.99,352.62,165.83,dekzand,6.35,4310,1342.22,12,93.109,45.765,8.522,Centraal Veehouderijgebied,U32ORnr034,-,4,265,261,1.465350032,0.25059101,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,229,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,229,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,229,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,229,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,3806,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,3806,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,427,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,1071,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,1071,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,1071,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +26.6554451,61.0582428,2394.380127,4.629657745,2.100990772,42.77842712,34.0714798,6.275260925,267.83,59,26.39,34.5,495.05,252,rivierklei,30.63,2240,165.15,9.17,85,13,1.8,Rivierengebied,Rn95C,VI,3,427,262,1.466359973,0.72962898,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +5.461079121,106.6976013,2634.475098,5.920947552,2.17249465,44.59570694,38.9488678,5.464321136,54.06,75,62,8.15,302.35,174.36,dekzand,37.5,4630,1307.89,14.69,63.01,21.12,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,263,1.077260017,0.522875011,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.595513582,114.7113876,3137.075439,7.091016293,2.501269579,47.19265366,41.94047546,5.316200256,56.78,108.68,88.38,9.52,689.92,171.44,dekzand,8.2,3270,1730.65,17,63.26,21.29,4.95,Centraal Veehouderijgebied,zVz,II,10,265,264,0.661450982,0.139893994,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.654667854,90.1367569,2351.515625,5.309083462,2.875146866,52.90890884,54.17208099,5.285068989,61,105,86.54,11.37,350,165.08,dekzand,11.15,5360,1576.73,14,63.47,21.34,4.65,Centraal Veehouderijgebied,zEZ21,VI,3,265,265,1.89914,1.166450024,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.381878376,53.95700836,1742.743042,4.595829964,4.973805428,82.883461,73.11431885,5.118626595,73.16,65.21,89.36,8.51,260,79.46,dekzand,11.1,4840,2469.71,18,107.969,15.856,2.73,Centraal Veehouderijgebied,pZn21,VI,5,265,266,1.306130052,0.661635995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +12.41102791,72.3757019,2824.587646,5.663561344,1.78104651,39.46916962,30.94866371,6.502253056,180.47,91.41,22.38,40.32,793.59,341.4,rivierklei,36.455,820,77.08,10,88.43,18.19,2.75,Rivierengebied,Rn52A,-,901,265,267,5.240059853,3.949189901,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,212,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +18.444561,79.48565674,3050.720215,6.298576355,3.179096699,54.57305145,47.40262604,6.487534046,192.8,103.53,33.72,42.06,491,194,rivierklei,28.72,1240,202.18,10,85,17,3.2,Rivierengebied,Rd90A,VII,901,265,268,1.925430059,0.743453979,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,229,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,229,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.87478638,68.86620331,2574.438721,5.341489792,1.540509224,38.22933197,34.14292908,6.307231426,193,74,36.03,37.53,305,142,rivierklei,31.91,960,133.18,10,86,10,2.85,Rivierengebied,Rn95C,VI,3,265,269,1.324920058,0.344388008,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,229,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,229,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,229,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,229,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,3806,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,3806,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,427,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,1072,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,427,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,1072,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +28.54428482,78.58544159,3284.132324,6.56358099,1.373859167,34.82225037,28.85253906,6.175460815,295.5,95,26.54,40.31,640,277,rivierklei,33.5,1740,198.61,10,88.71,7.58,2.06,Rivierengebied,Rn67C,Vb,4,427,270,1.114410043,0.559270024,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.71575546,113.7730026,4063.988525,8.111402512,1.654427767,31.89593124,28.48976135,6.074664593,269.73,99,35.27,38.4,844.85,332.86,rivierklei,18.59,2400,229.4,8,73.58,17.98,2.51,Rivierengebied,Rn95C,VI,3,265,271,1.656690001,0.247566998,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +38.17890549,139.3908844,5852.290527,11.7882719,1.771864653,32.28533173,30.87078476,6.099606991,317.26,112.2,15.68,36.58,1175.7,338.96,rivierklei,14.75,3440,272.57,8.99,74.04,18,2.55,Rivierengebied,Rn44C,Vb,2,265,272,1.338160038,0.095609203,23.37817871,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.105683327,67.59388733,2112.548584,5.070204258,4.548847198,71.24995422,72.0766449,5.055277348,62.47,116.117,86.1,11.811,489.01,169.2,dekzand,10.732,4490,1597.239,16.775,63.267,19.906,5.006,Centraal Veehouderijgebied,Y21,VIII,4,265,273,7.810150146,7.462790012,99.0948738,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.961820602,98.07202911,2474.423828,5.574542522,2.560635328,49.12597275,45.97924042,5.259094715,63.57,92.49,88.38,9.52,328,172.35,dekzand,7.7,5670,1710.6,14.22,60.34,22.54,4.58,Centraal Veehouderijgebied,pZg21,III,5,265,274,1.303150058,0.330828995,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,266,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,266,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.691164017,72.44143677,2002.779663,4.618400097,3.550933599,66.74007416,49.92466354,5.375111103,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,U32ORnr033,-,5,265,275,1.58931005,0.31537199,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.002816439,111.2883606,2888.524902,6.242307663,3.189631701,57.47532654,42.64089584,5.418596268,74,144.5,91.65,7.29,375,187.5,dekzand,9.95,4350,1503.27,13,63.78,22.73,5.4,Centraal Veehouderijgebied,pZg23,IIIb,5,265,276,1.01602006,0.191737995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,259,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393498898,84.16838074,2543.905762,6.238434792,3.274652481,59.41986084,47.20207977,5.297636509,71.89,71,90.51,7.87,429.1,170.99,dekzand,6.8,6340,2021.47,17,63.58,20.71,3.82,Rivierengebied,U32ORnr134,-,10,265,277,0.813996971,0.423622012,110.76685,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.052761555,78.23638153,2308.750977,5.688230991,5.480340481,85.1098175,70.26328278,5.23804903,60.17,123.39,88.47,9.48,372.23,170.1,dekzand,11.6,4710,1565.7,14.03,63.6,21.18,4.58,Centraal Veehouderijgebied,pZn21,VI,4,265,278,1.104560018,0.246934995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.199506998,68.17171478,1935.698853,4.409109116,3.310395002,67.39078522,45.43311691,5.383748055,59.04,100.8,85.42,12.5,260,83.65,dekzand,7.2,4090,2024.25,15,71.68,13.5,4.58,Centraal Veehouderijgebied,EZg21,III,4,265,279,1.427919984,0.747280002,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.636083603,71.47411346,2262.503418,5.624810696,3.344116926,62.78924179,54.13671494,5.26300478,94,87,90.51,7.87,495,196,dekzand,28,6800,1862.78,15,64,20.8,4.04,Centraal Veehouderijgebied,Hn21,IIIb,4,265,280,1.147369981,0.497215986,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.985352278,78.40813446,2004.920776,4.446558475,2.343062639,49.75228119,39.79664993,5.2631917,39.8,82.5,87.82,10.06,292,85.5,dekzand,4.2,5730,2117.63,24,97.94,35.176,4.95,Centraal Veehouderijgebied,pZg23,III,5,265,281,1.008260012,0.313917011,80.48106768,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,331,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +25.14993668,106.4566422,3588.620361,7.474748135,2.036835194,45.88802338,34.86245728,6.539144039,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rn52A,-,4,265,282,1.845549941,0.851423979,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +24.63282967,93.9739151,3432.507324,6.701837063,2.132145405,41.51723862,38.00116348,6.469500065,269,99.98,22.59,42.06,738.89,347.5,rivierklei,16.94,2650,207.66,9.5,73.79,18.12,3,Rivierengebied,Rd90A,VII,3,265,283,1.393790007,0.488243014,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,259,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,1074,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,266,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.385568857,48.21057129,1693.470215,4.373093605,4.614395142,69.6905365,66.32808685,5.044859886,62.43,32.39,86.01,11.92,268.69,76.51,dekzand,6.6,3430,2426.45,18,61.012,13.45,4.5,Centraal Veehouderijgebied,zEZ21,VII,3,266,284,4.18983984,3.595690012,66.00757232,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,336,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,265,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +4.699738026,119.8407211,3757.136475,8.863861084,2.183272839,42.75934219,37.24755478,5.483293533,67.14,106.5,84.27,10.11,689.92,172.34,veen,24.74,4940,1512.98,14,71.56,19.5,4.4,Centraal Veehouderijgebied,pZg23,III,5,335,285,0.855841994,0.167585,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.594948292,65.82355499,1876.568726,4.550831795,4.261046886,72.89136505,63.00556946,5.259106159,56.44,112,86.6,10.06,263,155,dekzand,8.4,5530,1899.85,14.68,63.38,17.717,4.95,Centraal Veehouderijgebied,zEZ21,VI,901,265,286,1.595530033,0.751688004,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +19.17910385,99.40258789,3907.794434,8.600967407,2.056605816,48.37059784,35.7157135,6.517084599,177.11,87.75,66.62,15.29,648.37,253,rivierklei,21.1,4310,885.61,9,45.599,11.851,3.51,Rivierengebied,Rn95A,-,3,265,287,1.011039972,0.506383002,31.27497245,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,265,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,265,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,265,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,259,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,265,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,265,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,259,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,259,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,259,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,233,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +31.61531639,84.21641541,3592.782227,7.013145447,1.226709366,33.14137268,31.11028099,6.129072666,225,74,36.06,32.15,432,255,rivierklei,32.5,980,183.28,10,105.333,8.36,2,Rivierengebied,Rn44C,III,2,259,288,1.219869971,0.273862004,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +23.56952477,114.6773071,4125.454102,8.869543076,1.882615924,38.33794403,34.04960632,6.218310356,204.62,140.74,40.55,36.73,819.26,288,rivierklei,19.18,1090,174.74,8.93,72.97,18.18,3.8,Rivierengebied,Rn44C,IIIb,2,265,289,0.851047993,0.186467007,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,259,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.525763273,88.8782959,2318.387451,5.387190342,4.417429447,74.68988037,55.04031754,5.247002125,60,107,88.47,9.48,340,169.2,dekzand,11.9,5540,1723.13,14,63.35,21.34,4.8,Centraal Veehouderijgebied,pZg23,IIIb,5,265,290,1.129999995,0.217524007,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +32.75202179,144.0314178,5702.25,11.94475746,1.945617914,33.07105637,32.14356995,5.814994335,332.59,136.66,23.28,37.53,1264.56,331.64,rivierklei,15.48,4520,566.12,9,64.494,9.02,2.4,Rivierengebied,Rn44C,V,2,265,291,1.414819956,0.149993002,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,229,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,229,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,229,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,229,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,3806,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,3806,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,1072,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,1072,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,1072,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,1072,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +22.83776855,62.7517662,2406.927979,4.994441509,2.300830364,48.15550995,39.17233276,6.617852211,192.8,64,24.61,46.16,461.39,194,rivierklei,28.72,1150,228.13,10,85,9,2.76,Rivierengebied,Rd90A,VII,3,1072,292,1.677489996,0.87608403,80.76900856,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.660799503,91.75361633,2605.028564,5.90708828,3.243960619,56.65206528,49.8192215,5.320580959,75.46,125.22,91.65,7.29,380.01,171.22,dekzand,8.9,6050,1794.7,13.75,31.116,6.6,4.88,Centraal Veehouderijgebied,U32ORnr034,-,5,265,293,1.07931006,0.163408995,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,2301,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,2301,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,2301,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.393832207,68.88761902,2142.271484,5.319311619,3.433497429,66.10575104,55.29875946,5.212485313,82.77,92,90.51,7.87,470.72,171.22,dekzand,12.4,5500,1761.55,15,63.84,15.856,4.29,Rivierengebied,Hn21,IIIb,4,265,294,0.854798019,0.326276004,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,265,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.453613043,77.72279358,2186.463867,5.176963329,3.530448914,60.52000046,59.20694733,5.299314976,80.8,143.61,71.1,9.34,419.37,173.47,dekzand,10.25,6300,1931.98,14.03,47.141,8.119,4.47,Centraal Veehouderijgebied,zEZ21,VI,3,259,295,1.553239942,0.895009995,70.29372798,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +13.46857929,91.50671387,3539.391113,7.482831955,2.424882174,53.34869385,37.14186859,6.751562119,187.15,210,56.43,29.29,569.46,303.56,rivierklei,17.66,1230,87.96,8.83,73.16,15.047,4.04,Rivierengebied,Rn52A,-,902,265,296,2.207669973,1.579399943,126.7831278,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +14.66671848,89.38292694,3035.087402,6.253926754,2.312510967,43.30006027,36.70196152,6.592365742,217.8,163.32,27.86,42.67,733.36,124.15,rivierklei,34.9,930,120.01,8,96.368,25.266,3.5,Rivierengebied,Rn47C,V,4,265,297,1.038450003,0.186069995,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,259,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,265,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,237,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,259,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,259,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,332,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +2.859146118,70.93600464,2042.11499,4.891679287,3.909660578,65.64060211,56.68740845,5.152321339,57.91,93.72,85.24,9.95,301.49,100.63,dekzand,25.79,5290,1995.85,15,64.24,17.541,4.5,Centraal Veehouderijgebied,pZn21,III,5,332,298,0.763606012,0.213099003,101.7834,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,265,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,265,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,265,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,265,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,265,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,265,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,1089,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,1089,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,1089,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,1089,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +3.385622025,55.30574036,1701.760376,3.989856243,4.006899834,70.60810089,56.86511993,5.361329079,53.39,85,86.62,11.33,220.4,79.95,dekzand,14.1,3340,1819.91,16.43,72.36,13,4.08,Centraal Veehouderijgebied,U32ORnr003,-,10,1089,299,1.12026,0.686128974,115.6649696,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 +35.01551437,124.3367615,5180.911133,11.17136669,1.487551212,29.35408401,27.31371498,6.073070526,286.5,79.6,21.3,39.65,984.15,348.73,rivierklei,13.77,5150,283.41,8.34,73.79,18.12,3,Rivierengebied,Rn44C,IIIb,4,265,300,1.053609967,0.606830001,21.00521704,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,0,0,0,0,0,0,0,0,0,0 diff --git a/DEV/data/column_description.csv b/DEV/data/column_description.csv index bd505949..60a33f57 100644 --- a/DEV/data/column_description.csv +++ b/DEV/data/column_description.csv @@ -1,4 +1,4 @@ -column;type;description_nl;description_en;unit;method +column;type;description_nl;description_en;unit;method A_CLAY_MI;measurement;Kleigehalte;Clay content;%; A_SAND_MI;measurement;Zandgehalte;Sand content;%; A_SILT_MI;measurement;Siltgehalte;Silt content;%; @@ -34,13 +34,18 @@ A_RT_BCS;measurement;Spoorvorming/ vertrapping;Rutting / trampling;score 1-10;Bo A_SC_BCS;measurement;Verdichting ondergrond;Subsoil compaction;score 1-10;BodemConditieScore A_SS_BCS;measurement;Bodemstructuur;Soil structure;score 1-10;BodemConditieScore B_GWL_CLASS;measurement;Grondwatertrap;Groundwater level;-; -B_BT_BK;measurement;Bodemtype;Bodemtype;-;bodemkaart 1:50000 -B_SOILTYPE_AGR;measurement;Bodemtype Agronomische Classificering;Bodemtype Agronomische Classificering;-; +B_GWL_GLG;measurement;Gemiddeld Laagste Grondwaterstand;The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level;; +B_GWL_GHG;measurement;Gemiddeld Hoogste Grondwaterstand;The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level;; +B_Z_CRIT;measurement;;The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm);; +B_SOILTYPE_AGR;measurement;Bodemtype Agronomische Classificering;Bodemtype Agronomische Classificering;-;bodemkaart 1:50000 B_LU_BRP;measurement;Gewascode;Crop cod;-;BRP B_LU;measurement;Bouwland of Grasland;Arable land or Grassland;-; B_AER_CBS;measurement;Landbouweconomisch kerngebied 2016;Key agricultural area 2016;-;CBS B_SC_WENR;measurement;Risico op ondergrondverdichting;Risk of soil compaction;-;WENR B_HELP_WENR;measurement;Grondsoortcode HELP-tabel;Ground type code HELP table;-;WENR +B_COMPACTION;measurement;Is de ondergrond verdicht;Is the subsoil compacted;ja/nee; +B_DRAINAGE;measurement;Wordt het perceAre drains installed to drain the fieldel gedraineerd;;ja/nee; +B_FERT_NORM_FR;measurement;Fractie van de gebruiksnorm toegepast;The fraction of the application norm utilized;-; D_BDS;derivative;Dichtheid;The bulk density of the soil;kg / m3; D_RD;derivative;Bemonsteringsdiepte;The agronomic used sampling depth for soil analysis;m; D_OC;derivative;Koolstofvoorraad;The amount of organic carbon;kg C /ha; @@ -76,6 +81,9 @@ D_MAN;derivative;Evaluatie management conform LDBB;Management evaluation ;-; D_BCS;derivative;BodemConditieScore;Visual Soil Assessment Score;-; D_NGW;derivative;N vasthoudend vermogen voor grondwater;Nitrogen retention for ground water;-; D_NSW;derivative;N vasthoudend vermogen voor oppervlaktewater;Nitrogen retention for surface water;-; +D_NLEACH;derivative;N afspoeling naar grondwater;Nitrogen leaching to groundwater;mg NO3/L; +D_PESTICIDE;derivative;Uitspoelingsrisiko gewasbestrijdingsmiddelen naar grondwater;Leaching risk of pesticides to groundwater;-; +D_PSP;derivative;Neerslagoverschot;Precipitation surplus;; I_C_N;indicator;Stikstoflevering;Nitrogen;-; I_C_P;indicator;Fosfaatbuffering;Phosphorus;-; I_C_K;indicator;Kaliumlevering;Potassium;-; @@ -86,6 +94,7 @@ I_C_CEC;indicator;Kationbuffering;CEC;-; I_C_CU;indicator;Koperbeschikbaarheid;Copper;-; I_C_ZN;indicator;Zinkbeschikbaarheid;Zinc;-; I_P_CR;indicator;Verkruimelbaarheid;Crumbleability;-; +I_P_BC;indicator;Draagkracht;Bearing capacity;-; I_P_SE;indicator;Verslemping;Soil sealing;-; I_P_DS;indicator;Droogteschade;Drougthstress;-; I_P_WS;indicator;Natschade;Wetnessstress;-; @@ -96,6 +105,7 @@ I_P_CEC;indicator;Aggregaatstabiliteit;Aggregate stability;-; I_P_WO;indicator;Bewerkbaarheid;Workability;-; I_B_DI;indicator;Ziektewerendheid;Disease / pest resistance;; I_B_SF;indicator;Activiteit bodemleven;Soil life activity;; +I_B_NEM;indicator;Plant parasitaire nematoden;Plant parasitic nematodes;; I_E_NGW;indicator;N vasthoudend vermogen voor grondwater;Nitrogen retention for ground water;; I_E_NSW;indicator;N vasthoudend vermogen voor oppervlaktewater;Nitrogen retention for surface water;; I_M;indicator;Label Duurzaam Bodembeheer;Soil management evaluation;; @@ -140,3 +150,68 @@ RM_P_3;recommendation;Advies 3;Third physical recommended measure ID;; RM_B_1;recommendation;Advies 1;First biological recommended ID;; RM_B_2;recommendation;Advies 2;Second biological recommended ID;; RM_B_3;recommendation;Advies 3;Third biological recommended ID;; +A_DSN_HEL_TOT;measurement;Vrijlevende wortelaaltje, helicotylenchus spp.;Dwelling Stunt Nematode, helicotylenchus spp.;n/100g; +A_DSN_HEM_TOT;measurement;Vrijlevende wortelaaltje, hemicycliophora spp.;Dwelling Stunt Nematode, hemicycliophora spp.;n/100g; +A_DSN_LOI_TOT;measurement;Vrijlevende wortelaaltje, longidorus spp.;Dwelling Stunt Nematode, longidorus spp.;n/100g; +A_DSN_PA_ANE;measurement;Vrijlevende wortelaaltje, paratrichodorus anemones;Dwelling Stunt Nematode, paratrichodorus anemones;n/100g; +A_DSN_PA_NAN;measurement;Vrijlevende wortelaaltje, paratrichodorus nanus;Dwelling Stunt Nematode, paratrichodorus nanus;n/100g; +A_DSN_PA_PAC;measurement;Vrijlevende wortelaaltje, paratrichodorus pachydermus;Dwelling Stunt Nematode, paratrichodorus pachydermus;n/100g; +A_DSN_PA_TER;measurement;Vrijlevende wortelaaltje, paratrichodorus teres;Dwelling Stunt Nematode, paratrichodorus teres;n/100g; +A_DSN_RO_TOT;measurement;Vrijlevende wortelaaltje, rotylenchus spp.;Dwelling Stunt Nematode, rotylenchus spp.;n/100g; +A_DSN_TR_CYL;measurement;Vrijlevende wortelaaltje, trichodorus cylindricus;Dwelling Stunt Nematode, trichodorus cylindricus;n/100g; +A_DSN_TR_HOO;measurement;Vrijlevende wortelaaltje, trichodorus hooperi;Dwelling Stunt Nematode, trichodorus hooperi;n/100g; +A_DSN_TR_PRI;measurement;Vrijlevende wortelaaltje, trichodorus primitivus;Dwelling Stunt Nematode, trichodorus primitivus;n/100g; +A_DSN_TR_SIM;measurement;Vrijlevende wortelaaltje, trichodorus similis;Dwelling Stunt Nematode, trichodorus similis;n/100g; +A_DSN_TR_SPA;measurement;Vrijlevende wortelaaltje, trichodorus sparsus;Dwelling Stunt Nematode, trichodorus sparsus;n/100g; +A_DSN_TR_TOT;measurement;Vrijlevende wortelaaltje, trichodoridae spp.;Dwelling Stunt Nematode, trichodoridae spp.;n/100g; +A_DSN_TR_VIR;measurement;Vrijlevende wortelaaltje, trichodorus viruliferus;Dwelling Stunt Nematode, trichodorus viruliferus;n/100g; +A_DSN_TY_TOT;measurement;Vrijlevende wortelaaltje, tylenchorhynchus spp.;Dwelling Stunt Nematode, tylenchorhynchus spp.;n/100g; +A_DSN_XI_TOT;measurement;Vrijlevende wortelaaltje, xiphinema spp.;Dwelling Stunt Nematode, xiphinema spp.;n/100g; +A_NPN_SA_TOT;measurement;Niet plantparasitaire aaltjes, saprofage en overige;Non Plant Pathogenic Nematode, saprofage en overige;n/100g; +A_OPN_AP_FRA;measurement;Overige plantparasitaire aaltje, aphelenchoides fragariae;Other Plant Pathogenic Nematode, aphelenchoides fragariae;n/100g; +A_OPN_AP_RIT;measurement;Overige plantparasitaire aaltje, aphelenchoides ritzemabosi;Other Plant Pathogenic Nematode, aphelenchoides ritzemabosi;n/100g; +A_OPN_AP_SUB;measurement;Overige plantparasitaire aaltje, aphelenchoides subtenuis;Other Plant Pathogenic Nematode, aphelenchoides subtenuis;n/100g; +A_OPN_AP_TOT;measurement;Overige plantparasitaire aaltje, aphelenchoides spp.;Other Plant Pathogenic Nematode, aphelenchoides spp.;n/100g; +A_OPN_CR_TOT;measurement;Overige plantparasitaire aaltje, criconematidae spp.;Other Plant Pathogenic Nematode, criconematidae spp.;n/100g; +A_OPN_CY_TOT;measurement;Overige plantparasitaire aaltje, cysteaaltjes;Other Plant Pathogenic Nematode, cysteaaltjes;n/100g; +A_OPN_CYA_CYS;measurement;Overige plantparasitaire aaltje, aardappelcysteaaltjes;Other Plant Pathogenic Nematode, aardappelcysteaaltjes;n/200cc; +A_OPN_CYA_LLE;measurement;Overige plantparasitaire aaltje, aardappelcysteaaltjes;Other Plant Pathogenic Nematode, aardappelcysteaaltjes;n/200cc; +A_OPN_CYA_PAL;measurement;Overige plantparasitaire aaltje, g. pal|g.pal;Other Plant Pathogenic Nematode, g. pal|g.pal;%; +A_OPN_CYA_ROS;measurement;Overige plantparasitaire aaltje, g. ros|g.ros;Other Plant Pathogenic Nematode, g. ros|g.ros;%; +A_OPN_CYB_CYS;measurement;Overige plantparasitaire aaltje, bietencysteaaltjes;Other Plant Pathogenic Nematode, bietencysteaaltjes;n/200cc; +A_OPN_CYB_LLE;measurement;Overige plantparasitaire aaltje, bietencysteaaltjes;Other Plant Pathogenic Nematode, bietencysteaaltjes;n/200cc; +A_OPN_CYG_CYS;measurement;Overige plantparasitaire aaltje, grascysteaaltjes;Other Plant Pathogenic Nematode, grascysteaaltjes;n/200cc; +A_OPN_CYG_LLE;measurement;Overige plantparasitaire aaltje, grascysteaaltjes;Other Plant Pathogenic Nematode, grascysteaaltjes;n/200cc; +A_OPN_CYO_CYS;measurement;Overige plantparasitaire aaltje, overige cysteaaltjes;Other Plant Pathogenic Nematode, overige cysteaaltjes;n/200cc; +A_OPN_CYO_LLE;measurement;Overige plantparasitaire aaltje, overige cysteaaltjes;Other Plant Pathogenic Nematode, overige cysteaaltjes;n/200cc; +A_OPN_PA_BUK;measurement;Overige plantparasitaire aaltje, paratylenchus bukowinensis;Other Plant Pathogenic Nematode, paratylenchus bukowinensis;n/100g; +A_OPN_PA_TOT;measurement;Overige plantparasitaire aaltje, paratylenchus spp.;Other Plant Pathogenic Nematode, paratylenchus spp.;n/100g; +A_OPN_SU_TOT;measurement;Overige plantparasitaire aaltje, subanguina spp.;Other Plant Pathogenic Nematode, subanguina spp.;n/100g; +A_RKN_ME_ARD;measurement;Wortelknobbelaaltje, meloidogyne ardenensis;Root Knot Nematode, meloidogyne ardenensis;n/100g; +A_RKN_ME_ARE;measurement;Wortelknobbelaaltje, meloidogyne arenaria;Root Knot Nematode, meloidogyne arenaria;n/100g; +A_RKN_ME_ART;measurement;Wortelknobbelaaltje, meloidogyne artiellia;Root Knot Nematode, meloidogyne artiellia;n/100g; +A_RKN_ME_CHI;measurement;Wortelknobbelaaltje, meloidogyne chitwoodi;Root Knot Nematode, meloidogyne chitwoodi;n/100g; +A_RKN_ME_CHIFAL;measurement;Wortelknobbelaaltje, meloidogyne chitwoodi/fallax;Root Knot Nematode, meloidogyne chitwoodi/fallax;n/100g; +A_RKN_ME_FAL;measurement;Wortelknobbelaaltje, meloidogyne fallax;Root Knot Nematode, meloidogyne fallax;n/100g; +A_RKN_ME_HAP;measurement;Wortelknobbelaaltje, meloidogyne hapla;Root Knot Nematode, meloidogyne hapla;n/100g; +A_RKN_ME_INC;measurement;Wortelknobbelaaltje, meloidogyne incognita;Root Knot Nematode, meloidogyne incognita;n/100g; +A_RKN_ME_JAV;measurement;Wortelknobbelaaltje, meloidogyne javanica;Root Knot Nematode, meloidogyne javanica;n/100g; +A_RKN_ME_MIN;measurement;Wortelknobbelaaltje, meloidogyne minor;Root Knot Nematode, meloidogyne minor;n/100g; +A_RKN_ME_NAA;measurement;Wortelknobbelaaltje, meloidogyne naasi;Root Knot Nematode, meloidogyne naasi;n/100g; +A_RKN_ME_TOT;measurement;Wortelknobbelaaltje, meloidogyne spp.;Root Knot Nematode, meloidogyne spp.;n/100g; +A_RLN_PR_CREN;measurement;Wortellesieaaltje, pratylenchus crenatus;Root Lesion Nematode, pratylenchus crenatus;n/100g; +A_RLN_PR_DUN;measurement;Wortellesieaaltje, pratylenchus dunensis;Root Lesion Nematode, pratylenchus dunensis;n/100g; +A_RLN_PR_FAL;measurement;Wortellesieaaltje, pratylenchus fallax;Root Lesion Nematode, pratylenchus fallax;n/100g; +A_RLN_PR_FLA;measurement;Wortellesieaaltje, pratylenchus flakkensis;Root Lesion Nematode, pratylenchus flakkensis;n/100g; +A_RLN_PR_NEG;measurement;Wortellesieaaltje, pratylenchus neglectus;Root Lesion Nematode, pratylenchus neglectus;n/100g; +A_RLN_PR_PEN;measurement;Wortellesieaaltje, pratylenchus penetrans;Root Lesion Nematode, pratylenchus penetrans;n/100g; +A_RLN_PR_PIN;measurement;Wortellesieaaltje, pratylenchus pinguicaudatus;Root Lesion Nematode, pratylenchus pinguicaudatus;n/100g; +A_RLN_PR_PRA;measurement;Wortellesieaaltje, pratylenchus pratensis;Root Lesion Nematode, pratylenchus pratensis;n/100g; +A_RLN_PR_PSE;measurement;Wortellesieaaltje, pratylenchus pseudopratensis;Root Lesion Nematode, pratylenchus pseudopratensis;n/100g; +A_RLN_PR_THO;measurement;Wortellesieaaltje, pratylenchus thornei;Root Lesion Nematode, pratylenchus thornei;n/100g; +A_RLN_PR_TOT;measurement;Wortellesieaaltje, pratylenchus spp.;Root Lesion Nematode, pratylenchus spp.;n/100g; +A_RLN_PR_VUL;measurement;Wortellesieaaltje, pratylenchus vulnus;Root Lesion Nematode, pratylenchus vulnus;n/100g; +A_RLN_PR_ZEA;measurement;Wortellesieaaltje, pratylenchus zeae;Root Lesion Nematode, pratylenchus zeae;n/100g; +A_SN_DI_DES;measurement;Stengelaaltje, ditylenchus destructor;Stem Nematode, ditylenchus destructor;n/100g; +A_SN_DI_DIP;measurement;Stengelaaltje, ditylenchus dipsaci;Stem Nematode, ditylenchus dipsaci;n/100g; +A_SN_DI_TOT;measurement;Stengelaaltje, ditylenchus spp.;Stem Nematode, ditylenchus spp.;n/100g; diff --git a/DEV/data/column_description_obic.rds b/DEV/data/column_description_obic.rds index ac16ea9d..b937ea38 100644 Binary files a/DEV/data/column_description_obic.rds and b/DEV/data/column_description_obic.rds differ diff --git a/DEV/data/crumbleability.csv b/DEV/data/crumbleability.csv new file mode 100644 index 00000000..d4c74f46 --- /dev/null +++ b/DEV/data/crumbleability.csv @@ -0,0 +1,17 @@ +group_desc;crop_group;lower;upper +graslandvernieuwing, graszaad;1;3;8 +granen,mais,natuur;2;0;8 +(poot)aardappelen;3;6;9 +Fabrieksaardappelen, witlof, selderij, uien, prei,spruiten, koolsoorten;4;5;8 +cons.aardappelen, peen, schorseneren, teelten onder glas;5;6;8 +suikerbieten;6;4;8 +erwten,bonen, koolsoorten;7;2;7.5 +asperge;8;8;8.5 +bladgewassen;9;8;9 +dahlias, hyacinten;10;8;9 +bloembollen (najaarsplanting);11;6.5;8 +groot en klein fruit;12;4;8 +bos- en haagplantsoen;13;5;6.5 +sierteelten;14;8;8.5 +laanbomen en onderstammen;15;4;6 +overig;16;0;8 diff --git a/DEV/data/ea_aaltjes.csv b/DEV/data/ea_aaltjes.csv new file mode 100644 index 00000000..7b6fa7cf --- /dev/null +++ b/DEV/data/ea_aaltjes.csv @@ -0,0 +1,48 @@ +"";"x" +"1";"A_DSN_PA_NAN" +"2";"A_DSN_PA_PAC" +"3";"A_DSN_PA_TER" +"4";"A_DSN_RO_UNI" +"5";"A_DSN_TR_PRI" +"6";"A_DSN_TR_SIM" +"7";"A_DSN_TR_VIR" +"8";"A_OPN_CYA_CYS" +"9";"A_OPN_CYA_LLE" +"10";"A_OPN_CYO_LLE" +"11";"A_OPN_HA_CYS" +"12";"A_OPN_HA_LLE" +"13";"A_OPN_HBE_CYS" +"14";"A_OPN_HBE_LLE" +"15";"A_OPN_HBI_CYS" +"16";"A_OPN_HBI_LLE" +"17";"A_OPN_HCA_CYS" +"18";"A_OPN_HCA_LLE" +"19";"A_OPN_HCR_CYS" +"20";"A_OPN_HCR_LLE" +"21";"A_OPN_HG_CYS" +"22";"A_OPN_HG_LLE" +"23";"A_OPN_HM_CYS" +"24";"A_OPN_HM_LLE" +"25";"A_OPN_HS_CYS" +"26";"A_OPN_HS_LLE" +"27";"A_OPN_HT_CYS" +"28";"A_OPN_HT_LLE" +"29";"A_OPN_PA_BUK" +"30";"A_OPN_PP_CYS" +"31";"A_OPN_PP_LLE" +"32";"A_RKN_ME_CHI" +"33";"A_RKN_ME_FAL" +"34";"A_RKN_ME_HAP" +"35";"A_RKN_ME_MIN" +"36";"A_RKN_ME_NAA" +"37";"A_RLN_PR_CREN" +"38";"A_RLN_PR_NEG" +"39";"A_RLN_PR_PEN" +"40";"A_RLN_PR_THO" +"41";"A_RLN_PR_VUL" +"42";"A_SN_DI_DES" +"43";"A_SN_DI_DIP" +"44";"A_DSN_RO_TOT" +"45";"A_OPN_PA_TOT" +"46";"A_RKN_ME_TOT" +"47";"A_RLN_PR_TOT" diff --git a/DEV/data/makkink.csv b/DEV/data/makkink.csv new file mode 100644 index 00000000..9dbc531f --- /dev/null +++ b/DEV/data/makkink.csv @@ -0,0 +1,25 @@ +crop_makkink;1;2;3;4;5;6;7;8;9;10;11;12 +aardappels;;;;;0.65;1.1;1.13;1.1;0.47;;; +bladrammenas;;;;;;;0.8;0.78;0.72;0.72;0.64; +bloembollen;;;;;0.52;0.93;1.2;1.2;1.2;;; +bloemkool;;;;;0.4;0.93;1.2;1.2;1.2;;; +bol en knolgewassen;;;;;0.5;0.93;1.13;1.2;1.2;;; +bos;0.4;0.4;0.52;1.15;1.16;1.2;1.18;1.15;1.2;0.85;0.52;0.4 +braak;0.36;0.36;0.36;0.36;0.36;0.36;0.36;0.36;0.36;0.36;0.36;0.36 +fruit;0.4;0.4;0.52;1;1.4;1.6;1.7;1.26;1.2;0.85;0.52;0.4 +graan;;;0.7;0.8;1;1.2;0.9;0.44;;;; +grasklaver;0.8;0.9;0.95;1;1;1;1;0.97;0.9;0.8;0.9;0.95 +grasland;0.8;0.9;0.95;1.2;1.2;1.2;1.1;1.1;1.1;1;0.9;0.8 +groenten;;;;0.4;0.9;1.2;0.6;;;;; +jong bos;0.37;0.37;0.37;1.09;1.09;1.1;1.1;1.06;1;0.63;0.37;0.37 +natuurlijk grasland;0.47;0.47;0.47;1.2;1.2;1.2;1.1;1.1;1.1;1;0.47;0.47 +overig;0.95;0.95;0.95;1;1;1;1;1;1;0.95;0.95;0.95 +peen;;;;0.39;0.39;0.52;0.98;1.07;1.05;;; +prei;;;;;0.45;0.56;0.77;0.9;0.9;;; +selderij;;;;;0.41;0.7;0.9;1.1;0.85;;; +sla;;;;0.4;0.47;0.63;0.8;;;;; +snijmais;;;;;0.67;1.03;1.27;1.2;1.2;;; +spitskool;;;;;0.4;0.93;1.2;1.2;1.2;;; +tuinbonen;;;;0.52;0.9;1.2;0.72;;;;; +wintertarwe;0.6;0.6;0.6;0.8;1;1.2;0.9;0.5;;;; +zaaiuien;;;;0.42;0.63;0.83;1;0.97;0.47;;; diff --git a/DEV/data/parameters.csv b/DEV/data/parameters.csv new file mode 100644 index 00000000..0cb799d2 --- /dev/null +++ b/DEV/data/parameters.csv @@ -0,0 +1,328 @@ +Product;Element/name;Method1;Method2;Code;Parameter;Unit ;Value_min;Value_max;Explanation +A;AL;CO;;A_AL_CO;Aluminium occupation;mmol+/kg;0;100; +A;AL;CO;PO;A_AL_CO_PO;Aluminium occupation;%;0,1;25; +A;AL;OX;;A_AL_OX;Al-oxalaat;;0,1;1000; +A;AL;RT;;A_AL_RT;Total Aluminium content;g Al / kg;0,001;210; +A;B;CC;;A_B_CC;B plant available;μg B/ kg;0,001;1000; +A;B;HW;;A_B_HW;;;;; +A;OPN;BB;;A_OPN_BB;Bacterial Biomass;mg C/kg;10;1000; +A;C;BCS;;A_C_BCS;Presence of visible cracks in the top layer;;0;2; +A;C;FB;;A_C_FB;Funghal Biomass;mg C/kg;10;1000; +A;C;IF;;A_C_IF;Inorganic Carbon fraction;%;0,1;0,5; +A;C;MB;;A_C_MB;Microbial Biomass;mg C/kg;10;1000; +A;C;OF;;A_C_OF;Organic Carbon Content;g / kg;0,1;1000; +A;C;RT;;A_C_RT;Total C content;g/kg;0;500; +A;CA;CO;;A_CA_CO;Calcium occupation;mmol+/kg;0,1;500; +A;CA;CO;PO;A_CA_CO_PO;Calcium occupation;%;1;100; +A;CA;RT;;A_CA_RT;Total Calcium content;g Ca / kg;0,001;350; +A;CACO3;IF;;A_CACO3_IF;Carbonated Lime;%;0,1;50; +A;CC;BCS;;A_CC_BCS;Crop cover on the surface;;0;2; +A;CEC;CO;;A_CEC_CO;Cation Exchange Capacity;mmol+/kg;1;1000; +A;CEC;CO;PO;A_CEC_CO_PO;Cation Exchange Capacity occupation;%;1;100; +A;CL;WA;;A_CL_WA;Chlorine;mg Cl/kg;0,01;100; +A;CLAY;MI;;A_CLAY_MI;Clay content;%;0,1;75; +A;CN;FR;;A_CN_FR;Carbon / Nitrogen ratio;ratio;5;40; +A;CO;AA;;A_CO_AA;Cobalt;μg Co/ kg;0,1;1000; +A;CO;CC;;A_CO_CC;Cobalt plant available;μg Co/ kg;0,01;1000; +A;COM;FR;;A_COM_FR;Carbon fraction Organic Matter;fraction;0,3;0,8; +A;CS;FR;;A_CS_FR;Carbon / Sulphur ratio;ratio;;; +A;CU;CC;;A_CU_CC;Copper plant available;μg Cu/ kg;0,1;1000; +A;CU;HNO3;;A_CU_HNO3;;;;; +A;CU;RT;;A_CU_RT;Total Copper content;mg Cu / kg;0,001;450; +A;DEPTH;;;A_DEPTH;Depth of the soil layer;m;0;2; +A;DSN;HEL;TOT;A_DSN_HEL_TOT;Dwelling Stunt Nematode, helicotylenchus spp.;n/100g;0;1,00E+10; +A;DSN;HEM;TOT;A_DSN_HEM_TOT;Dwelling Stunt Nematode, hemicycliophora spp.;n/100g;0;1,00E+10; +A;DSN;LOI;TOT;A_DSN_LOI_TOT;Dwelling Stunt Nematode, longidorus spp.;n/100g;0;1,00E+10; +A;DSN;PA;ANE;A_DSN_PA_ANE;Dwelling Stunt Nematode, paratrichodorus anemones;n/100g;0;1,00E+10; +A;DSN;PA;NAN;A_DSN_PA_NAN;Dwelling Stunt Nematode, paratrichodorus nanus;n/100g;0;1,00E+10; +A;DSN;PA;PAC;A_DSN_PA_PAC;Dwelling Stunt Nematode, paratrichodorus pachydermus;n/100g;0;1,00E+10; +A;DSN;PA;TER;A_DSN_PA_TER;Dwelling Stunt Nematode, paratrichodorus teres;n/100g;0;1,00E+10; +A;DSN;RO;TOT;A_DSN_RO_TOT;Dwelling Stunt Nematode, rotylenchus spp.;n/100g;0;1,00E+10; +A;DSN;TR;CYL;A_DSN_TR_CYL;Dwelling Stunt Nematode, trichodorus cylindricus;n/100g;0;1,00E+10; +A;DSN;TR;HOO;A_DSN_TR_HOO;Dwelling Stunt Nematode, trichodorus hooperi;n/100g;0;1,00E+10; +A;DSN;TR;PRI;A_DSN_TR_PRI;Dwelling Stunt Nematode, trichodorus primitivus;n/100g;0;1,00E+10; +A;DSN;TR;SIM;A_DSN_TR_SIM;Dwelling Stunt Nematode, trichodorus similis;n/100g;0;1,00E+10; +A;DSN;TR;SPA;A_DSN_TR_SPA;Dwelling Stunt Nematode, trichodorus sparsus;n/100g;0;1,00E+10; +A;DSN;TR;TOT;A_DSN_TR_TOT;Dwelling Stunt Nematode, trichodoridae spp.;n/100g;0;1,00E+10; +A;DSN;TR;VIR;A_DSN_TR_VIR;Dwelling Stunt Nematode, trichodorus viruliferus;n/100g;0;1,00E+10; +A;DSN;TY;TOT;A_DSN_TY_TOT;Dwelling Stunt Nematode, tylenchorhynchus spp.;n/100g;0;1,00E+10; +A;DSN;XI;TOT;A_DSN_XI_TOT;Dwelling Stunt Nematode, xiphinema spp.;n/100g;0;1,00E+10; +A;EC;WA;;A_EC_WA;Electroconductivity;mS / cm;0,01;10; +B;EROSION;;;B_EROSION;Soil erosion;Mg/ha/year;0;; +A;EW;BCS;;A_EW_BCS;presence of earth worms;;0;2; +A;FB;FR;;A_FB_FR;Funghal / Bacterial ratio;ratio;0,01;10; +A;FE;CC;;A_FE_CC;Iron plant available;μg Fe/ kg;1000;50000; +A;FE;OX;;A_FE_OX;Fe-oxalaat;;0,1;1000; +A;FE;RT;;A_FE_RT;Total Iron content;g Fe / kg;0,001;150; +A;GS;BCS;;A_GS_BCS;presence of watterlogged conditions and gley spots;;0;2; +A;H;CO;PO;A_H_CO_PO;Hydrogen occupation;%;0,1;25; +A;K;CC;;A_K_CC;Potassium plant available;mg K /kg;1;600; +A;K;CO;;A_K_CO;Potassium occupation;mmol+/kg;0,1;150; +A;K;CO;PO;A_K_CO_PO;Potassium occupation;%;0,1;50; +A;K;KG;;A_K_KG;Potassium number;;1;100; +A;K;RT;;A_K_RT;Total Potassium content;g K /kg;0,001;80; +A;LAT;;;A_LAT;"Latitude of location (WGS84; EPSG:4326)";;;; +A;LON;;;A_LON;"Longitude of location (WGS84; EPSG:4326)";;;; +A;MG;CC;;A_MG_CC;Magnesium plant available;mg Mg / kg;1;1100; +A;MG;CO;;A_MG_CO;Magnesium occupation;mmol+ / kg;0,1;150; +A;MG;CO;PO;A_MG_CO_PO;Magnesium occupation;%;0,1;50; +A;MG;RT;;A_MG_RT;Total Magnesium content;g Mg / kg;0,1;350; +A;MN;CC;;A_MN_CC;Manganese plant available;μg Mn/ kg;0,1;60000; +A;MN;RT;;A_MN_RT;Total Manganese content;mg Mn / kg;10;30000; +A;MO;CC;;A_MO_CC;Molybdenum plant available;μg Mo/ kg;0,1;100; +A;N;PMN;;A_N_PMN;Microbial Activity;mg N/ kg;1;500; +A;N;RT;;A_N_RT;Total nitrogen content;mg N/ kg;1;30000; +A;NA;CC;;A_NA_CC;Sodium plant available;mg Na/kg;1;2500; +A;NA;CO;;A_NA_CO;Sodium occupation;mmol+/kg;0,1;50; +A;NA;CO;PO;A_NA_CO_PO;Sodium occupation;%;1;100; +A;NA;HCL;;A_NA_HCL;;;;; +A;NA;RT;;A_NA_RT;Total Sodium content;mg Na / kg;0,1;50; +A;NI;RT;;A_NI_RT;Total Nickel content;mg Ni / kg;0,001;2500; +A;NMIN;CC;D30;A_NMIN_CC_D30;Plant available mineral N to 30cm depth;kg N/ha;0;500; +A;NMIN;CC;D60;A_NMIN_CC_D60;Plant available mineral N to 60cm depth;kg N/ha;0;500; +A;NPN;SA;TOT;A_NPN_SA_TOT;Non Plant Pathogenic Nematode, saprofage en overige;n/100g;0;1,00E+10; +A;OPN;AP;FRA;A_OPN_AP_FRA;Other Plant Pathogenic Nematode, aphelenchoides fragariae;n/100g;0;1,00E+10; +A;OPN;AP;RIT;A_OPN_AP_RIT;Other Plant Pathogenic Nematode, aphelenchoides ritzemabosi;n/100g;0;1,00E+10; +A;OPN;AP;SUB;A_OPN_AP_SUB;Other Plant Pathogenic Nematode, aphelenchoides subtenuis;n/100g;0;1,00E+10; +A;OPN;AP;TOT;A_OPN_AP_TOT;Other Plant Pathogenic Nematode, aphelenchoides spp.;n/100g;0;1,00E+10; +A;OPN;CR;TOT;A_OPN_CR_TOT;Other Plant Pathogenic Nematode, criconematidae spp.;n/100g;0;1,00E+10; +A;OPN;CY;TOT;A_OPN_CY_TOT;Other Plant Pathogenic Nematode, cysteaaltjes;n/100g;0;1,00E+10; +A;OPN;CYA;CYS;A_OPN_CYA_CYS;Other Plant Pathogenic Nematode, aardappelcysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYA;LLE;A_OPN_CYA_LLE;Other Plant Pathogenic Nematode, aardappelcysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYA;PAL;A_OPN_CYA_PAL;Other Plant Pathogenic Nematode, g. pal|g.pal;%;0;100; +A;OPN;CYA;ROS;A_OPN_CYA_ROS;Other Plant Pathogenic Nematode, g. ros|g.ros;%;0;100; +A;OPN;CYB;CYS;A_OPN_CYB_CYS;Other Plant Pathogenic Nematode, bietencysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYB;LLE;A_OPN_CYB_LLE;Other Plant Pathogenic Nematode, bietencysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYG;CYS;A_OPN_CYG_CYS;Other Plant Pathogenic Nematode, grascysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYG;LLE;A_OPN_CYG_LLE;Other Plant Pathogenic Nematode, grascysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYO;CYS;A_OPN_CYO_CYS;Other Plant Pathogenic Nematode, overige cysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;CYO;LLE;A_OPN_CYO_LLE;Other Plant Pathogenic Nematode, overige cysteaaltjes;n/200cc;0;1,00E+10; +A;OPN;PA;BUK;A_OPN_PA_BUK;Other Plant Pathogenic Nematode, paratylenchus bukowinensis;n/100g;0;1,00E+10; +A;OPN;PA;TOT;A_OPN_PA_TOT;Other Plant Pathogenic Nematode, paratylenchus spp.;n/100g;0;1,00E+10; +A;OPN;SU;TOT;A_OPN_SU_TOT;Other Plant Pathogenic Nematode, subanguina spp.;n/100g;0;1,00E+10; +A;P;AL;;A_P_AL;Total phosphate content;mg P2O5/100 g;1;250; +A;P;BCS;;A_P_BCS;"presence of water puddles on the lande; ponding";;0;2; +A;P;CC;;A_P_CC;Phosphor plant available;mg P/kg;0,1;100; +A;P;M3;;A_P_M3;Phosphor soil available, measured by Melich 3;mg P/kg;0;1000; +A;P;OX;;A_P_OX;P-oxalaat;;;; +A;P;RT;;A_P_RT;Phosphor total content;g P / kg;0,01;10; +A;P;SG;;A_P_SG;Phosphor saturation grade;%;0,1;100; +A;P;WA;;A_P_WA;Phosphate in water extraction;mg P2O5 / l;1;250; +A;PH;CC;;A_PH_CC;Acidity in CaCl2;-;3;10; +A;PH;KCL;;A_PH_KCL;Acidity in KCl;-;3;10; +A;PH;WA;;A_PH_WA;Acidity in water;-;3;10; +A;PREC;MEAN;;A_PREC_MEAN;Mean precipitation;mm;0;10000; +A;RAD;MEAN;;A_RAD_MEAN;Mean solar radiation;W/m2;0;1400; +A;RD;;;A_RD;Root depth;m;0;2; +A;RD;BCS;;A_RD_BCS;Root depth;m;0;2; +A;RKN;ME;ARD;A_RKN_ME_ARD;Root Knot Nematode, meloidogyne ardenensis;n/100g;0;1,00E+10; +A;RKN;ME;ARE;A_RKN_ME_ARE;Root Knot Nematode, meloidogyne arenaria;n/100g;0;1,00E+10; +A;RKN;ME;ART;A_RKN_ME_ART;Root Knot Nematode, meloidogyne artiellia;n/100g;0;1,00E+10; +A;RKN;ME;CHI;A_RKN_ME_CHI;Root Knot Nematode, meloidogyne chitwoodi;n/100g;0;1,00E+10; +A;RKN;ME;CHIFAL;A_RKN_ME_CHIFAL;Root Knot Nematode, meloidogyne chitwoodi/fallax;n/100g;0;1,00E+10; +A;RKN;ME;FAL;A_RKN_ME_FAL;Root Knot Nematode, meloidogyne fallax;n/100g;0;1,00E+10; +A;RKN;ME;HAP;A_RKN_ME_HAP;Root Knot Nematode, meloidogyne hapla;n/100g;0;1,00E+10; +A;RKN;ME;INC;A_RKN_ME_INC;Root Knot Nematode, meloidogyne incognita;n/100g;0;1,00E+10; +A;RKN;ME;JAV;A_RKN_ME_JAV;Root Knot Nematode, meloidogyne javanica;n/100g;0;1,00E+10; +A;RKN;ME;MIN;A_RKN_ME_MIN;Root Knot Nematode, meloidogyne minor;n/100g;0;1,00E+10; +A;RKN;ME;NAA;A_RKN_ME_NAA;Root Knot Nematode, meloidogyne naasi;n/100g;0;1,00E+10; +A;RKN;ME;TOT;A_RKN_ME_TOT;Root Knot Nematode, meloidogyne spp.;n/100g;0;1,00E+10; +A;RLN;PR;CREN;A_RLN_PR_CREN;Root Lesion Nematode, pratylenchus crenatus;n/100g;0;1,00E+10; +A;RLN;PR;DUN;A_RLN_PR_DUN;Root Lesion Nematode, pratylenchus dunensis;n/100g;0;1,00E+10; +A;RLN;PR;FAL;A_RLN_PR_FAL;Root Lesion Nematode, pratylenchus fallax;n/100g;0;1,00E+10; +A;RLN;PR;FLA;A_RLN_PR_FLA;Root Lesion Nematode, pratylenchus flakkensis;n/100g;0;1,00E+10; +A;RLN;PR;NEG;A_RLN_PR_NEG;Root Lesion Nematode, pratylenchus neglectus;n/100g;0;1,00E+10; +A;RLN;PR;PEN;A_RLN_PR_PEN;Root Lesion Nematode, pratylenchus penetrans;n/100g;0;1,00E+10; +A;RLN;PR;PIN;A_RLN_PR_PIN;Root Lesion Nematode, pratylenchus pinguicaudatus;n/100g;0;1,00E+10; +A;RLN;PR;PRA;A_RLN_PR_PRA;Root Lesion Nematode, pratylenchus pratensis;n/100g;0;1,00E+10; +A;RLN;PR;PSE;A_RLN_PR_PSE;Root Lesion Nematode, pratylenchus pseudopratensis;n/100g;0;1,00E+10; +A;RLN;PR;THO;A_RLN_PR_THO;Root Lesion Nematode, pratylenchus thornei;n/100g;0;1,00E+10; +A;RLN;PR;TOT;A_RLN_PR_TOT;Root Lesion Nematode, pratylenchus spp.;n/100g;0;1,00E+10; +A;RLN;PR;VUL;A_RLN_PR_VUL;Root Lesion Nematode, pratylenchus vulnus;n/100g;0;1,00E+10; +A;RLN;PR;ZEA;A_RLN_PR_ZEA;Root Lesion Nematode, pratylenchus zeae;n/100g;0;1,00E+10; +A;RT;BCS;;A_RT_BCS;presence of visible tracks / rutting or trampling on the land;;0;2; +A;S;CC;;A_S_CC;Sulphur plant available;mg S/kg;0,1;100; +A;S;RT;;A_S_RT;S-totaal bodemvoorraad;mg S/kg;1;10000; +A;SAND;MI;;A_SAND_MI;Sand content;%;0,1;100; +A;SC;BCS;;A_SC_BCS;presence of subsoil compaction;;0;2; +A;SE;CC;;A_SE_CC;Selenium plant available;μg Se/ kg;0,1;50; +A;SE;CO;;A_SE_CO;;;;; +A;SI;CC;;A_SI_CC;;μg Si/ kg;1000;20000; +A;SI;RT;;A_SI_RT;Total Silicium content;g Si / kg;1;500; +A;SILT;MI;;A_SILT_MI;Silt content;%;0,1;100; +A;SILT;MI;16MU;A_SILT_MI_16MU;Slib content;%;0,1;100; +A;SN;DI;DES;A_SN_DI_DES;Stem Nematode, ditylenchus destructor;n/100g;0;1,00E+10; +A;SN;DI;DIP;A_SN_DI_DIP;Stem Nematode, ditylenchus dipsaci;n/100g;0;1,00E+10; +A;SN;DI;TOT;A_SN_DI_TOT;Stem Nematode, ditylenchus spp.;n/100g;0;1,00E+10; +A;SOM;LOI;;A_SOM_LOI;Organic matter content;%;0,5;75; +A;SS;BCS;;A_SS_BCS;Soil structure;;0;2; +A;TEMP;MEAN;;A_TEMP_MEAN;Mean daily air temperature;°C;-30;50; +A;ZN;CC;;A_ZN_CC;Zinc plant available;μg Zn/ kg;5;50000; +A;ZN;RT;;A_ZN_RT;Total Zinc content;mg Zn / kg;0,001;90000; +B;AER;CBS;;B_AER_CBS;Agricultural economic region CBS2016;-;;; +B;ALT;AHN;3;B_ALT_AHN_3;Elevation from AHN3 ;m;-8;320; +B;AREA;;;B_AREA;Area of the field;m^2;0;1,00E+07; +B;C;MANURE;;B_C_MANURE;Annual application rate of animal manure;g C/m2/year;0;100; +B;DER;;;B_DER;Derogation permit;;;;link to source +B;GWL;CLASS;;B_GWL_CLASS;Groundwater class;-;;; +B;GWL;GHG;;B_GWL_GHG;Averaged Highest Groundwater Level;cm;;; +B;GWL;GLG;;B_GWL_GLG;Averaged Lowest Groundwater Level;cm;;; +B;GWL;ZCRIT;;B_GWL_ZCRIT;Distance between groundwater table and root zone (30 cm -mv) for delivering 2 mm/day;cm;;; +B;HELP;WENR;;B_HELP_WENR;HELP soiltype;-;;; +B;LU;BRP;;B_LU_BRP;Cultivation code according to BRP;-;;; +B;NUE;;;B_NUE;Nitrogen use efficiency;fraction;0;1; +B;SC;WENR;;B_SC_WENR;Compaction risk;;;; +B;SOILTYPE;AGR;;B_SOILTYPE_AGR;Agricultural soiltype;-;;; +B;SOILTYPE;nl50;;B_SOILTYPE_nl50;Soiltype according to Bodemkaart van Nederland 1:50000;;;; +D;BDS;;;D_BDS;Bulk density;kg / m3;100;1900; +D;C;REQ;;D_C_REQ;Requirement for effective organic carbon;kg C/ha;0;; +D;CA;REQ;;D_CA_REQ;Requirement for calcium;kg CaO/ha;0;; +D;CN;;;D_CN;Curve number for calculating soil retention;-;30;100; +D;CP;GRASS;;D_CP_GRASS;Fraction of grass in crop rotation;fraction;;; +D;CP;MAIS;;D_CP_MAIS;Fraction of mais in crop rotation;fraction;;; +D;CP;OTHER;;D_CP_OTHER;Fraction of other in crop rotaton;fraction;;; +D;CP;POTATO;;D_CP_POTATO;Fraction of potato in crop rotation;fraction;;; +D;CP;STARCH;;D_CP_STARCH;Fraction of starch in crop rotation;fraction;;; +D;CP;SUGARBEET;;D_CP_SUGARBEET;Fraction of sugarbeet in crop rotation;fraction;;; +D;CR;;;D_CR;Crumbleability of the soil;;1;10; +D;GA;;;D_GA;Mean age of the grass;years;;; +D;K;APP;FR;D_K_APP_FR;Fractional distribution of applied P over multiple timings;fraction;0;1; +D;K;REQ;;D_K_REQ;Requirement for nitrogen;kg K/ha;0;; +D;MAN;;;D_MAN;Management evaluation ;;;; +D;MG;REQ;;D_MG_REQ;Requirement for magnesium;kg MgO/ha;0;; +D;N;APP;FR;D_N_APP_FR;Fractional distribution of applied N over multiple timings;fraction;0;1; +D;N;NORM;;D_N_NORM;Norm for nitrogen;kg N/ha;0;; +D;N;NORM;MAN;D_N_NORM_MAN;Norm for nitrogen from manure;kg N/ha;0;; +D;N;REQ;;D_N_REQ;Requirement for nitrogen;kg N/ha;0;; +D;N;SUPPLY;ACTUAL;D_N_SUPPLY_ACTUAL;Actual nitrogen supply;;;; +D;N;SUPPLY;BASE;D_N_SUPPLY_BASE;Base nitrogen supply;;;; +D;NLV;;;D_NLV;The nitrogen supply capacity;kg N / ha;;; +D;OC;;;D_OC;The amount of organic carbon;kg C / ha;;; +D;P;APP;FR;D_P_APP_FR;Fractional distribution of applied P over multiple timings;fraction;0;1; +D;P;CEC;;D_P_CEC;Aggregate stability;;;; +D;P;NORM;;D_P_NORM;Norm for phosphate;kg P2O5/ha;0;; +D;P;REQ;;D_P_REQ;Requirement for phosphate;kg P2O5/ha;0;; +D;P;U;;D_P_U;Wind erodibility;;;; +D;P;WRI;;D_P_WRI;Water retention;;;; +D;PH;DELTA;;D_PH_DELTA;The difference with the optimum pH;;-3;3; +D;RD;;;D_RD;The agronomic used sampling depth for soil analysis;m;0;10; +D;RO;R;;D_RO_R;Surface runoff risk;-;0;1; +D;S;REQ;;D_S_REQ;Requirement for sulphur;kg SO3/ha;0;; +D;SE;;;D_SE;The risk of soil sealing;;;; +D;SLV;;;D_SLV;The sulphur supply capacity;kg S / ha;;; +D;SOM;BAL;;D_SOM_BAL;net Effective Organic Matter balance;kg EOC / ha;;; +D;WP;;;D_WP;The wetted perimeter of a field;-;0;1; +D;WSI;DS;;D_WSI_DS;drought stress;%;0;100; +D;WSI;WS;;D_WSI_WS;wetness stress;%;0;100; +I;B;DI;;I_B_DI;Indicator for Disease resistance;;0;1,00E+00; +I;B;EW;BCS;I_B_EW_BCS;Earth worms;;;; +I;B;SF;;I_B_SF;Indicator for Soil life;;0;1,00E+00; +I;BCS;;;I_BCS;Indicator for BodemConditieScore;;0;1,00E+00; +I;C;CEC;;I_C_CEC;Indicator for CEC;;0;1,00E+00; +I;C;CU;;I_C_CU;Indicator for Copper;;0;1,00E+00; +I;C;K;;I_C_K;Indicator for Potassium;;0;1,00E+00; +I;C;MG;;I_C_MG;Indicator for Magnesium;;0;1,00E+00; +I;C;N;;I_C_N;Indicator for Nitrogen;;0;1,00E+00; +I;C;P;;I_C_P;Indicator for Phosphor;;0;1,00E+00; +I;C;PH;;I_C_PH;Indicator for Acidity;;0;1,00E+00; +I;C;S;;I_C_S;Indicator for Sulphur;;0;1,00E+00; +I;C;ZN;;I_C_ZN;Indicator for Zinc;;0;1,00E+00; +I;E;NGW;;I_E_NGW;Indicator for Nitrogen leaching to groundwater;;0;1,00E+00; +I;E;NSW;;I_E_NSW;Indicator for Nitrogen leaching to surface water;;0;1,00E+00; +i;EROSION;;;i_EROSION;Erosion risk;;;; +I;M;;;I_M;Indicator for management;;0;1,00E+00; +I;M;BIODIVERSITY;;I_M_BIODIVERSITY;Indicator for management of biodiversity;;0;1,00E+00; +I;M;CLIMATE;;I_M_CLIMATE;Indicator for management of climate;;0;1,00E+00; +I;M;COMPOST;;I_M_COMPOST;Frequency of compost application;;;; +I;M;DITCH;;I_M_DITCH;Ditch is cleaned and sludge is applied;;;; +I;M;DRAIN;;I_M_DRAIN;Under water drains available;;;; +I;M;EARLYCROP;;I_M_EARLYCROP;Use of early crops;;;; +I;M;GREEM;;I_M_GREEM;Use of green manure;;;; +I;M;LIME;;I_M_LIME;Has field been limed in last three years;;;; +I;M;MECHWEEDS;;I_M_MECHWEEDS;Use of mechanical weed protection;;;; +I;M;NONBARE;;I_M_NONBARE;Field 80% of the year green;;;; +I;M;NONINVTILL;;I_M_NONINVTILL;Non inversion tillage;;;; +I;M;PESTICIDES;DST;I_M_PESTICIDES_DST;Use of DST for pesticides;;;; +I;M;SLEEPHOSE;;I_M_SLEEPHOSE;Manure application using sleep hoses;;;; +I;M;SOILFERTILITY;;I_M_SOILFERTILITY;Indicator for management of soil fertility;;0;1,00E+00; +I;M;SOLIDMANURE;;I_M_SOLIDMANURE;Use of solid manure;;;; +I;M;SSPM;;I_M_SSPM;Soil Structure Protection Measures;;;; +I;M;STRAWRESIDUE;;I_M_STRAWRESIDUE;Application of straw residues;;;; +I;M;UNDERSEED;;I_M_UNDERSEED;Underseed of grass at maize;;;; +I;M;WATERQUALITY;;I_M_WATERQUALITY;Indicator for management of water quality;;0;1,00E+00; +I;N;LOSS;;I_N_LOSS;Nitrogen loss risk;;;; +I;P;BC;;I_P_BC;Indicator for Bearing capacity;;0;1,00E+00; +I;P;C;BCS;I_P_C_BCS;Cracks;;;; +I;P;CC;BCS;I_P_CC_BCS;Crop cover;;;; +I;P;CEC;;I_P_CEC;Indicator for Aggregate stability;;0;1,00E+00; +I;P;CO;;I_P_CO;Indicator for Compaction;;0;1,00E+00; +I;P;CR;;I_P_CR;Indicator for Crumbability;;0;1,00E+00; +I;P;DS;;I_P_DS;Indicator for Moisture supply, drought stress;;0;1,00E+00; +I;P;DU;;I_P_DU;Indicator for Dustiness;;0;1,00E+00; +I;P;GS;BCS;I_P_GS_BCS;Gley spots;;;; +I;P;P;BCS;I_P_P_BCS;Ponding;;;; +I;P;RD;BCS;I_P_RD_BCS;Root depth;;;; +I;P;RT;BCS;I_P_RT_BCS;Rutting / trampling;;;; +I;P;SC;BCS;I_P_SC_BCS;Subsoil compaction;;;;M3 +I;P;SE;;I_P_SE;Indicator for Sealing;;0;1,00E+00;M14 +I;P;SS;BCS;I_P_SS_BCS;Soil structure;;;;M13 +I;P;WRI;;I_P_WRI;Indicator for Water Retention;;0;1,00E+00;M11 +I;P;WS;;I_P_WS;Indicator for Moisture supply, wetness stress;;0;1,00E+00;M6 +I;PSW;;;I_PSW;Phosphorus Runoff Risk indicator;;;; +I;SOM;DECLINE;;I_SOM_DECLINE;Risk of declininge Soil Organic matter;;;; +M;COMPOST;;;M_COMPOST;Frequency of compost application;;;; +M;DITCH;;;M_DITCH;Ditch is cleaned and sludge is applied;;;; +M;DRAIN;;;M_DRAIN;Drains available;;;;M10 +M;EARLYCROP;;;M_EARLYCROP;Use of early crops;;;; +M;GREEN;;;M_GREEN;Use of green manure;;;; +M;LIME;;;M_LIME;Has field been limed in last three years;;;;M12 +M;MECHWEEDS;;;M_MECHWEEDS;Use of mechanical weed protection;;;; +M;NONBARE;;;M_NONBARE;Field 80% of the year green;;;; +M;NONINVTILL;;;M_NONINVTILL;Non inversion tillage;;;; +M;PESTICIDES;DST;;M_PESTICIDES_DST;Use of DST for pesticides;;;;M15 +M;SLEEPHOSE;;;M_SLEEPHOSE;Manure application using sleep hoses;;;; +M;SOLIDMANURE;;;M_SOLIDMANURE;Use of solid manure;;;; +M;SSPM;;;M_SSPM;Soil Structure Protection Measures;;;; +M;STRAWRESIDUE;;;M_STRAWRESIDUE;Application of straw residues;;;; +M;UNDERSEED;;;M_UNDERSEED;Underseed of grass at maize;;;; +RM;B;1;;RM_B_1;First biological recommendation;;;; +RM;B;2;;RM_B_2;Second biological recommendation;;;; +RM;B;3;;RM_B_3;Third biological recommendation;;;; +RM;C;1;;RM_C_1;First chemical recommendation;;;; +RM;C;2;;RM_C_2;Second chemical recommendation;;;; +RM;C;3;;RM_C_3;Third chemical recommendation;;;; +RM;P;1;;RM_P_1;First physical recommendation;;;; +RM;P;2;;RM_P_2;Second physical recommendation;;;; +RM;P;3;;RM_P_3;Third physical recommendation;;;; +S;B;OBI;A;S_B_OBI_A;Biological OBI score absolute;;0;1; +S;B;OBI;R;S_B_OBI_R;Biological OBI score relative;;0;1; +S;C;OBI;A;S_C_OBI_A;Chemical OBI score absolute;;0;1; +S;C;OBI;R;S_C_OBI_R;Chemical OBI score relative;;0;1; +S;E;OBI;A;S_E_OBI_A;Environment OBI score absolute;;;; +S;E;OBI;R;S_E_OBI_R;Environment OBI score relative;;;; +S;M;OBI;A;S_M_OBI_A;Management OBI score absolute;;0;1; +S;M;OBI;R;S_M_OBI_R;Management OBI score relative;;0;1; +S;P;OBI;A;S_P_OBI_A;Physical OBI score absolute;;0;1; +S;P;OBI;R;S_P_OBI_R;Physical OBI score relative;;0;1; +S;T;OBI;A;S_T_OBI_A;OBI score absolute;;0;1; +S;T;OBI;R;S_T_OBI_R;OBI score relative;;0;1; +A;OPN;HA;CYS;A_OPN_HA_CYS;Other Plant Pathogenic Nematode, havercystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HA;LLE;A_OPN_HA_LLE;Other Plant Pathogenic Nematode, havercystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HBE;CYS;A_OPN_HBE_CYS;Other Plant Pathogenic Nematode, geel bietencystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HBE;LLE;A_OPN_HBE_LLE;Other Plant Pathogenic Nematode, geel bietencystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HBI;CYS;A_OPN_HBI_CYS;Other Plant Pathogenic Nematode, ovaal grascystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HBI;LLE;A_OPN_HBI_LLE;Other Plant Pathogenic Nematode, ovaal grascystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HCA;CYS;A_OPN_HCA_CYS;Other Plant Pathogenic Nematode, peencystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HCA;LLE;A_OPN_HCA_LLE;Other Plant Pathogenic Nematode, peencystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HCR;CYS;A_OPN_HCR_CYS;Other Plant Pathogenic Nematode, koolcystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HCR;LLE;A_OPN_HCR_LLE;Other Plant Pathogenic Nematode, koolcystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HG;CYS;A_OPN_HG_CYS;Other Plant Pathogenic Nematode, erwtencystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HG;LLE;A_OPN_HG_LLE;Other Plant Pathogenic Nematode, erwtencystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HM;CYS;A_OPN_HM_CYS;Other Plant Pathogenic Nematode, raaigrascystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HM;LLE;A_OPN_HM_LLE;Other Plant Pathogenic Nematode, raaigrascystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HS;CYS;A_OPN_HS_CYS;Other Plant Pathogenic Nematode, wit bietencystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HS;LLE;A_OPN_HS_LLE;Other Plant Pathogenic Nematode, wit bietencystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;HT;CYS;A_OPN_HT_CYS;Other Plant Pathogenic Nematode, klavercystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;HT;LLE;A_OPN_HT_LLE;Other Plant Pathogenic Nematode, klavercystenaaltje, lle;n/200cc;0;1,00E+10; +A;OPN;PP;CYS;A_OPN_PP_CYS;Other Plant Pathogenic Nematode, struisgrascystenaaltje, cysten;n/200cc;0;1,00E+10; +A;OPN;PP;LLE;A_OPN_PP_LLE;Other Plant Pathogenic Nematode, struisgrascystenaaltje, lle;n/200cc;0;1,00E+10; diff --git a/DEV/data/season.obic.csv b/DEV/data/season.obic.csv new file mode 100644 index 00000000..dd91d5e4 --- /dev/null +++ b/DEV/data/season.obic.csv @@ -0,0 +1,117 @@ +"","landuse","req_days_pre_glg","req_days_post_glg","total_days","derving","soiltype.m" +"1","naaldbos",170,75,245,"boomteelt","zand" +"2","loofbos",170,75,245,"boomteelt","zand" +"3","groot fruit",170,75,245,"boomteelt","zand" +"4","klein fruit",170,75,245,"boomteelt","zand" +"5","aardappelen",155,35,190,"plant groenten","zand" +"6","pootaardappelen",150,0,150,"plant groenten","zand" +"7","fabrieksaardappelen",155,65,220,"plant groenten","zand" +"8","suikerbieten",155,75,230,"zaai groenten","zand" +"9","wintertarwe",165,10,175,"wintergranen","zand" +"10","zomergerst",165,0,170,"zomergranen","zand" +"11","snijmais",130,47,177,"zomergranen","zand" +"12","laanbomen_onderstammen",170,75,245,"boomteelt","zand" +"13","overige boomteelt",170,55,225,"boomteelt","zand" +"14","graszaad",170,15,185,"zomergranen","zand" +"15","asperge",170,75,245,"boomteelt","zand" +"16","schorseneren",170,75,245,"zaai groenten","zand" +"17","prei, spruiten, koolsoorten",100,125,225,"plant groenten","zand" +"18","erwten, bonen",135,0,135,"zaai groenten","zand" +"19","witlof, selderij, uien",75,65,140,"plant groenten","zand" +"20","was bospeen",100,25,125,"zaai groenten","zand" +"21","tulpen, narcis, hyacint",180,140,320,"zaai groenten","zand" +"22","dahlia",100,140,320,"boomteelt","zand" +"23","bladgroenten",100,75,175,"plant groenten","zand" +"24","beweid bemaaid gras",180,75,255,"grasland","zand" +"25","plantsoenen",180,75,255,"overig","zand" +"26","gazons",100,75,210,"overig","zand" +"27","kampeerterreinen, ligweiden",100,45,145,"overig","zand" +"28","sportvelden",100,75,255,"overig","zand" +"29","overig",1,1,2,"overig","zand" +"30","naaldbos",170,75,245,"boomteelt","klei" +"31","loofbos",170,75,245,"boomteelt","klei" +"32","groot fruit",170,75,245,"boomteelt","klei" +"33","klein fruit",170,75,245,"boomteelt","klei" +"34","aardappelen",155,35,190,"plant groenten","klei" +"35","pootaardappelen",150,0,150,"plant groenten","klei" +"36","fabrieksaardappelen",155,65,220,"plant groenten","klei" +"37","suikerbieten",155,75,230,"zaai groenten","klei" +"38","wintertarwe",165,10,175,"wintergranen","klei" +"39","zomergerst",165,0,170,"zomergranen","klei" +"40","snijmais",130,66,196,"zomergranen","klei" +"41","laanbomen_onderstammen",170,75,245,"boomteelt","klei" +"42","overige boomteelt",170,55,225,"boomteelt","klei" +"43","graszaad",170,15,185,"zomergranen","klei" +"44","asperge",170,75,245,"boomteelt","klei" +"45","schorseneren",170,75,245,"zaai groenten","klei" +"46","prei, spruiten, koolsoorten",100,125,225,"plant groenten","klei" +"47","erwten, bonen",135,0,135,"zaai groenten","klei" +"48","witlof, selderij, uien",75,65,140,"plant groenten","klei" +"49","was bospeen",100,25,125,"zaai groenten","klei" +"50","tulpen, narcis, hyacint",180,140,320,"zaai groenten","klei" +"51","dahlia",100,140,320,"boomteelt","klei" +"52","bladgroenten",100,75,175,"plant groenten","klei" +"53","beweid bemaaid gras",180,75,255,"grasland","klei" +"54","plantsoenen",180,75,255,"overig","klei" +"55","gazons",100,75,210,"overig","klei" +"56","kampeerterreinen, ligweiden",100,45,145,"overig","klei" +"57","sportvelden",100,75,255,"overig","klei" +"58","overig",1,1,2,"overig","klei" +"59","naaldbos",170,75,245,"boomteelt","veen" +"60","loofbos",170,75,245,"boomteelt","veen" +"61","groot fruit",170,75,245,"boomteelt","veen" +"62","klein fruit",170,75,245,"boomteelt","veen" +"63","aardappelen",155,35,190,"plant groenten","veen" +"64","pootaardappelen",150,0,150,"plant groenten","veen" +"65","fabrieksaardappelen",155,65,220,"plant groenten","veen" +"66","suikerbieten",155,75,230,"zaai groenten","veen" +"67","wintertarwe",165,10,175,"wintergranen","veen" +"68","zomergerst",165,0,170,"zomergranen","veen" +"69","snijmais",130,66,196,"zomergranen","veen" +"70","laanbomen_onderstammen",170,75,245,"boomteelt","veen" +"71","overige boomteelt",170,55,225,"boomteelt","veen" +"72","graszaad",170,15,185,"zomergranen","veen" +"73","asperge",170,75,245,"boomteelt","veen" +"74","schorseneren",170,75,245,"zaai groenten","veen" +"75","prei, spruiten, koolsoorten",100,125,225,"plant groenten","veen" +"76","erwten, bonen",135,0,135,"zaai groenten","veen" +"77","witlof, selderij, uien",75,65,140,"plant groenten","veen" +"78","was bospeen",100,25,125,"zaai groenten","veen" +"79","tulpen, narcis, hyacint",180,140,320,"zaai groenten","veen" +"80","dahlia",100,140,320,"boomteelt","veen" +"81","bladgroenten",100,75,175,"plant groenten","veen" +"82","beweid bemaaid gras",180,75,255,"grasland","veen" +"83","plantsoenen",180,75,255,"overig","veen" +"84","gazons",100,75,210,"overig","veen" +"85","kampeerterreinen, ligweiden",100,45,145,"overig","veen" +"86","sportvelden",100,75,255,"overig","veen" +"87","overig",1,1,2,"overig","veen" +"88","naaldbos",170,75,245,"boomteelt","loess" +"89","loofbos",170,75,245,"boomteelt","loess" +"90","groot fruit",170,75,245,"boomteelt","loess" +"91","klein fruit",170,75,245,"boomteelt","loess" +"92","aardappelen",155,35,190,"plant groenten","loess" +"93","pootaardappelen",150,0,150,"plant groenten","loess" +"94","fabrieksaardappelen",155,65,220,"plant groenten","loess" +"95","suikerbieten",155,75,230,"zaai groenten","loess" +"96","wintertarwe",165,10,175,"wintergranen","loess" +"97","zomergerst",165,0,170,"zomergranen","loess" +"98","snijmais",130,47,177,"zomergranen","loess" +"99","laanbomen_onderstammen",170,75,245,"boomteelt","loess" +"100","overige boomteelt",170,55,225,"boomteelt","loess" +"101","graszaad",170,15,185,"zomergranen","loess" +"102","asperge",170,75,245,"boomteelt","loess" +"103","schorseneren",170,75,245,"zaai groenten","loess" +"104","prei, spruiten, koolsoorten",100,125,225,"plant groenten","loess" +"105","erwten, bonen",135,0,135,"zaai groenten","loess" +"106","witlof, selderij, uien",75,65,140,"plant groenten","loess" +"107","was bospeen",100,25,125,"zaai groenten","loess" +"108","tulpen, narcis, hyacint",180,140,320,"zaai groenten","loess" +"109","dahlia",100,140,320,"boomteelt","loess" +"110","bladgroenten",100,75,175,"plant groenten","loess" +"111","beweid bemaaid gras",180,75,255,"grasland","loess" +"112","plantsoenen",180,75,255,"overig","loess" +"113","gazons",100,75,210,"overig","loess" +"114","kampeerterreinen, ligweiden",100,45,145,"overig","loess" +"115","sportvelden",100,75,255,"overig","loess" +"116","overig",1,1,2,"overig","loess" diff --git a/DEV/data/weather.csv b/DEV/data/weather.csv new file mode 100644 index 00000000..4e099415 --- /dev/null +++ b/DEV/data/weather.csv @@ -0,0 +1,13 @@ +month;A_TEMP_MEAN;A_PREC_MEAN;A_ET_MEAN +1;3.6;70.8;8.5 +2;3.9;63.1;15.5 +3;6.5;57.8;35.3 +4;9.8;41.6;62.4 +5;13.4;59.3;87.3 +6;16.2;70.5;93.3 +7;18.3;85.2;98.3 +8;17.9;83.6;82.7 +9;14.7;77.9;51.7 +10;10.9;81.1;28 +11;7;80;11.3 +12;4.2;83.8;6.5 diff --git a/DEV/data/weight_obic.csv b/DEV/data/weight_obic.csv index 16e1830a..4f523685 100644 --- a/DEV/data/weight_obic.csv +++ b/DEV/data/weight_obic.csv @@ -10,7 +10,6 @@ I_C_CU;indicator;akkerbouw;1;1 I_C_ZN;indicator;akkerbouw;1;1 I_P_CR;indicator;akkerbouw;1;1 I_P_SE;indicator;akkerbouw;1;1 -I_P_MS;indicator;akkerbouw;1;1 I_P_BC;indicator;akkerbouw;1;1 I_P_DU;indicator;akkerbouw;1;1 I_P_CO;indicator;akkerbouw;1;1 @@ -18,10 +17,10 @@ I_P_DS;indicator;akkerbouw;1;1 I_P_WS;indicator;akkerbouw;1;1 I_P_CEC;indicator;akkerbouw;1;1 I_P_WRI;indicator;akkerbouw;1;1 -I_P_WO;indicator;akkerbouw;-1;-1 +I_P_WO;indicator;akkerbouw;1;1 I_B_DI;indicator;akkerbouw;1;1 I_B_SF;indicator;akkerbouw;1;1 -I_B_SB;indicator;akkerbouw;1;1 +I_B_NEM;indicator;akkerbouw;-1;-1 I_E_NGW;indicator;akkerbouw;1;1 I_E_NSW;indicator;akkerbouw;1;1 I_M;indicator;akkerbouw;1;1 @@ -56,7 +55,6 @@ I_C_CU;indicator;mais;1;1 I_C_ZN;indicator;mais;1;1 I_P_CR;indicator;mais;1;1 I_P_SE;indicator;mais;1;1 -I_P_MS;indicator;mais;1;1 I_P_BC;indicator;mais;1;1 I_P_DU;indicator;mais;1;1 I_P_CO;indicator;mais;1;1 @@ -64,10 +62,10 @@ I_P_DS;indicator;mais;1;1 I_P_WS;indicator;mais;1;1 I_P_CEC;indicator;mais;1;1 I_P_WRI;indicator;mais;1;1 -I_P_WO;indicator;mais;-1;-1 +I_P_WO;indicator;mais;1;1 I_B_DI;indicator;mais;1;1 I_B_SF;indicator;mais;1;1 -I_B_SB;indicator;mais;1;1 +I_B_NEM;indicator;mais;-1;-1 I_E_NGW;indicator;mais;1;1 I_E_NSW;indicator;mais;1;1 I_M;indicator;mais;1;1 @@ -102,7 +100,6 @@ I_C_CU;indicator;grasland;1;1 I_C_ZN;indicator;grasland;1;1 I_P_CR;indicator;grasland;1;1 I_P_SE;indicator;grasland;1;1 -I_P_MS;indicator;grasland;1;1 I_P_BC;indicator;grasland;1;1 I_P_DU;indicator;grasland;-1;-1 I_P_CO;indicator;grasland;1;1 @@ -110,10 +107,10 @@ I_P_DS;indicator;grasland;1;1 I_P_WS;indicator;grasland;1;1 I_P_CEC;indicator;grasland;1;1 I_P_WRI;indicator;grasland;1;1 -I_P_WO;indicator;grasland;-1;-1 +I_P_WO;indicator;grasland;1;1 I_B_DI;indicator;grasland;1;1 I_B_SF;indicator;grasland;1;1 -I_B_SB;indicator;grasland;1;1 +I_B_NEM;indicator;grasland;-1;-1 I_E_NGW;indicator;grasland;1;1 I_E_NSW;indicator;grasland;1;1 I_M;indicator;grasland;1;1 @@ -148,7 +145,6 @@ I_C_CU;indicator;natuur;1;1 I_C_ZN;indicator;natuur;1;1 I_P_CR;indicator;natuur;1;1 I_P_SE;indicator;natuur;1;1 -I_P_MS;indicator;natuur;1;1 I_P_BC;indicator;natuur;1;1 I_P_DU;indicator;natuur;1;1 I_P_CO;indicator;natuur;1;1 @@ -159,7 +155,7 @@ I_P_WRI;indicator;natuur;1;1 I_P_WO;indicator;natuur;-1;-1 I_B_DI;indicator;natuur;1;1 I_B_SF;indicator;natuur;1;1 -I_B_SB;indicator;natuur;1;1 +I_B_NEM;indicator;natuur;-1;-1 I_E_NGW;indicator;natuur;1;1 I_E_NSW;indicator;natuur;1;1 I_M;indicator;natuur;1;1 diff --git a/DEV/scripts/check_dust_scores_several_croprots.R b/DEV/scripts/check_dust_scores_several_croprots.R new file mode 100644 index 00000000..3a6e6ee3 --- /dev/null +++ b/DEV/scripts/check_dust_scores_several_croprots.R @@ -0,0 +1,49 @@ +# Illustrate I_P_DU when there is one year with maize and the rest is permanent grassland + +library(data.table) +library(OBIC) + +# load data +odt <- binnenveld[ID == 4] # Field four has the lowest clay content of all binnenveld fields +cr <- crops.obic[,.(crop_code, crop_category, crop_name)] + +# remove bodemconditiscore columns +cols <- names(odt)[!grepl('BCS', names(odt))] +odt <- odt[,..cols] + +# merge +odt <- merge(odt, cr[,.(crop_code, crop_name)], by.x = 'B_LU_BRP', by.y = 'crop_code') + +# parcel with permanent grass +grass.dt <- copy(odt) +grass.dt <- grass.dt[,B_LU_BRP := 265] +grass.dt <- grass.dt[,treatment := 'gras'] + +grass.s <- obic_field_dt(grass.dt) +grass.s <- grass.s[,treatment := 'gras'] + +# parcel with maize +mais.dt <- copy(odt) +mais.dt <- mais.dt[,B_LU_BRP := 259] +mais.dt <- mais.dt[,treatment := 'mais'] + +mais.s <- obic_field_dt(mais.dt) +mais.s <- mais.s[,treatment := 'mais'] + +# parcel with one maize year +mix.dt <- copy(odt) +mix.dt <- mix.dt[,B_LU_BRP := 265] +mix.dt <- mix.dt[1,B_LU_BRP := 259] +mix.dt <- mix.dt[,treatment := 'onemais'] + +mix.s <- obic_field_dt(mix.dt) +mix.s <- mix.s[,treatment := 'one_mais_year'] + +# combine +dt <- rbindlist(list(grass.dt, mais.dt, mix.dt)) +s.dt <- rbindlist(list(grass.s, mais.s, mix.s)) + +s.dt[,.(treatment, I_P_DU, S_T_OBI_A, S_P_OBI_A,S_C_OBI_A, I_C_K, I_C_MG, I_C_N)] + +pcols <- grep('I_P', names(s.dt)) +s.dt[,..pcols] diff --git a/DEV/scripts/merge_nema_tables.R b/DEV/scripts/merge_nema_tables.R new file mode 100644 index 00000000..8c33a6e8 --- /dev/null +++ b/DEV/scripts/merge_nema_tables.R @@ -0,0 +1,21 @@ +# Script to merge bouwplan table with crops.obic and nema.obic +library(data.table) +library(OBIC) + +# Load tables +crops.obic <- OBIC::crops.obic +nema.obic <- OBIC::nema.obic +bp <- OBIC::nema.crop.rot.obic + +## Merge bp and nema.obic +bp <- bp[,name_scientific := gsub('_', ' ', name_scientific)] +# check which species occur aaltjesschema and not in nema.obic +bpnames <- unique(bp$name_scientific) +miss.bpnames <- bpnames[!bpnames %in% nema.obic$species] +miss.bpnames <- sort(miss.bpnames) + +# check which species occur in nema.obic but not in aaltjesschema +nonames <- unique(nema.obic$species) +miss.nonames <- nonames[!nonames %in% bp$name_scientific] +miss.nonames <- sort(miss.nonames) +miss.nonames diff --git a/DEV/scripts/ppr_binnenveld.R b/DEV/scripts/ppr_binnenveld.R new file mode 100644 index 00000000..eacbf67d --- /dev/null +++ b/DEV/scripts/ppr_binnenveld.R @@ -0,0 +1,13 @@ + +# make example dataset Binnenveld for use in the package +# the csv dataset is prepared in OBIC-helpers + + # require package + require(data.table) + + # read in the csv file with soil properties + binnenveld <- fread('dev/data/binnenveld.csv') + + # save file + usethis::use_data(binnenveld) + \ No newline at end of file diff --git a/DEV/scripts/ppr_bouwplan_tables.R b/DEV/scripts/ppr_bouwplan_tables.R new file mode 100644 index 00000000..72402dc2 --- /dev/null +++ b/DEV/scripts/ppr_bouwplan_tables.R @@ -0,0 +1,179 @@ +# Script to process aaltjeschema tables copied into excel from pdf into proper data.table +library(data.table) + +# read data from csv +nema.crop.rot.obic <- fread('DEV/data/aaltjes_gewas_schema.csv') +nema.crop.rot.obic <- nema.crop.rot.obic[, V1:= NULL] + +# Add scientific crop names for merging with crops.obic +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('aardappel', crop), crop_name_scientific := 'solanum tuberosum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('aardbei', crop), crop_name_scientific := 'fragaria x ananassa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('asperge', crop), crop_name_scientific := 'asparagus officinalis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('aubergine', crop), crop_name_scientific := 'solanum melongena'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('basilicum', crop), crop_name_scientific := 'ocimum basilicum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('bladkool_koolzaad', crop), crop_name_scientific := 'brassica oleracea'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('bladrammenas', crop), crop_name_scientific := 'raphanus sativus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('boekweit', crop), crop_name_scientific := 'fagopyrum esculentum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('chichorei', crop), crop_name_scientific := 'chichorium intybus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('dille', crop), crop_name_scientific := 'anethum graveolens'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('engels_raaigras', crop), crop_name_scientific := 'lolium perenne'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('erwt', crop), crop_name_scientific := 'pisum sativum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('facelia', crop), crop_name_scientific := 'phacelia tanacetifolia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('gele_mosterd', crop), crop_name_scientific := 'sinapsis alba'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('gerst', crop), crop_name_scientific := 'horderum vulgare'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('gingellikruid', crop), crop_name_scientific := 'guizotia abyssinica'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('haver', crop), crop_name_scientific := 'avena sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('hennep', crop), crop_name_scientific := 'cannabis sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('huttentut_of_deder_of_vlasdodder', crop), crop_name_scientific := 'camelina sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('inkarnaatklaver', crop), crop_name_scientific := 'trifolium incarnatum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('italiaans_raaigras', crop), crop_name_scientific := 'lolium multiflorum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('japanse_haver', crop), crop_name_scientific := 'avena strigosa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('rode_klaver', crop), crop_name_scientific := 'trifolium pratense'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('perzische_klaver', crop), crop_name_scientific := 'trifolium resupinatum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('witte_klaver', crop), crop_name_scientific := 'trifolium repens'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('alexandrijnse_klaver', crop), crop_name_scientific := 'trifolium alexandrinum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('knoflook', crop), crop_name_scientific := 'allium sativum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('knolraap|bladkool|chinese_kool', crop), crop_name_scientific := 'brassica rapa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('komkommer', crop), crop_name_scientific := 'cucumis sativus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('koolzaad|bloemkool|broccoli|boerenkool|koolrabi|sluitkool|spruitkool', crop), crop_name_scientific := 'brassica oleracea'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('koriander', crop), crop_name_scientific := 'coriandrum sativum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('lupine', crop), crop_name_scientific := 'lupinus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('luzerne', crop), crop_name_scientific := 'medicago sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('mais', crop), crop_name_scientific := 'zea mays'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('meloen|pompoen', crop), crop_name_scientific := 'cucurbita'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('paprika', crop), crop_name_scientific := 'capsicum annuum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('pastinaak', crop), crop_name_scientific := 'pastinaca sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('peen', crop), crop_name_scientific := 'daucus carota'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('peterselie', crop), crop_name_scientific := 'petroselinum crispum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('prei', crop), crop_name_scientific := 'allium ampeloprasum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('abies', crop), crop_name_scientific := 'abies'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('acer|esdoorn', crop), crop_name_scientific := 'acer'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('aconitum', crop), crop_name_scientific := 'aconitum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('allium', crop), crop_name_scientific := 'allium'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('amelanchier', crop), crop_name_scientific := 'amelanchier'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('andijvie', crop), crop_name_scientific := 'chicorium endivia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('anemone', crop), crop_name_scientific := 'anemone'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('aster', crop), crop_name_scientific := 'aster'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('astilbe', crop), crop_name_scientific := 'astible'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('betula', crop), crop_name_scientific := 'betula'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('blauwmaanzaad', crop), crop_name_scientific := 'papaver somniferum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('buxus', crop), crop_name_scientific := 'buxus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('camassia', crop), crop_name_scientific := 'camassia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('campanula', crop), crop_name_scientific := 'campanula'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('carpinus', crop), crop_name_scientific := 'carpinus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('chamaecyparis', crop), crop_name_scientific := 'chamaecyparis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('chionodoxa', crop), crop_name_scientific := 'chionodoxa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('cichorei', crop), crop_name_scientific := 'chichorium intybus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('colchicum', crop), crop_name_scientific := 'colchicum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('convallaria', crop), crop_name_scientific := 'convallaria'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('cornus', crop), crop_name_scientific := 'cornus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('courgette', crop), crop_name_scientific := 'cucurbita pepo'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('crataegus', crop), crop_name_scientific := 'crataegus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('crocosmia', crop), crop_name_scientific := 'crocosmia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('dahlia', crop), crop_name_scientific := 'dahlia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('delphinium', crop), crop_name_scientific := 'delphinium'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('eremurus', crop), crop_name_scientific := 'eremurus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('erythronium', crop), crop_name_scientific := 'erythronium'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('ethiopische_mosterd', crop), crop_name_scientific := 'brassica carinata'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('euonymus', crop), crop_name_scientific := ' euonymus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('fagus', crop), crop_name_scientific := 'fagus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('fraxinus', crop), crop_name_scientific := 'fraxinus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('freesia', crop), crop_name_scientific := 'freesia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('fritillaria', crop), crop_name_scientific := 'fritillaria'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('galanthus', crop), crop_name_scientific := 'galanthus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('galtonia', crop), crop_name_scientific := 'galtonia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('geranium', crop), crop_name_scientific := 'geranium'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('gierst_parel', crop), crop_name_scientific := 'pennisetum glaucum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('quinoa', crop), crop_name_scientific := 'chenopodium quinoa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('gladiool', crop), crop_name_scientific := 'gladiool'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('hemerocallis', crop), crop_name_scientific := 'hemerocallis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('hosta', crop), crop_name_scientific := 'hosta'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('hyacint', crop), crop_name_scientific := 'hyacinthus orientalis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('hymenocallis', crop), crop_name_scientific := 'hymenocallis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('iris', crop), crop_name_scientific := 'iris'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('karwij', crop), crop_name_scientific := 'carum carvi'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('krokus', crop), crop_name_scientific := 'crocus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('lelie', crop), crop_name_scientific := 'lilium'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('leucojum', crop), crop_name_scientific := 'leucojum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('liatris', crop), crop_name_scientific := 'liatris'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('ligustrum', crop), crop_name_scientific := 'ligustrum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('maggi', crop), crop_name_scientific := 'levisticum officinale'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('mahonia', crop), crop_name_scientific := 'mahonia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('malus', crop), crop_name_scientific := 'malus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('meekrap', crop), crop_name_scientific := 'rubia tinctorum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('muscari', crop), crop_name_scientific := 'muscari'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('narcis', crop), crop_name_scientific := 'narcis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('ornithogalum', crop), crop_name_scientific := 'ornithogalum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('oxalis', crop), crop_name_scientific := 'oxalis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('paeonia', crop), crop_name_scientific := 'paeonia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('papaver', crop), crop_name_scientific := 'papaver'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('phlox', crop), crop_name_scientific := 'phlox'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('picea', crop), crop_name_scientific := 'picea'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('pinus', crop), crop_name_scientific := 'pinus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('potentilla', crop), crop_name_scientific := 'potentilla'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('prunus', crop), crop_name_scientific := 'prunus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('pulmonaria', crop), crop_name_scientific := 'pulmonaria'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('puschkinia', crop), crop_name_scientific := 'puschkinia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('quercus', crop), crop_name_scientific := 'quercus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('rabarber', crop), crop_name_scientific := 'rheum rhabarbarum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('raketblad', crop), crop_name_scientific := 'solanum sisymbriifolium'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('ranunculus', crop), crop_name_scientific := 'ranunculus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('robinia', crop), crop_name_scientific := 'robinia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('rode_biet|suikerbiet', crop), crop_name_scientific := 'beta vulgaris'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('rogge', crop), crop_name_scientific := 'secale cereale'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('rosa', crop), crop_name_scientific := 'rosa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('salvia', crop), crop_name_scientific := 'salvia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('sarepta_mosterd', crop), crop_name_scientific := 'brassica juncea'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('schorseneer', crop), crop_name_scientific := 'scorzonera hispanica'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('scilla', crop), crop_name_scientific := 'scilla'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('selderij', crop), crop_name_scientific := 'apium graveolens'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('^sla', crop), crop_name_scientific := 'lactuca sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('soedangras', crop), crop_name_scientific := 'sorghum bicolor'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('spelt', crop), crop_name_scientific := 'triticum spelta'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('spinazie', crop), crop_name_scientific := 'espinaca oleracea'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('spiraea', crop), crop_name_scientific := 'spiraea'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('sprekelia', crop), crop_name_scientific := 'sprekelia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('spurrie', crop), crop_name_scientific := 'spergula'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('stamslaboon', crop), crop_name_scientific := 'phaseolus vulgaris'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('stenbergia', crop), crop_name_scientific := 'stenbergia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('syringa', crop), crop_name_scientific := 'syringa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('tagetes', crop), crop_name_scientific := 'tagetes'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('taxus', crop), crop_name_scientific := 'taxus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('teff', crop), crop_name_scientific := 'eragrostis tef'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('thuja', crop), crop_name_scientific := 'thuja'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('tigridia', crop), crop_name_scientific := 'tigridia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('tilia', crop), crop_name_scientific := 'tilia'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('triticale', crop), crop_name_scientific := 'triticale'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('tulp', crop), crop_name_scientific := 'tulipa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('^ui$', crop), crop_name_scientific := 'allium cepa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('valeriaan', crop), crop_name_scientific := 'valeriana officinalis'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('tuinboon', crop), crop_name_scientific := 'vicia faba'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('venkel', crop), crop_name_scientific := 'foeniculum vulgare'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('vlas', crop), crop_name_scientific := 'linum usitatissimum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('wikke', crop), crop_name_scientific := 'vicia sativa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('westerwolds', crop), crop_name_scientific := 'lolium multiflorum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('wintertarwe', crop), crop_name_scientific := 'triticum aestivum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('witlof', crop), crop_name_scientific := 'chichorium intybus'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('zantedeschia', crop), crop_name_scientific := 'zantedeschia aethiopica'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('zilverspar', crop), crop_name_scientific := 'abies'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('zomertarwe', crop), crop_name_scientific := 'triticum aestivum'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('zonnebloem', crop), crop_name_scientific := 'tulipa'] +nema.crop.rot.obic <- nema.crop.rot.obic[grepl('zwaardherik', crop), crop_name_scientific := 'eruca vesicaria'] + +# Format scientific species names to be aligned with nema.obic +nema.crop.rot.obic <- nema.crop.rot.obic[,name_scientific := gsub('spp$', 'spp\\.',name_scientific)] +# nema.crop.rot.obic <- nema.crop.rot.obic[name_scientific == 'Globodera rostochiensis of pallida',name_scientific := 'Cysteaaltjes'] +# Heterodera are cystnematodes and may require extra input information for nema.obic +# Longidorus elongatus (as well as Xiphinema) are very large and do not appear in a typical analysis +# aaltjesschema has Rotylenchus uniformis obic only has Rotylenchus spp. similair with Xiphinema diversicaudatum and Xiphinema spp. + +# replace non ascii ï with i +nema.crop.rot.obic <- nema.crop.rot.obic[,nema_name := gsub('ï', "i", nema_name)] +nema.crop.rot.obic <- nema.crop.rot.obic[,name_common := gsub('ï', "i", name_common)] +nema.crop.rot.obic <- nema.crop.rot.obic[,name_scientific := gsub('ï', "i", name_scientific)] + +# Write to OBIC +write.csv(nema.crop.rot.obic, 'DEV/data/aaltjes_gewas_schema.csv') +usethis::use_data(names = nema.crop.rot.obic, overwrite = TRUE) + + diff --git a/DEV/scripts/ppr_column_description.R b/DEV/scripts/ppr_column_description.R index e5a27513..9f7ca6c4 100644 --- a/DEV/scripts/ppr_column_description.R +++ b/DEV/scripts/ppr_column_description.R @@ -4,7 +4,7 @@ library(data.table) # load description csv file - column_description.obic <- fread("DEV/data/column_description.csv") + column_description.obic <- fread("dev/data/column_description.csv") # a few adaptations to ensure correct format column_description.obic[column_description.obic == ''] <- NA diff --git a/DEV/scripts/ppr_crops_crumbleability.R b/DEV/scripts/ppr_crops_crumbleability.R new file mode 100644 index 00000000..37fcdfff --- /dev/null +++ b/DEV/scripts/ppr_crops_crumbleability.R @@ -0,0 +1,7 @@ +# ppr_eval_crumbleability + +# read in csv file +eval.crumbleability <- fread('dev/data/crumbleability.csv',sep=';') + +# save file +save(eval.crumbleability, file = 'data/eval_crumbleability.RData') diff --git a/DEV/scripts/ppr_crops_obic.R b/DEV/scripts/ppr_crops_obic.R index 1080bc3e..f3be693f 100644 --- a/DEV/scripts/ppr_crops_obic.R +++ b/DEV/scripts/ppr_crops_obic.R @@ -484,6 +484,64 @@ # Correction on Spelt waterstress cr[crop_name == 'spelt', crop_waterstress := 'granen'] +# add makkink factor to crop table + + # bloembollen + cr[grepl('adonis|amaryl|beemdlang|bloembol|dahlia|echinacea|gladiool|goudsbloem|iris|krokus',crop_name), crop_makkink := 'bloembollen'] + cr[grepl('kuifhyacint|leeuwenbek|lelie|narcis|bloemen|pioenroos|sierui|tagetes|teunisbloem|tulp|vergeet|zantedesch',crop_name), crop_makkink := 'bloembollen'] + + # bloemkool + cr[grepl('kool|brocol',crop_name), crop_makkink := 'bloemkool'] + + # bos en natuur + cr[grepl('natuur|^bos',crop_name), crop_makkink := 'bos'] + + # fruit + cr[grepl('aardbei|^appelen|bessen|bramen|cranber|framboz|hazelnot|kersen|notenbomen|kleinfruit|perziken|peren|pruimen|walnoten|druiven|fruit', crop_name), crop_makkink := 'fruit'] + + # granen + cr[grepl('boekwei|gierst|graan|granen|tarwe|triticale|vlas|rogge|teff|gerst',crop_name), crop_makkink := 'graan'] + cr[grepl('tarwe, winter|gerst, winter', crop_name), crop_makkink := "wintertarwe"] + + # grasklaver + cr[grepl('bufferstrook|klaver',crop_name),crop_makkink := 'grasklaver'] + + # grasland + cr[grepl('grasland|rietzwenk|timothee|veldbeemd|gras|graszaad|graszode',crop_name), crop_makkink := 'grasland'] + + # groenten + cr[grepl('augurk|courgette|komkom|meloen|groenten|pompoen|bladgewassen|spinaz|andijvie',crop_name), crop_makkink := 'groenten'] + + # jong bos + cr[grepl('boomkwekerij|haagplanten|braak met bos|buxus|ericaceae|kerstbomen|laanbomen|overige natuur|rozenstruiken|coniferen|heesters|vaste planten|vruchtbomen|wilgenhakhout|woudbomen',crop_name), crop_makkink := 'jong bos'] + + # natuurlijk grasland + cr[grepl('onttrokken cultuurgrond|faunarand|geen landbouwproductie'), crop_makkink := 'natuurlijk grasland'] + + # overige bol en knolgewassen + cr[grepl('aardperen|bieten|knoflook|knolvenkel|koolraap|koolrabi|kroten|pastinaak|stoppelknol|cichor',crop_name), crop_makkink := 'bol en knolgewassen'] + + # kleine groepen + cr[grepl('selderij',crop_name), crop_makkink := 'selderij'] + cr[grepl('^sla|paksoi',crop_name), crop_makkink := 'sla'] + cr[grepl('prei',crop_name), crop_makkink := 'prei'] + cr[grepl('mais',crop_name), crop_makkink := 'snijmais'] + cr[grepl('chinese kool|witlof',crop_name), crop_makkink := 'spitskool'] + cr[grepl('^bonen|^erwten|bruine bonen|kapucijners|sojabonen|peulen|pronkbonen|stoksnijbonen|sperziebon',crop_name), crop_makkink := 'tuinbonen'] + cr[grepl('bospeen|waspeen|peen',crop_name), crop_makkink := 'peen'] + cr[grepl('^uien|plantui|winterui',crop_name), crop_makkink := 'zaaiuien'] + cr[grepl('^aardappelen|^aardappel',crop_name), crop_makkink := 'aardappels'] + cr[grepl('braak|onbeteelde grond',crop_name), crop_makkink := 'braak'] + + # groenbemesters + cr[grepl('groenbemesters|bladraap|bladram',crop_name), crop_makkink := 'bladrammenas'] + + # wintergewassen + cr[grepl('bloemkool|kool|prei',crop_name) & grepl('winter',crop_name), crop_makkink := 'overig'] + + # overige gewassn + cr[is.na(crop_makkink), crop_makkink := 'overig'] + # update the csv and Rdata file crops.obic <- copy(cr) save(crops.obic, file = 'data/crops_obic.RData') diff --git a/DEV/scripts/ppr_maatregel.R b/DEV/scripts/ppr_maatregel.R index b527ec5a..bb9c02e8 100644 --- a/DEV/scripts/ppr_maatregel.R +++ b/DEV/scripts/ppr_maatregel.R @@ -102,10 +102,32 @@ # add to m.obic m.obic <- rbind(m.obic[!indicator=='I_P_MS'],m1.copy,m2.copy) + + +# update september 2021 + + # add workability, assuming similar impacts on workability as on wetness stress + m2.copy <- m.obic[indicator=='I_P_WS'][,indicator := 'I_P_WO'] + + # add to m.obic + m.obic <- rbind(m.obic,m2.copy) + + # setkey + setkey(m.obic,indicator,m_sector,m_soiltype) + +# update august 2021 + + # I_P_WO is added to with dummy values to prevent error + m1.copy <- m.obic[indicator=='I_P_DS'][,indicator := 'I_P_WO'][,c('m_effect','m_applicability') := 0] + + # add to m.obic + m.obic <- rbind(m.obic,m1.copy) + # setkey setkey(m.obic,indicator,m_sector,m_soiltype) # rename to recom.obic recom.obic <- m.obic + save(recom.obic, file = "data/recom_obic.RData") diff --git a/DEV/scripts/ppr_makkink.R b/DEV/scripts/ppr_makkink.R new file mode 100644 index 00000000..3166bfd1 --- /dev/null +++ b/DEV/scripts/ppr_makkink.R @@ -0,0 +1,15 @@ +# make makkink table + + # load csv file with makkink per crop per month + dt <- fread('dev/data/makkink.csv', header = TRUE) + + # colnames for the 12 months + cols <- colnames(dt)[-1] + + # replace all missing values with the value 0.36 for braak soil + dt[,c(cols) := lapply(.SD,function(x) fifelse(is.na(x),0.23,x)),.SDcols = cols] + + # write file to data + crops.makkink <- copy(dt) + save(crops.makkink, file = 'data/crops_makkink.RData') + \ No newline at end of file diff --git a/DEV/scripts/ppr_nema_obic.R b/DEV/scripts/ppr_nema_obic.R index efc1e0c5..b8690ddf 100644 --- a/DEV/scripts/ppr_nema_obic.R +++ b/DEV/scripts/ppr_nema_obic.R @@ -39,6 +39,34 @@ obic.nema[is.na(standaard),standaard := FALSE] + # add ea nematodes ===== + ean <- fread('DEV/data/ea_aaltjes.csv', header = TRUE) |> setnames('x', 'element') + + # only keep element column + ean <- data.table(element = ean$element) + + # select new species + ean <- ean[!element %in% obic.nema$element] + + # add to obic.nema + obic.nema <- rbindlist(list(obic.nema, ean), use.names = TRUE, fill = TRUE) + + # read and add parameters + par <- fread('DEV/data/parameters.csv', header = TRUE) + par <- par[,.(Code, Parameter)] + + # merge par and nema + obic.nema <- merge(obic.nema, par, by.x = 'element', by.y = 'Code', all.x = TRUE) + + # add species names to new rows + obic.nema <- obic.nema[is.na(species), species := gsub('^.*tode, ', '', Parameter)] + obic.nema <- obic.nema[,species := gsub(',.*$', '', species)] + obic.nema <- obic.nema[,species := gsub("(^)([[:alpha:]])", "\\1\\U\\2", species, perl = TRUE)] + + # remove parameter + obic.nema <- obic.nema[,Parameter := NULL] + # save files nema.obic <- obic.nema - save(nema.obic, file= 'data/nema_obic.RData') + # save(nema.obic, file= 'data/nema_obic.RData') + usethis::use_data(nema.obic) \ No newline at end of file diff --git a/DEV/scripts/ppr_season_obic.R b/DEV/scripts/ppr_season_obic.R index 4cfcd308..54bccb70 100644 --- a/DEV/scripts/ppr_season_obic.R +++ b/DEV/scripts/ppr_season_obic.R @@ -7,5 +7,36 @@ # Not all landuses in the original table appear in brp and some of the brp crops have been assigned to "overig" and could be reclassified later. season.obic <- fread('dev/data/season_obic.csv') + # remove column numbers + season.obic <- season.obic[,.(landuse, req_days_pre_glg, req_days_post_glg, total_days, derving)] + + # add soiltype columns to be molten based on soils.obic$soiltype.m + season.obic[, zand := 'zand'] + season.obic[, klei := 'klei'] + season.obic[, veen := 'veen'] + season.obic[, loess := 'loess'] + + # melt soiltype + season.obic <- melt(season.obic, measure.vars = c('zand', 'klei', 'veen', 'loess'), variable.name = 'soiltype.m') + + # remove value column (only column names were really needed in melting) + season.obic <- season.obic[,.(landuse, req_days_pre_glg, req_days_post_glg, total_days, derving, soiltype.m)] + + # set req days post glg for mais on sand/loess to match 1 october and other soils to 20 october + season.obic <- season.obic[landuse == 'snijmais',req_days_post_glg := + fifelse(soiltype.m %in% c('zand', 'loess'), 274-227, 293-227)] # where numbers are doy resulting in number of days after glg (doy = 227) + + # set negative required days to 0 but preserve this data in csv + season.obic <- season.obic[req_days_post_glg < 0,req_days_post_glg := 0] + + # ensure that total days equal to or larger than required days pre and/or post glg + season.obic <- season.obic[total_days<(req_days_pre_glg+req_days_post_glg)| + total_daysobiin[i, B_GLG]) { - x <- obiin[i,B_GHG] - obiin[i,B_GHG := B_GLG] - obiin[i,B_GLG := x] + if(obiin[i,B_GWL_GHG]>obiin[i, B_GWL_GLG]) { + x <- obiin[i,B_GWL_GHG] + obiin[i,B_GWL_GHG := B_GWL_GLG] + obiin[i,B_GWL_GLG := x] } } # Values may still be equal -obiin[,B_GLG := fifelse(B_GLG-B_GHG < 10, B_GLG+10,B_GLG)] +obiin[,B_GWL_GLG := fifelse(B_GWL_GLG-B_GWL_GHG < 10, B_GWL_GLG+10,B_GWL_GLG)] # Calculate OBIC result <- OBIC::obic(obiin, FALSE) @@ -155,22 +184,22 @@ bof <- st_read('../OBIC functies bodembewerkbaarheid/dev/BOFEK2020_GIS/GIS/shp_f # Ook asin ipv sin (Huinink gebruikt BOOGSIN of ARCSIN in excel denk ik) geeft niet het gewenste resultat 138-asin((-76-(25-150)/2)/((-25+150)/2))/0.0172024 # Plotten van de sinosoide geeft ook iets raars -x <- B_GLG:B_GHG -B_GHG <- 25 -B_GLG <- 150 +x <- B_GWL_GLG:B_GWL_GHG +B_GWL_GHG <- 25 +B_GWL_GLG <- 150 png(filename='dev/grondwaterstand_doy.png') -plot(x, 138-(asin((-x-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024), xlab = "gewenste grondwaterstand onder maaiveld cm", ylab = "doy waarop grondwaterstand wordt bereikt") +plot(x, 138-(asin((-x-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024), xlab = "gewenste grondwaterstand onder maaiveld cm", ylab = "doy waarop grondwaterstand wordt bereikt") dev.off() png(filename = 'dev/plot.png') -plot(138-(asin((-x-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024), x, xlab = "doy waarop grondwaterstand wordt bereikt", ylab = "gewenste grondwaterstand onder maaiveld cm") +plot(138-(asin((-x-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024), x, xlab = "doy waarop grondwaterstand wordt bereikt", ylab = "gewenste grondwaterstand onder maaiveld cm") dev.off() library(ggpubr) -B_GHG <- 25 -B_GLG <- 150 -x <- B_GLG:B_GHG -gg <- ggplot(data = data.frame(x = B_GLG:B_GHG, B_GHG = B_GHG, B_GLG = B_GHG, y = 138-(asin((-x-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024)), +B_GWL_GHG <- 25 +B_GWL_GLG <- 150 +x <- B_GWL_GLG:B_GWL_GHG +gg <- ggplot(data = data.frame(x = B_GWL_GLG:B_GWL_GHG, B_GWL_GHG = B_GWL_GHG, B_GWL_GLG = B_GWL_GHG, y = 138-(asin((-x-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024)), mapping = aes(x = x, y =y ))+ theme_pubr() + geom_point()+ xlab("gewenste grondwaterstand onder maaiveld cm") + @@ -179,7 +208,7 @@ show(gg) ggsave('dev/grondwater_doy.png') # Plot van lengte van het groeiseizoen============ -gg <- ggplot(data = data.frame(x = B_GLG:B_GHG, B_GHG = B_GHG, B_GLG = B_GHG, y = 2*(228-(138-(asin((-x-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024)))), +gg <- ggplot(data = data.frame(x = B_GWL_GLG:B_GWL_GHG, B_GWL_GHG = B_GWL_GHG, B_GWL_GLG = B_GWL_GHG, y = 2*(228-(138-(asin((-x-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024)))), mapping = aes(x = x, y =y ))+ theme_pubr() + geom_point()+ xlab("gewenste grondwaterstand onder maaiveld cm") + @@ -277,25 +306,25 @@ m4 <- rbindlist(fieldprop) sf.dt <- as.data.table(sf) m4 <- merge.data.table(m4, sf.dt[,.(ref_id, glg, ghg)], by.x = 'field', by.y = 'ref_id') setnames(m4, names(m4), toupper(names(m4))) -setnames(m4, c('REF_ID', 'GLG', 'GHG'), c('ID', 'B_GLG', 'B_GHG')) +setnames(m4, c('REF_ID', 'GLG', 'GHG'), c('ID', 'B_GWL_GLG', 'B_GWL_GHG')) # GLG en GHG omzetten van m naar cm -m4[,B_GLG := B_GLG*100] -m4[,B_GHG := B_GHG*100] +m4[,B_GWL_GLG := B_GWL_GLG*100] +m4[,B_GWL_GHG := B_GWL_GHG*100] saveRDS(m4, '../OBIC functies bodembewerkbaarheid/dev/testdata.rds') testdt <- m4[YEAR == 2019] test <- calc_workability(A_CLAY_MI = testdt$A_CLAY_MI, A_SILT_MI = testdt$A_SILT_MI, B_LU_BRP = testdt$B_LU_BRP, - B_BT_AK = testdt$B_BT_AK, B_GLG = testdt$B_GLG, B_GHG = testdt$B_GHG) -# NaN's worden geproduceerd wanneer (-req_depth_spring-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024) kleiner is dan -1 of groter dan 1 -# in regels 144 en 145: dt[,req_spring_depth_day := round(138-(asin((-req_depth_spring-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024))] + B_SOILTYPE_AGR = testdt$B_SOILTYPE_AGR, B_GWL_GLG = testdt$B_GWL_GLG, B_GWL_GHG = testdt$B_GWL_GHG) +# NaN's worden geproduceerd wanneer (-req_depth_spring-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024) kleiner is dan -1 of groter dan 1 +# in regels 144 en 145: dt[,req_spring_depth_day := round(138-(asin((-req_depth_spring-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024))] # Zoek uit waarom dit zo kan zijn testdt$I_WO <- test #plot waardes -round(138-(asin((-req_depth_spring-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024)) # Formule waar het mis gaat +round(138-(asin((-req_depth_spring-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024)) # Formule waar het mis gaat mokghg <- seq(1,201, 4) req_depth_spring <- 60 -plot(mokghg, (-req_depth_spring-0.5*(-mokghg-testdt$B_GLG))/(0.5*(-mokghg+testdt$B_GLG))/0.0172024) +plot(mokghg, (-req_depth_spring-0.5*(-mokghg-testdt$B_GWL_GLG))/(0.5*(-mokghg+testdt$B_GWL_GLG))/0.0172024) plot(mokghg, (-req_depth_spring-0.5*(-mokghg-150))/(0.5*(-mokghg+150))/0.0172024) plot(145, (-req_depth_spring-0.5*(-145-150))/(0.5*(-145+150))/0.0172024) @@ -305,41 +334,41 @@ plot(x, (-req_depth_spring-0.5*(-x-150))/(0.5*(-x+150))/0.0172024) # constante glg, toenemende ghg req_depth_day <- c() -for(B_GHG in 1:149) { - B_GLG <- 150 +for(B_GWL_GHG in 1:149) { + B_GWL_GLG <- 150 req_depth_spring <- 60 - req_depth_day[B_GHG] <- round(138-(asin((-req_depth_spring-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024)) + req_depth_day[B_GWL_GHG] <- round(138-(asin((-req_depth_spring-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024)) } plot(1:149,req_depth_day) # toenemende glg en ghg req_depth_day <- c() -for(B_GHG in 1:149) { - B_GLG <- 150 +B_GHG +for(B_GWL_GHG in 1:149) { + B_GWL_GLG <- 150 +B_GWL_GHG req_depth_spring <- 60 - req_depth_day[B_GHG] <- round(138-(asin((-req_depth_spring-0.5*(-B_GHG-B_GLG))/(0.5*(-B_GHG+B_GLG)))/0.0172024)) + req_depth_day[B_GWL_GHG] <- round(138-(asin((-req_depth_spring-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024)) } plot(1:149,req_depth_day) # De grondwaterstand op de y-as op dagnr x kan worden berekend uit 0.5*amplitude * SIN(x*0.0172024) of -# GWSdagx = -(-B_GHG-B_GLG)/2+(-B_GHG+B_GLG)/2*sin(0.0172142*(dagx +46)) -GWSdagx <- -(-B_GHG-B_GLG)/2+(-B_GHG+B_GLG)/2*sin(0.0172142*(dagx +46)) +# GWSdagx = -(-B_GWL_GHG-B_GWL_GLG)/2+(-B_GWL_GHG+B_GWL_GLG)/2*sin(0.0172142*(dagx +46)) +GWSdagx <- -(-B_GWL_GHG-B_GWL_GLG)/2+(-B_GWL_GHG+B_GWL_GLG)/2*sin(0.0172142*(dagx +46)) gws_jaar <- c() for(dagx in 1:365){ - gws_jaar[dagx] <- -(-B_GHG-B_GLG)/2+(-B_GHG+B_GLG)/2*sin(0.0172142*(dagx +46)) + gws_jaar[dagx] <- -(-B_GWL_GHG-B_GWL_GLG)/2+(-B_GWL_GHG+B_GWL_GLG)/2*sin(0.0172142*(dagx +46)) } plot(1:365,gws_jaar) # De dag x te waarop tussen 15 februari en 15 augustus een gegeven grondwaterstand y gemiddeld voor komt volgt uit: # Dag x = - arcsin [ -(gwsy – gemiddelde gws) / amplitude van de golf] /0,0172142 + 138 -B_GHG <- 20 -B_GLG <- 120 +B_GWL_GHG <- 20 +B_GWL_GLG <- 120 req_depth_spring <- 20:121 -# dagx <- - asin(-(req_depth_spring-(B_GHG+B_GLG)/2/(-B_GHG+B_GLG)/2))/0.0172142+138 -dagx <- 138-(asin((-req_depth_spring-(-B_GHG-B_GLG)/2)/((-B_GHG+B_GLG)/2))/0.0172142) # the proper formula +# dagx <- - asin(-(req_depth_spring-(B_GWL_GHG+B_GWL_GLG)/2/(-B_GWL_GHG+B_GWL_GLG)/2))/0.0172142+138 +dagx <- 138-(asin((-req_depth_spring-(-B_GWL_GHG-B_GWL_GLG)/2)/((-B_GWL_GHG+B_GWL_GLG)/2))/0.0172142) # the proper formula plot(min(req_depth_spring):max(req_depth_spring),dagx) -# perhaps req_depth_spring is sometimes outside bounds of B_GLG and B_GHG +# perhaps req_depth_spring is sometimes outside bounds of B_GWL_GLG and B_GWL_GHG debug(calc_workability) test <- calc_workability(A_CLAY_MI = testdt$A_CLAY_MI, A_SILT_MI = testdt$A_SILT_MI, B_LU_BRP = testdt$B_LU_BRP, - B_BT_AK = testdt$B_BT_AK, B_GLG = testdt$B_GLG, B_GHG = testdt$B_GHG) + B_SOILTYPE_AGR = testdt$B_SOILTYPE_AGR, B_GWL_GLG = testdt$B_GWL_GLG, B_GWL_GHG = testdt$B_GWL_GHG) # yield loss voor overig heeft een formule nodig: rsltest <- seq(0,1,0.01) @@ -348,7 +377,8 @@ plot(rsltest, 100*rsltest^2-200*rsltest+100) # testobject require(data.table) -field <- jsonlite::fromJSON("dev/tests/obi2.json") +require(OBIC) +field <- jsonlite::fromJSON("dev/tests/input.json") dt <- data.table(ID = 362662, B_SOILTYPE_AGR = field$b_soiltype_agr, @@ -416,7 +446,7 @@ dt[,M_COMPOST := 5] require(OBIC) require(data.table) -nsim = 50 +nsim =1 out.list = list() pb <- txtProgressBar(0,nsim) diff --git a/DEV/tests/workability_testcases.R b/DEV/tests/workability_testcases.R new file mode 100644 index 00000000..115e459d --- /dev/null +++ b/DEV/tests/workability_testcases.R @@ -0,0 +1,216 @@ +library(data.table) +library(OBIC) +library(sf) + +# Load data +obiin <- readRDS('../OBIC functies bodembewerkbaarheid/dev/obiin_pdf.rds') +# brpgg <- readRDS('../OBIC functies bodembewerkbaarheid/dev/glg ghg/brp_glg_ghg.rds') +# brpgg.dt <- as.data.table(brpgg) +zcrit <- st_read('../OBIC functies bodembewerkbaarheid/brp_glg_ghg_zcrit2.gpkg') +zcrit.dt <- as.data.table(zcrit) +zcrit.dt <- zcrit.dt[,profiel_zcrit2 := profiel_zcrit2] +zcrit.dt <-zcrit.dt[,glg := glg*100] +zcrit.dt <-zcrit.dt[,ghg := ghg*100] + +# Select 2019 +obiin <- obiin[YEAR == 2019] + +# Merge glg and ghg data into obiin +obiin.m <- merge.data.table(obiin, zcrit.dt[,.(ref_id, GWT, glg, ghg, glg_mean, ghg_mean, clus_2020, bodem1, profiel_zcrit2)], by.x = 'ID', by.y = 'ref_id', all.x = TRUE) + +# calc_workability for testing v1.1.0-------------------- +calc_workability_testcase <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_GWL_GLG, B_GWL_GHG, B_Z_TWO, ref_id) { + + # define variables used within the function + id =crop_code = soiltype = landuse = crop_waterstress = crop_season = NULL + soiltype.m = spring_depth = gws_sub_workingdepth = NULL + early_season_day_deficit = late_season_day_deficit = NULL + req_days_pre_glg = req_days_post_glg = total_days = NULL + # parameters related to required depth (rd): required depth for capilairy (rdc), for hydrostatic equilibrium (rdh) + rdh = rdc = rd_spring = rd_fall = NULL + rdh_spring = rdh_fall = req_spring_depth_day = req_fall_depth_day = NULL + rsl = derving = yl = yield = NULL + + # Load in the datasets + crops.obic <- as.data.table(OBIC::crops.obic) + setkey(crops.obic, crop_code) + soils.obic <- as.data.table(OBIC::soils.obic) + setkey(soils.obic, soiltype) + season.obic <- as.data.table(OBIC::season.obic) + setkey(season.obic, landuse) + + # Check inputs + arg.length <- max(length(A_CLAY_MI), length(A_SILT_MI), length(B_LU_BRP), length(B_SOILTYPE_AGR), + length(B_GWL_GLG), length(B_GWL_GHG), length(B_Z_TWO)) + checkmate::assert_numeric(A_CLAY_MI, lower = 0, upper = 100, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(A_SILT_MI, lower = 0, upper = 100, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1, len = arg.length) + checkmate::assert_subset(B_LU_BRP, choices = unique(crops.obic$crop_code), empty.ok = FALSE) + checkmate::assert_character(B_SOILTYPE_AGR, any.missing = FALSE, min.len = 1, len = arg.length) + checkmate::assert_subset(B_SOILTYPE_AGR, choices = unique(soils.obic$soiltype), empty.ok = FALSE) + checkmate::assert_numeric(B_GWL_GLG, lower = 0, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(B_GWL_GHG, lower = 0, any.missing = FALSE, len = arg.length) + checkmate::assert_true(all(B_GWL_GHG < B_GWL_GLG)) + checkmate::assert_numeric(B_Z_TWO, lower = 0, upper = 400, any.missing = FALSE, len = arg.length) + + # Collect in data table + dt <- data.table(id = 1:arg.length, + A_CLAY_MI = A_CLAY_MI, + A_SILT_MI = A_SILT_MI, + B_LU_BRP = B_LU_BRP, + B_SOILTYPE_AGR = B_SOILTYPE_AGR, + B_GWL_GLG = B_GWL_GLG, + B_GWL_GHG = B_GWL_GHG, + B_Z_TWO = B_Z_TWO, + ref_id = ref_id) + + # merge with OBIC crop and soil table + dt <- merge(dt, crops.obic[, list(crop_code, crop_waterstress, crop_season)], + by.x = "B_LU_BRP", by.y = "crop_code") + dt <- merge(dt, soils.obic[, list(soiltype, soiltype.m)], by.x = "B_SOILTYPE_AGR", by.y = "soiltype") + dt <- merge(dt, season.obic, by.x = 'crop_season', by.y = 'landuse') + + ## determine workability key numbers + + # new parameters to be added + cols <- c('gws_sub_workingdepth','spring_depth') + + # sandy soils with variable silt content + dt[soiltype.m == 'zand' & A_SILT_MI < 10, c(cols) := list(45,35)] + dt[soiltype.m == 'zand' & A_SILT_MI >= 10 & A_SILT_MI < 20, c(cols) := list(55,30)] + dt[soiltype.m == 'zand' & A_SILT_MI >= 20, c(cols) := list(60,30)] + + # loess and peat soils + dt[soiltype.m == 'loess',c(cols) := list(65,12)] + dt[soiltype.m == 'veen',c(cols) := list(55,22)] + + # clay soils + dt[soiltype.m == 'klei' & A_CLAY_MI < 12, c(cols) := list(85,12)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 12 & A_CLAY_MI < 17, c(cols) := list(85,12)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 17 & A_CLAY_MI < 25, c(cols) := list(75,15)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 25 & A_CLAY_MI < 35, c(cols) := list(65,15)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 35, c(cols) := list(45,15)] + + + # Overwrite spring working depth for perennial crops + crops.p <- c('boomteelt', 'overig boomteelt', 'groot fruit','grasland zonder herinzaai', 'grasland met herinzaai') + dt[crop_waterstress %in% crops.p,spring_depth := 0] + + # test 1: desired groundwater depth for work under hydrostatic equilibrium (abbreviated as rdh) in spring and fall + dt[, rdh_spring := gws_sub_workingdepth+spring_depth] + dt[, rdh_fall := gws_sub_workingdepth] + + # test 2: At what groundwater level is capillary rise lower than evaporation (<2mm/d), required depth capilairy abbreviated as rdc + dt[, rdc := B_Z_TWO] + + # Choose lowest required depth as required depth + dt[,rd_spring := fifelse(rdh_spring <= rdc, rdh_spring,rdc)] + dt[,rd_fall := fifelse(rdh_fall <= rdc, rdh_fall, rdc)] + + # Calculate season length ----- + + # Calculate the day on which the desired water depth is reached for spring and fall + + # Spring and fall + dt[rd_spring >= B_GWL_GHG & rd_spring <= B_GWL_GLG, + req_spring_depth_day := round(138-(asin((-rd_spring-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024))] + dt[rd_fall >= B_GWL_GHG & rd_fall <= B_GWL_GLG, + req_fall_depth_day := round(138-(asin((-rd_fall-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024))] + + # if highest groundwater level is deeper than required depth, soil is always workable + # if lowest groundwater level is higher than required depth, soil is never workable. + # required_depth_day is set to 228 (which is 15 aug/GLG) so season length will be 0 + dt[rd_spring < B_GWL_GHG, req_spring_depth_day := 1] + dt[rd_spring >= B_GWL_GLG, req_spring_depth_day := 228] + dt[rd_fall < B_GWL_GHG, req_fall_depth_day := 1] + dt[rd_fall > B_GWL_GLG, req_fall_depth_day := 228] + + # Calculate the number of days deficit compared to ideal situation, always above zero + dt[,early_season_day_deficit := pmax(0,req_days_pre_glg-(228-req_spring_depth_day))] + dt[,late_season_day_deficit := pmax(0,req_days_post_glg-(228-req_fall_depth_day))] + + # Calculate relative season length + dt[,rsl := (total_days-late_season_day_deficit-early_season_day_deficit)/total_days] + + # Calculate new score without taking yields into account + dt[,new_score := OBIC::evaluate_logistic(x = rsl, b = 15, x0 = 0.75, v = 1, increasing = TRUE)] + + # # Calculate percentage yield loss non-grassland by sub-optimal season length + dt[derving == 'zaai groenten' , yl := 538*rsl^2-1144*rsl+606] + dt[derving == 'zomergranen' , yl := 232*rsl^2- 475*rsl+243] + dt[derving == 'plant groenten', yl := 392*rsl^2- 785*rsl+393] + dt[derving == 'wintergranen' , yl :=(232*rsl^2- 475*rsl+243)*0.85/2] + dt[derving == 'boomteelt' , yl :=(538*rsl^2-1144*rsl+606)/2] + dt[derving == 'overig' , yl := 100*rsl^2- 100*rsl+100] + + # helper functions to determine yield loss in grass given soiltype + ylveen <- approxfun(x = c(1, 0.9, 0.8, 0.6, 0.55, 0.43, 0.22, 0.08, 0), + y = c(23, 25, 28, 36, 38, 41, 54, 59, 100), method = 'linear', + yleft = NA_integer_, yright = NA_integer_) + ylsoil <- approxfun(x = c(1, 0.9, 0.8, 0.6, 0.55, 0.43, 0.22, 0.08, 0), + y = c(23, 25, 29, 41, 43, 51, 68, 72, 100), method = 'linear', + yleft = NA_integer_, yright = NA_integer_) + + dt[derving == 'grasland' & soiltype.m == 'veen', yl := ylveen(rsl)] + dt[derving == 'grasland' & !soiltype.m == 'veen', yl := ylsoil(rsl)] + + # Calculate yield fraction, always above zero + dt[,yield := pmax(0, 1 - 0.01 * yl)] + + # setorder + setorder(dt, id) + + # Return yield + value <- dt[,yield] + + # return value + return(dt) +} + +# Making testcaseoutcomes====== +dd <- obiin.m[ghg= req_days_pre_glg + req_days_post_glg in `season.obic` +* Root depth was incorrectly assigned for maize and nature +* Fix the format of `NEWS.md` so that it is shown on the package website +* Remove the prefixes and suffixed of `B_GWL_CLASS` -## version 1.0.4 2021-09-27 -### Added +# OBIC 1.0.4 2021-09-27 +## Added * Check on column names in obic_field_dt * tests on obic_field_dt -### Fixed +## Fixed * Fixed check on required column names in obic_field_dt -## Version 1.0.3 2021-09-16 -### Added +# OBIC 1.0.3 2021-09-16 +## Added * Adds unit test for `obic_field` -### Removed -* Removes `A_COM_FR` and `A_CACO3_IF` from input as they were not used #145 - -### Fixed +## Fixed * Fixes ascii signs issues -## Version 1.0.2 2021-05-20 -### Added +# OBIC 1.0.2 2021-05-20 +## Added * ind_man_ess.R and tests are added for update aggregated management scores, issue #131 -### Changed +## Changed * obic_field() makes use of ind_man_ess -### Fixed +## Fixed * check B_GWL_CLASS in calc_waterstressindex(), issue #129 -## Version 1.0.1 2021-05-05 -### Added +# OBIC 1.0.1 2021-05-05 +## Added * management.obic table added to link management measures to ecosystem services * calc_man_ess.R and tests are added to estimate grouped impact of management on ecosystem servcices, issue #125 -### Changed +## Changed * I_M_* and I_*_BCS indicators for management measures and BCS are removed, issue #126 * values -999 are replaced by NA * column_descriptons_obic.Rdata is updated * weight.obic is updated -## Version 1.0.0 2021-04-28 -### Added + +# OBIC 1.0.0 2021-04-28 +## Added * column crops_season to crops.obic * column scientific_names to crops.obic * preparation crops.obic in dev @@ -63,7 +108,7 @@ * new M_codes added: M_LIME, M_NONINVTILL, M_SSPM, M_SOLIDMANURE,M_STRAWRESIDUE, M_MECHWEEDS, M_PESTICIDES_DST, issue #107 * obic_field_dt to run obic_field() for a data.table input -### Changed +## Changed * calculation PBI updated for grassland * PBI input is flexible for both grassland and arable * calculation SLV updated @@ -86,27 +131,27 @@ * very low Mg indicator values for grassland on clay and peat, issue 84 * evaluation and calculation for Cu are updated -### Fixed +## Fixed * setorder in winderodibility -## Version 0.11.1 2020-09-02 -### Changed +# OBIC 0.11.1 2020-09-02 +## Changed * The water holding capacity is now between 0 and 1 (as theta should be) and uses new evaluation function #67 * Lower range of `D_NLV` is set to -30 * Upper range of `D_MG` is set to 1000 * Range of `D_P_DU` is set between 0 and 1 -### Fixed +## Fixed * Fixed the use of `B_LG_CBS` at sulphur * `ID` can now also be character and does not have to be numeric #66 -## Version 0.11.0 2020-01-16 -### Added +# OBIC 0.11.0 2020-01-16 +## Added * Adds two other pedotransfer functions (PTFs) to calculate water retention parameters #53 -### Changed +## Changed * Optimal pH values of grassland are now the middle value of the class `good` #55 * pF of field capacity is changed from 2.2 to 2.0 #53 * Bulk density in the default PTF is now aggregated into 1 continous function #53 @@ -118,12 +163,12 @@ * Parameters for the evaluation of Cu availability are adjusted #59 * potassium index is multiplied so that the evaluation is equal for grass and maize #60 -### Fixed +## Fixed * Improved the function for crumbleability to match the factsheet #54 #56 * Fix error in calc_potassium_availability #59 -## Version 0.10.0 2019-12-13 -### Added +# OBIC 0.10.0 2019-12-13 +## Added * Adds the evaluation of measures #37 * Adds giving recommendations based on the OBI score #37 * A relative score per reference group is added #31 @@ -131,7 +176,7 @@ * Adds a table with the description of the columns and a vignette about it #46 * Adds scoring for environmental performance #31 -### Changed +## Changed * Update of crumbeability groups in `crops.obic` * Maximum value of `A_MN_CC` is increased from 30000 to 250000 * The code for evaluating in `ind_crumbeability` is simplified @@ -151,20 +196,20 @@ * Set lifecyle status to `maturing` * The evaluation of `I_C_MG` is adjusted according to factsheet -### Fixed +## Fixed * Preprocessing, indicators and scores make use of internal copy of the table now rather than referencing to an object outside the scope of the function * Fixed the droughtstress, wetnessstress and waterstress values for GtI in `waterstress.obic` * For grasslands on peat pr clay, the `D_MG` is now scaled #51 * Limit `D_SLV` between -30 and 250 -## Version 0.9.0 2019-10-22 -### Changed +# OBIC 0.9.0 2019-10-22 +## Changed * The uppper limit for `D_BCS` is increased from 40 to 50 * Switch on crumbleability * For `calc_phosphate_availability` the category `arable` is added for the crop categories * Changed evaluation of sulphur for arable fields #26 -### Fixed +## Fixed * Fixed typo if mais in `ind_managment` * Fixed test for winderodibility * Use the correct correction factor in `calc_sealing_risk` #19 @@ -173,24 +218,24 @@ * Fix for `calc_sbal_arable` where combinations of soil type and region that do not exist in table 6.2 of Handboek Bodem & Bemesting gave a NA #26 * Fix for `calc_bcs` where a value of 1 is given instead of 0 for `bcs_om` #28 -## Version 0.8.0 2019-08-02 -### Added +# OBIC 0.8.0 2019-08-02 +## Added * Adds index and evaluation of the BodemConditieScore * Adds potassium to main functions * Adds a random recommondation to the output -### Changed +## Changed * The upper limit for `A_MN_CC` is increased from 20000 to 30000 * The upper limit for `A_CA_CEC` is increased from 100 to 400 -### Fixed +## Fixed * The indicator of pH had the wrong direction * Removed the minus sign before `ind_zinc` * The function `calc_potassium_availability` containted a wrong column name for `A_PH_CC` * Some unknown situations at `calc_potassium_availability` have now the same values as comparable situations. This should be looked at later -## Version 0.7.0 2019-08-02 -### Added +# OBIC 0.7.0 2019-08-02 +## Added * Adds index and evaluation of waterretention paramaters * Adds index and evaluation of water related yield stress * Adds index and evaluation of metals (Zn and Cu) @@ -198,16 +243,16 @@ * Adds index and evaluation of CEC for soil fertility and structure * Adds waterstress.obic table with information of HELP-tables -### Changed +## Changed * Change crops.obic with crop category related to water stress -## Version 0.6.0 2019-08-01 -### Added +# OBIC 0.6.0 2019-08-01 +## Added * Adds index and evaluation of K-availability -## Version 0.5.0 2019-07-31 -### Added +# OBIC 0.5.0 2019-07-31 +## Added * Adds crop classification (sensitivity to P, K and S supply) * Adds soil organic matter balance (simple one) * Adds risk for soil compaction (following risk map Van den Akker, 2013) @@ -217,22 +262,22 @@ * Adds index and evaluation of soil strategic management (following Label Duurzaam Bodembeheer) * Adds columns `crop_eos` and `crop_eos_residue` in `crops.obic` -## Version 0.4.0 2019-07-26 -### Added +# OBIC 0.4.0 2019-07-26 +## Added * The existing functions for pH, P, N, crumbleability, sealing and resistance are intergrated into `obic()` -### Changed +## Changed * The column name `brp` is changed to `B_LU_BRP` -## Version 0.3.0 2019-07-24 -### Added +# OBIC 0.3.0 2019-07-24 +## Added * Adds main function that wraps all the functions needed to calculated the OBI score and recommendations * Adds documentation website for package using `pkgdown` #3 -## Version 0.2.0 2019-07-12 -### Added +# OBIC 0.2.0 2019-07-12 +## Added * Adds evaluation of pH #1 * Adds evaluation of nitrogen #2 -## Version 0.1.0 2019-07-08 +# OBIC 0.1.0 2019-07-08 First version of OBIC \ No newline at end of file diff --git a/Open-Bodem-Index-Calculator.Rproj b/Open-Bodem-Index-Calculator.Rproj index daae0916..b3a9a39a 100644 --- a/Open-Bodem-Index-Calculator.Rproj +++ b/Open-Bodem-Index-Calculator.Rproj @@ -19,3 +19,5 @@ PackageRoxygenize: rd,collate,namespace QuitChildProcessesOnExit: Yes DisableExecuteRprofile: Yes + +SpellingDictionary: nl_NL diff --git a/R/grass_age.R b/R/grass_age.R index c540a5c0..42df1d48 100644 --- a/R/grass_age.R +++ b/R/grass_age.R @@ -35,7 +35,7 @@ calc_grass_age <- function(ID, B_LU_BRP) { # Calculate the age of the grassland dt[, grass := ifelse(crop_category == "grasland", 1, 0)] - dt[, grass_age := rev(cumsum(grass)),by = rleid(grass)] + dt[, grass_age := rev(cumsum(grass)),by = rleid(ID, grass)] # extract grass age value <- dt[, grass_age] diff --git a/R/groundwater_recharge.R b/R/groundwater_recharge.R new file mode 100644 index 00000000..19119707 --- /dev/null +++ b/R/groundwater_recharge.R @@ -0,0 +1,50 @@ +#' Calculate groundwater recharge of a soil +#' +#' This function calculates an index score for groundwater storage based on WHC, sealing risk, drainage and subsoil compaction +#' +#' +#' @param D_WRI_WHC (numeric) The value for Water Retention index (WRI) for WHC as calculated by \code{\link{calc_waterretention}} +#' @param D_PSP (numeric) The precipitation surplus per crop calculated by \code{\link{calc_psp}} +#' @param I_P_SE (numeric) The indicator value for soil sealing +#' @param I_P_CO (numeric) The indicator value for occurrence of subsoil compaction +#' @param B_DRAIN (boolean) Are drains installed to drain the field (options: yes or no) +#' +#' +#' @export +ind_gw_recharge <- function(D_WRI_WHC, D_PSP, I_P_SE, I_P_CO, B_DRAIN = FALSE){ + + I_WRI_WHC = I_W_GWS = cf_compaction = cf_drain = D_I_PSP = NULL + + # Check inputs + arg.length <- max(length(I_P_CO),length(B_DRAIN)) + + checkmate::assert_numeric(I_P_CO, any.missing = FALSE, len = arg.length) + checkmate::assert_logical(B_DRAIN, any.missing = FALSE, len = arg.length) + + # import data into table + dt <- data.table(D_WRI_WHC = D_WRI_WHC, + I_P_SE = I_P_SE, + I_P_CO = I_P_CO, + B_DRAIN = B_DRAIN) + + # Calculate the indicator value for water holding capacity + dt[,I_WRI_WHC := ind_waterretention(D_WRI_WHC,type = 'water holding capacity')] + + # Calculate indicator value for precipitation surpluss + dt[,D_I_PSP := evaluate_logistic(D_PSP,0.05,300,2.5)] + + # Correct for subsoil compaction or drainage + dt[B_DRAIN == TRUE, c('cf_drain','cf_compaction') := list(0.6,1)] + dt[B_DRAIN == FALSE, c('cf_drain','cf_compaction') := list(1,fifelse(I_P_CO < 0.5,0.8,1))] + + # Calculate aggregated score + dt[,I_W_GWS := (0.35 * I_WRI_WHC + 0.35 * D_I_PSP + 0.3 * I_P_SE) * cf_compaction * cf_drain] + + # Calculate mean + out <- dt[,I_W_GWS] + + return(out) +} + + + diff --git a/R/makkink.R b/R/makkink.R new file mode 100644 index 00000000..ac13c2c1 --- /dev/null +++ b/R/makkink.R @@ -0,0 +1,56 @@ +#' Add Makkink correction factors and crop cover to crop rotation table +#' +#' This function adds Makkink correction factors for ET and crop cover to the crop rotation table +#' +#' @param B_LU_BRP (numeric) The crop code from the BRP +#' +#' @export +calc_makkink <- function(B_LU_BRP){ + + crop_code = crop_name = crop_makkink = mcf = crop_cover = NULL + + + + # Check input + arg.length <- length(B_LU_BRP) + + checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1) + checkmate::assert_subset(B_LU_BRP, choices = unique(OBIC::crops.obic$crop_code), empty.ok = FALSE) + + + # melt makkink + dt.mak <- melt(OBIC::crops.makkink,id.vars = 'crop_makkink', variable.name = 'month',value.name = "mcf") + dt.mak[,month := as.integer(month)] + + # Collect input data in a table + dt <- data.table(year = 1:arg.length, + B_LU_BRP = B_LU_BRP + ) + + # merge with crops.obic + dt <- merge(dt, OBIC::crops.obic[, list(crop_code, crop_name, crop_makkink)], by.x = "B_LU_BRP", by.y = "crop_code") + + # extend data.table for 12 months + dt.gws <- CJ(year = dt$year,month = 1:12) + + # add crop category + dt.gws <- merge(dt.gws, dt[,list(year,crop_makkink)], by = "year") + + + # merge makkink data by month and crop_cat + # be aware: some crops grow from summer up to spring next year... -> dealt with in calc_crop_rotation + dt.gws <- merge(dt.gws,dt.mak, by = c("crop_makkink", "month"), all.x = TRUE) + + # Add crop cover + dt.gws[,crop_cover := fifelse(mcf>0.36,1,0)] + + # sort dt on the original order + out <- setorder(dt.gws,year) + + # return value + value <- out + + # return + return(value) +} + diff --git a/R/management.R b/R/management.R index efdbd7e0..09321c0e 100644 --- a/R/management.R +++ b/R/management.R @@ -716,8 +716,8 @@ calc_man_ess <- function(A_SOM_LOI,B_LU_BRP, B_SOILTYPE_AGR,B_GWL_CLASS, #' This function calculates the the sustainability of strategic management options as calculated by \code{\link{calc_management}} #' The main source of this indicator is developed for Label Duurzaam Bodembeheer (Van der Wal, 2016) #' -#' The current function allows a maximum score of 16 points for arable systems, 12 for maize -#' and 9 for grass (non-peat) and 17 for grass on peat. +#' The current function allows a maximum score of 18 points for arable systems, 12 for maize +#' and 10 for grass (non-peat), 17 for grass on peat, and 4 for nature. #' #' @param D_MAN (numeric) The value of Sustainable Management calculated by \code{\link{calc_management}} #' @param B_LU_BRP (numeric) The crop code (gewascode) from the BRP diff --git a/R/nematode.R b/R/nematode.R index 0fc06302..3b0a8e0b 100644 --- a/R/nematode.R +++ b/R/nematode.R @@ -11,27 +11,30 @@ ind_nematodes_list <- function(A_NEMA){ nema.obic <- as.data.table(OBIC::nema.obic) - geel = rood = species = standaard = b = v = count = nem_score = NULL + geel = rood = species = standaard = b = v = count = nem_score = id = NULL checkmate::assert_data_table(A_NEMA) checkmate::assert_numeric(A_NEMA[,count]) checkmate::assert_subset(x = A_NEMA[,species],choices = nema.obic[,species]) - # merge dd and nema.obic and remove non standard non counted nematodes from dd + # merge dd and nema.obic and remove non counted nematodes from dd dd <- merge.data.table(nema.obic, A_NEMA, by = 'species', all.x = TRUE) - dd <- dd[standaard == TRUE|!is.na(count)] + + # Add id to data.table + dd[,id := 1:nrow(dd)] - # Check if all standard nematodes are present - if(checkmate::anyMissing(dd[,count])){ - errorCondition('at least one of the "standard" nematodes seems to be a missing value, its assumed this nematode is counted and is equal to 0.') - } # Calculate score for each individual nematode species dd[,nem_score := OBIC::evaluate_logistic(dd[,count], b = dd[,b], x0 = dd[,geel], v = dd[,v], increasing = FALSE)] # Set scores where count = 0 to 1 dd[count == 0, nem_score:=1] - value <- mean(dd[,nem_score]) - return(value) + # round indicator value + dd[, nem_score := round(pmin(nem_score),3)] + + # select the lowest score per field being the limiting value for soil quality + out <- min(dd[,nem_score], na.rm = TRUE) + + return(out) } #' Calculate indicator for plant parasitic nematodes @@ -110,7 +113,7 @@ ind_nematodes <- function(B_LU_BRP = B_LU_BRP, A_OPN_AP_FRA=0, A_OPN_AP_RIT=0, A_OPN_AP_SUB=0, A_OPN_CR_TOT=0, A_OPN_SU_TOT = 0,A_NPN_SA_TOT = 0){ # add visual bindings - b = element = geel = id = nem_b = nem_v = nem_x = number = standaard = v = value = . = NULL + b = element = geel = id = nem_b = nem_v = nem_x = number = standaard = v = value = . = checkval = NULL # indicator scoring values per nematode type nema.obic <- as.data.table(OBIC::nema.obic) @@ -144,13 +147,19 @@ ind_nematodes <- function(B_LU_BRP = B_LU_BRP, A_OPN_AP_TOT = A_OPN_AP_TOT,A_OPN_AP_FRA = A_OPN_AP_FRA,A_OPN_AP_RIT = A_OPN_AP_RIT, A_OPN_AP_SUB = A_OPN_AP_SUB,A_OPN_CR_TOT = A_OPN_CR_TOT,A_OPN_SU_TOT = A_OPN_SU_TOT, A_NPN_SA_TOT = A_NPN_SA_TOT) - + # length of input variables arg.length <- max(length(B_LU_BRP),nrow(dt.rln),nrow(dt.rkn),nrow(dt.dsn),nrow(dt.sn),nrow(dt.opn)) # check B_LU_BRP checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1, len = arg.length) + # check nematode data tables length + checkval <- all(length(B_LU_BRP)==nrow(dt.rln) & length(B_LU_BRP)==nrow(dt.rkn) & + length(B_LU_BRP)==nrow(dt.dsn) & length(B_LU_BRP)==nrow(dt.sn) & + length(B_LU_BRP)==nrow(dt.opn)) + checkmate::assert_true(checkval) + # combine all inputs into one dt.all <- data.table(id = 1:arg.length, B_LU_BRP = B_LU_BRP, @@ -160,20 +169,25 @@ ind_nematodes <- function(B_LU_BRP = B_LU_BRP, # melt all nematode input variables from column to row dt.melt <- melt(dt.all,id.vars = 'id', variable.name = 'element',value.name = 'number') + # check number is numeric + checkmate::assert_numeric(dt.melt$number) + # merge with parameters logistic function dt.melt <- merge(dt.melt,nema.obic[,.(element,nem_x = geel, nem_b = b,nem_v = v,standaard)], by = c('element')) - - # filter only standard nematodes - dt.melt <- dt.melt[standaard == TRUE] - + # replace missing values with zero dt.melt[is.na(number), number := 0] # estimate indicator value dt.melt[, value := evaluate_logistic(x = number, b = nem_b, x0 = nem_x, v = nem_v, increasing = FALSE),by = c('element')] - # round indicator value (plus correction since not all logistic gave value 1 when zero nematodes are measured) - dt.melt[, value := round(pmin(1,1.1*value),3)] + # set value of nematodes where number = 0 to 1 + dt.melt[number == 0, value:= 1] + + # Select relevant nematodes given the crops in the rotation + + # round indicator value + dt.melt[, value := round(pmin(value),3)] # select the lowest score per field being the limiting value for soil quality out <- dt.melt[order(value),.SD[1L],by = id] diff --git a/R/nitrogen_efficiency.R b/R/nitrogen_efficiency.R new file mode 100644 index 00000000..049e11f1 --- /dev/null +++ b/R/nitrogen_efficiency.R @@ -0,0 +1,151 @@ +#' Calculate nitrogen use efficiency and leaching based on N surplus +#' +#' This function gives an indication of the nitrogen use efficiency, the function calculates the N surplus and the resulting N leaching +#' +#' @param B_LU_BRP (numeric) The crop code from the BRP +#' @param B_SOILTYPE_AGR (character) The agricultural type of soilBRP +#' @param B_GWL_CLASS (character) The groundwater table class +#' @param B_AER_CBS (character) The agricultural economic region in the Netherlands (CBS, 2016) +#' @param A_SOM_LOI (numeric) The percentage organic matter in the soil (\%) +#' @param A_CLAY_MI (numeric) The clay content of the soil (\%) +#' @param D_PBI (numeric) The value of phosphate availability calculated by \code{\link{calc_phosphate_availability}} +#' @param D_K (numeric) The value of K-index calculated by \code{\link{calc_potassium_availability}} +#' @param D_PH_DELTA (numeric) The pH difference with the optimal pH. +#' @param D_NLV (numeric) The value of NLV calculated by \code{\link{calc_nlv}} +#' @param M_GREEN (boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no) +#' @param B_FERT_NORM_FR (numeric) The fraction of the application norm utilized +#' +#' +#' @export +calc_n_efficiency <- function(B_LU_BRP, B_SOILTYPE_AGR, B_GWL_CLASS, B_AER_CBS, A_SOM_LOI, A_CLAY_MI, + D_PBI, D_K, D_PH_DELTA, D_NLV, M_GREEN = FALSE, B_FERT_NORM_FR = 1){ + + crops.obic = soils.obic = leaching_to_set = crop_catergory = bodem = gewas = B_GT = NULL + nf = n_eff = nf_sand.other = nf_sand.south = nf_clay = nf_peat = nf_loess = NULL + soiltype = soiltype.n = croptype.nleach = crop_category = deposition = NULL + I_P = I_K = I_PH = cf_pkph = decomposition = n_space = catchcrop = n_sp = D_NLEACH = NULL + + # Check inputs + arg.length <- max(length(B_LU_BRP),length(B_SOILTYPE_AGR),length(B_GWL_CLASS),length(B_AER_CBS),length(B_FERT_NORM_FR), length(M_GREEN)) + + # Check B parameters + checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1, len = arg.length) + checkmate::assert_subset(B_LU_BRP, choices = unique(OBIC::crops.obic$crop_code), empty.ok = FALSE) + checkmate::assert_character(B_SOILTYPE_AGR, any.missing = FALSE, len = arg.length) + checkmate::assert_subset(B_SOILTYPE_AGR, choices = unique(OBIC::soils.obic$soiltype)) + checkmate::assert_character(B_GWL_CLASS,any.missing = FALSE, len = arg.length) + checkmate::assert_subset(B_GWL_CLASS, choices = c('GtI','GtII','GtIII','GtIV','GtV','GtVI','GtVII','GtVIII', + 'GtIIb','GtIIIb','GtVb'), empty.ok = FALSE) + checkmate::assert_character(B_AER_CBS, any.missing = FALSE, min.len = 1, len = arg.length) + checkmate::assert_subset(B_AER_CBS, choices = c('Zuid-Limburg','Zuidelijk Veehouderijgebied','Zuidwest-Brabant', + 'Zuidwestelijk Akkerbouwgebied','Rivierengebied','Hollands/Utrechts Weidegebied', + 'Waterland en Droogmakerijen','Westelijk Holland','IJsselmeerpolders', + 'Centraal Veehouderijgebied','Oostelijk Veehouderijgebied','Noordelijk Weidegebied', + 'Veenkoloni\u00EBn en Oldambt','Veenkolonien en Oldambt','Bouwhoek en Hogeland'), empty.ok = FALSE) + checkmate::assert_numeric(B_FERT_NORM_FR, lower = 0, upper = 1, any.missing = FALSE, len = arg.length) + + # Check SOM and CLAY + checkmate::assert_numeric(A_SOM_LOI, lower = 0.5, upper = 75, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(A_CLAY_MI, lower = 0.1, upper = 75, any.missing = FALSE) + + checkmate::assert_logical(M_GREEN, any.missing = FALSE, len = arg.length) + + + # Import data into table + dt <- data.table(ID = 1, + B_LU_BRP = B_LU_BRP, + B_SOILTYPE_AGR = B_SOILTYPE_AGR, + B_GWL_CLASS = B_GWL_CLASS, + B_AER_CBS = B_AER_CBS, + A_SOM_LOI = A_SOM_LOI, + A_CLAY_MI = A_CLAY_MI, + D_PBI = D_PBI, + D_K = D_K, + D_PH_DELTA = D_PH_DELTA, + D_NLV = D_NLV, + M_GREEN = M_GREEN, + B_FERT_NORM_FR = B_FERT_NORM_FR + ) + + + # Read table of N leaching fraction + nleach_table <- as.data.table(OBIC::nleach_table) + nleach_table <- nleach_table[leaching_to_set == 'gw'] + + + # add soil type, crop categories and allowed N dose + cols <- colnames(OBIC::crops.obic)[grepl('^crop_cat|^crop_code|^nf_',colnames(OBIC::crops.obic))] + dt <- merge(dt, OBIC::crops.obic[, mget(cols)], by.x = "B_LU_BRP", by.y = "crop_code") + dt <- merge(dt, OBIC::soils.obic[, list(soiltype, soiltype.n)], by.x = "B_SOILTYPE_AGR", by.y = "soiltype") + + # Re-categorize crop types + dt[, croptype.nleach := crop_category] + dt[crop_category == "natuur" | crop_category == "akkerbouw" , croptype.nleach := "akkerbouw"] + dt[crop_category == "grasland" , croptype.nleach := "gras"] + + # merge fraction of N leaching into 'dt', based on soil type x crop type x grondwatertrap + dt <- merge(dt, nleach_table[, list(bodem, gewas, B_GT, nf)], + by.x = c("soiltype.n", "croptype.nleach", "B_GWL_CLASS"), + by.y = c("bodem", "gewas", "B_GT"), sort = FALSE, all.x = TRUE) + + # select the allowed effective N dose (in Dutch: N-gebruiksnorm), being dependent on soil type and region + sand.south <- c('Zuid-Limburg','Zuidelijk Veehouderijgebied','Zuidwest-Brabant') + dt[grepl('zand|dal',B_SOILTYPE_AGR), n_eff := nf_sand.other] + dt[grepl('zand|dal',B_SOILTYPE_AGR) & B_AER_CBS %in% sand.south, n_eff := nf_sand.south] + dt[grepl('klei',B_SOILTYPE_AGR), n_eff := nf_clay] + dt[grepl('veen',B_SOILTYPE_AGR), n_eff := nf_peat] + dt[grepl('loess',B_SOILTYPE_AGR), n_eff := nf_loess] + + # remove columns not needed any more + cols <- colnames(dt)[grepl('^nf_',colnames(dt))] + dt[,(cols) := NULL] + + # Calculate P, K and pH status + dt[,I_P := ind_phosphate_availability(D_PBI)] + dt[,I_K := ind_potassium(D_K,B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI)] + dt[,I_PH := ind_ph(D_PH_DELTA)] + + + # Determine correction factor if P, K and pH are optimal + dt[,cf_pkph := fifelse(I_P > 0.9 & I_K > 0.9 & I_PH > 0.9,0.9,1) ] + + # Set N deposition + dt[,deposition := 25] # Fixed value + + # Calcualte the N application space according to the norm + dt[,n_space := (1 - B_FERT_NORM_FR) * n_eff] + + # N uptake by catchcrop + # Check values https://www.wur.nl/upload_mm/c/8/1/6b63d919-1690-4f07-981a-07b3b6a3e7f1_1705577_Oene%20Oenema%20bijlage%201.pdf + dt[,catchcrop := fifelse(M_GREEN, 75,0)] + + # Calculate N surplus + dt[,n_sp := max(0,((deposition + D_NLV) - n_space - catchcrop) * cf_pkph)] + + # compute (potential and soil derived) N leaching to groundwater D_NGW (mg NO3/L) + dt[, D_NLEACH := nf * n_sp] + + return(dt[,D_NLEACH]) + +} + + + +#' Calculate an indicator value for nitrogen use efficiency and leaching based on N surplus +#' +#' This function gives an indicator value for nitrogen use efficiency calculated by \code{\link{calc_n_efficiency}}, this function makes use of \code{\link{ind_nretention}} +#' +#' @param D_NLEACH (numeric) The value of N leaching calculated by \code{\link{calc_n_efficiency}} +#' +#' +#' @export +ind_n_efficiency <- function(D_NLEACH){ + + # Evaluate the N retention for groundwater + I_W_NGW <- ind_nretention(D_NLEACH,'gw') + + + return(I_W_NGW) + +} + diff --git a/R/nretention.r b/R/nretention.r index f4f28ea0..c099dfc0 100644 --- a/R/nretention.r +++ b/R/nretention.r @@ -66,6 +66,9 @@ calc_nleach <- function(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, dt[crop_category == "natuur" | crop_category == "akkerbouw" , croptype.nleach := "akkerbouw"] dt[crop_category == "grasland" , croptype.nleach := "gras"] + # ensure correct GWL_CLASS + dt[,B_GWL_CLASS := format_gwt(B_GWL_CLASS)] + # merge fraction of N leaching into 'dt', based on soil type x crop type x grondwatertrap dt <- merge(dt, nleach_table[, list(bodem, gewas, B_GT, nf)], by.x = c("soiltype.n", "croptype.nleach", "B_GWL_CLASS"), diff --git a/R/obic.R b/R/obic.R index 47c3d852..9f2741cf 100644 --- a/R/obic.R +++ b/R/obic.R @@ -8,6 +8,11 @@ #' @param B_SOILTYPE_AGR (character) The agricultural type of soil #' @param B_HELP_WENR (character) The soil type abbreviation, derived from 1:50.000 soil map #' @param B_AER_CBS (character) The agricultural economic region in the Netherlands (CBS, 2016) +#' @param B_GWL_GLG (numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level +#' @param B_GWL_GHG (numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level +#' @param B_GWL_ZCRIT (numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm) +#' @param B_DRAIN (boolean) Are drains installed to drain the field (options: yes or no) +#' @param B_FERT_NORM_FR (numeric) The fraction of the application norm utilized #' @param A_SOM_LOI (numeric) The percentage organic matter in the soil (\%) #' @param A_CLAY_MI (numeric) The clay content of the soil (\%) #' @param A_SAND_MI (numeric) The sand content of the soil (\%) @@ -56,10 +61,15 @@ #' @param ID (character) A field id #' @param output (character) An optional argument to select output: obic_score, scores, indicators, recommendations, or all. (default = all) #' -#' @import data.table +#' @details +#' It is assumed that the crop series is a continuous series in decreasing order of years. So most recent year first, oldest year last. +#' #' +#' @import data.table +#' #' @export obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CBS, + B_GWL_GLG,B_GWL_GHG,B_GWL_ZCRIT, B_LU_BRP, A_SOM_LOI, A_SAND_MI, A_SILT_MI, A_CLAY_MI,A_PH_CC, A_N_RT,A_CN_FR, A_S_RT,A_N_PMN, @@ -68,18 +78,19 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB A_K_CC, A_MG_CC, A_MN_CC, A_ZN_CC, A_CU_CC, A_C_BCS = NA, A_CC_BCS = NA,A_GS_BCS = NA,A_P_BCS = NA,A_RD_BCS = NA, A_EW_BCS = NA,A_SS_BCS = NA,A_RT_BCS = NA,A_SC_BCS = NA, + B_DRAIN = FALSE, B_FERT_NORM_FR = 1, M_COMPOST = NA_real_,M_GREEN = NA, M_NONBARE = NA, M_EARLYCROP = NA, M_SLEEPHOSE = NA,M_DRAIN = NA,M_DITCH = NA,M_UNDERSEED = NA, M_LIME = NA, M_NONINVTILL = NA, M_SSPM = NA, M_SOLIDMANURE = NA, M_STRAWRESIDUE = NA,M_MECHWEEDS = NA,M_PESTICIDES_DST = NA, ID = 1, output = 'all') { - # define variables used within the function D_SE = D_CR = D_BDS = D_RD = D_OC = D_OS_BAL = D_GA = D_NL = D_K = D_PBI = NULL D_CP_STARCH = D_CP_POTATO = D_CP_SUGARBEET = D_CP_GRASS = D_CP_MAIS = D_CP_OTHER = D_CP_RUST = D_CP_RUSTDEEP = NULL D_NLV = D_PH_DELTA = D_MAN = D_SOM_BAL = D_WE = D_SLV = D_MG = D_CU = D_ZN = D_PMN = D_CEC = NULL - D_AS = D_BCS = D_WRI = D_WSI_DS = D_WSI_WS = D_NGW = D_NSW = D_WO = B_GWL_GLG = B_GWL_GHG = B_Z_TWO = NULL + D_AS = D_BCS = D_WRI = D_WSI_DS = D_WSI_WS = D_NGW = D_NSW = D_WO = NULL + D_WRI_WHC = D_PSP = D_NLEACH = D_PESTICIDE = I_W_GWR = I_W_GWS = I_W_NGW = I_W_PEST = NULL I_C_N = I_C_P = I_C_K = I_C_MG = I_C_S = I_C_PH = I_C_CEC = I_C_CU = I_C_ZN = I_P_WRI = I_BCS = NULL I_P_CR = I_P_SE = I_P_MS = I_P_BC = I_P_DU = I_P_CO = D_P_CO = I_B_DI = I_B_SF = I_B_SB = I_M = NULL @@ -102,6 +113,11 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB B_GWL_CLASS = B_GWL_CLASS, B_SC_WENR = B_SC_WENR, B_HELP_WENR = B_HELP_WENR, + B_GWL_GLG = B_GWL_GLG, + B_GWL_GHG = B_GWL_GHG, + B_GWL_ZCRIT = B_GWL_ZCRIT, + B_DRAIN = B_DRAIN, + B_FERT_NORM_FR = B_FERT_NORM_FR, A_SOM_LOI = A_SOM_LOI, A_SAND_MI = A_SAND_MI, A_SILT_MI = A_SILT_MI, @@ -146,10 +162,9 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB M_SOLIDMANURE = M_SOLIDMANURE, M_STRAWRESIDUE = M_STRAWRESIDUE, M_MECHWEEDS = M_MECHWEEDS, - M_PESTICIDES_DST = M_PESTICIDES_DST - ) - + M_PESTICIDES_DST = M_PESTICIDES_DST) + # Merge dt with crops.obic dt <- merge(dt,OBIC::crops.obic[,list(crop_code,crop_category)], by.x = 'B_LU_BRP', by.y = 'crop_code') @@ -206,15 +221,16 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB dt[, D_AS := calc_aggregatestability(B_SOILTYPE_AGR,A_SOM_LOI,A_K_CO_PO,A_CA_CO_PO,A_MG_CO_PO)] dt[, D_WSI_DS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'droughtstress')] dt[, D_WSI_WS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'wetnessstress')] + dt[, D_WRI_WHC := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'water holding capacity')] dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'plant available water')] - #dt[, D_WO := calc_workability(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_GWL_GLG, B_GWL_GHG, B_Z_TWO)] + dt[, D_WO := calc_workability(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_GWL_GLG, B_GWL_GHG, B_GWL_ZCRIT)] # Calculate series of biological soil functions dt[, D_PMN := calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN)] # Calculate series of environmental soil functions - dt[,D_NGW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "gw")] - dt[,D_NSW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "ow")] + dt[, D_NGW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "gw")] + dt[, D_NSW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "ow")] # Calculate series of management actions dt[, D_SOM_BAL := calc_sombalance(B_LU_BRP,A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GREEN)] @@ -246,6 +262,15 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB M_LIME, M_NONINVTILL, M_SSPM, M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST, type = 'I_M_BIODIVERSITY')] + + # Calculate the water function + # dt[, D_PSP := calc_psp(B_LU_BRP,M_GREEN)] + # dt[, D_NLEACH := calc_n_efficiency(B_LU_BRP,B_SOILTYPE_AGR,B_GWL_CLASS,B_AER_CBS,A_SOM_LOI,A_CLAY_MI, + # D_PBI,D_K,D_PH_DELTA,D_NLV,M_GREEN,B_FERT_NORM_FR)] + # dt[, D_PESTICIDE := calc_pesticide_leaching(B_SOILTYPE_AGR,A_SOM_LOI,A_CLAY_MI,A_SAND_MI, + # A_SILT_MI,D_PSP,M_PESTICIDES_DST,M_MECHWEEDS)] + + # Calculate the score of the BodemConditieScore dt[, D_BCS := calc_bcs(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, D_PH_DELTA, A_EW_BCS, A_SC_BCS, A_GS_BCS,A_P_BCS, A_C_BCS, A_RT_BCS, A_RD_BCS, A_SS_BCS, A_CC_BCS)] @@ -273,12 +298,17 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB dt[, I_P_CO := ind_compaction(B_SC_WENR)] dt[, I_P_WRI := ind_waterretention(D_WRI)] dt[, I_P_CEC := ind_aggregatestability(D_AS)] - #dt[, I_P_WO := ind_workability(D_WO)] + dt[, I_P_WO := ind_workability(D_WO, B_LU_BRP)] # Calculate indicators for soil biological functions dt[, I_B_DI := ind_resistance(A_SOM_LOI)] dt[, I_B_SF := ind_pmn(D_PMN)] + # Calculate indicators for groundwater functions + # dt[, I_W_GWR := ind_gw_recharge(D_WRI_WHC, D_PSP, I_P_SE, I_P_CO, B_DRAIN)] + # dt[, I_W_NGW := ind_n_efficiency(D_NLEACH)] + # dt[, I_W_PEST := ind_pesticide_leaching(D_PESTICIDE)] + # overwrite soil physical functions for compaction when BCS is available dt[,D_P_CO := (3 * A_EW_BCS + 3 * A_SC_BCS + 3 * A_RD_BCS - 2 * A_P_BCS - A_RT_BCS)/18] dt[,D_P_CO := pmax(0, D_P_CO)] @@ -311,27 +341,31 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB w <- as.data.table(OBIC::weight.obic) # Add years per field - dt[,year := .I, by = ID] + dt[,year := 1:.N, by = ID] # Select all indicators used for scoring - cols <- colnames(dt)[grepl('I_C|I_B|I_P|I_E|I_M|year|crop_cat|SOILT',colnames(dt))] + cols <- colnames(dt)[grepl('I_C|I_B|I_P|I_E|I_M|year|crop_cat|SOILT|^ID',colnames(dt))] #cols <- cols[!(grepl('^I_P|^I_B',cols) & grepl('_BCS$',cols))] #cols <- cols[!grepl('^I_M_',cols)] # Melt dt and assign main categories for OBI dt.melt <- melt(dt[,mget(cols)], - id.vars = c('B_SOILTYPE_AGR','crop_category','year'), + id.vars = c('B_SOILTYPE_AGR','crop_category','year', 'ID'), variable.name = 'indicator') + # remove the indicators that have a NA value + dt.melt <- dt.melt[!is.na(value)] + # add categories relevant for aggregating # C = chemical, P = physics, B = biological, BCS = visual soil assessment # indicators not used for integrating: IBCS and IM dt.melt[,cat := tstrsplit(indicator,'_',keep = 2)] + #dt.melt[grepl('_BCS$',indicator) & indicator != 'I_BCS', cat := 'IBCS'] dt.melt[grepl('^I_M_',indicator), cat := 'IM'] # Determine amount of indicators per category - dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IM')][,list(ncat = .N),by='cat'] - + dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IM')][,list(ncat = .N),by = .(ID, cat)] + # add weighing factor to indicator values dt.melt <- merge(dt.melt,w[,list(crop_category,indicator = variable,weight_nonpeat,weight_peat)], by = c('crop_category','indicator'), all.x = TRUE) @@ -347,13 +381,14 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB # Step 4 Aggregate indicators ------------------ # subset dt.melt for relevant columns only - out.ind <- dt.melt[,list(indicator,year,value = value.w)] + out.ind <- dt.melt[,list(ID, indicator,year,value = value.w)] # calculate correction factor per year; recent years are more important out.ind[,cf := log(12 - pmin(10,year))] # calculate weighted average per indicator over the year - out.ind <- out.ind[,list(value = round(sum(cf * pmax(0,value) / sum(cf[value >= 0])),3)), by = indicator] + out.ind <- out.ind[,list(value = round(sum(cf * pmax(0,value) / sum(cf[value >= 0])),3)), + by = .(indicator, ID)] # non relevant indicators, set to -999 out.ind[is.na(value), value := -999] @@ -361,13 +396,14 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB # Step 5 Add scores ------------------ # subset dt.melt for relevant columns only - out.score <- dt.melt[,list(cat, year, cf, value = value.w)] + out.score <- dt.melt[,list(ID, cat, year, cf, value = value.w)] # remove indicator categories that are not used for scoring out.score <- out.score[!cat %in% c('IBCS','IM','BCS')] # calculate weighted average per indicator category - out.score <- out.score[,list(value = sum(cf * pmax(0,value) / sum(cf[value >= 0]))), by = list(cat,year)] + out.score <- out.score[,list(value = sum(cf * pmax(0,value) / sum(cf[value >= 0]))), + by = list(ID, cat,year)] # for case that a cat has one indicator or one year and has NA out.score[is.na(value), value := -999] @@ -376,17 +412,17 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB out.score[,cf := log(12 - pmin(10,year))] # calculate weighted average per indicator category per year - out.score <- out.score[,list(value = sum(cf * pmax(0,value)/ sum(cf[value >= 0]))), by = cat] + out.score <- out.score[,list(value = sum(cf * pmax(0,value)/ sum(cf[value >= 0]))), by = list(ID, cat)] # merge out with number per category - out.score <- merge(out.score,dt.melt.ncat, by='cat') + out.score <- merge(out.score,dt.melt.ncat, by=c("ID", "cat")) # calculate weighing factor depending on number of indicators out.score[,cf := log(ncat + 1)] # calculated final obi score - out.score <- rbind(out.score[,list(cat,value)], - out.score[,list(cat = "T",value = sum(value * cf / sum(cf)))]) + out.score <- rbind(out.score[,list(ID, cat,value)], + out.score[,list(cat = "T",value = sum(value * cf / sum(cf))), by = ID]) # update element names out.score[,cat := paste0('S_',cat,'_OBI_A')] @@ -395,14 +431,12 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB # Step 6 Add recommendations ------------------ # dcast output - out.ind[,id:=1] out.ind[value== -999, value := NA] - out.ind <- dcast(out.ind,id~indicator)[,id:=NULL] + out.ind <- dcast(out.ind,ID~indicator) # dcast output - out.score[,id:=1] out.score[value== -999, value := NA] - out.score <- dcast(out.score,id~cat)[,id:=NULL] + out.score <- dcast(out.score,ID~cat) # get most occurring soil type and crop type dt.sc <- dt[, lapply(.SD, function (x) names(sort(table(x),decreasing = TRUE)[1])), @@ -410,31 +444,36 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB dt.sc[, B_LU_BRP := as.integer(B_LU_BRP)] # combine indicators and score in one data.table - dt.score <- data.table(dt.sc,out.ind,out.score) + setkey(dt.sc, ID); setkey(out.ind, ID); setkey(out.score, ID) + dt.score <- data.table(dt.sc, out.ind[, -"ID"], out.score[, -"ID"]) # evaluate measures - dt.measure <- OBIC::obic_evalmeasure(dt.score, extensive = FALSE) + dt.measure <- obic_evalmeasure(dt.score, extensive = FALSE) # make recommendations of top 3 measures - out.recom <- OBIC::obic_recommendations(dt.measure) + out.recom <- obic_recommendations(dt.measure) + setkey(out.recom, ID) # Step 6 Combine all outputs into one ------------------ # combine both outputs - if(output == 'all'){out <- data.table(out.ind,out.score,out.recom)} + if(output == 'all'){out <- data.table(out.ind,out.score[, -"ID"],out.recom[, -"ID"])} if(output == 'indicators'){out <- out.ind} if(output == 'recommendations'){out <- out.recom} if(output == 'scores'){out <- out.score} if(output == 'obic_score'){out <- out.score[,'S_T_OBI_A']} - + if(output == 'unaggregated'){out <- dt.melt} + + # return output return(out) } -#' Calculate the Open Bodem Index score for a single field +#' Calculate the Open Bodem Index score for a data table #' #' This functions wraps the functions of the OBIC into one main function to calculate the score for Open Bodem Index (OBI). #' In contrast to obic_field, this wrapper can handle a data.table as input. +#' Multiple sites (distinguished in the column 'ID') can be simulated simultaneously. #' #' @param dt (data.table) A data.table containing the data of the fields to calculate the OBI #' @param output (character) An optional argument to select output: obic_score, scores, indicators, recommendations, or all. (default = all) @@ -443,6 +482,9 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB #' #' @export obic_field_dt <- function(dt,output = 'all') { + + # add visual binding + # make local copy dt <- copy(dt) @@ -451,7 +493,8 @@ obic_field_dt <- function(dt,output = 'all') { checkmate::assert_data_table(dt) # column names mandatory - dt.req <- c('B_SOILTYPE_AGR','B_GWL_CLASS','B_SC_WENR','B_HELP_WENR','B_AER_CBS', 'B_LU_BRP', + dt.req <- c('B_SOILTYPE_AGR','B_GWL_CLASS','B_SC_WENR','B_HELP_WENR','B_AER_CBS', + 'B_GWL_GLG', 'B_GWL_GHG', 'B_GWL_ZCRIT', 'B_LU_BRP', 'A_SOM_LOI', 'A_SAND_MI', 'A_SILT_MI', 'A_CLAY_MI','A_PH_CC', 'A_N_RT','A_CN_FR', 'A_S_RT','A_N_PMN','A_P_AL', 'A_P_CC', 'A_P_WA', 'A_CEC_CO','A_CA_CO_PO', 'A_MG_CO_PO', 'A_K_CO_PO', @@ -475,7 +518,7 @@ obic_field_dt <- function(dt,output = 'all') { smc.missing <- smc.all[!smc.all %in% colnames(dt)] # check if no unexpected column names are present in dt - check <- checkmate::check_true(all(colnames(dt) %in% c(dt.req,bcs.all,sm.all, smc.all,"ID"))) + check <- any(! colnames(dt) %in% c(dt.req,bcs.all,sm.all, smc.all,"ID")) if(check){warning(paste0('There are input variables present in input datatable given that are not required for the OBI. Please check if the column names is misspelled. These are: ', colnames(dt)[!colnames(dt) %in% c(dt.req,bcs.all,sm.all, smc.all,"ID")]))} @@ -485,19 +528,64 @@ obic_field_dt <- function(dt,output = 'all') { if(length(smc.missing)>0){dt[,c(smc.missing) := NA_real_]} # calculate obic_field - out <- obic_field(dt$B_SOILTYPE_AGR,dt$B_GWL_CLASS,dt$B_SC_WENR,dt$B_HELP_WENR,dt$B_AER_CBS,dt$B_LU_BRP, - dt$A_SOM_LOI, dt$A_SAND_MI, dt$A_SILT_MI, dt$A_CLAY_MI,dt$A_PH_CC, - dt$A_N_RT,dt$A_CN_FR, dt$A_S_RT,dt$A_N_PMN, - dt$A_P_AL, dt$A_P_CC, dt$A_P_WA, - dt$A_CEC_CO,dt$A_CA_CO_PO, dt$A_MG_CO_PO, dt$A_K_CO_PO, - dt$A_K_CC, dt$A_MG_CC, dt$A_MN_CC, dt$A_ZN_CC, dt$A_CU_CC, - dt$A_C_BCS, dt$A_CC_BCS,dt$A_GS_BCS,dt$A_P_BCS,dt$A_RD_BCS, - dt$A_EW_BCS,dt$A_SS_BCS,dt$A_RT_BCS,dt$A_SC_BCS, - dt$M_COMPOST,dt$M_GREEN, dt$M_NONBARE, dt$M_EARLYCROP, - dt$M_SLEEPHOSE,dt$M_DRAIN,dt$M_DITCH,dt$M_UNDERSEED, - dt$M_LIME, dt$M_NONINVTILL, dt$M_SSPM, dt$M_SOLIDMANURE, - dt$M_STRAWRESIDUE,dt$M_MECHWEEDS,dt$M_PESTICIDES_DST, - ID = 1,output = output) + out <- obic_field( + B_SOILTYPE_AGR = dt$B_SOILTYPE_AGR, + B_GWL_CLASS = dt$B_GWL_CLASS, + B_SC_WENR = dt$B_SC_WENR, + B_HELP_WENR = dt$B_HELP_WENR, + B_AER_CBS = dt$B_AER_CBS, + B_GWL_GLG = dt$B_GWL_GLG, + B_GWL_GHG = dt$B_GWL_GHG, + B_GWL_ZCRIT = dt$B_GWL_ZCRIT, + B_LU_BRP = dt$B_LU_BRP, + A_SOM_LOI = dt$A_SOM_LOI, + A_SAND_MI = dt$A_SAND_MI, + A_SILT_MI = dt$A_SILT_MI, + A_CLAY_MI = dt$A_CLAY_MI, + A_PH_CC = dt$A_PH_CC, + A_N_RT = dt$A_N_RT, + A_CN_FR = dt$A_CN_FR, + A_S_RT = dt$A_S_RT, + A_N_PMN = dt$A_N_PMN, + A_P_AL= dt$A_P_AL, + A_P_CC = dt$A_P_CC, + A_P_WA = dt$A_P_WA, + A_CEC_CO = dt$A_CEC_CO, + A_CA_CO_PO = dt$A_CA_CO_PO, + A_MG_CO_PO = dt$A_MG_CO_PO, + A_K_CO_PO = dt$A_K_CO_PO, + A_K_CC = dt$A_K_CC, + A_MG_CC = dt$A_MG_CC, + A_MN_CC = dt$A_MN_CC, + A_ZN_CC = dt$A_ZN_CC, + A_CU_CC = dt$A_CU_CC, + A_C_BCS = dt$A_C_BCS, + A_CC_BCS = dt$A_CC_BCS, + A_GS_BCS = dt$A_GS_BCS, + A_P_BCS = dt$A_P_BCS, + A_RD_BCS = dt$A_RD_BCS, + A_EW_BCS = dt$A_EW_BCS, + A_SS_BCS = dt$A_SS_BCS, + A_RT_BCS = dt$A_RT_BCS, + A_SC_BCS = dt$A_SC_BCS, + M_COMPOST = dt$M_COMPOST, + M_GREEN = dt$M_GREEN, + M_NONBARE = dt$M_NONBARE, + M_EARLYCROP = dt$M_EARLYCROP, + M_SLEEPHOSE = dt$M_SLEEPHOSE, + M_DRAIN = dt$M_DRAIN, + M_DITCH = dt$M_DITCH, + M_UNDERSEED = dt$M_UNDERSEED, + M_LIME = dt$M_LIME, + M_NONINVTILL = dt$M_NONINVTILL, + M_SSPM = dt$M_SSPM, + M_SOLIDMANURE = dt$M_SOLIDMANURE, + M_STRAWRESIDUE = dt$M_STRAWRESIDUE, + M_MECHWEEDS = dt$M_MECHWEEDS, + M_PESTICIDES_DST = dt$M_PESTICIDES_DST, + ID = 1, + output = output + ) # return output return(out) diff --git a/R/obic_format_inputs.R b/R/obic_format_inputs.R index 3915c025..f18ea2d1 100644 --- a/R/obic_format_inputs.R +++ b/R/obic_format_inputs.R @@ -10,13 +10,17 @@ format_gwt <- function(B_GWL_CLASS) { # options for B_GWL_CLASS - bgwlclass <- c('I','II','IIb','III','IIIb','IV','V','Vb','VI','VI','VII','VIII', - 'GtI','GtII','GtIIb','GtIII','GtIIIb','GtIV','GtV','GtVb','GtVI', - 'GtVI','GtVII','GtVIII','-') + bgwlclass <- c('sVb', 'sVa', 'sVII', 'sVI', 'sV', 'bVII', 'bVI', 'Vb', 'Va', 'VIII', 'VII', 'VI', + 'V', 'IVu', 'IV', 'IIb', 'IIIb', 'IIIa', 'III', 'II', 'I', '-', + 'GtsVb', 'GtsVa', 'GtsVII', 'GtsVI', 'GtsV', 'GtbVII', 'GtbVI', 'GtVb', 'GtVa', 'GtVIII', 'GtVII', 'GtVI', + 'GtV', 'GtIVu', 'GtIV', 'GtIIb', 'GtIIIb', 'GtIIIa', 'GtIII', 'GtII', 'GtI') # Check if B_GT values are appropriate checkmate::assert_subset(B_GWL_CLASS, empty.ok = FALSE, choices = bgwlclass) + # Remove prefixes and suffixes + B_GWL_CLASS <- gsub("a|b|s|u", "", B_GWL_CLASS) + # if value starts with I or V, add prefix Gt to it. B_GWL_CLASS <- gsub("^I", "GtI", B_GWL_CLASS) B_GWL_CLASS <- gsub("^V", "GtV", B_GWL_CLASS) @@ -42,7 +46,7 @@ format_soilcompaction <- function(B_SC_WENR) { bsc.char <- c("Zeer beperkt", "Beperkt", "Matig", "Groot", "Zeer groot", "Beperkt door veenlagen", "Van nature dicht", "Glastuinbouw, niet beoordeeld", "Bebouwing en infrastructuur", "Water") - + # convert to character B_SC_WENR <- as.character(B_SC_WENR) @@ -70,12 +74,18 @@ format_soilcompaction <- function(B_SC_WENR) { #' @export format_aer <- function(B_AER_CBS) { + # convert UTF-8 encoded strings to latin1 if required + if('UTF-8' %in% Encoding(B_AER_CBS)) { + B_AER_CBS <- iconv(B_AER_CBS, from = '', to = 'latin1') + } + # options for B_AER_CBS aer.text <- c('Zuid-Limburg','Zuidelijk Veehouderijgebied','Zuidwest-Brabant', - 'Zuidwestelijk Akkerbouwgebied','Rivierengebied','Hollands/Utrechts Weidegebied', - 'Waterland en Droogmakerijen','Westelijk Holland','IJsselmeerpolders', - 'Centraal Veehouderijgebied','Oostelijk Veehouderijgebied','Noordelijk Weidegebied', - 'Veenkoloni\xebn en Oldambt','Bouwhoek en Hogeland') + 'Zuidwestelijk Akkerbouwgebied','Rivierengebied','Hollands/Utrechts Weidegebied', + 'Waterland en Droogmakerijen','Westelijk Holland','IJsselmeerpolders', + 'Centraal Veehouderijgebied','Oostelijk Veehouderijgebied','Noordelijk Weidegebied', + 'Veenkoloni\xEBn en Oldambt', "Veenkolonien en Oldambt", + 'Bouwhoek en Hogeland') # options for B_AER_CBS aer.code <- c("LG14","LG13","LG12","LG11","LG10","LG09","LG08","LG07","LG06","LG05","LG04","LG03","LG02","LG01") @@ -94,4 +104,4 @@ format_aer <- function(B_AER_CBS) { # Return B_AER_CBS return(B_AER_CBS) -} \ No newline at end of file +} diff --git a/R/obic_recommendations.R b/R/obic_recommendations.R index 6d8e934e..769a4b8f 100644 --- a/R/obic_recommendations.R +++ b/R/obic_recommendations.R @@ -17,7 +17,7 @@ obic_evalmeasure <- function(dt.score, extensive = FALSE) { soiltype = soiltype.m = crop_measure = crop_code = ID = m_sector = m_soiltype = NULL indicator = var = score = m_threshold = m_applicability = NULL m_effect = threshold = score.m = weight = grp = score.mp = m_prio = m.effect = FS = TH = NULL - cf = ncat = NULL + cf = ncat = . = NULL # make local copy of dt.score dt.score <- copy(dt.score) @@ -64,10 +64,10 @@ obic_evalmeasure <- function(dt.score, extensive = FALSE) { dt.recom[,cat := tstrsplit(indicator,'_',keep = 2)] # Determine amount of indicators per category - dt.recom.ncat <- dt.recom[,list(ncat = .N),by='cat'] + dt.recom.ncat <- dt.recom[,list(ncat = .N),by=.(ID, cat)] # add number of indicators per category - dt.recom <- merge(dt.recom,dt.recom.ncat,by='cat',all.x = TRUE) + dt.recom <- merge(dt.recom,dt.recom.ncat,by=c("ID", "cat"),all.x = TRUE) # calculate weighing factor depending on number of indicators dt.recom[,cf := log(ncat + 1)] @@ -95,8 +95,8 @@ obic_evalmeasure <- function(dt.score, extensive = FALSE) { # add priority to the score, just before calculating score per group dt.recom2[,score.mp := m_prio * score.m] - # add field - dt.recom2[,ID := 1] + # # add field + # dt.recom2[,ID := 1] # extract relevant columns and dcast effect of measures on indices per parcel cols <- c('ID','m_nr','indicator','score.m') @@ -106,7 +106,7 @@ obic_evalmeasure <- function(dt.score, extensive = FALSE) { dt.meas.ind <- dcast(dt.meas.ind,ID + m_nr ~ m.effect, value.var = 'score.m') # calculate the total score for each measure, and count the number of indices exceeding thresshold - dt.meas.tot <- dt.recom2[,lapply(.SD,sum),.SDcols = c('score.mp','threshold'),by=c('ID','m_nr','grp')] + dt.meas.tot <- dt.recom2[,lapply(.SD,sum, na.rm=T),.SDcols = c('score.mp','threshold'),by=c('ID','m_nr','grp')] setnames(dt.meas.tot,c('ID','m_nr','grp','FS','TH')) dt.meas.tot <- dcast(dt.meas.tot,ID + m_nr ~ grp, value.var = c('FS','TH')) diff --git a/R/pesticides.R b/R/pesticides.R new file mode 100644 index 00000000..07e221de --- /dev/null +++ b/R/pesticides.R @@ -0,0 +1,113 @@ +#' Calculate risk of pesticide leaching +#' +#' This function calculates the risk of pesticide leaching from a soil. The risk is calculated by comparing the current leached fraction with a worst case scenario +#' +#' @param B_SOILTYPE_AGR (character) The agricultural type of soil +#' @param A_SOM_LOI (numeric) The percentage organic matter in the soil (\%) +#' @param A_CLAY_MI (numeric) The clay content of the soil (\%) +#' @param A_SAND_MI (numeric) The sand content of the soil (\%) +#' @param A_SILT_MI (numeric) The silt content of the soil (\%) +#' @param D_PSP (numeric) The precipitation surplus per crop calculated by \code{\link{calc_psp}} +#' @param M_PESTICIDES_DST (boolean) measure. Use of DST for pesticides (option: yes or no) +#' @param M_MECHWEEDS (boolean) measure. Use of mechanical weed protection (option: yes or no) +#' +#' @export +calc_pesticide_leaching <- function(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, A_SAND_MI, A_SILT_MI, D_PSP, M_PESTICIDES_DST,M_MECHWEEDS) { + + # add visual bindings + soils.obic = BD_MIN = vfw_min = B_WATER_FLUX_MIN = pest_leach_min = BD = NULL + vfw = B_WATER_FLUX = pest_leach = D_PESTICIDE = I_PESTICIDE = SOM_MIN = NULL + + # check inputs + arg.length <- max(length(B_SOILTYPE_AGR),length(A_SOM_LOI),length(A_CLAY_MI),length(A_SAND_MI),length(A_SILT_MI),length(D_PSP), + length(M_PESTICIDES_DST), length(M_MECHWEEDS)) + + checkmate::assert_character(B_SOILTYPE_AGR, any.missing = FALSE, len = arg.length) + checkmate::assert_subset(B_SOILTYPE_AGR, choices = unique(OBIC::soils.obic$soiltype)) + checkmate::assert_numeric(A_SOM_LOI, lower = 0.5, upper = 75, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(A_CLAY_MI, lower = 0.1, upper = 75, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(A_SAND_MI, lower = 0.1, upper = 100, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(A_SILT_MI, lower = 0.1, upper = 100, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(D_PSP, lower = 0, upper = 1000, any.missing = FALSE, len = arg.length) + checkmate::assert_logical(M_PESTICIDES_DST, any.missing = FALSE, len = arg.length) + checkmate::assert_logical(M_MECHWEEDS, any.missing = FALSE, len = arg.length) + + # import data in table + dt <- data.table(B_SOILTYPE_AGR = B_SOILTYPE_AGR, + A_SOM_LOI = A_SOM_LOI, + A_CLAY_MI = A_CLAY_MI, + A_SAND_MI = A_SAND_MI, + A_SILT_MI = A_SILT_MI, + D_PSP = D_PSP, + M_PESTICIDES_DST = M_PESTICIDES_DST, + M_MECHWEEDS = M_MECHWEEDS + ) + + ## Minimal situation + # Determine minimal OM level based on soiltype + dt[B_SOILTYPE_AGR == 'loess', SOM_MIN := 1.2] + dt[B_SOILTYPE_AGR == 'dekzand', SOM_MIN := 1.2] + dt[B_SOILTYPE_AGR == 'zeeklei', SOM_MIN := 1.0] + dt[B_SOILTYPE_AGR == 'rivierklei', SOM_MIN := 1.3] + dt[B_SOILTYPE_AGR == 'moerige_klei', SOM_MIN := 3.4] + dt[B_SOILTYPE_AGR == 'veen', SOM_MIN := 1.9] + dt[B_SOILTYPE_AGR == 'maasklei', SOM_MIN := 1.3] + dt[B_SOILTYPE_AGR == 'duinzand', SOM_MIN := 0.7] + dt[B_SOILTYPE_AGR == 'dalgrond', SOM_MIN := 2.1] + + # Calcualte bulk density + dt[,BD_MIN := calc_bulk_density(B_SOILTYPE_AGR,A_SOM_LOI = SOM_MIN,A_CLAY_MI)/1000] + + # Calculate volume fraction of water + dt[,vfw_min := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI = SOM_MIN,type = 'water holding capacity')] + + # Calculate water flux + dt[,B_WATER_FLUX_MIN := D_PSP / 365 / vfw_min / 100] + + # Calculate pesticide leaching fraction + dt[,pest_leach_min := exp((-0.34/60 * (vfw_min + BD_MIN * 1/100 * 10)/B_WATER_FLUX_MIN))] + + + ## Current situation + # Calculate bulk density + dt[,BD := calc_bulk_density(B_SOILTYPE_AGR,A_SOM_LOI,A_CLAY_MI)/1000] + + # Calculate volume fraction of water + dt[,vfw := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'water holding capacity')] + + # Calculate water flux + dt[,B_WATER_FLUX := D_PSP / 365 / vfw / 100] + + # Calculate pesticide leaching fraction + dt[,pest_leach := exp((-0.34/60 * (vfw + BD * A_SOM_LOI/100 * 10)/B_WATER_FLUX))] + + # Correct for reduction in pesticide use + dt[(M_PESTICIDES_DST == TRUE) | (M_MECHWEEDS == TRUE), pest_leach := pest_leach * 0.75] + + # Calculate pesticide leaching risk + dt[,D_PESTICIDE := pest_leach/pest_leach_min] + + # Return outptu + return(dt[,D_PESTICIDE]) + +} + + +#' Calculate an indicator score for pesticide leaching +#' +#' This function calculates the indicator value for pesticide leaching from a soil +#' +#' +#' @param D_PESTICIDE The fraction of pesticide leached compared to the worst case scenario +#' +#' @export +ind_pesticide_leaching <- function(D_PESTICIDE) { + + + # Calculate indicator score + I_PESTICIDE <- evaluate_logistic(D_PESTICIDE, 28, 0.80, 1.5, increasing = FALSE) + + + return(I_PESTICIDE) + +} diff --git a/R/precipitation_surplus.R b/R/precipitation_surplus.R new file mode 100644 index 00000000..614330ff --- /dev/null +++ b/R/precipitation_surplus.R @@ -0,0 +1,115 @@ +#' Calculate the precipitation surplus +#' +#' This function calculates the precipitation surplus (in mm / ha) given the crop rotation plan. +#' +#' @param B_LU_BRP (numeric) The crop code from the BRP +#' @param M_GREEN (boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no) +#' +#' @export +calc_psp <- function(B_LU_BRP, M_GREEN){ + + crop_code = crop_name = crop_makkink = psp = A_PREC_MEAN = A_ET_MEAN = mcf = NULL + + # Check input + arg.length <- max(length(B_LU_BRP), length(M_GREEN)) + + # check inputs + checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1, len = arg.length) + checkmate::assert_subset(B_LU_BRP, choices = unique(crops.obic$crop_code), empty.ok = FALSE) + checkmate::assert_logical(M_GREEN,any.missing = FALSE, len = arg.length) + + + # Load in the datasets + crops.obic <- as.data.table(OBIC::crops.obic) + crops.makkink <- as.data.table(OBIC::crops.makkink) + + # melt makkink + dt.mak <- melt.data.table(crops.makkink,id.vars = 'crop_makkink', variable.name = 'month',value.name = "mcf") + dt.mak[,month := as.integer(month)] + + + # Collect input data in a table + dt <- data.table(year = 1:arg.length, + B_LU_BRP = B_LU_BRP, + M_GREEN = M_GREEN + ) + + # merge with obic crop + dt <- merge(dt, crops.obic[, list(crop_code, crop_name, crop_makkink)], by.x = "B_LU_BRP", by.y = "crop_code") + + # extend data.table for 12 months + dt.gws <- CJ(year = dt$year,month = 1:12) + + # Merge tables + dt <- merge(dt, dt.gws, by = "year") + + + # merge makkink data by month and crop_cat + # be aware: some crops grow from summer up to spring next year + dt <- merge(dt,dt.mak, by = c("crop_makkink", "month"), all.x = TRUE) + + # Order by year + dt <- setorder(dt,year) + + + # Select years with wintercereals + year_wc <- unique(dt[B_LU_BRP == 233|B_LU_BRP == 235, year]) + + for(i in year_wc){ + + dt[year == i-1 & month == 10| + year == i-1 & month == 11| + year == i-1 & month == 12, c("crop_name","crop_cover","mcf") := list("winter cereal", 1, c(0.5,0.6,0.6))] + + } + + + # Set M_GREEN to TRUE for maize and potato cultivation + dt[grepl('mais|aardappel',crop_name), M_GREEN := TRUE] + + + ## Select years with catch crops and remove years before winter cereal cultivation -> winter cereal is the catch crop + year_cc <- unique(dt[M_GREEN == TRUE, year]) + year_cc <- year_cc[!year_cc %in% (year_wc - 1)] + + # Add catch crop for last year in rotation + if(year_cc[length(year_cc)] == arg.length){ + + dt[year == arg.length & month %in% 10:12, c("crop_name","mcf"):=list("catch crop",c(0.74,0.64,0.6))] + year_cc <- year_cc[! year_cc %in% arg.length] + + } + + # Add catch crops to other years + for(i in year_cc){ + + dt[year == i & month == 10| + year == i & month == 11| + year == i & month == 12| + year == i+1 & month == 1| + year == i+1 & month == 2| + year == i+1 & month == 3, c("crop_name","mcf"):=list("catch crop",c(0.74,0.64,0.6,0.6,0.6,0.6))] + } + + + # Load weather data + dt.weather <- OBIC::weather.obic + + # merge dt with weather data using month + dt <- merge(dt,dt.weather, by = 'month') + + # calculate precipitation surplus + dt[, psp := A_PREC_MEAN - A_ET_MEAN * mcf] + + + # calculate the precipitation surplus per year + out <- dt[,list(psp = sum(psp)),by = "year"] + + # return value + D_PSP <- out[,psp] + + # return + return(D_PSP) + +} + diff --git a/R/root_depth.R b/R/root_depth.R index a2f528e5..40bc6275 100644 --- a/R/root_depth.R +++ b/R/root_depth.R @@ -29,8 +29,8 @@ calc_root_depth <- function(B_LU_BRP) { setorder(dt, id) # Determine depth - dt[crop_category %in% c("akkerbouw", "natuur"), value := 0.3] - dt[crop_category %in% c("grasland", "mais"), value := 0.1] + dt[crop_category %in% c("akkerbouw", "mais", "natuur"), value := 0.25] + dt[crop_category %in% c("grasland"), value := 0.1] value <- dt[, value] return(value) diff --git a/R/sombalance.R b/R/sombalance.R index 308c7a6a..bcf0ef3c 100644 --- a/R/sombalance.R +++ b/R/sombalance.R @@ -52,7 +52,7 @@ calc_sombalance <- function(B_LU_BRP,A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GRE dt[A_SOM_LOI <= 23, c.diss := A_SOM_LOI * 0.1 * 0.3 * (-0.37 * log(A_SOM_LOI) + 1.8398) * (10 ^ 6) * 0.0487 * A_SOM_LOI ^ -0.453 * 0.57] # EOS input (kg / ha) via crop roots and residues - dt[,cropinput := crop_eos + crop_eos_residue] + dt[,cropinput := pmax(0,crop_eos,na.rm=T) + pmax(0,crop_eos_residue,na.rm=T)] # EOS input (kg / ha) via manure, maximized given allowed p-dose from manure policy # assuming slurry from dairy (50 g EOS/kg en 1.5 g P2O5/kg) and pigs (26 g EOS/kg; 3.9 g P/kg) diff --git a/R/sulpher.R b/R/sulpher.R index 49aad699..e2edef78 100644 --- a/R/sulpher.R +++ b/R/sulpher.R @@ -37,7 +37,7 @@ calc_slv <- function(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS,A_SOM_LOI,A_S_RT, D_BDS 'Zuidwestelijk Akkerbouwgebied','Rivierengebied','Hollands/Utrechts Weidegebied', 'Waterland en Droogmakerijen','Westelijk Holland','IJsselmeerpolders', 'Centraal Veehouderijgebied','Oostelijk Veehouderijgebied','Noordelijk Weidegebied', - 'Veenkoloni\xebn en Oldambt','Bouwhoek en Hogeland'), empty.ok = FALSE) + 'Veenkolonien en Oldambt', 'Veenkoloni\xebn en Oldambt','Bouwhoek en Hogeland'), empty.ok = FALSE) checkmate::assert_numeric(D_BDS, lower = 100, upper = 1900, any.missing = FALSE, len = arg.length) # Settings diff --git a/R/tables.R b/R/tables.R index a2e08ce7..663dd678 100644 --- a/R/tables.R +++ b/R/tables.R @@ -90,7 +90,7 @@ #' #' This table defines the columns used in the OBIC and which unit is used #' -#' @format A data.frame with 126 rows and 6 columns: +#' @format A data.frame with 230 rows and 6 columns: #' \describe{ #' \item{column}{The column name used in OBIC} #' \item{type}{The type of column} @@ -130,6 +130,71 @@ #' } "season.obic" +#' Example dataset for use in OBIC package +#' +#' This table contains a series of agricultural fields with soil properties needed for illustration OBIC. +#' +#' @format A data.frame with 65 rows and 55 columns: +#' \describe{ +#' \item{ID}{A field id (numeric)} +#' \item{YEAR}{The year that the crop is grown (integer)} +#' \item{B_LU_BRP}{A series with crop codes given the crop rotation plan (integer, source: the BRP)} +#' \item{B_SC_WENR}{The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006) (character).} +#' \item{B_GWL_CLASS}{The groundwater table class (character)} +#' \item{B_SOILTYPE_AGR}{The agricultural type of soil (character)} +#' \item{B_HELP_WENR}{The soil type abbreviation, derived from 1:50.000 soil map (character)} +#' \item{B_AER_CBS}{The agricultural economic region in the Netherlands (CBS, 2016) (character)} +#' \item{A_SOM_LOI}{The percentage organic matter in the soil (\%) (numeric)} +#' \item{A_CLAY_MI}{The clay content of the soil (\%) (numeric)} +#' \item{A_SAND_MI}{The sand content of the soil (\%) (numeric)} +#' \item{A_SILT_MI}{The silt content of the soil (\%) (numeric)} +#' \item{A_PH_CC}{The acidity of the soil, measured in 0.01M CaCl2 (-) (numeric)} +#' \item{A_CACO3_IF}{The carbonate content of the soil (\%) (numeric)} +#' \item{A_N_RT}{The organic nitrogen content of the soil in mg N / kg (numeric)} +#' \item{A_CN_FR}{The carbon to nitrogen ratio (-) (numeric)} +#' \item{A_COM_FR}{The carbon fraction of soil organic matter (\%) (numeric)} +#' \item{A_S_RT}{The total Sulpher content of the soil (in mg S per kg) (numeric)} +#' \item{A_N_PMN}{The potentially mineralizable N pool (mg N / kg soil) (numeric)} +#' \item{A_P_AL}{The P-AL content of the soil (numeric)} +#' \item{A_P_CC}{The plant available P content, extracted with 0.01M CaCl2 (mg / kg) (numeric)} +#' \item{A_P_WA}{The P-content of the soil extracted with water (mg P2O5 / 100 ml soil) (numeric)} +#' \item{A_CEC_CO}{The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction (numeric)} +#' \item{A_CA_CO_PO}{The The occupation of the CEC with Ca (\%) (numeric)} +#' \item{A_MG_CO_PO}{The The occupation of the CEC with Mg (\%) (numeric)} +#' \item{A_K_CO_PO}{The occupation of the CEC with K (\%) (numeric)} +#' \item{A_K_CC}{The plant available K content, extracted with 0.01M CaCl2 (mg / kg) (numeric)} +#' \item{A_MG_CC}{The plant available Mg content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} +#' \item{A_MN_CC}{The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} +#' \item{A_ZN_CC}{The plant available Zn content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} +#' \item{A_CU_CC}{The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} +#' \item{A_EW_BCS}{The presence of earth worms (optional, score 0-1-2, numeric)} +#' \item{A_SC_BCS}{The presence of compaction of subsoil (optional, score 0-1-2, numeric)} +#' \item{A_GS_BCS}{The presence of waterlogged conditions, gley spots (optional, score 0-1-2, numeric)} +#' \item{A_P_BCS}{The presence / occurrence of water puddles on the land, ponding (optional, score 0-1-2, numeric)} +#' \item{A_C_BCS}{The presence of visible cracks in the top layer (optional, score 0-1-2, numeric)} +#' \item{A_RT_BCS}{The presence of visible tracks / rutting or trampling on the land (optional, score 0-1-2, numeric)} +#' \item{A_RD_BCS}{The rooting depth (optional, score 0-1-2, numeric)} +#' \item{A_SS_BCS}{The soil structure (optional, score 0-1-2, numeric)} +#' \item{A_CC_BCS}{he crop cover on the surface (optional, score 0-1-2, numeric)} +#' \item{M_COMPOST}{The frequency that compost is applied (optional, every x years, numeric)} +#' \item{M_GREEN}{A soil measure. Are catch crops sown after main crop (optional, option: yes or no, boolean)} +#' \item{M_NONBARE}{A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no, boolean)} +#' \item{M_EARLYCROP}{A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no, boolean)} +#' \item{M_SLEEPHOSE}{A soil measure. Is sleephose used for slurry application (optional, option: yes or no, boolean)} +#' \item{M_DRAIN}{A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no, boolean)} +#' \item{M_DITCH}{A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no, boolean)} +#' \item{M_UNDERSEED}{A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no, boolean)} +#' \item{M_LIME}{A soil measure. Has field been limed in last three years (option: yes or no, boolean)} +#' \item{M_NONINVTILL}{A soil measure. Non inversion tillage (option: yes or no, boolean)} +#' \item{M_SSPM}{A soil measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no, boolean)} +#' \item{M_SOLIDMANURE}{A soil measure. Use of solid manure (option: yes or no, boolean)} +#' \item{M_STRAWRESIDUE}{A soil measure. Application of straw residues (option: yes or no, boolean)} +#' \item{M_MECHWEEDS}{A soil measure. Use of mechanical weed protection (option: yes or no, boolean)} +#' \item{M_PESTICIDES_DST}{A soil measure. Use of DST for pesticides (option: yes or no, boolean)} +#' } +"binnenveld" + + #' Relational table linking soil management measures to ecosystem services #' #' This table assigns which measures positively contribute to the ecosystem services included @@ -142,4 +207,72 @@ #' \item{I_M_WATERQUALITY}{integrated soil management indicator for water quality} #' \item{I_M_BIODIVERSITY}{Integrated soil management indicator for soil biodiversity} #' } -"management.obic" \ No newline at end of file +"management.obic" + +#' Damage and reproduction of soil-borne pathogens and pests on crops +#' +#' This table includes information from aaltjesschema (April 2021), a website where information is collected on the vulnerability of crops to plant parasitic nematodes and diseases that use nematodes as vector. +#' +#' @format A data.table with 7059 rows and 21 columns: +#' \describe{ +#' \item{crop}{crop as called in aaltjesschema} +#' \item{name_scientific}{scientific name of nematode} +#' \item{propagation}{how easily a nematode can propagate on a crop given as strings with 5 classes} +#' \item{damage}{strings indicating how much damage a nematode can inflict on a crop, with 5 classes} +#' \item{cultivar_dependent}{boolean whether there are differences in propgation between cultivars of the crop} +#' \item{serotype_dependant}{boolean whether there are differences in propagation between serotypes of the pathogen} +#' \item{dalgrond}{boolean whether information is valid for soiltype 'dalgrond'} +#' \item{klei}{boolean whether information is valid for soiltype 'klei'} +#' \item{loess}{boolean whether information is valid for soiltype 'loess'} +#' \item{zand}{boolean whether information is valid for soiltype 'zand'} +#' \item{zavel}{boolean whether information is valid for soiltype 'zavel'} +#' \item{info}{string whether there is information on propgation, diffrentiating between none, yes, and some} +#' \item{name_common}{string, common name of pathogen in Dutch, if no common name is available, scientific name is given} +#' \item{nema_name}{string, full name of pathogen in aaltjeschema, includes common and scientific name} +#' \item{grondsoort}{string with letters indicating for which soil the information is valid} +#' \item{groen_br}{boolean indicating that the crop is a green manure on fallow} +#' \item{groen_vs}{boolean indicating that the crop is a green manure in early stubble} +#' \item{groen_od}{boolean indicating that the crop is a green manure beneath cover crop} +#' \item{groen_ls}{boolean indicating that the crop is a green manure in late stubble} +#' \item{groen_st}{boolean indicating that the crop is a green manure as drifting deck} +#' \item{crop_name_scientific}{string, scientific name of crop species or genus} +#' } +"nema.crop.rot.obic" + + + +#' Weather table +#' +#' This table contains the climatic weather data of the Netherlands for the period 1990-2020 +#' +#' @format A data.table with 12 rows and 4 columns: +#' \describe{ +#' \item{month}{Month of the year} +#' \item{A_TEMP_MEAN}{Mean monthly temperature} +#' \item{A_PREC_MEAN}{Mean monthly precipitation} +#' \item{A_ET_MEAN}{Mean monthly evapo-transpiration} +#' } +"weather.obic" + + +#' Makkink correction factor table +#' +#' This table contains the makkink correction factors for evapo-transpiration per month +#' +#' @format A data.table with 12 rows and 4 columns: +#' \describe{ +#' \item{crop_makkink}{Makkink crop categroy} +#' \item{1}{Evapotranspiration correction factors for January} +#' \item{2}{Evapotranspiration correction factors for February} +#' \item{3}{Evapotranspiration correction factors for March} +#' \item{4}{Evapotranspiration correction factors for April} +#' \item{5}{Evapotranspiration correction factors for May} +#' \item{6}{Evapotranspiration correction factors for June} +#' \item{7}{Evapotranspiration correction factors for July} +#' \item{8}{Evapotranspiration correction factors for August} +#' \item{9}{Evapotranspiration correction factors for September} +#' \item{10}{Evapotranspiration correction factors for October} +#' \item{11}{Evapotranspiration correction factors for November} +#' \item{12}{Evapotranspiration correction factors for December} +#' } +"crops.makkink" \ No newline at end of file diff --git a/R/waterretention.R b/R/waterretention.R index 6e587afb..b0afa8f0 100644 --- a/R/waterretention.R +++ b/R/waterretention.R @@ -10,7 +10,7 @@ #' @param type (character) The type of waterretention index. Options include c('wilting point','field capacity','water holding capacity','plant available water','Ksat') #' @param ptf (character) Pedotransfer functions to calculate van Genuchten parameters. Options include c('Wosten1999', 'Wosten2001', 'Klasse') #' -#' @references Wosten et al. (2001) Pedotransfer functions: bridging the gap between available basic soil data and missing hydraulogic characteristics. Journal of Hydrology 251, 123-150. +#' @references Wosten et al. (2001) Pedotransfer functions: bridging the gap between available basic soil data and missing hydraulogic characteristics. Journal of Hydrology 251, p123. #' #' @import data.table #' @@ -139,7 +139,7 @@ ind_waterretention <- function(D_P_WRI,type ='plant available water') { #' @param head (numeric) suction pressure ([L] or cm of water) #' @param thetaR (numeric) residual water content (cm3/cm3) #' @param thetaS (numeric) saturated water content (cm3/cm3) -#' @param alfa (numeric) related to the inverse of the air entry suction, alfa >0 (L−1, or cm−1) +#' @param alfa (numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm) #' @param n (numeric) a measure of the pore-size distribution, n>1, dimensionless #' #' @return theta (numeric) water content (cm3/cm3) @@ -168,7 +168,7 @@ pF_curve <- function(head, thetaR, thetaS, alfa, n){ #' Dichtheid (numeric) soil bulk density (g/cm3) #' ThetaR (numeric) residual water content (cm3/cm3) #' ThetaS (numeric) saturated water content (cm3/cm3) -#' alfa (numeric) related to the inverse of the air entry suction, alfa >0 (L−1, or cm−1) +#' alfa (numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm) #' n (numeric) a measure of the pore-size distribution, n>1, dimensionless #' ksat (numeric) saturated hydraulic conductivity (cm/d) #' @@ -240,12 +240,12 @@ pFpara_ptf_Wosten1999 <- function(Pklei, Psilt, Psom, Bovengrond){ #' This function estimates water retention curve parameters using Pedo transfer function of Wosten (2001) #' #' @param Pklei (numeric) The clay (<2um) content of the soil (\%) -#' @param Pleem (numeric) The leemt (<50um) content of the soil (\%) Pleem > 0 +#' @param Pleem (numeric) The loam (<50um) content of the soil (\%) Pleem > 0 #' @param Psom (numeric) The organic matter content of the soil (\%) Psom > 0 -#' @param M50 (numeric)size of sand fraction (um) +#' @param M50 (numeric)size of sand fraction (um) #' @param Bovengrond (boolean) whether topsoil (1) or not (0) #' -#' @references Wösten, J. H. M., Veerman, G. ., de Groot, W. J., & Stolte, J. (2001). Waterretentie- en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: de Staringreeks. Alterra Rapport, 153, 86. https://doi.org/153 +#' @references Wösten, J. H. M., Veerman, G. ., de Groot, W. J., & Stolte, J. (2001). Waterretentie en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: de Staringreeks. Alterra Rapport, 153, 86. https://doi.org/153 #' #' @export pFpara_ptf_Wosten2001 <- function(Pklei, Pleem, Psom, M50, Bovengrond){ @@ -319,7 +319,7 @@ pFpara_ptf_Wosten2001 <- function(Pklei, Pleem, Psom, M50, Bovengrond){ #' Parameter estimation based on class of Staringreeks (Tabel 3, Wosten 2001) #' #' @param Pklei (numeric) The clay (<2um) content of the soil (\%) -#' @param Pleem (numeric) The leemt (<50um) content of the soil (\%) Pleem > 0 +#' @param Pleem (numeric) The loam (<50um) content of the soil (\%) Pleem > 0 #' @param Psom (numeric) The organic matter content of the soil (\%) Psom > 0 #' @param M50 (numeric)size of sand fraction (um) #' @@ -404,11 +404,3 @@ pFpara_class <- function(Pklei, Pleem, Psom, M50){ #' \item{M50}{size of sand particles (um). Middle value of Table 2 of Wosten 2001} #' } "bouwsteen_tb" - - # \item{n}{parameter n of pF curve (-). Table 3 of Wosten 2001} - # \item{sand%}{sand content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001} - # \item{silt%}{silt content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001} - # \item{clay%}{clay content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001} - # \item{OM%}{organic matter content (%). Middle value of Table 1 of Wosten 2001} - # \item{bulkdensity}{soil bulk density (g/cm3). Middle value of Table 2 of Wosten 2001} - # \item{M50}{size of sand particles (um). Middle value of Table 2 of Wosten 2001} \ No newline at end of file diff --git a/R/workability.R b/R/workability.R index a5796212..fcd2037e 100644 --- a/R/workability.R +++ b/R/workability.R @@ -1,31 +1,40 @@ #' Calculate indicator for workability #' -#' This function calculates the workability of soils, given as potential length of the growing season. Based on Huinink (2018) +#' This function calculates the workability of soils, given as a value of relative season length between 0 and 1. +#' A relative season length of 1 indicates that the water table is sufficiently low for the soil to be workable for the entire growing season required by the crop. +#' The required ground water table for workability is determined by soil type and soil properties. Hydrological variables determine the groundwater table for each day of the year. +#' The option calcyieldloss allows for calculation of yield loss based on the relative season length, differentiating in yield loss between six groups of crops +#' Based on Huinink (2018) #' -#' @param A_CLAY_MI (numeric) The clay content of the soil (in procent) -#' @param A_SILT_MI (numeric) The silt content of the soil (in procent) -#' @param B_LU_BRP (numeric) The crop code (gewascode) from the BRP -#' @param B_SOILTYPE_AGR (character) The type of soil +#' @param A_CLAY_MI (numeric) The clay content of the soil (\%) +#' @param A_SILT_MI (numeric) The silt content of the soil (\%) +#' @param B_LU_BRP (numeric) The crop code from the BRP +#' @param B_SOILTYPE_AGR (character) The agricultural type of soil #' @param B_GWL_GLG (numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level #' @param B_GWL_GHG (numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level -#' @param B_Z_TWO (numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm) +#' @param B_GWL_ZCRIT (numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm) +#' @param calcyieldloss (boolean) whether the function includes yield loss, options: TRUE or FALSE (default). #' #' @import data.table #' #' @references Huinink (2018) Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie. BodemConsult-Arnhem #' #' @export -calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_GWL_GLG, B_GWL_GHG, B_Z_TWO) { +calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, + B_GWL_GLG, B_GWL_GHG, B_GWL_ZCRIT, + calcyieldloss = FALSE) { # define variables used within the function id =crop_code = soiltype = landuse = crop_waterstress = crop_season = NULL soiltype.m = spring_depth = gws_sub_workingdepth = NULL early_season_day_deficit = late_season_day_deficit = NULL req_days_pre_glg = req_days_post_glg = total_days = NULL + derving = yield = yl = NULL + # parameters related to required depth (rd): required depth for capilairy (rdc), for hydrostatic equilibrium (rdh) rdh = rdc = rd_spring = rd_fall = NULL rdh_spring = rdh_fall = req_spring_depth_day = req_fall_depth_day = NULL - rsl = derving = yl = yield = NULL + rsl = score = NULL # Load in the datasets crops.obic <- as.data.table(OBIC::crops.obic) @@ -37,7 +46,7 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G # Check inputs arg.length <- max(length(A_CLAY_MI), length(A_SILT_MI), length(B_LU_BRP), length(B_SOILTYPE_AGR), - length(B_GWL_GLG), length(B_GWL_GHG), length(B_Z_TWO)) + length(B_GWL_GLG), length(B_GWL_GHG), length(B_GWL_ZCRIT)) checkmate::assert_numeric(A_CLAY_MI, lower = 0, upper = 100, any.missing = FALSE, len = arg.length) checkmate::assert_numeric(A_SILT_MI, lower = 0, upper = 100, any.missing = FALSE, len = arg.length) checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1, len = arg.length) @@ -47,7 +56,7 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G checkmate::assert_numeric(B_GWL_GLG, lower = 0, any.missing = FALSE, len = arg.length) checkmate::assert_numeric(B_GWL_GHG, lower = 0, any.missing = FALSE, len = arg.length) checkmate::assert_true(all(B_GWL_GHG < B_GWL_GLG)) - checkmate::assert_numeric(B_Z_TWO, lower = 0, upper = 400, any.missing = FALSE, len = arg.length) + checkmate::assert_numeric(B_GWL_ZCRIT, lower = 0, upper = 400, any.missing = FALSE, len = arg.length) # Collect in data table dt <- data.table(id = 1:arg.length, @@ -57,13 +66,13 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G B_SOILTYPE_AGR = B_SOILTYPE_AGR, B_GWL_GLG = B_GWL_GLG, B_GWL_GHG = B_GWL_GHG, - B_Z_TWO = B_Z_TWO) + B_GWL_ZCRIT = B_GWL_ZCRIT) # merge with OBIC crop and soil table dt <- merge(dt, crops.obic[, list(crop_code, crop_waterstress, crop_season)], by.x = "B_LU_BRP", by.y = "crop_code") dt <- merge(dt, soils.obic[, list(soiltype, soiltype.m)], by.x = "B_SOILTYPE_AGR", by.y = "soiltype") - dt <- merge(dt, season.obic, by.x = 'crop_season', by.y = 'landuse') + dt <- merge(dt, season.obic, by.x = c('crop_season','soiltype.m'), by.y = c('landuse', 'soiltype.m')) ## determine workability key numbers @@ -96,7 +105,7 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G dt[, rdh_fall := gws_sub_workingdepth] # test 2: At what groundwater level is capillary rise lower than evaporation (<2mm/d), required depth capilairy abbreviated as rdc - dt[, rdc := B_Z_TWO] + dt[, rdc := B_GWL_ZCRIT] # Choose lowest required depth as required depth dt[,rd_spring := fifelse(rdh_spring <= rdc, rdh_spring,rdc)] @@ -113,8 +122,8 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G req_fall_depth_day := round(138-(asin((-rd_fall-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024))] # if highest groundwater level is deeper than required depth, soil is always workable - # if lowest groundwater level is higher than required depth, soil is never workable. - # required_depth_day is set to 228 (which is 15 aug/GLG) so season length will be 0 + # if lowest groundwater level is higher than required depth, soil is never workable + # then required_depth_day is set to 228 (which is 15 aug/GLG) so season length will be 0 dt[rd_spring < B_GWL_GHG, req_spring_depth_day := 1] dt[rd_spring >= B_GWL_GLG, req_spring_depth_day := 228] dt[rd_fall < B_GWL_GHG, req_fall_depth_day := 1] @@ -127,33 +136,55 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G # Calculate relative season length dt[,rsl := (total_days-late_season_day_deficit-early_season_day_deficit)/total_days] - # # Calculate percentage yield loss non-grassland by sub-optimal season length - dt[derving == 'zaai groenten' , yl := 538*rsl^2-1144*rsl+606] - dt[derving == 'zomergranen' , yl := 232*rsl^2- 475*rsl+243] - dt[derving == 'plant groenten', yl := 392*rsl^2- 785*rsl+393] - dt[derving == 'wintergranen' , yl :=(232*rsl^2- 475*rsl+243)*0.85/2] - dt[derving == 'boomteelt' , yl :=(538*rsl^2-1144*rsl+606)/2] - dt[derving == 'overig' , yl := 100*rsl^2- 100*rsl+100] - - # helper functions to determine yield loss in grass given soiltype - ylveen <- approxfun(x = c(1, 0.9, 0.8, 0.6, 0.55, 0.43, 0.22, 0.08, 0), - y = c(23, 25, 28, 36, 38, 41, 54, 59, 100), method = 'linear', - yleft = NA_integer_, yright = NA_integer_) - ylsoil <- approxfun(x = c(1, 0.9, 0.8, 0.6, 0.55, 0.43, 0.22, 0.08, 0), - y = c(23, 25, 29, 41, 43, 51, 68, 72, 100), method = 'linear', - yleft = NA_integer_, yright = NA_integer_) - - dt[derving == 'grasland' & soiltype.m == 'veen', yl := ylveen(rsl)] - dt[derving == 'grasland' & !soiltype.m == 'veen', yl := ylsoil(rsl)] - - # Calculate yield fraction, always above zero - dt[,yield := pmax(0, 1 - 0.01 * yl)] + # Calculate percentage yield loss non-grassland by sub-optimal season length + if(calcyieldloss == TRUE){ + + # add yield loss per category + dt[derving == 'zaai groenten' , yl := 538 * rsl^2-1144 * rsl + 606] + dt[derving == 'zomergranen' , yl := 232 * rsl^2- 475 * rsl + 243] + dt[derving == 'plant groenten', yl := 392 * rsl^2- 785 * rsl + 393] + dt[derving == 'wintergranen' , yl :=(232 * rsl^2- 475 * rsl + 243)*0.85/2] + dt[derving == 'boomteelt' , yl :=(538 * rsl^2-1144 * rsl + 606)/2] + dt[derving == 'overig' , yl := 100 * rsl^2- 200 * rsl + 100] + + # # helper functions to determine yield loss in grass given soil type + ylveen <- approxfun(x = c(1, 0.9, 0.8, 0.6, 0.55, 0.43, 0.22, 0.08, 0), + y = c(23, 25, 28, 36, 38, 41, 54, 59, 100), method = 'linear', + yleft = NA_integer_, yright = NA_integer_) + ylsoil <- approxfun(x = c(1, 0.9, 0.8, 0.6, 0.55, 0.43, 0.22, 0.08, 0), + y = c(23, 25, 29, 41, 43, 51, 68, 72, 100), method = 'linear', + yleft = NA_integer_, yright = NA_integer_) + + # add yield reduction for grassland + dt[derving == 'grasland' & soiltype.m == 'veen', yl := ylveen(rsl)] + dt[derving == 'grasland' & !soiltype.m == 'veen', yl := ylsoil(rsl)] + + # Calculate yield fraction, always above zero + dt[,yield := pmax(0, 1 - 0.01 * yl)] + dt[derving == 'grasland', yield := evaluate_logistic(x = yield, b = 16, x0 = 0.5, + v = 0.5,increasing = TRUE)] + + } + # setorder setorder(dt, id) - # Return yield - value <- dt[,yield] + # Return output + if(calcyieldloss == TRUE){ + + # return yield decline + value <- dt[,yield] + + } else { + + # add temporaly check + dt[rsl<0, rsl := 0] + + # return relative length season + value <- dt[,rsl] + } + # return value return(value) @@ -164,14 +195,47 @@ calc_workability <- function(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, B_G #' This function calculates the indicator for the workability of the soil expressed as the period in which the soil can be worked without #' inflicting structural damage that cannot be restored by the regular management on the farm. #' -#' @param D_P_WO (numeric) The value of workability calculated by \code{\link{calc_workability}} +#' @param D_WO (numeric) The value of the relative (workable) season length calculated by \code{\link{calc_workability}} +#' @param B_LU_BRP (numeric) The crop code from the BRP #' #' @export -ind_workability <- function(D_P_WO) { +ind_workability <- function(D_WO, B_LU_BRP) { + + # add visual bindings + id = arg.length = crop_code = crop_season = rsl = . = NULL + + # Load in the datasets + crops.obic <- as.data.table(OBIC::crops.obic) + setkey(crops.obic, crop_code) + + # length of inputs + arg.length <- max(length(D_WO), length(B_LU_BRP)) # Check inputs - checkmate::assert_numeric(D_P_WO, lower = 0, upper = 1, any.missing = FALSE) + checkmate::assert_numeric(D_WO, lower = 0, upper = 1, any.missing = FALSE) + checkmate::assert_numeric(B_LU_BRP, any.missing = FALSE, min.len = 1, len = arg.length) + checkmate::assert_subset(B_LU_BRP, choices = unique(crops.obic$crop_code), empty.ok = FALSE) + + # Form data table + dt <- data.table(id = 1:arg.length, + rsl = D_WO, + B_LU_BRP = B_LU_BRP) + + # Merge crop_season into data table + dt <- merge.data.table(dt, crops.obic[,.(crop_code, crop_season)], by.x = 'B_LU_BRP', by.y = 'crop_code') + + # evaluate relative season length + dt[!grepl('^beweid', crop_season),score := evaluate_logistic(x = rsl, b = 15, x0 = 0.75, v = 1, increasing = TRUE)] + dt[grepl('^beweid', crop_season),score := evaluate_logistic(x = rsl, b = 9, x0 = 0.5, v = 1, increasing = TRUE)] + + # overwrite score when rsl = 1 + dt[rsl == 1, score := 1] + + # setorder + setorder(dt, id) + + # Return score + score <- dt[,score] - # Maybe insert logistic function - return(D_P_WO) + return(score) } diff --git a/README.md b/README.md index 1ce290ba..c2e36510 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://www.tidyverse.org/lifecycle/#stable) +[![R-CMD-check](https://github.com/AgroCares/Open-Bodem-Index-Calculator/workflows/R-CMD-check/badge.svg)](https://github.com/AgroCares/Open-Bodem-Index-Calculator/actions) +[![Codecov test coverage](https://codecov.io/gh/AgroCares/Open-Bodem-Index-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/AgroCares/Open-Bodem-Index-Calculator?branch=master) This R package can be used to calculate the Open Bodem Index (OBI). @@ -23,4 +25,4 @@ Documentation of the R functions in the OBIC package can be found [here](https:/ The [Open Bodem Index](https://www.openbodemindex.nl) (OBI) is a collaboration between Wageningen UR, NMI and FarmHack in collaboration with agricultural experts. The Open Bodem Index Calculator is a tool used by the OBI and developed by [NMI](https://nmi-agro.nl/). -![Logo of NMI](https://media.licdn.com/dms/image/C560BAQEYGcm4HjNnxA/company-logo_200_200/0?e=2159024400&v=beta&t=u40rJ7bixPWB2SAqaj3KCKzJRoKcqf0wUXCdmsTDQvw) \ No newline at end of file +![Logo of NMI](https://media.licdn.com/dms/image/C560BAQEYGcm4HjNnxA/company-logo_200_200/0?e=2159024400&v=beta&t=u40rJ7bixPWB2SAqaj3KCKzJRoKcqf0wUXCdmsTDQvw) diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..04c55859 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: + default: + target: auto + threshold: 1% + informational: true diff --git a/data/binnenveld.rda b/data/binnenveld.rda new file mode 100644 index 00000000..cae7f8b8 Binary files /dev/null and b/data/binnenveld.rda differ diff --git a/data/column_description_obic.RData b/data/column_description_obic.RData index fcdba44a..f89707b9 100644 Binary files a/data/column_description_obic.RData and b/data/column_description_obic.RData differ diff --git a/data/crops_makkink.RData b/data/crops_makkink.RData new file mode 100644 index 00000000..dc8d26f3 Binary files /dev/null and b/data/crops_makkink.RData differ diff --git a/data/crops_obic.RData b/data/crops_obic.RData index c874ab13..17a0f2bf 100644 Binary files a/data/crops_obic.RData and b/data/crops_obic.RData differ diff --git a/data/eval_crumbleability.RData b/data/eval_crumbleability.RData index 84f202f7..61a48ac1 100644 Binary files a/data/eval_crumbleability.RData and b/data/eval_crumbleability.RData differ diff --git a/data/management_obic.RData b/data/management_obic.RData index 9f3e2644..33fbad0c 100644 Binary files a/data/management_obic.RData and b/data/management_obic.RData differ diff --git a/data/nema.crop.rot.obic.rda b/data/nema.crop.rot.obic.rda new file mode 100644 index 00000000..bf777a46 Binary files /dev/null and b/data/nema.crop.rot.obic.rda differ diff --git a/data/nema.obic.rda b/data/nema.obic.rda new file mode 100644 index 00000000..08482f13 Binary files /dev/null and b/data/nema.obic.rda differ diff --git a/data/nema_obic.RData b/data/nema_obic.RData deleted file mode 100644 index b8abc281..00000000 Binary files a/data/nema_obic.RData and /dev/null differ diff --git a/data/recom_obic.RData b/data/recom_obic.RData index 7705eb7f..2f7c5e17 100644 Binary files a/data/recom_obic.RData and b/data/recom_obic.RData differ diff --git a/data/season.obic.RData b/data/season.obic.RData deleted file mode 100644 index 510da38d..00000000 Binary files a/data/season.obic.RData and /dev/null differ diff --git a/data/season.obic.rda b/data/season.obic.rda new file mode 100644 index 00000000..d6f241d4 Binary files /dev/null and b/data/season.obic.rda differ diff --git a/data/weather_obic.RData b/data/weather_obic.RData new file mode 100644 index 00000000..da7f3c6b Binary files /dev/null and b/data/weather_obic.RData differ diff --git a/data/weight_obic.RData b/data/weight_obic.RData index b276ce8e..057cb116 100644 Binary files a/data/weight_obic.RData and b/data/weight_obic.RData differ diff --git a/docs/404.html b/docs/404.html index 2bd510b0..1fdec85d 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,66 +1,27 @@ - - - - + + + + - Page not found (404) • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - -
-
- + +
+ + + - - -
+
+
-
- +
+ + - - diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index c2b3d3a4..37446657 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -1,66 +1,12 @@ - - - - - - - -License • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -License • OBIC + + - - - - -
-
- -
- -
+
+
-
- +
- - + + diff --git a/docs/articles/OBIC_score_integratie_2.png b/docs/articles/OBIC_score_integratie_2.png new file mode 100644 index 00000000..fcfa5c78 Binary files /dev/null and b/docs/articles/OBIC_score_integratie_2.png differ diff --git a/docs/articles/description-of-the-columns.html b/docs/articles/description-of-the-columns.html index 35b2ea6b..c032b8b5 100644 --- a/docs/articles/description-of-the-columns.html +++ b/docs/articles/description-of-the-columns.html @@ -19,6 +19,8 @@ + +
+
@@ -94,17 +99,17 @@

2021-10-06

+library(OBIC)

The main function of the package obic_field() requires as input a series of soil properties required to assess the soil quality. Alternatively, the function obic_field_dt() can be used, requiring a data.table with specific columns as input. These required input columns are specified in OBIC::column_description.obic and can also be seen in the table below

 desc <- OBIC::column_description.obic
-knitr::kable(desc)
+knitr::kable(desc)
-+ @@ -414,7 +419,7 @@

2021-10-06

- + @@ -422,22 +427,14 @@

2021-10-06

- - - - - - - - - + - + @@ -445,7 +442,7 @@

2021-10-06

- + @@ -453,7 +450,7 @@

2021-10-06

- + @@ -461,7 +458,7 @@

2021-10-06

- + @@ -469,7 +466,7 @@

2021-10-06

- + @@ -477,7 +474,7 @@

2021-10-06

- + @@ -485,7 +482,7 @@

2021-10-06

- + @@ -493,7 +490,7 @@

2021-10-06

- + @@ -501,7 +498,7 @@

2021-10-06

- + @@ -509,7 +506,7 @@

2021-10-06

- + @@ -517,7 +514,7 @@

2021-10-06

- + @@ -525,7 +522,7 @@

2021-10-06

- + @@ -533,7 +530,7 @@

2021-10-06

- + @@ -541,7 +538,7 @@

2021-10-06

- + @@ -549,7 +546,7 @@

2021-10-06

- + @@ -557,7 +554,7 @@

2021-10-06

- + @@ -565,7 +562,7 @@

2021-10-06

- + @@ -573,7 +570,7 @@

2021-10-06

- + @@ -581,7 +578,7 @@

2021-10-06

- + @@ -589,15 +586,15 @@

2021-10-06

- + - + - + @@ -605,7 +602,7 @@

2021-10-06

- + @@ -613,7 +610,7 @@

2021-10-06

- + @@ -621,7 +618,7 @@

2021-10-06

- + @@ -629,7 +626,7 @@

2021-10-06

- + @@ -637,7 +634,7 @@

2021-10-06

- + @@ -645,7 +642,7 @@

2021-10-06

- + @@ -653,7 +650,7 @@

2021-10-06

- + @@ -661,7 +658,7 @@

2021-10-06

- + @@ -669,7 +666,7 @@

2021-10-06

- + @@ -677,7 +674,7 @@

2021-10-06

- + @@ -685,7 +682,7 @@

2021-10-06

- + @@ -693,7 +690,7 @@

2021-10-06

- + @@ -701,7 +698,7 @@

2021-10-06

- + @@ -709,7 +706,7 @@

2021-10-06

- + @@ -717,7 +714,7 @@

2021-10-06

- + @@ -725,7 +722,7 @@

2021-10-06

- + @@ -733,7 +730,7 @@

2021-10-06

- + @@ -741,7 +738,7 @@

2021-10-06

- + @@ -749,7 +746,7 @@

2021-10-06

- + @@ -757,7 +754,7 @@

2021-10-06

- + @@ -765,7 +762,7 @@

2021-10-06

- + @@ -773,7 +770,7 @@

2021-10-06

- + @@ -781,7 +778,7 @@

2021-10-06

- + @@ -789,7 +786,7 @@

2021-10-06

- + @@ -797,7 +794,7 @@

2021-10-06

- + @@ -805,7 +802,7 @@

2021-10-06

- + @@ -813,7 +810,7 @@

2021-10-06

- + @@ -821,7 +818,7 @@

2021-10-06

- + @@ -829,7 +826,7 @@

2021-10-06

- + @@ -837,7 +834,7 @@

2021-10-06

- + @@ -845,7 +842,7 @@

2021-10-06

- + @@ -853,7 +850,7 @@

2021-10-06

- + @@ -861,7 +858,7 @@

2021-10-06

- + @@ -869,7 +866,7 @@

2021-10-06

- + @@ -877,7 +874,7 @@

2021-10-06

- + @@ -885,6 +882,14 @@

2021-10-06

+ + + + + + + + @@ -966,6 +971,14 @@

2021-10-06

+ + + + + + + + @@ -973,7 +986,7 @@

2021-10-06

- + @@ -981,7 +994,7 @@

2021-10-06

- + @@ -989,7 +1002,7 @@

2021-10-06

- + @@ -997,343 +1010,151 @@

2021-10-06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + - + - - + + - + - - + + - + - - + + - - + + - + - - + + - + - - + + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1341,7 +1162,7 @@

2021-10-06

- + @@ -1349,7 +1170,7 @@

2021-10-06

- + @@ -1357,7 +1178,7 @@

2021-10-06

- + @@ -1365,7 +1186,7 @@

2021-10-06

- + @@ -1373,7 +1194,7 @@

2021-10-06

- + @@ -1381,7 +1202,7 @@

2021-10-06

- + @@ -1389,7 +1210,7 @@

2021-10-06

- + @@ -1397,7 +1218,7 @@

2021-10-06

- + @@ -1405,7 +1226,7 @@

2021-10-06

- + @@ -1413,7 +1234,7 @@

2021-10-06

- + @@ -1421,7 +1242,7 @@

2021-10-06

- + @@ -1429,7 +1250,7 @@

2021-10-06

- + @@ -1437,7 +1258,7 @@

2021-10-06

- + @@ -1445,7 +1266,7 @@

2021-10-06

- + @@ -1453,7 +1274,7 @@

2021-10-06

- + @@ -1461,7 +1282,7 @@

2021-10-06

- + @@ -1469,7 +1290,7 @@

2021-10-06

- + @@ -1477,7 +1298,7 @@

2021-10-06

- + @@ -1485,7 +1306,7 @@

2021-10-06

- + @@ -1493,7 +1314,7 @@

2021-10-06

- + @@ -1501,7 +1322,7 @@

2021-10-06

- + @@ -1509,6 +1330,526 @@

2021-10-06

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NA
B_Z_TWOB_Z_CRIT measurement NA The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm) NA
B_BT_BKmeasurementBodemtypeBodemtype-bodemkaart 1:50000
B_SOILTYPE_AGR measurement Bodemtype Agronomische Classificering Bodemtype Agronomische Classificering -NAbodemkaart 1:50000
B_LU_BRP measurement Gewascode - BRP
B_LU measurement Bouwland of Grasland - NA
B_AER_CBS measurement Landbouweconomisch kerngebied 2016 - CBS
B_SC_WENR measurement Risico op ondergrondverdichting - WENR
B_HELP_WENR measurement Grondsoortcode HELP-tabel - WENR
B_COMPACTION measurement Is de ondergrond verdicht ja/nee NA
B_DRAINAGE measurement Wordt het perceAre drains installed to drain the fieldel gedraineerd ja/nee NA
B_FERT_NORM_FR measurement Fractie van de gebruiksnorm toegepast - NA
D_BDS derivative Dichtheid kg / m3 NA
D_RD derivative Bemonsteringsdiepte m NA
D_OC derivative Koolstofvoorraad kg C /ha NA
D_SOM_BAL derivative EOS-balans kg EOS / ha NA
D_GA derivative Leeftijd grasland yr NA
D_CP_STARCH derivative Fractie zetmeelaardappelen in rotatie - NA
D_CP_POTATO derivative Fractie consumptieaardappelen in rotatie - NA
D_CP_SUGARBEET derivative Fractie suikerbiet in rotatie - NA
D_CP_GRASS derivative Fractie grasland in rotatie - NA
D_CP_MAIS derivative Fractie mais in rotatie - NA
D_CP_OTHER derivative Fractie overige gewassen in rotatie - NA
D_CP_RUST derivative Fractie rustgewassenThe fraction "“crops improving soil quality”"The fraction ““crops improving soil quality”” - NA
D_CP_RUSTDEEP derivative Fractie diep wortelende rustgewassen - NA
D_PH_DELTA derivative De advies-pH - NA
D_NLV derivative Stikstoflevering kg N / ha NA
D_CEC derivative kationbuffercapaciteit mmol+/kg NA
D_PBI derivative P-beschikbaarheidsindex - NA
D_SLV derivative Zwavellevering kg S/ha NA
D_K derivative Kaliumlevering index NA
D_MG derivative Magnesiumbuffering index NA
D_CU derivative Koperbeschikbaarheid index NA
D_ZN derivative Zinkbeschikbaarheid index NA
D_PMN derivative Activiteit bodemleven mg N/kg NA
D_SE derivative Versplemping - NA
D_CR derivative Verkruimelbaarheid - NA
D_WE derivative Verstuivingsrisico - NA
D_AS derivative Aggregaatstabiliteit - NA
D_WSI_DS derivative Droogteschade % NA
D_WSI_WS derivative Natschade % NA
D_WRI derivative Plant beschikbaar water mm NA
D_WO derivative Bewerkbaarheid - NA
D_MAN derivative Evaluatie management conform LDBB - NA
D_BCS derivative BodemConditieScore - NA
D_NGW derivative N vasthoudend vermogen voor grondwater - NA
D_NSW derivative N vasthoudend vermogen voor oppervlaktewater - NA
D_NLEACH derivative N afspoeling naar grondwater mg NO3/L NA
D_PESTICIDE derivative Uitspoelingsrisiko gewasbestrijdingsmiddelen naar grondwater - NA
D_PSP derivative Neerslagoverschot NA NA
I_C_N indicator Stikstoflevering - NA
I_C_P indicator Fosfaatbuffering - NA
I_C_K indicator Kaliumlevering - NA
I_C_MG indicator Magnesiumbuffering - NA
I_C_S indicator Zwavellevering - NA
I_C_PH indicator Zuurgraad - NA
I_C_CEC indicator Kationbuffering - NA
I_C_CU indicator Koperbeschikbaarheid - NA
I_C_ZN indicator Zinkbeschikbaarheid - NA
I_P_CR indicator Verkruimelbaarheid - NA
I_P_BCindicatorDraagkrachtBearing capacity-NA
I_P_SE indicator NA
I_B_NEMindicatorPlant parasitaire nematodenPlant parasitic nematodesNANA
I_E_NGW indicator N vasthoudend vermogen voor grondwater NA NA
I_E_NSW indicator N vasthoudend vermogen voor oppervlaktewater NA NA
I_M indicator Label Duurzaam Bodembeheer NA NA
I_BCS indicator BodemConditieScore NA NA
I_B_EW_BCSindicatorRegenwormenEarth wormsNANA
I_P_C_BCSindicatorAanwezigheid van scheurenCracksNANA
I_P_CC_BCSindicatorGewasbedekkingCrop coverNANA
I_P_GS_BCSindicatorAantal gekleurde vlekkenGley spotsNANA
I_P_P_BCSindicatorPlasvormingPondingNANA
I_P_RD_BCSI_M_SOILFERTILITY indicatorBewortelingRoot depthbodemmanagementscore voor bodemvruchtbaarheidintegrated soil management indicator for soil fertility NA NA
I_P_RT_BCSI_M_CLIMATE indicatorSpoorvorming/ vertrappingRutting / tramplingbodemmanagementscore voor klimaatmitigatieintegrated soil management indicator for soil carbon sequestration NA NA
I_P_SC_BCSI_M_WATERQUALITY indicatorVerdichting ondergrondSubsoil compactionbodemmanagementscore voor waterkwaliteitintegrated soil management indicator for waterquality NA NA
I_P_SS_BCSI_M_BIODIVERSITY indicatorBodemstructuurSoil structurebodemmanagementscore voor bodembiodiversiteitintegrated soil management indicator for soil biodiversity NA NA
I_M_LIMEindicatorM_LIMEmeasurement Is perceel in afgelopen 3 jaar bekalkt Has field been limed in last three yearsNAja/nee NA
I_M_GREENindicatorM_GREENmeasurement Gebruik groenbemesters Use of green manureNAja/nee NA
I_M_COMPOSTindicatorM_COMPOSTmeasurement Frequentie compostgebruik Frequency of compost application NA NA
I_M_NONBAREindicatorM_NONBAREmeasurement Is het perceel 80% van het jaar groen Field 80% of the year greenNAja/nee NA
I_M_EARLYCROPindicatorM_EARLYCROPmeasurement wordt berijding in het najaar vermeden (vroege rassen) Use of early cropsNAja/nee NA
I_M_SLEEPHOSEindicatorM_SLEEPHOSEmeasurement wordt drijfmest toegediend via sleepslangbemesting Manure application using sleep hosesNAja/nee NA
I_M_DRAINindicatorM_DRAINmeasurement is er onderwaterdrainage aangelegd (veen) Under water drains availableNAja/nee NA
I_M_DITCHindicatorM_DITCHmeasurement worden sloten op diepte gehouden en het bagger benut Ditch is cleaned and sludge is appliedNAja/nee NA
I_M_UNDERSEEDindicatorM_UNDERSEEDmeasurement is er grasonderzaai in mais toegepast Underseed of grass at maizeNAja/nee NA
I_M_NONINVTILLindicatorM_NONINVTILLmeasurement Niet Kerende Grondbewerking Non inversion tillageNAja/nee NA
I_M_SSPMindicatorM_SSPMmeasurement worden er bodemstructuur beschermende maatregelen genomen (vaste rijpaden, lage bandenspanning, lage wiellast)? Soil Structure Protection MeasuresNAja/nee NA
I_M_SOLIDMANUREindicatorM_SOLIDMANUREmeasurement gebruik vaste mest boven drijfmest en kunstmest Use of solid manureNAja/nee NA
I_M_STRAWRESIDUEindicatorM_STRAWRESIDUEmeasurement wordt stro ondergewerkt Application of straw residuesNAja/nee NA
I_M_MECHWEEDSindicatorM_MECHWEEDSmeasurement mechanische onkruidbestrijding Use of mechanical weed protectionNAja/nee NA
I_M_PESTICIDES_DSTindicatorbeslissingsondersteunde systemen gewasbeschermingUse of DST for pesticidesNANA
I_W_GWRindicatorGrondwater aanvullingGroundwater rechargeNANA
I_W_GWSindicatorGrondwater opslagGroundwater storageNANA
I_W_NGWindicatorStikstofuitspoeling van overschotNitrogen leaching from surplusNANA
I_W_PESTICIDEindicatorUitspoeling gewasbestreidingsmiddelen naar grondwaterLeaching of pesticides to groundwaterNANA
M_LIMEmeasurementIs perceel in afgelopen 3 jaar bekalktHas field been limed in last three yearsja/neeNA
M_GREENmeasurementGebruik groenbemestersUse of green manureja/neeNA
M_COMPOSTmeasurementFrequentie compostgebruikFrequency of compost applicationNANA
M_NONBAREmeasurementIs het perceel 80% van het jaar groenField 80% of the year greenja/neeNA
M_EARLYCROPmeasurementwordt berijding in het najaar vermeden (vroege rassen)Use of early cropsja/neeNA
M_SLEEPHOSEmeasurementwordt drijfmest toegediend via sleepslangbemestingManure application using sleep hosesja/neeNA
M_DRAINmeasurementis er onderwaterdrainage aangelegd (veen)Under water drains availableja/neeNA
M_DITCHmeasurementworden sloten op diepte gehouden en het bagger benutDitch is cleaned and sludge is appliedja/neeNA
M_UNDERSEEDmeasurementis er grasonderzaai in mais toegepastUnderseed of grass at maizeja/neeNA
M_NONINVTILLmeasurementNiet Kerende GrondbewerkingNon inversion tillageja/neeNA
M_SSPMmeasurementworden er bodemstructuur beschermende maatregelen genomen (vaste rijpaden, lage bandenspanning, lage wiellast)?Soil Structure Protection Measuresja/neeNA
M_SOLIDMANUREmeasurementgebruik vaste mest boven drijfmest en kunstmestUse of solid manureja/neeNA
M_STRAWRESIDUEmeasurementwordt stro ondergewerktApplication of straw residuesja/neeNA
M_MECHWEEDSmeasurementmechanische onkruidbestrijdingUse of mechanical weed protectionja/neeNA
M_PESTICIDES_DST measurement beslissingsondersteunde systemen gewasbescherming ja/nee NA
S_C_OBI_A score Bodemchemische score - NA
S_P_OBI_A score Bodemfysische score - NA
S_B_OBI_A score Bodembiologische score - NA
S_M_OBI_A score Management score - NA
S_E_OBI_A score Milieu score - NA
S_T_OBI_A score Totale OBI-score - NA
S_C_OBI_R score Bodemchemische score - NA
S_P_OBI_R score Bodemfysische score - NA
S_B_OBI_R score Bodembiologische score - NA
S_M_OBI_R score Management score - NA
S_E_OBI_R score Milieu score - NA
S_T_OBI_R score Totale OBI-score - NA
RM_C_1 recommendation Advies 1 NA NA
RM_C_2 recommendation Advies 2 NA NA
RM_C_3 recommendation Advies 3 NA NA
RM_P_1 recommendation Advies 1 NA NA
RM_P_2 recommendation Advies 2 NA NA
RM_P_3 recommendation Advies 3 NA NA
RM_B_1 recommendation Advies 1 NA NA
RM_B_2 recommendation Advies 2 NA NA
RM_B_3 recommendation Advies 3 NA NA
A_DSN_HEL_TOTmeasurementVrijlevende wortelaaltje, helicotylenchus spp.Dwelling Stunt Nematode, helicotylenchus spp.n/100gNA
A_DSN_HEM_TOTmeasurementVrijlevende wortelaaltje, hemicycliophora spp.Dwelling Stunt Nematode, hemicycliophora spp.n/100gNA
A_DSN_LOI_TOTmeasurementVrijlevende wortelaaltje, longidorus spp.Dwelling Stunt Nematode, longidorus spp.n/100gNA
A_DSN_PA_ANEmeasurementVrijlevende wortelaaltje, paratrichodorus anemonesDwelling Stunt Nematode, paratrichodorus anemonesn/100gNA
A_DSN_PA_NANmeasurementVrijlevende wortelaaltje, paratrichodorus nanusDwelling Stunt Nematode, paratrichodorus nanusn/100gNA
A_DSN_PA_PACmeasurementVrijlevende wortelaaltje, paratrichodorus pachydermusDwelling Stunt Nematode, paratrichodorus pachydermusn/100gNA
A_DSN_PA_TERmeasurementVrijlevende wortelaaltje, paratrichodorus teresDwelling Stunt Nematode, paratrichodorus teresn/100gNA
A_DSN_RO_TOTmeasurementVrijlevende wortelaaltje, rotylenchus spp.Dwelling Stunt Nematode, rotylenchus spp.n/100gNA
A_DSN_TR_CYLmeasurementVrijlevende wortelaaltje, trichodorus cylindricusDwelling Stunt Nematode, trichodorus cylindricusn/100gNA
A_DSN_TR_HOOmeasurementVrijlevende wortelaaltje, trichodorus hooperiDwelling Stunt Nematode, trichodorus hooperin/100gNA
A_DSN_TR_PRImeasurementVrijlevende wortelaaltje, trichodorus primitivusDwelling Stunt Nematode, trichodorus primitivusn/100gNA
A_DSN_TR_SIMmeasurementVrijlevende wortelaaltje, trichodorus similisDwelling Stunt Nematode, trichodorus similisn/100gNA
A_DSN_TR_SPAmeasurementVrijlevende wortelaaltje, trichodorus sparsusDwelling Stunt Nematode, trichodorus sparsusn/100gNA
A_DSN_TR_TOTmeasurementVrijlevende wortelaaltje, trichodoridae spp.Dwelling Stunt Nematode, trichodoridae spp.n/100gNA
A_DSN_TR_VIRmeasurementVrijlevende wortelaaltje, trichodorus viruliferusDwelling Stunt Nematode, trichodorus viruliferusn/100gNA
A_DSN_TY_TOTmeasurementVrijlevende wortelaaltje, tylenchorhynchus spp.Dwelling Stunt Nematode, tylenchorhynchus spp.n/100gNA
A_DSN_XI_TOTmeasurementVrijlevende wortelaaltje, xiphinema spp.Dwelling Stunt Nematode, xiphinema spp.n/100gNA
A_NPN_SA_TOTmeasurementNiet plantparasitaire aaltjes, saprofage en overigeNon Plant Pathogenic Nematode, saprofage en overigen/100gNA
A_OPN_AP_FRAmeasurementOverige plantparasitaire aaltje, aphelenchoides fragariaeOther Plant Pathogenic Nematode, aphelenchoides fragariaen/100gNA
A_OPN_AP_RITmeasurementOverige plantparasitaire aaltje, aphelenchoides ritzemabosiOther Plant Pathogenic Nematode, aphelenchoides ritzemabosin/100gNA
A_OPN_AP_SUBmeasurementOverige plantparasitaire aaltje, aphelenchoides subtenuisOther Plant Pathogenic Nematode, aphelenchoides subtenuisn/100gNA
A_OPN_AP_TOTmeasurementOverige plantparasitaire aaltje, aphelenchoides spp.Other Plant Pathogenic Nematode, aphelenchoides spp.n/100gNA
A_OPN_CR_TOTmeasurementOverige plantparasitaire aaltje, criconematidae spp.Other Plant Pathogenic Nematode, criconematidae spp.n/100gNA
A_OPN_CY_TOTmeasurementOverige plantparasitaire aaltje, cysteaaltjesOther Plant Pathogenic Nematode, cysteaaltjesn/100gNA
A_OPN_CYA_CYSmeasurementOverige plantparasitaire aaltje, aardappelcysteaaltjesOther Plant Pathogenic Nematode, aardappelcysteaaltjesn/200ccNA
A_OPN_CYA_LLEmeasurementOverige plantparasitaire aaltje, aardappelcysteaaltjesOther Plant Pathogenic Nematode, aardappelcysteaaltjesn/200ccNA
A_OPN_CYA_PALmeasurementOverige plantparasitaire aaltje, g. pal|g.palOther Plant Pathogenic Nematode, g. pal|g.pal%NA
A_OPN_CYA_ROSmeasurementOverige plantparasitaire aaltje, g. ros|g.rosOther Plant Pathogenic Nematode, g. ros|g.ros%NA
A_OPN_CYB_CYSmeasurementOverige plantparasitaire aaltje, bietencysteaaltjesOther Plant Pathogenic Nematode, bietencysteaaltjesn/200ccNA
A_OPN_CYB_LLEmeasurementOverige plantparasitaire aaltje, bietencysteaaltjesOther Plant Pathogenic Nematode, bietencysteaaltjesn/200ccNA
A_OPN_CYG_CYSmeasurementOverige plantparasitaire aaltje, grascysteaaltjesOther Plant Pathogenic Nematode, grascysteaaltjesn/200ccNA
A_OPN_CYG_LLEmeasurementOverige plantparasitaire aaltje, grascysteaaltjesOther Plant Pathogenic Nematode, grascysteaaltjesn/200ccNA
A_OPN_CYO_CYSmeasurementOverige plantparasitaire aaltje, overige cysteaaltjesOther Plant Pathogenic Nematode, overige cysteaaltjesn/200ccNA
A_OPN_CYO_LLEmeasurementOverige plantparasitaire aaltje, overige cysteaaltjesOther Plant Pathogenic Nematode, overige cysteaaltjesn/200ccNA
A_OPN_PA_BUKmeasurementOverige plantparasitaire aaltje, paratylenchus bukowinensisOther Plant Pathogenic Nematode, paratylenchus bukowinensisn/100gNA
A_OPN_PA_TOTmeasurementOverige plantparasitaire aaltje, paratylenchus spp.Other Plant Pathogenic Nematode, paratylenchus spp.n/100gNA
A_OPN_SU_TOTmeasurementOverige plantparasitaire aaltje, subanguina spp.Other Plant Pathogenic Nematode, subanguina spp.n/100gNA
A_RKN_ME_ARDmeasurementWortelknobbelaaltje, meloidogyne ardenensisRoot Knot Nematode, meloidogyne ardenensisn/100gNA
A_RKN_ME_AREmeasurementWortelknobbelaaltje, meloidogyne arenariaRoot Knot Nematode, meloidogyne arenarian/100gNA
A_RKN_ME_ARTmeasurementWortelknobbelaaltje, meloidogyne artielliaRoot Knot Nematode, meloidogyne artiellian/100gNA
A_RKN_ME_CHImeasurementWortelknobbelaaltje, meloidogyne chitwoodiRoot Knot Nematode, meloidogyne chitwoodin/100gNA
A_RKN_ME_CHIFALmeasurementWortelknobbelaaltje, meloidogyne chitwoodi/fallaxRoot Knot Nematode, meloidogyne chitwoodi/fallaxn/100gNA
A_RKN_ME_FALmeasurementWortelknobbelaaltje, meloidogyne fallaxRoot Knot Nematode, meloidogyne fallaxn/100gNA
A_RKN_ME_HAPmeasurementWortelknobbelaaltje, meloidogyne haplaRoot Knot Nematode, meloidogyne haplan/100gNA
A_RKN_ME_INCmeasurementWortelknobbelaaltje, meloidogyne incognitaRoot Knot Nematode, meloidogyne incognitan/100gNA
A_RKN_ME_JAVmeasurementWortelknobbelaaltje, meloidogyne javanicaRoot Knot Nematode, meloidogyne javanican/100gNA
A_RKN_ME_MINmeasurementWortelknobbelaaltje, meloidogyne minorRoot Knot Nematode, meloidogyne minorn/100gNA
A_RKN_ME_NAAmeasurementWortelknobbelaaltje, meloidogyne naasiRoot Knot Nematode, meloidogyne naasin/100gNA
A_RKN_ME_TOTmeasurementWortelknobbelaaltje, meloidogyne spp.Root Knot Nematode, meloidogyne spp.n/100gNA
A_RLN_PR_CRENmeasurementWortellesieaaltje, pratylenchus crenatusRoot Lesion Nematode, pratylenchus crenatusn/100gNA
A_RLN_PR_DUNmeasurementWortellesieaaltje, pratylenchus dunensisRoot Lesion Nematode, pratylenchus dunensisn/100gNA
A_RLN_PR_FALmeasurementWortellesieaaltje, pratylenchus fallaxRoot Lesion Nematode, pratylenchus fallaxn/100gNA
A_RLN_PR_FLAmeasurementWortellesieaaltje, pratylenchus flakkensisRoot Lesion Nematode, pratylenchus flakkensisn/100gNA
A_RLN_PR_NEGmeasurementWortellesieaaltje, pratylenchus neglectusRoot Lesion Nematode, pratylenchus neglectusn/100gNA
A_RLN_PR_PENmeasurementWortellesieaaltje, pratylenchus penetransRoot Lesion Nematode, pratylenchus penetransn/100gNA
A_RLN_PR_PINmeasurementWortellesieaaltje, pratylenchus pinguicaudatusRoot Lesion Nematode, pratylenchus pinguicaudatusn/100gNA
A_RLN_PR_PRAmeasurementWortellesieaaltje, pratylenchus pratensisRoot Lesion Nematode, pratylenchus pratensisn/100gNA
A_RLN_PR_PSEmeasurementWortellesieaaltje, pratylenchus pseudopratensisRoot Lesion Nematode, pratylenchus pseudopratensisn/100gNA
A_RLN_PR_THOmeasurementWortellesieaaltje, pratylenchus thorneiRoot Lesion Nematode, pratylenchus thornein/100gNA
A_RLN_PR_TOTmeasurementWortellesieaaltje, pratylenchus spp.Root Lesion Nematode, pratylenchus spp.n/100gNA
A_RLN_PR_VULmeasurementWortellesieaaltje, pratylenchus vulnusRoot Lesion Nematode, pratylenchus vulnusn/100gNA
A_RLN_PR_ZEAmeasurementWortellesieaaltje, pratylenchus zeaeRoot Lesion Nematode, pratylenchus zeaen/100gNA
A_SN_DI_DESmeasurementStengelaaltje, ditylenchus destructorStem Nematode, ditylenchus destructorn/100gNA
A_SN_DI_DIPmeasurementStengelaaltje, ditylenchus dipsaciStem Nematode, ditylenchus dipsacin/100gNA
A_SN_DI_TOTmeasurementStengelaaltje, ditylenchus spp.Stem Nematode, ditylenchus spp.n/100gNA
@@ -1522,11 +1863,13 @@

2021-10-06

-

Site built with pkgdown 1.6.1.

+

+

Site built with pkgdown 2.0.1.

@@ -1535,5 +1878,7 @@

2021-10-06

+ + diff --git a/docs/articles/index.html b/docs/articles/index.html index 396eb38d..d6d1aced 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,66 +1,12 @@ - - - - - - - -Articles • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Articles • OBIC + + - - - - -
-
- -
- - -
- +
- - + + diff --git a/docs/articles/obic_introduction.html b/docs/articles/obic_introduction.html new file mode 100644 index 00000000..afd15630 --- /dev/null +++ b/docs/articles/obic_introduction.html @@ -0,0 +1,959 @@ + + + + + + + +The Open Soil Index • OBIC + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +
+

1. introduction +

+
+

Background +

+

To meet the demands of a growing population, agriculture continues to intensify, along with increasing and evolving impacts on crop growth, soil quality, and environmental quality. There has been a great increase in world food production since the 1960s and an increase in per capita agricultural production, accompanied by a likewise increase in machinery and fertiliser use. Increased inputs of nitrogen and phosphorus to the soil however, has also led to substantial negative impacts on biodiversity, drinking and surface water quality, and human health. Both the agronomic potential of cropping systems as well as the environmental impacts of agriculture are highly controlled by soil properties and its management. Soil health (or soil quality) refers to the capacity of soil to function as a living ecosystem that sustains plants, animals, and humans, and support ecosystem services including agricultural production. Healthy soils are not just a growing medium for crops, they regulate and support a set of essential ecosystem services, such as water purification, carbon sequestration, nutrient cycling, and habitat provision. Improving and sustaining soil health is therefore key to sustainable crop production.

+

Many attempts have been made to develop indices to assess soil quality as well as related ecosystem services (reviewed by Bünemann et al., 2018; Rinot et al., 2019). To date, most of this knowledge has not been implemented in decision support tools assisting farmers for monitoring and evaluation of soil quality on farm and field level. Explicit evaluation of soil quality with respect to soil threats, soil functions, and ecosystem services has rarely been implemented. Few approaches provide clear interpretation schemes of measured indicator values. The main reason for this lack of valorisation, is that soil is a complex interplay of chemical, biological, and physical processes and that the objectives for which the soil is used, have an enormous influence on the evaluation of soil quality. However, there is broad consensus that soil chemistry, soil structure, and soil biology, need to be considered for a good interpretation of soil quality.

+

In order to improve and maintain soil quality while supporting sustainable agronomic production as well as other soil ecosystems services, the Open Soil Index (known by the Dutch acronym OBI from ‘Open Bodem Index’) was initiated in 2018. The OBI is an open source framework for assessing and valorising soil quality and sustainable soil management. Experts from universities, consultancy companies, soil science, and farmer groups collaborated to bring together existing data from routine soil laboratories, smart data retrieval from satellites, and insights from fundamental and applied research, in a transparent and scientifically underpinned soil assessment framework. The framework is highly influenced by the Soil Management Assessment Framework (Andrews and Carroll 2001; Wienhold, Andrews, and Karlen 2004; Wienhold et al. 2009) and the proposed holistic, multivariate soil health framework from Rinot et al. (2019).

+
+
+

The Open Soil Index Framework +

+

Soil quality is defined as the capacity of a soil to fulfil the desired soil functions under varying conditions for a combination of purposes (and services) such as food production, efficient nutrient cycling, and preservation of biodiversity. Soil ecosystem services are the different ecosystem services that soils can provide, being categorized as production, support, regulation, and information services. Soil functions are quantitative relationships evaluating how soil properties alone or in combination with each other contribute to the aforementioned ecosystem services. Soil indicators are the result of an evaluation scoring methodology transforming the output of soil functions to a qualitative category (low to high) or a numeric grade (1-10). Soil and field properties are characteristics of a soil (or field) that are used to quantify the soil functions. These characteristics may have been analysed in the laboratory as well as those resulting from the location of the field in the landscape. For example, the groundwater level, the variation in ground level, the slope, and the presence of drainage are soil properties. Soil management includes all measures that land users or farmers can take to improve or adapt soil quality for a specific purpose. This has a direct influence on (measurable) soil properties.

+

Within the boundary condition of context (i.e. continuation of crop rotation scheme in next decade) and objective (i.e. sustainable crop production), soil properties are quantified based on routinely available soil analyses, field properties, and remote sensing data. The soil properties are in conjunction with each other used to quantify a number of soil functions. These functions can be clustered around the three relevant aspects of soil, namely i) chemistry and nutrient supply, ii) structure and rootability and iii) biology and disease resistance. Separately from these three aspects - each of which relies heavily on actual measurements - soil management is also evaluated. Furthermore, the soil’s contribution to a sustainable living environment is first and foremost indirectly included as the following soil functions: the N buffering capacity to avoid leaching and runoff, and the potential to sequester carbon. The algorithms to evaluate and assess the quality of the soil originates from field experiments and evidence from fundamental as well as applied research.

+


+
+
+
+

2. The Open Soil Index Calculator (OBIC) +

+

The OBIC package makes it possible to evaluate Soil Health for a number of aggregated soil functions, evaluating a series of soil functions in relation to a “distance to target.”

+
+

Data: Binnenveld +

+

To explore the functionality of OBIC, we’ll use the dataset binnenveld. The dataset contains soil properties from 11 agricultural fields in the neighborhood of Wageningen, with different soil texture and land use, and is documented in ?binnenveld

+

For each field, the following properties are available:

+
    +
  • field properties: ID, landuse (B_LU_BRP) and agricultural region (B_AER_CBS)
  • +
  • basic soil properties: soil type (B_SOILTYPE_AGR, B_HELP_WENR), risk for soil compaction (B_SC_WENR) and groundwater level (B_GWL_CLASS)
  • +
  • chemical, physical and biological soil properties obtained from measurements (all variables starting with “A_”)
  • +
  • measurements done via a Visual Soil Assessment Form (optional, all variables starting with “A_” and ending with “BCS”). For details, see the Assessment Form of the Bodemconditiescore (Sonneveld, Heuvelink, and Moolenaar 2014).
  • +
  • soil management measures taken (optional, all variables starting with “M_”)
  • +
+
+  dim(binnenveld)
+#> [1] 3251   55
+  binnenveld[1]
+#>    A_CLAY_MI  A_N_PMN   A_N_RT A_SOM_LOI   A_P_CC  A_P_AL   A_P_WA  A_PH_CC
+#> 1:  27.33814 96.78448 3447.026  7.065548 1.452009 36.9823 28.34038 6.314309
+#>    A_CEC_CO A_K_CC A_SAND_MI A_SILT_MI A_S_RT A_MG_CC B_SOILTYPE_AGR A_CU_CC
+#> 1:   172.96     82      19.2     40.23 751.14  346.89     rivierklei   16.19
+#>    A_MN_CC A_ZN_CC A_CN_FR A_CA_CO_PO A_MG_CO_PO A_K_CO_PO      B_AER_CBS
+#> 1:     810  561.33       9     114.61     28.099      2.66 Rivierengebied
+#>    B_HELP_WENR B_GWL_CLASS B_SC_WENR B_LU_BRP ID B_GWL_GLG B_GWL_GHG
+#> 1:       Rd10A          VI       901      265  1   1.41177  0.557041
+#>    B_GWL_ZCRIT M_GREEN M_NONBARE M_EARLYCROP M_SLEEPHOSE M_DRAIN M_DITCH
+#> 1:    37.39224   FALSE     FALSE       FALSE       FALSE   FALSE   FALSE
+#>    M_UNDERSEED M_LIME M_NONINVTILL M_SSPM M_SOLIDMANURE M_STRAWRESIDUE
+#> 1:       FALSE  FALSE        FALSE  FALSE         FALSE          FALSE
+#>    M_MECHWEEDS M_PESTICIDES_DST M_COMPOST A_EW_BCS A_SC_BCS A_GS_BCS A_P_BCS
+#> 1:       FALSE            FALSE         0        0        0        0       0
+#>    A_C_BCS A_RT_BCS A_RD_BCS A_SS_BCS A_CC_BCS
+#> 1:       0        0        0        0        0
+

In this example all optional input variables are set to the lowest score (for visuals soil assment) or to false (for soil management measures). Since soil quality can only be evaluated given its use, the crop rotation plan determines also which soil properties and which soil functions are relevant and how they are evaluated given a desired threshold value.

+

Note that binnenveld is a data.table, a modern and fast variant of a data frame (Dowle and Srinivasan 2021). It’s particularly useful for large datasets because it only prints a selection of the dataset and calculations done on a data.table are extremely fast. You can learn more about data.tables at this link ; in particular you can convert data frames to data.tables with as.data.table().

+
+
+

Running OBIC for a single field +

+

The main function to evaluate the quality of the soil is obic_field() as well as obic_field_dt(). Both are wrappers around the the following steps (where the latter requires a data.table as input and the former does not):

+
    +
  • Data preparation: +
      +
    • check format B_SC_WENR and B_GWL_CLASS
    • +
    • add default estimates for soil management measures given soil type and land use
    • +
    +
  • +
  • Estimate derivative soil properties +
      +
    • general supporting soil properties
    • +
    • soil chemical functions
    • +
    • soil physical functions
    • +
    • soil biological functions
    • +
    • soil environmental functions
    • +
    • soil management actions
    • +
    • visual soil assessment observations
    • +
    +
  • +
  • Estimate soil indicators (evaluating soil functions given a distance to target) +
      +
    • soil chemical functions
    • +
    • soil physical functions
    • +
    • soil biological functions
    • +
    • soil environmental functions
    • +
    • soil management actions
    • +
    • visual soil assessment score
    • +
    +
  • +
  • Aggregate soil indicators over the crop rotation plan
  • +
  • Aggregate soil functions into more generic soil quality scores +
      +
    • for soil chemical, physical, biological and environmental soil quality (absolute)
    • +
    • for benchmarking (not yet implemented)
    • +
    +
  • +
+

The process how measurable soil properties are used to evaluate the agronomic soil quality is visualised in Figure 1.

+


+
+Figure 1. Graphic representation of how measured soil properties are aggregated to scores.

+Figure 1. Graphic representation of how measured soil properties are aggregated to scores. +

+
+


+

An example of both wrapper functions is illustrated below. The soil has an OBIC score of 0.78 indicating a relatively good quality to continue the current crop rotation plan. A value of one means that the soil quality is optimum for the continuation of the cropping plan whereas a value of zero means that there are substantial bottlenecks that need to be solved.

+
+  # select the relevant columns without management measures and data from Visual Soil Assessment
+  cols <- colnames(binnenveld)[!grepl('_BCS$|^M_',colnames(binnenveld))]
+  
+  # select the first field, a grassland field 
+  dt <- binnenveld[ID==1,mget(cols)]
+
+  # run the obic_field with default management measures and no visual assessment data
+
+  # test the obic field function via obic_field and give only the final score
+  obic_field(B_SOILTYPE_AGR =  dt$B_SOILTYPE_AGR, B_GWL_CLASS =  dt$B_GWL_CLASS,
+             B_SC_WENR = dt$B_SC_WENR, B_HELP_WENR = dt$B_HELP_WENR, B_AER_CBS = dt$B_AER_CBS,
+             B_GWL_GLG = dt$B_GWL_GLG, B_GWL_GHG = dt$B_GWL_GHG, B_GWL_ZCRIT = dt$B_GWL_ZCRIT,
+             B_DRAIN = dt$B_DRAIN, B_FERT_NORM_FR = dt$B_FERT_NORM_FR,
+             B_LU_BRP = dt$B_LU_BRP, A_SOM_LOI = dt$A_SOM_LOI, A_SAND_MI = dt$A_SAND_MI,
+             A_SILT_MI = dt$A_SILT_MI, A_CLAY_MI = dt$A_CLAY_MI, A_PH_CC = dt$A_PH_CC,
+             A_N_RT = dt$A_N_RT, A_CN_FR = dt$A_CN_FR,
+             A_S_RT = dt$A_S_RT, A_N_PMN = dt$A_N_PMN,
+             A_P_AL = dt$A_P_AL, A_P_CC = dt$A_P_CC, A_P_WA = dt$A_P_WA, A_CEC_CO = dt$A_CEC_CO,
+             A_CA_CO_PO = dt$A_CA_CO_PO, A_MG_CO_PO = dt$A_MG_CO_PO, A_K_CO_PO = dt$A_K_CO_PO,
+             A_K_CC = dt$A_K_CC, A_MG_CC = dt$A_MG_CC, A_MN_CC = dt$A_MN_CC,
+             A_ZN_CC = dt$A_ZN_CC, A_CU_CC = dt$A_CU_CC, output = 'obic_score')
+#>    S_T_OBI_A
+#> 1:     0.779
+  
+  # test the obic field function via obic_field_dt and give only the final score
+  obic_field_dt(dt,output = 'obic_score')
+#>    S_T_OBI_A
+#> 1:     0.779
+

When interested in the averaged indicator value or the averaged aggregated soil indicators, one can adjust the output argument of the wrapper functions.

+
+  # run obic_field to retrieve indicators
+  obic_field_dt(dt, output = 'indicators')
+
+  # run obic_field to retrieve aggregated scores 
+  # for chemistry, biology, fysics, management and environment
+  obic_field_dt(dt, output = 'scores')
+  
+  # the default option is to retrieve all output
+  obic_field_dt(dt, output = 'all')
+


+
+
+
+

The Soil Functions in the OBIC +

+

To assess the soil quality of an agricultural field, soil properties are used to derive so-called soil functions. Theses soil functions represent distinct processes in soil supporting the sustainable crop development. In this section the available soil functions are presented and illustrated.

+
+

General supporting soil properties +

+

Since the quality of a soil is evaluated given its crop rotation plan, soil type, and geohydrological conditions, a few general derivative soil properties are estimated. These include the calculation of bulk density, rooting depth, organic carbon stocks, the age of grassland, and the fraction that a crop contributes to the crop rotation plan. These general properties are explained below.

+
+

Estimate bulk density +

+

Soil Bulk density is estimated via a pedotransferfunction using ‘calc_bulk_density’ currently used in Dutch fertiliser recommendation systems. It requires as input the agronomic soil type, the soil organic matter content, and the clay content of the topsoil analysed. For details see ?calc_bulk_density. Generally, the bulk density declines with the soil organic matter level in the soil and is higher in sandy soils compared to clayey soils.

+


+

+
+
+

Estimate other general properties +

+

Agricultural soils are frequently analysed in routine agricultural laboratories. In the Netherlands the soil layer analysed, is the top 25cm of an arable soil and the first 10 cm of a grassland soil. To convert soil nutrient concentrations (mg / kg) to a hectare basis, one need to know the soil depth analysed. The OBIC function for this is a rather simple one, calc_root_depth where the details can be found via ?calc_root_depth. The only input required is the crop code.

+

The Carbon pool in soil (kg / ha) is subsequently calculated from the soil organic matter content, the bulk density, and the sample depth via calc_organic_carbon. For details, see ?calc_organic_carbon.

+

The age of grassland is calculated via the function calc_grass_age given the series of crop codes available per field. These crop codes have a temporal order with the most recent ones on top. For details, see ?calc_grass_age.

+

Lastly, the relative contribution of a few crops to the full crop rotation plan over the last ten years can be estimated via the function calc_rotation_fraction. This function has as input the field-ID, the series of crop codes and the name of the crop for which one likes to know the relative fraction within a crop rotation plan. The following options are possible: starch, potato, sugarbeet, grass, mais, alfalfa, catchcrop, cereal, clover, nature, rapeseed, other, rustgewas, and rustgewasdiep.

+

An example of these functions is illustrated below.

+
+  # estimate soil bulk density
+  dt[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI)]
+
+  # estimate soil sampling depth
+  dt[, D_RD := calc_root_depth(dt$B_LU_BRP)]
+
+  # estimate Carbon pool
+  dt[, D_OC := calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD)]
+  
+  # estimate age of grassland
+  dt[,D_GA := calc_grass_age(ID, B_LU_BRP)]
+  
+  # estimate crop rotation fraction for sugar beet
+  dt[, D_CP_SUGARBEET := calc_rotation_fraction(ID, B_LU_BRP, crop = "sugarbeet")]
+
+
+
+

Calculate series of chemical soil functions +

+

The open soil index quantifies and evaluates the capacity of the soil to supply nitrogen, phosphorus, potassium, magnesium, copper, and zinc as well as the capacity of the soil to buffer cations and the pH. The different functions are illustrated and explained below.

+
+

Nitrogen supplying capacity +

+

Nitrogen is the nutrient that plants need most and is often the first limiting factor for growth. Plants take up nitrogen in mineral form as nitrate and ammonium. However, nitrogen is largely present in the soil in organic compounds. The availability of N to plants during the growing season therefore depends on the extent and rate of mineralisation from the organic matter.

+

Nitrogen supply on grassland is derived from empirical datasets relating total N levels in soil to the N supply, depending on sampling depth, soil texture, and the age of the grassland. For arable fields, the N supply is derived from a simple first order decomposition model, calibrated for Dutch circumstances and depending on soil texture, organic matter, and total N content.

+

To estimate the N supplying capacity of the soil, one can make use of the function calc_nlv. For more details, see ?calc_nlv.

+
+  # estimate nitrogen supply (kg N / ha)
+  dt[, D_NLV := calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between total N and NLV for a grassland soil. In summary, the N supplying capacity of a soil increases with the total N present in the soil.

+


+

+

The total N supply is evaluated via a parabolic scoring function with an optimum of 100 kg N / ha in arable fields and 140 kg N / ha in grassland fields. The conversion from N supply to an index representing the distance to target is further explained in section

+


+
+
+

Phosphorus Availability Index +

+

Phosphate (P) is present in the soil in both inorganic and organic. Inorganic P present in the soil solution is directly available for plant uptake. The amount of P in the soil solution is small compared to the total P supply of the soil. Organic P is only available to the plant after decomposition by micro-organisms. The undissolved inorganic and organic P compounds can be divided into labile and stable compounds:

+
    +
  • The labile P fraction is in equilibrium with the P in solution and is the main source of P re-supply to the soil solution. Labile inorganic P compounds include P bound to the surface of iron and aluminium (hydr-) oxides, and iron (Fe), aluminium (Al) and calcium phosphates. In acid and neutral soils, P availability is mainly determined by its binding to Fe and Al (hydr-) oxides. In calcareous soils, P is usually associated with calcium (Ca).
  • +
  • The stable P compounds are usually poorly soluble and therefore poorly available to plants. Stable inorganic P compounds include P-containing soil minerals (e.g. apatite).
  • +
+

The phosphorus supply of an agricultural soil can be derived from methods measuring either a capacity or an intensity of P pools in soil or a combination of both. The latter approach is followed for grassland and maize fields, where the optimum P supply is derived from multiple field experiments across the Netherlands. For arable farming systems, the phosphorus supply is derived from one measured P pool reflecting the P status as well as controlling the crop response to P inputs. The availability is highly controlled by chemical sorption and desorption equilibria and affected by the iron and aluminum oxides content of soils as well as the availability of oxygen. A phosphorus supply around 4.8 (unitless index, for maize and grassland fields) and 45 (mg P2O5 per liter, for arable fields) is optimal for crop production.

+

To estimate the P availability of the soil, one can make use of the function calc_phosphate_availability. The function requires the following input: the BRP crop code and P concentration P measured via extraction of ammonium lactate (A_P_AL), water (A_P_WA) or 0.01M CaCl2 (A_P_CC).

+

For more details, see ?calc_phosphate_availability.

+
+  # estimate phosphate availability index (unitless)
+  dt[, D_PBI := calc_phosphate_availability(B_LU_BRP, A_P_AL, A_P_CC, A_P_WA)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between P-CaCl2 and D_PBI for a grassland soil. In this case the P capacity is left constant (so, A_P_AL is not changing) whereas the bio-available P pool is increasing from 0.5 to 10 mg P / kg.

+


+

+
+
+

Potassium supply +

+

Like N and P, potassium (K) an important element for crop growth. Potassium is almost exclusively present in the soil in mineral form. The amount of K in the soil can be divided into 4 fractions: * K^+- ions in the soil solution; completely and directly available to the plant, but insufficient to cover the needs of the crop * K-exchangeable; K adsorbed to the clay and humus particles (adsorption complex; CEC). The exchange between K in the soil solution and K adsorbed occurs rapidly: within minutes to 24 hours * K-fixed or bound (in clay soils); the K enclosed in the clay plates. Exchange between K-fixed and K-soil solution takes days to months * K-mineral or K rock; becomes available through weathering. The amount of K that becomes available through weathering during a growing season is too small to be of agricultural interest.

+

The K supply is strongly controlled by the distribution of K over the possible K pools in soil, being controlled by sorption and desorption processes, the cation exchange capacity of the soil and competing ions in soil solution and present at the exchange complex. Building on agronomic research from the last decade, the K supply is quantified for grasslands using the plant available K fraction (measured via CaCl2-extraction, K-CaCl2) as well as the CEC. For maize it is quantified using K-CaCl2 and for arable fields its quantified from K-CaCl2 and the CEC while accounting for the clay content, the organic matter content and the pH of the soil.

+

To estimate the K supplying capacity of the soil, one can make use of the function calc_potassium_availability. The function requires the following input: the BRP crop code, the soil type, the organic matter content, the clay content, the pH, the cation exchange capacity (CEC), the occupation of the CEC with potassium (%) and the directly available concentration of K as determined with a soil extraction with 0.01M CaCl2.

+

For more details, see ?calc_potassium_availability.

+
+  # estimate potassium availability index (unitless)
+  dt[, D_K :=  calc_potassium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, 
+                                           A_PH_CC, A_CEC_CO, A_K_CO_PO, A_K_CC)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between K-CaCl2 and D_K for a grassland soil. In this case the occupation of the CEC with K is left constant (so, A_K_CO_PO is not changing) whereas the bio-available K pool is increasing from 5 to 500 mg K / kg.

+


+

+
+
+

Sulpher supply +

+

Sulphur (S) is needed - along with nitrogen - for the formation of proteins in the plant. Whether S supply from the soil is sufficient for optimal production and quality depends on the crop’s S requirements and the S supply in the soil. The S supply is determined by soil processes and external sulphur supplies to the soil.

+

The amount of sulphur in the soil that is available for crop uptake is determined by the mineral sulphur supply remaining in the soil after winter (Smin), mineralisation of sulphur in the soil during the growing season (sulphur supply capacity), sulphur deposition, sulphur supply by irrigation during cultivation, capillary rise of sulphur-containing groundwater, and by possible losses. Sulphur supply, capillary rise, and Smin are quantitatively the most important inputs of sulphur. However, all three can vary considerably. The contribution from sulphur deposition is only minor throughout the Netherlands. A substantial amount of sulphur can also be supplied through irrigation with sulphurous spring water. This supply, however, varies greatly, depending on the amount sprayed and the sulphur content of the water.

+

To estimate the S supplying capacity of the soil, one can make use of the function calc_slv. The function requires the following input: the BRP crop code, the soil type, the agricultural region within the Netherlands (used to estimate default S deposition rates), the organic matter content, the total S content of the soil, and the bulk density.

+

For more details, see ?calc_slv.

+
+  # estimate S supplying capacity
+  dt[, D_SLV := calc_slv(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS,A_SOM_LOI,A_S_RT, D_BDS)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between total S and D_SLV for a grassland soil. In this case all soil properties driving S supplying capacity are left constant whereas the total S pool is increasing from 500 to 5000 mg S / kg.

+


+

+
+
+

Magnesium supply +

+

Magnesium is an important element for crop growth, livestock health, and livestock productivity. Deficiencies for magnesium often occur on sandy soils with low organic matter and low pH. The supply of Mg for arable fields as well as grassland fields on sandy soils is directly related to the plant available Mg-content (Mg-CaCl2). For grassland fields on clay and peat soils the Mg-supply is indirectly quantified given the required composition of the grass (for intake by cows) and depends on the CEC, the organic matter and clay content, pH, as well as the K-availability assessed by K-CaCl2 and K-CEC.

+

To estimate the Mg supplying capacity of the soil, one can make use of the function calc_magnesium_availability. The function requires the following input: the BRP crop code, the soil type, the organic matter content, the clay content, the pH, the cation exchange capacity (CEC), the occupation of the CEC with potassium (%) and the directly available concentration of both Mg and K as determined with a soil extraction with 0.01M CaCl2.

+

For more details, see ?calc_magnesium_availability.

+
+  # estimate magnesium availability index (unitless)
+  dt[, D_MG := calc_magnesium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, 
+                                           A_CLAY_MI, A_PH_CC, A_CEC_CO,
+                                           A_K_CO_PO, A_MG_CC, A_K_CC)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between Mg-CaCl2 and D_MG for a grassland soil. In this case all soil properties driving Mg availability in soil are left constant whereas the bio-available Mg pool is increasing from 5 to 500 mg Mg / kg.

+


+

+
+
+

Copper supply +

+

Copper (Cu) occurs in soil solution largely in a complexed form, mainly with dissolved organic matter. Root uptake of Cu probably occurs as free Cu ions (Cu2+). The availability of complexed Cu for uptake is lower than that of Cu2+ and depends on the stability of the complex. Complexation of Cu, however, may increase the mobility of Cu in soils. Besides complexation of Cu to dissolved or solid organic matter, Cu can be adsorbed to Fe-, Al-, and Mn-(hydr)oxideclay minerals. Cu desorbed from the mentioned soil components is available for uptake. The degree of adsorption increases at higher pH, which decreases the availability. Other factors that influence Cu availability are nitrogen and phosphate content. Nitrogen and Cu show positive interactions. Decreasing N use will lead to lower levels in crops. Phosphate can drive Cu away from the adsorption sites and this leads to Cu deficiency in the long run.

+

The supply and availability of Cu depends on the plant available Cu-pool in soil (Cu-CaCl2) or the reactive Cu pool (Cu-HNO3) for both arable and grassland soils. The optimum value is derived from historical field experiments and is established on a level of 5 to 10 mg / kg. The risk of Cu deficiency can be calculated based on the Cu content in the soil and relevant soil characteristics that influence its availability. The following measurements are used to calculate Cu plant availability: land use, Cu-CaCl2, clay content, the organic matter content, and the plant extractable levels of K and Mn. The last soil properties are used for an empirical function to estimate Cu-HNO3 (the basis for fertiliser recommendations based on long-term field experiments) from Cu-CaCl2 (being currently measured in agricultural laboratories). In OBIC, one can make use of the function calc_copper_availability. The function requires the input mentioned above.

+

For more details, see ?calc_copper_availability.

+
+  # estimate Cu availability index
+  dt[, D_CU := calc_copper_availability(B_LU_BRP, A_SOM_LOI, A_CLAY_MI, A_K_CC, A_MN_CC, A_CU_CC)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between Cu-CaCl2 and D_CU for a grassland soil. In this case all soil properties driving Cu availability in soil are left constant whereas the bio-available Cu pool is increasing from 5 to 500 ug Cu / kg.

+


+

+
+
+

Zinc supply +

+

The processes involved in the behaviour of zinc (Zn) in soil are the same as for Cu. Besides Zn2+, Zn occurs in the soil solution in complex form with dissolved organic matter. Binding of Zn to solid soil constituents occurs to clay minerals, metal (hydr)oxides, and solid organic matter. The affinity of Zn for binding to these materials is lower than that of Cu. Zinc is taken up by plant roots as Zn2+. Because the concentration of Zn2+ in the soil solution is low and Zn is not very mobile, it is only transported over short distances. Therefore, a sufficiently large root system is very important for a good Zn uptake. The development of the root system is strongly influenced by the phosphate supply of the crop. In herbaceous crops, the secretion of phytosiderophores in response to a Fe or Zn deficiency strongly increases Zn uptake. These organic compounds complex Zn and increase Zn mobility in the soil, which facilitates Zn transport to the root and uptake as Zn2+. A high pH, cold and wet conditions and a lot of organic matter in the soil decrease the availability of Zn.

+

The supply of zinc depends on the plant availability of Zn such as determined via CaCl2 extraction method (Zn-CaCl2), while accounting for soil type, land use and pH. Critical threshold values for Zn has been derived from optimum Zn contents of the growing crop. In OBIC, one can make use of the function calc_zinc_availability. The function requires the following input: land use, soil type, pH, and the bioavailable Zn-content as measured via n extraction with 0.01M CaCl2.

+

For more details, see ?calc_zinc_availability.

+
+  # estimate Zn availability index
+  dt[,  D_ZN := calc_zinc_availability(B_LU_BRP, B_SOILTYPE_AGR, A_PH_CC, A_ZN_CC)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between Zn-CaCl2 and D_ZN for a grassland soil. In this case all soil properties driving Zn availability in soil are left constant whereas the bio-available Zn pool is increasing from 50 to 5000 ug Zn / kg.

+


+

+
+
+

Soil Acidity +

+

The pH is a measure of the acidity of the soil. The pH influences the soil quality and crop growth, among others through availability of nutrients and (heavy) metals and activity of soil life. In addition, the pH also influences various soil functions such as nutrient buffering and aggregate stability. The optimum soil pH for crop growth differs per crop. Potatoes prefer a lower pH and cereals, maize, sugar beet, and field vegetables a higher pH. Organic matter reduces the negative effect of pH on crop growth. On sandy soils with an organic matter content of 15%, the desired pH can be up to half a unit lower than on low organic matter content soils. On clay soils the desired pH is higher than on sandy soils. With a clay percentage above 10, the desired pH is half a unit higher than with low clay percentages.

+

The optimum pH is determined in historical field experiments given crop rotation plan, soil texture, soil organic matter, and initial pH. The derivation of the optimum pH can be estimated via the OBIC using the function calc_ph_delta. This function estimates how much the pH has to increase by liming to be optimum for crop development. The original empirical relationships are based on pH measurements done in KCl-extraction. Since the current pH analysis methods all make use of 0.01M CaCl2, this pH value can easily be transformed to pH-KCl given an empirical relationship between both.

+

For more details, see ?calc_ph_delta.

+
+  # estimate distance to required pH
+  dt[, D_PH_DELTA := calc_ph_delta(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, A_PH_CC, D_CP_STARCH,
+                                   D_CP_POTATO, D_CP_SUGARBEET, D_CP_GRASS, D_CP_MAIS, D_CP_OTHER)]
+

An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between the initial and desired pH change for a grassland soil. In this case all soil properties driving pH in soil are left constant whereas the initial pH is increasing from 3 to 10.

+


+

+
+
+

Soil Cation Buffering +

+

For good crop growth, sufficient nutrients must be available. Besides the actual nutrient availability in soil solution, the capacity of a soil to buffer nutrients is important to identify potential bottlenecks for crop production. Fertilisation is needed when the buffering capacity or speed of replenishment is insufficient. Soils can vary greatly in their buffer capacity. Cations are adsorbed to negatively charged soil particles (clay, organic matter, and oxides) and these cations may become available through exchange. For example, a growing plant extracts K+ from the soil solution. The adsorption complex will start to resupply because the amount of K+ in the soil solution has decreased. Once again, a balance is established between the K+ concentration in the soil solution and the quantity of K+ adsorbed. In practice, soils with a higher CEC are usually more fertilised and there is a lower risk of cation deficiencies during the growing season. In general, the optimum CEC value is around 100 mmol+/kg. CEC levels below 30-40 mmol+/kg are characterized by substantial crop limitation whereas values above 100 have no positive impact any more. The scientific underpinning of these guidelines is still poor. In OBIC the soil fertility is positively assessed in relation to the CEC and can be evaluated with the OBIC function calc_cec.

+

For more details, see ?calc_cec.

+
+  # estimate importance of CEC supporting crop development
+  dt[, D_CEC := calc_cec(A_CEC_CO)]
+
+
+
+

Calculate series of physical soil functions +

+

The open soil index quantifies and evaluates a series of physical soil functions related to the supply of water and the rootability of the top and subsoil. The different soil physical functions are illustrated and explained below. Soil physical functions include the capacity of soils to retain and supply water, to resist wind erosion, topsoil sealing, subsoil compaction, and to deliver bearing capacity for machinal activities

+
+

Water Stress due to drought or wetness +

+

The supply of water is of uttermost importance for crop development. The water supply depends on weather conditions and the capacity of soils to buffer and supply water during the growing season. Using long-term field experiments for multiple crops, empirical relationships between soil texture, ground water levels, and yield depressions due to drought or too wet conditions have been developed (Van Bakel, 2005; Huinink, 2018). Within OBIC the crop yield response to droughtstress or wetnessstress can be estimated via the function calc_waterstressindex, requiring as input a soil code (representing unique combinations of soil type and geohydrological conditions controlling water availability), crop type, and groundwater level.

+

For more details, see ?calc_waterstressindex.

+
+  # reformat GWL_CLASS
+  dt[, B_GWL_CLASS := format_gwt(B_GWL_CLASS)]
+
+  # estimate risk on yield reduction to droughtstress or wetnessstress
+  dt[, D_WSI_DS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'droughtstress')]
+  dt[, D_WSI_WS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'wetnessstress')]
+

An example of this function is illustrated below for both an sandy and a clay soil given variation in the groundwater levels. In the left figure the yield reduction to drought stress (D_WSI_DS, red) and wetness stress (D_WSI_WS, green) are estimated for five fields with different soil types and crops. In the right figure the impact of variable groundwater dynamics are estimated for a single field.

+


+

+
+
+

Sealing Soil Surface and Wind Erodibility +

+

Sealing is the process whereby soil aggregates disintegrate under the influence of rain. The impact of raindrops causes a shifting of soil particles (Locher and De Bakker 1990). In the process, clay and silt particles clog the pores between the sand particles or the soil aggregates. This creates a slurry layer that forms a crust after drying. This hinders the gas exchange and increases the resistance of germinating seed.

+

Wind erosion can occur in a dry spring or autumn when the soil is (partly) bare. Wind erosion causes a decrease in organic matter content, moisture retention capacity, chemical soil fertility, and biological activity in a soil. Furthermore, wind erosion can spread diseases and weeds, expose germinating seeds, and damage young plants by sandblasting.

+

The vulnerability of soils to sealing and wind erosion is derived from those properties controlling the susceptibility for both risks. These include the clay content as well as the organic matter content, where the vulnerability for sealing is derived from field expert-based observations and associated yield depression (J. Th. M. Huinink 2018; Heeres and Erp 1999) in particular for some arable crops. The presence of soil sealing can be estimated via the function calc_sealing_risk whereas the risk for soil erosion due to wind is estimated via the function calc_winderodibility. The wind erodibility can be estimated from the inputs land use, clay and silt content of the topsoil whereas the risk for sealing depends on the clay content as well as the organic matter content of the soil.

+

Wind erosion is highly controlled by the mineralogical composition and texture as well as the presence of growing crops. Using laboratory experiments from wind tunnels, a exponential function has been developed to estimate the erodibility risk for soils, given the clay and silt content of a field. Grasslands are not susceptible for these two risks.

+

For more details, see ?calc_sealing_risk and ?calc_winderodibility.

+
+  # estimate the presence / risk for surface sealing and wind erodibility
+  dt[, D_SE := calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)]
+  dt[, D_WE := calc_winderodibility(B_LU_BRP, A_CLAY_MI, A_SILT_MI)]
+

An example of these functions is illustrated below for an arable soil with variable clay content for both an cropland (with organic matter levels of 3.5%) and a grassland soil (with organic matter levels of 5%). Soil sealing is a potential risk and this risk is evaluated in the indicator function (explained and illustrated later) given the land use present. The wind erodibility is declining with the clay content and is not relevant for grassland due to the permanent crop cover.

+


+

+
+
+
+

Aggregate Stability and Crumbleability +

+

Crumbleability is an indication of the ease with which the soil can be broken up or crumbled and of the moisture range within which this is possible. The crumbleability of a soil is determined by the binding between soil aggregates. The lower the degree of crumbling, the more energy is required and the heavier tractors and equipment are needed for working the soil. This requires (additional) investments and higher fuel consumption, while the end result - even after additional tillage - is poorer.

+

Similarly to the vulnerability to sealing and wind erodiblity, the crumbleability of a soil (a measure for aggregate stability) as well as the potential risk for yield depressions (crop specific) can be derived from the clay content, the organic matter content, and the pH (J. Th. M. Huinink 2011). Aggregate stability is additionally evaluated given the cation occupation of the cation exchange capacity. Clayey soils with 80% Ca, 8% Mg, and about 3.5% K are recognized as soils with more stable aggregates due to the influence of electrostatic bindings of divalent cations. Within OBIC these two soil functions are calculated using calc_crumbleability and calc_aggregatestability.

+

For more details, see ?calc_crumbleability and ?calc_aggregatestability.

+
+  # assess the crumbleability and aggregate stability
+  dt[, D_CR := calc_crumbleability(A_SOM_LOI, A_CLAY_MI,A_PH_CC)]
+  dt[, D_AS := calc_aggregatestability(B_SOILTYPE_AGR,A_SOM_LOI,A_K_CO_PO,A_CA_CO_PO,A_MG_CO_PO)]
+

To illustrate how both functions are estimated in OBIC, we firstly show the dependency of the crumbleability to varying clay content using a constant soil organic matter level of 3.5%. As shown below, the crumbleability starts at a high value of 10 and gradually declines down to a value of 6 for soils with a clay content of about 25%. The aggregate stability depends mainly on the calcium occupation of the CEC. In the figure below the distance to the optimum CEC occupation is visualised for a series of soils varying in Ca, Mg and K occupation for a soil where 100% of the CEC is occupied with a variable contribution of the three cations. The highest aggregate stability is found when the distance to the optimum is the lowest, being around a Ca occupation of about 85% of the CEC.

+

+
+

Subsoil compaction +

+

Soil compaction is caused by the use of excessively heavy machinery or by driving over and/or tilling soil with insufficient bearing capacity. Compaction can lead to poor rooting of the soil, limiting the absorption of water and nutrients. On heavy soils, compaction mainly occurs in the soil surface, while on lighter soils there is a risk of subsoil compaction, such as plough-soil formation. Compaction decreases the workability of soils and can reduce the water retention capacity of the soil and impede water transport to deeper layers. This can lead to an increased risk of surface run-off of nutrients and soil particles. Soil compaction in the soil can be eliminated by ploughing. Subsoil compaction is almost impossible to eliminate.

+

The risk of subsoil compaction for each field was assessed using soil texture, land use and a soil compaction model SOCOMO. The model determines whether the usual wheel loads for that land use exceed the strength of the subsurface in wet or humid conditions. Subsequently it was determined on the basis of the soil properties and groundwater levels whether the subsurface is extra sensitive to compaction or whether natural recovery is possible due to, for example, drought shrinkage. Strength, land use, and soil properties together determine the risk of subsoil compaction. The presence of subsoil compaction is derived from a national map with the estimated risk. As such, there is no calculation used. Recent field experimental data support the accuracy of this risk assessment map.

+
+
+
+

Visual Soil Assessment +

+

Within the OBIC, the estimates of aggregate stability and risk of subsoil compaction can be adapted to local site specific insights derived from the Visual Soil Assessment Methodology (Sonneveld, Heuvelink, and Moolenaar 2014). Visual soil assessments (VSA) is an assessment of soil quality in the field, by digging a hole and assessing several soil quality indicators visually. Soil quality indicators are: grass cover, number of roots, number of biopores, soil colour, soil structure, soil compaction, and number of gray spots. Visual soil assessments are more and more used by farmers in the Netherlands, but not specifically developed for various soil types.

+

Below is illustrated how the obic_field wrapper deals with the parameters derived from the VSA methodology. The score derived from the original risk assessment map for subsoil compaction is overwritten with the relevant VSA indicators when When scores are present for the presence of earthworms (A_EW_BCS), the occurrence of subsurface compaction (A_SC_BCS), limited root development (A_RD_BCS), ponding in the spring (wet conditions after rainfall, A_P_BCS) and clear presence of visible tracks / rutting or trampling on the land (A_RT_BCS). Similarly, the soil aggregate stability is adapted when VSA indicators are available for earthworm density (A_EW_BCS), soil structure (A_SS_BCS), and presence of cracks in the topsoil (A_C_BCS).

+
+    # overwrite soil physical functions for compaction when BCS is available
+    dt[,D_P_CO := (3 * A_EW_BCS + 3 * A_SC_BCS + 3 * A_RD_BCS  - 2 * A_P_BCS - A_RT_BCS)/18]
+    dt[,D_P_CO := pmax(0, D_P_CO)]
+    dt[,I_P_CO := fifelse(is.na(D_P_CO),I_P_CO,D_P_CO)]
+    
+    # overwrite soil physical functions for aggregate stability when BCS is available
+    dt[,D_P_CEC := (3 * A_EW_BCS + 3 * A_SS_BCS - A_C_BCS)/12]
+    dt[,D_P_CEC := pmax(0, D_P_CEC)]
+    dt[,I_P_CEC := fifelse(is.na(D_P_CEC),I_P_CEC,D_P_CEC)]
+

In the left figure below one can see how the soil compaction risk is adapted when information is known from the Visual Soil Assessment. The soil was originally evaluated as a soil with low compaction, resulting in a high soil compaction score (the distance to target is small). When all observations of the VSA have a high quality score (the value 2) then the score remains the same. As soon as the observations of the VSA show bottlenecks in the soil structure or rootability (the field score becomes zero) then the soil compaction score is declined to almost zero (the distance to target is huge). Similarly, the aggregate stability score can be adapted, as shown here for a soil with a moderate aggregate stability index. When field observations support a conclusion for the soil that the aggregate stability is good (score = 2) then the aggregate stability index is corrected to the maximum index a soil can retreive (the value 1). In contrast, when field observations support the conclusion of serious bottlenecks for aggregate stability, then the index declines to almost zero.

+

+
+

Water retention in topsoil +

+

The moisture characteristic of a soil depends on its physical properties, texture, and structure. The texture of a soil is determined by its clay, loam, and sand content. In addition, almost all soils contain organic matter. The fine soil particles, together with the organic matter, contribute to aggregate formation (and thus to the soil structure). The size, shape, and arrangement of the soil particles and aggregates, and pores, determine the soil’s capacity to retain water. Large pores are able to conduct more water faster than small pores, moreover, removing water from large pores will require less energy than removing water from small pores. When a soil is at field capacity, the moisture state is such that all the water in the macro pores has been replaced by air under the influence of the gravitational potential. The water that is still present in the soil is retained in micro pores. The prevailing potential at field capacity can vary from soil to soil but usually varies between -0.1 bar (sandy soil) to -0.3 bar (loamy soil). When water is retained to such an extent that it is no longer available for crop uptake, this is known as the wilting point. The water is mainly present as a film around individual soil particles. The potential under these conditions is around -18 bar. The amount of moisture present between field capacity and wilting point is defined as the amount of plant-available water.

+

The review study of various soil health instruments (E. K. Bünemann et al. 2016) identifies a variety of indicators that can be used to gain more insight into the water retaining capacity of a soil. Frequently used indicators are the amount of plant-available water (14 x), the water holding capacity (11 x), the moisture content at field capacity (11 x), and the saturated permeability (10 x). These indicators can be measured or estimated indirectly via so-called pedotransfer functions (Wösten et al. 2001).

+

The OBIC includes functions to derive the following water-related indicators in function calc_waterretention:

+
    +
  • the moisture content at wilting point and field capacity
  • +
  • The amount of plant available water (mm)
  • +
  • the flow limit or porosity, also called water holding capacity, and
  • +
  • the saturated permeability.
  • +
+

The basic indicator used in the OBIC is the amount of plant available water. The capacity of the soil to buffer water during the growing season is estimated from pedotransferfunctions (pdf) for plant available water in the topsoil. The default pdf is derived from a European database, and enables one to estimate the van Genuchten parameters for the pF-curve. Other options are also possible.

+

For more details, see ?calc_waterretention.

+
+  # estimate the plant available water in topsoil
+  dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'plant available water')]
+  
+  # estimate the water holding capacity in topsoil
+  dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'water holding capacity')]
+  
+  # estimate the moisture content of the wilting point in topsoil
+  dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'wilting point')]
+  
+  # estimate the moisture content of the field capacity in topsoil
+  dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'field capacity')]
+  
+  # estimate the saturated permeability in topsoil
+  dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'Ksat')]
+

Below we illustrate how the amount of plant available water (in mm) changes with clay content, sand content, silt content and soil organic matter content. All other soil properties are assumed to be constant.

+

+
+
+
+

Calculate series of biological soil functions +

+

The open soil index quantifies and evaluates a series of soil biological functions related to the composition of the microbiome, suppression of soil borne pests and plagues, and plant parasitic nematodes.

+
+

Potentially mineralizable nitrogen +

+

The activity of soil fungi and bacteria has been measured via incubation trials for decades. In such incubation trials, the decomposition of soil organic nitrogen is measured over a period of time. The amount of nitrogen that mineralises in such trials is called the ‘potential mineralisable nitrogen’(PMN). This indicates the ability of the soil to provide a crop with readily available nitrogen. In the Netherlands, this parameter is also used as an indicator for activity of soil microbes. This is possible because during the incubation, a soil sample is submerged in water, creating an anaerobic environment, killing aerobic bacteria and fungi, which, together with some labile organic matter, are decomposed by anaerobic soil microbes.

+

For more information see ?calc_pmn.

+
+  # calculate the index for the potential mineralisable nitrogen pool
+  dt[, D_PMN := calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN)]
+

The PMN measured by routine laboratories in the Netherlands may be overestimated. Therefore, a land-use dependent correction factor is used. The PMN index is capped at 500. Below an example of this function is given.

+

+
+
+

Disease resistance +

+

The activity of the soil life is an indication of the general disease resistance of the soil. When a soil food web is in balance, the soil’s resistance to disease and pests is also optimal. The soil’s resistance to diseases and pests is often cited as a characteristic of a soil with good biological soil quality. The idea behind this is that a soil with a well-developed soil food web will be in balance, which means that strong multiplication of parasitic soil organisms is inhibited by other soil life. Mechanisms include competition for food or infection sites on the root, eating the pathogens before they have had a chance to multiply (myco-parasitism), or secreting (specific) substances that pathogens cannot tolerate (antibiosis or soil fungistasis).

+

Organic matter serves as a food source for soil life and influences the living environment of soil life through its effects on soil structure and water holding capacity. The quantity and quality of organic matter can therefore be used as an indicator for the quantity and activity of soil life, and thus as an indicator for general soil resilience.

+

At low organic matter concentrations, the contribution of organic matter to soil life is negligible. A soil organic matter concentration between 4% and 10% likely creates the best environment for good disease resistance.

+

For more information see ?ind_resistance.

+
+  # Calculate disease resistance
+  dt[, I_B_DI := ind_resistance(A_SOM_LOI)]
+

+
+
+

Earthworm density +

+

Earthworms are some of the largest fauna found in agricultural soils and through their tunnelling affect nutrient cycling and soil structure. Analysis and interpretation of earthworm diversity is not regularly done on Dutch agricultural soils. Earth worm density, the number of individual worms in a volume of soil, is one of the things studied in the Visual Soil Assessment (see Visual Soil Assessment for more information).

+
+
+
+

Calculate series of environmental soil functions +

+

The open soil index quantifies and evaluates a series of environmental soil functions related to buffering. Soil environmental functions include nitrogen leaching and nitrogen runoff.

+
+

N retention preventing N leaching +

+

The capacity of the soil to hold or move nitrogen in the form of nitrate so that leaching of nitrate to groundwater is prevented is determined by the landuse, soiltype, groundwatertable, N application, and nitrogen supply capacity. Nitrate is either taken up by a crop, denitrified (under anaerobic conditions), leached or washed away (runoff). The potential for N leaching to groundwater for a soil can be calculated with calc_nleach().

+

For more details, see ?calc_nleach.

+
+  # calculate potential for N leaching to groundwater
+  dt[,D_NGW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "gw")]
+

Examples of this function are given for five parcels with different attributes, as well as for one field with different groundwater levels, being derived from so-called groundwatertable. Below is visualised how for a single field the potential for N leaching and N runoff will change with the groundwater depth (derived from the groundwater table, B_GWL_CLASS). Be aware, since these derivative scores on the y-axis are not yet scaled as distance to target, both scores for leaching and runoff cannot be compared directly.

+

+


+

The properties of the five fields used to illustrate the functions for N leaching and runoff are summarized in the table below.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Examples of Field properties to calculate N leaching and runoff
fieldsoiltypecropgroundwaterclassnlvregio
1rivierklei265GtIII141Rivierengebied
1rivierklei265GtIV141Rivierengebied
1rivierklei265GtV150Rivierengebied
1rivierklei265GtVI150Rivierengebied
1rivierklei265GtVII150Rivierengebied
+

How is the the capacity of soils to retain nitrogen in the topsoil related to the potential N leaching? Below the relation is illustrated for the indicator value for one soil showing that the distance to target (a lower value) increases (wheras the indicator value declines) with the potential N leaching up to 20 mg N per liter.

+

+
+
+

N retention preventing N runoff +

+

N-retention to prevent runoff is the ability of a soil to avoid superficial runoff of nitrate to surface water. Calculating runoff with the OBIC package works the same as calculating N leaching described above. Just set leaching_to to ‘ow’ instead of ‘gw.’ While the same input data is required to calculate leaching and runoff, internally the calculations use different values. Therefore, runoff and leaching may have different values for a parcel as can be seen in the example below where runoff is calculated for the same fields as was done for leaching. Be aware, since these derivative scores on the y-axis are not yet scaled as distance to target, both scores for leaching and runoff cannot be compared directly, but the relative differences among fields are possible to compare.

+

+
+
+
+

Evaluate Soil Management +

+

Unlike other soil functions, soil management is hard to evaluate quantitatively. We introduced the expert-judgement driven framework of the Sustainable Soil Management label (Van der Wal, 2016). This label was designed in 2016 by a group of soil scientists and consultancy workers in the Netherlands to implement sustainable soil management within certification protocols of relevant chain parties in the agricultural sector. A team of soil experts from research and practice made a selection of measurable and verifiable soil management measures that positively contribute to the ecosystem functions of the soil, and qualitatively assessed their impact on the soil quality while accounting for two land use categories and three soil type categories. Using this expert driven management label, the soil management can be systematically and quantitatively evaluated on field scale. Besides the current management practices, explicit attention is given to measures supporting soil organic matter build-up in soils, supporting the key role of soil organic matter for soil fertility and other ecosystem services. Because changes in soil organic matter are difficult to measure, an estimate is made of the net supply or removal of Effective Organic Matter based on the crop rotation plan and the current manure practices according the regulations present. This balance is indicative of the expected developments in the organic matter content of the soil.

+
+

Measures +

+

The measures taken on a parcel are evaluated according to a grading system. For arable, maize, and grassland, different measures are applicable reflecting the sustainability of soil management. For arable, measures include; 80% of year green cover, >40% rest crop in rotation, >40% deep rooting dormant crop in rotation, <25% potato in rotation, use of early cultivars, net positive organic matter balance. Specifically for maize, measures include: undersowing of grass, use of catchcrop after harvest (only on clay). For grass, points can be gained for the grassland age, use of drag hose fertilisation, use of grass/clover mixtures. For grass on peat points can also be received for using underwaterdrainage and maintenance of ditches.

+
+
+

Crop rotation and SOM balance +

+

A field can receive points for having a positive soil organic matter balance. A function is included to estimate the organic matter input and decomposition. For the calculation of the organic matter balance the parcels’ crops, organic matter concentration and P status are required, as well as the management aspects compost application frequency and sowing of catchcrops after main crop.

+

Below, examples are give of how to calculate the organic matter balance and the management index. The management index requires inputs that are not obligatory for the wrapper function obic_field. The function add_management will check the presence of management parameter values and give defaults based on soiltype and crop when values are missing. Furthermore, information on the crop rotation and on the age of grassland are calculated by calc_rotation_fraction and calc_grass_age respectively.

+
+    # Calculate organic matter balance
+    dt[, D_SOM_BAL := calc_sombalance(B_LU_BRP,A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GREEN)]
+
+    # add management when input is missing
+    cols <- c('M_GREEN', 'M_NONBARE', 'M_EARLYCROP','M_COMPOST','M_SLEEPHOSE','M_DRAIN','M_DITCH','M_UNDERSEED',
+              'M_LIME', 'M_NONINVTILL', 'M_SSPM', 'M_SOLIDMANURE','M_STRAWRESIDUE','M_MECHWEEDS','M_PESTICIDES_DST')
+    dt[, c(cols) := add_management(ID,B_LU_BRP, B_SOILTYPE_AGR,
+                                   M_GREEN, M_NONBARE, M_EARLYCROP,M_COMPOST,M_SLEEPHOSE,M_DRAIN,M_DITCH,M_UNDERSEED,
+                                   M_LIME, M_NONINVTILL, M_SSPM, M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST)]
+
+    # calculate grass age
+     dt[, D_GA := calc_grass_age(ID, B_LU_BRP)]
+     
+     # Calculate the crop rotation fraction
+    dt[, D_CP_STARCH := calc_rotation_fraction(ID, B_LU_BRP, crop = "starch")]
+    dt[, D_CP_POTATO := calc_rotation_fraction(ID, B_LU_BRP, crop = "potato")]
+    dt[, D_CP_SUGARBEET := calc_rotation_fraction(ID, B_LU_BRP, crop = "sugarbeet")]
+    dt[, D_CP_GRASS := calc_rotation_fraction(ID, B_LU_BRP, crop = "grass")]
+    dt[, D_CP_MAIS := calc_rotation_fraction(ID, B_LU_BRP, crop = "mais")]
+    dt[, D_CP_OTHER := calc_rotation_fraction(ID, B_LU_BRP, crop = "other")]
+    dt[, D_CP_RUST := calc_rotation_fraction(ID, B_LU_BRP, crop = "rustgewas")]
+    dt[, D_CP_RUSTDEEP := calc_rotation_fraction(ID, B_LU_BRP, crop = "rustgewasdiep")]
+
+    # Calculate series of management actions
+    dt[, D_MAN := calc_management(A_SOM_LOI,B_LU_BRP, B_SOILTYPE_AGR,B_GWL_CLASS,
+                                  D_SOM_BAL,D_CP_GRASS,D_CP_POTATO,D_CP_RUST,D_CP_RUSTDEEP,D_GA,
+                                  M_COMPOST,M_GREEN, M_NONBARE, M_EARLYCROP, M_SLEEPHOSE, M_DRAIN,
+                                  M_DITCH, M_UNDERSEED, M_LIME, M_NONINVTILL, M_SSPM,
+                                  M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST
+                                  )]
+

Example of the soil organic matter balance and management on five fields from the Binnenveld dataset.

+

+
+
+
+

Recommendations +

+

The Open Soil Index (OBI), gives a rating to soil parameters and soil functions. When a score is sub-optimal (score < 1), it is important to advise what measures can be taken to improve soil quality. For this purpose, a list of measures has been developed which had a positive effect on soil quality in field trials. Within the OBI, soil quality is assessed at the level of aggregate soil functions: soil chemistry and nutrient supply, soil physics and rooting, soil biology and disease resistance, and management). Within each group there are several soil parameters and functions, which can be specifically improved through soil management measures. Up to three out of the eleven measures may be recommended based on the performance of all soil parameters and functions. The following aspects play a role in compiling the top three measures that a user is given as inspiration for sustainable soil management:

+
    +
  • At what threshold value is an action desirable? A soil is totally unsuitable for sustainable agricultural production when the OBI score equals zero, and a soil is perfectly suitable when the OBI score equals one. A measure only makes sense if a substantial improvement in soil quality can be expected through these measures.
  • +
  • Are the available measures for improvement collected from the scientific literature equally important in the case of sub-optimal soil quality? For example, is the correction of a low pH more important than the correction of a low phosphate status?
  • +
  • When recommending measures, is it possible to take into account positive or negative side effects which may occur once the measure is implemented?
  • +
  • Measures that are advised must be practical and to the point: not “follow fertilisation advice,” but specifically tailored to the element of which there is a deficiency.
  • +
+

The measures included in OBIC are:

+
    +
  • M1: liming of soil to advisory pH
  • +
  • M2: more compost
  • +
  • M3: apply non-inversion tillage
  • +
  • M4: cultivate tagetes
  • +
  • M5: introduce more deep-rooting crops
  • +
  • M6: use more green manure crops
  • +
  • M7: extend the age of grassland
  • +
  • M8: fertilise in accordance with fertiliser recommendations (broken down by applicable element)
  • +
  • M9: grow a grass/clover mixture
  • +
  • M10: broaden the botanical composition of grassland
  • +
  • M11: restore subsoil compaction
  • +
+

Deciding which measures are presented is controlled by two functions nested inside obic_field() (which itself is wrapped by obic_field_dt()). For the recommendations to be given, the output argument of obic_field() or obic_field_dt() should be ‘all’ or ‘recommendations’. The functions that decide the recommendations are obic_evalmeasure() and obic_recommendations(). The first takes a data table as input containing the OBI and indicator scores calculated by other functions in the package. Its output is a data table with measures which is passed to obic_recommendations(). This second function selects the three most appropriate measures to recommend. For more information on these functions see ?obic_evalmeasure, ?obic_recommendations or ?recom.obic.

+
+    # evaluate measures
+    dt.measure <- OBIC::obic_evalmeasure(dt.score, extensive = FALSE)
+    
+    # make recommendations of top 3 measures
+    out.recom <- OBIC::obic_recommendations(dt.measure)
+
+
+

Integrating Soil Functions into OBIC scores +

+

The Open Soil Index is a number ranging between 0 to 1, that holistically represents the soil quality as well as its management. The score is field specific, accounting for the soil type, geohydrological site properties and the crop rotation sequence of the last decade. The final score can be decomposed to aggregated indicators for different themes (chemical, physical, biological, and management), and these can be further broken down in to indicators, representing an weighted evaluation of soil functions over a period of time. The indicator (or soil function score) for each soil function, ranges between 0 to 1 and reflects the current situation given its deviation from a target condition of that specific soil function. With this hierarchical structure, the OBI offers both integral assessment (i.e. whether a soil is overall good or not) and specific assessment (i.e. which soil functions are poorly evaluated and to what extent these soil functions need to be adapted to improve the overall soil quality to the “optimum situation”).

+
+

Evaluating soil functions +

+

Many of the soil function values calculated in the OBIC have a unit and a target value. D_NLV for example is the nitrogen producing capacity of the soil and should have a value between -30 and 250. However, values calculated for individual soil functions have different units making it complex to integrate into one holistic value. Nor is it easy to assess whether a given value is good or whether it requires improvement. Therefore, soil functions are evaluated to and transformed into an index reflecting the distance to target. These indicators have a value between 0 and 1, 0 being very poor and 1 being excellent (optimal for agricultural production). This way, the target value is clear and its easy to see whether an indicator on a field warrants a lot of improvement or not. Additionally, such scores can easily be turned into scores ranging from 0-10 which is a commonly used scale for grading, and therefore easy to interpret.

+

The OBIC package has functions that transform the value of a soil function into a score. Examples of such functions are ind_nitrogen(), ind_sealing(), ind_pmn() and ind_nretention(). Some of these functions only require the soil function’s value. Others may need soil type or the cultivated crop as these parameters may require different evaluation for specific soil types or crops rotation schemes.

+
+  # Be aware these functions below are not given here to be evaluated.
+  # They illustrate how the different indices can be evaluated (do not execute them here)
+
+  # Calculate indicators for soil chemical functions
+  dt[, I_C_N := ind_nitrogen(D_NLV, B_LU_BRP)]
+  dt[, I_C_P := ind_phosphate_availability(D_PBI)]
+  dt[, I_C_K := ind_potassium(D_K,B_LU_BRP,B_SOILTYPE_AGR,A_SOM_LOI)]
+  dt[, I_C_MG := ind_magnesium(D_MG, B_LU_BRP, B_SOILTYPE_AGR)]
+  dt[, I_C_S := ind_sulpher(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)]
+  dt[, I_C_PH := ind_ph(D_PH_DELTA)]
+  dt[, I_C_CEC := ind_cec(D_CEC)]
+  dt[, I_C_CU := ind_copper(D_CU,B_LU_BRP)]
+  dt[, I_C_ZN := ind_zinc(D_ZN)]
+    
+  # Calculate indicators for soil physical functions
+  dt[, I_P_CR := ind_crumbleability(D_CR, B_LU_BRP)]
+  dt[, I_P_SE := ind_sealing(D_SE, B_LU_BRP)]
+  dt[, I_P_DS := ind_waterstressindex(D_WSI_DS)]
+  dt[, I_P_WS := ind_waterstressindex(D_WSI_WS)]
+  dt[, I_P_DU := ind_winderodibility(D_WE)]
+  dt[, I_P_CO := ind_compaction(B_SC_WENR)]
+  dt[, I_P_WRI := ind_waterretention(D_WRI)]
+  dt[, I_P_CEC := ind_aggregatestability(D_AS)]
+  dt[, I_P_WO := ind_workability(D_WO)] 
+  
+  # Calculate indicators for soil biological functions
+  dt[, I_B_DI := ind_resistance(A_SOM_LOI)]
+  dt[, I_B_SF := ind_pmn(D_PMN)]
+  
+  # Calculate indicators for environment
+  dt[, I_E_NGW := ind_nretention(D_NGW, leaching_to = "gw")]
+  dt[, I_E_NSW := ind_nretention(D_NSW, leaching_to = "ow")]
+

Some of these indicator functions internally use an evaluation function such as evaluate_logistic() and evaluate_parabolic(). For more information on these functions or logistic functions in general see ?evaluate_logistic(), ?evaluate_parabolic(), or link to wikipedia. When logistic evaluation is used, there is no linear relation between the an indicators value and its score. Often the evaluation is set up so that lower values gain increasingly lower scores. In other words, poor performance is evaluated more stringent than good performance. Below, the relation between a soil function values and their scores (index values) is given. An example of logistic evaluation can be found in I_P_WS (waterstress)

+

+

The indicator for management based on the point system of the label sustainable soil management has a linear relation between the number of points and the indicator score.

+

+
+
+
+

Crop and soil dependent applicability of functions +

+

Not all indicators are relevant for all combinations of soil type and crop. For example, I_P_DU (wind erodibility) is not relevant on permanent grassland, as wind erosion is not a problem on these parcels. The table weight.obic is used to determine whether an indicator is relevant for a given parcel. Crops are differentiated into the categories arable, grassland, maize, and nature according to the crop_category from the table crops.obic. In soil type a differentiation is made between peat and non peat soils. If an indicator is not relevant for a given parcel, its score will not be used in further aggregation.

+
+    # load weights.obic (set indicator to zero when not applicable)
+    w <- as.data.table(OBIC::weight.obic)
+    
+    # Add years per field
+    dt[,year := .I, by = ID]
+    
+    # Select all indicators used for scoring
+    cols <- colnames(dt)[grepl('I_C|I_B|I_P|I_E|I_M|year|crop_cat|SOILT',colnames(dt))]
+
+    # Melt dt and assign main categories for OBI
+    dt.melt <- melt(dt[,mget(cols)],
+                    id.vars = c('B_SOILTYPE_AGR','crop_category','year'), 
+                    variable.name = 'indicator')
+    
+    # add categories relevant for aggregating
+    # C = chemical, P = physics, B = biological, BCS = visual soil assessment
+    # indicators not used for integrating: IBCS and IM
+    dt.melt[,cat := tstrsplit(indicator,'_',keep = 2)]
+    dt.melt[grepl('_BCS$',indicator) & indicator != 'I_BCS', cat := 'IBCS']
+    dt.melt[grepl('^I_M_',indicator), cat := 'IM']
+    
+    # Determine number of indicators per category
+    dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IBCS','IM')][,list(ncat = .N),by='cat']
+    
+    # add weighing factor to indicator values
+    dt.melt <- merge(dt.melt,w[,list(crop_category,indicator,weight_nonpeat,weight_peat)], 
+                     by = c('crop_category','indicator'), all.x = TRUE)
+    
+    # calculate correction factor for indicator values (low values have more impact than high values, a factor 5)
+    dt.melt[,cf := cf_ind_importance(value)]
+    
+    # calculate weighted value for crop category
+    dt.melt[,value.w := value]
+    dt.melt[grepl('veen',B_SOILTYPE_AGR) & weight_peat < 0,value.w := -999]
+    dt.melt[!grepl('veen',B_SOILTYPE_AGR) & weight_nonpeat < 0,value.w := -999]
+
+
+

Aggregated indicators per category +

+

Each soil indicator belongs to one of five categories (chemical, physical, biological, environmental or management). A score per category is calculated by taking the mean score of the underlying functions

+
+    # subset dt.melt for relevant columns only
+    out.score <-  dt.melt[,list(cat, year, cf, value = value.w)]
+  
+    # remove indicator categories that are not used for scoring
+    out.score <- out.score[!cat %in% c('IBCS','IM','BCS')]
+    
+    # calculate weighted average per indicator category
+    out.score <- out.score[,list(value = sum(cf * pmax(0,value) / sum(cf[value >= 0]))), by = list(cat,year)]
+
+    # for case that a cat has one indicator or one year and has NA
+    out.score[is.na(value), value := -999]
+
+
+

Integrating over time +

+

Till this point, all values and indicators have been calculated for a range of years (typically ten). Before aggregating values over years, a correction factor is calculated to give a weight so that recent years count more than long gone years. After aggregating indicator scores over years, a single score for each indicator remains. These are the scores presented to a user when indicators are included in the output of obic_field().

+
+    # calculate correction factor per year; recent years are more important
+    out.score[,cf := log(12 - pmin(10,year))]
+  
+    # calculate weighted average per indicator category per year
+    out.score <- out.score[,list(value = sum(cf * pmax(0,value)/ sum(cf[value >= 0]))), by = cat]
+
+
+

Holistic OBI score +

+

The integration of different soil functions into one score and their relevance in achieving a specific target (like crop yield) is often ignored in soil quality assessments (i.e., each function contributes equally), is based on expert-judgement or derived from multi-variate statistics analysing linkages among soil functions and soil and field properties within large datasets. Large databases are needed in which all relevant soil properties and functions have been determined as well as (historical) management. Unfortunately, these databases are scarce so that expert driven weighing procedures are introduced. Currently, the total OBIC score is a weighted average of the major soil functions (aggregated indicators per category) where the weight of each major soil function is determined by the number of indicators underlying the major soil function.

+
+  # merge out with number per category
+  out.score <- merge(out.score,dt.melt.ncat, by='cat')
+    
+  # calculate weighing factor depending on number of indicators
+  out.score[,cf := log(ncat + 1)]
+  
+  # calculated final obi score
+  out.score <- rbind(out.score[,list(cat,value)],
+                     out.score[,list(cat = "T",value = sum(value * cf / sum(cf)))])
+

The holistic OBI score is given when the argument output in obic_field() or obic_field_dt() is set to ‘all’, ‘scores’ or ‘obic_scores’

+
+  # For example
+  OBIC::obic_field_dt(binnenveld[ID == 1], output = 'scores')
+
+  OBIC::obic_field_dt(binnenveld[ID == 1], output = 'obic_score')
+

Will give:

+
#>    ID S_B_OBI_A S_C_OBI_A S_E_OBI_A S_M_OBI_A S_P_OBI_A S_T_OBI_A
+#> 1:  1     0.998      0.86     0.938     0.586     0.216     0.668
+#>    S_T_OBI_A
+#> 1:     0.668
+
+
+
+

Some examples of outputs +

+

Below OBI scores are presented for the Binnenveld dataset per major soil function.

+

+
+
+

References +

+
+
+Andrews, Susan S, and C Ronald Carroll. 2001. Designing a soil quality assessment tool for sustainable agroecosystem management.” Ecological Applications 11 (6): 1573–85. +
+
+Bünemann, E K, P Mäder, J Wohlfahrt, L Brussaard, G Bongiorno, R De Goede, V Geissen, L Fleskens, W Sukkel, and Z Bai. 2016. Concepts and indicators of soil quality-a review.” Interactive Soil Quality Assessment in Europe and China for Agricultural Productivity and Environmental Resilience, 1–76. +
+
+Bünemann, Else K, Giulia Bongiorno, Zhanguo Bai, Rachel E Creamer, Gerlinde De Deyn, Ron de Goede, Luuk Fleskens, Violette Geissen, Thom W Kuyper, and Paul Mäder. 2018. Soil quality–A critical review.” Soil Biology and Biochemistry 120: 105–25. +
+
+Dowle, Matt, and Arun Srinivasan. 2021. Data.table: Extension of ‘Data.frame‘. https://CRAN.R-project.org/package=data.table. +
+
+Heeres, E, and P J van Erp. 1999. Organic matter in relation to the susceptability of agricultural soils to slaking.” Meststoffen (Netherlands). +
+
+Huinink, J. Th. M. 2011. Bodemgeschiktheidsbeoordeling voor Landbouw , Bosbouw en Recreatie: een optimalisatie van grondwater- en opppervlaktewaterpeilbeheer.” BodemConsult-Arnhem. +
+
+Huinink, J.Th.M. 2018. Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie: t.b.v. een optimalisatie van grondwater- en oppervlaktewaterpeilbeheer: state of the art 2018.” BodemConsult-Arnhem. www.bodemmconsult.nl. +
+
+Locher, W P, and H De Bakker. 1990. Bodemkunde van Nederland, deel 1: Algemene bodemkunde. +
+
+Pedersen, Thomas Lin. 2020. Patchwork: The Composer of Plots. https://CRAN.R-project.org/package=patchwork. +
+
+R Core Team. 2021. R: A Language and Environment for Statistical Computing. Vienna, Austria: R Foundation for Statistical Computing. https://www.R-project.org/. +
+
+Rinot, Oshri, Guy J Levy, Yosef Steinberger, Tal Svoray, and Gil Eshel. 2019. Soil health assessment: A critical review of current methodologies and a proposed new approach.” Science of the Total Environment 648: 1484–91. +
+
+Sonneveld, M P W, G B M Heuvelink, and S W Moolenaar. 2014. Application of a visual soil examination and evaluation technique at site and farm level.” Soil Use and Management 30 (2): 263–71. +
+
+Verweij, Sven, and Gerard Ros. 2022. OBIC: Calculate the Open Bodem Index (OBI) Score. https://github.com/AgroCares/Open-Bodem-Index-Calculator. +
+
+Wickham, Hadley, Winston Chang, Lionel Henry, Thomas Lin Pedersen, Kohske Takahashi, Claus Wilke, Kara Woo, Hiroaki Yutani, and Dewey Dunnington. 2021. Ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics. https://CRAN.R-project.org/package=ggplot2. +
+
+Wienhold, Brian J, S S Andrews, and D L Karlen. 2004. Soil quality: a review of the science and experiences in the USA.” Environmental Geochemistry and Health 26 (2): 89–95. +
+
+Wienhold, Brian J, D L Karlen, S S Andrews, and D E Stott. 2009. Protocol for indicator scoring in the soil management assessment framework (SMAF).” Renewable Agriculture and Food Systems, 260–66. +
+
+Wösten, J. H. M., J. G. Veerman, W. J. M. de Groot, and J. Stolte. 2001. Waterretentie- en doorlatendheids- karakteristieken van boven en ondergronden in Nederland: de Staringreeks.” Wageningen: Alterra. https://edepot.wur.nl/43272. +
+
+
+
+ + + +
+ + + +
+ +
+

+

Site built with pkgdown 2.0.1.

+
+ +
+
+ + + + + + + + diff --git a/docs/articles/obic_introduction_files/figure-html/plot relation function and index values-1.png b/docs/articles/obic_introduction_files/figure-html/plot relation function and index values-1.png new file mode 100644 index 00000000..e930f2ad Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/plot relation function and index values-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-10-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..559d1fcc Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-12-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..21998457 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-14-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..90b3d39b Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-16-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..6d496a0a Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-18-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..5878231e Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-20-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..c85f45df Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-22-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..7bd38eb6 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-26-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-26-1.png new file mode 100644 index 00000000..1e61c145 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-26-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-28-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-28-1.png new file mode 100644 index 00000000..03f9f166 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-28-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-30-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-30-1.png new file mode 100644 index 00000000..c5c59118 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-30-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-32-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-32-1.png new file mode 100644 index 00000000..742f4ffc Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-32-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-34-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-34-1.png new file mode 100644 index 00000000..acc87f61 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-34-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-36-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-36-1.png new file mode 100644 index 00000000..9546b097 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-36-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-38-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-38-1.png new file mode 100644 index 00000000..4c036b50 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-38-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-41-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-41-1.png new file mode 100644 index 00000000..86653c95 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-41-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-43-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-43-1.png new file mode 100644 index 00000000..43234c66 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-43-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-44-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-44-1.png new file mode 100644 index 00000000..1ffac024 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-44-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-46-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-46-1.png new file mode 100644 index 00000000..118ee6f8 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-46-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-49-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-49-1.png new file mode 100644 index 00000000..83891c28 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-49-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-5-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..08466399 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-54-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-54-1.png new file mode 100644 index 00000000..1c6a4815 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-54-1.png differ diff --git a/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-8-1.png b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..5852b401 Binary files /dev/null and b/docs/articles/obic_introduction_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/articles/obic_score_aggregation.html b/docs/articles/obic_score_aggregation.html new file mode 100644 index 00000000..1499a502 --- /dev/null +++ b/docs/articles/obic_score_aggregation.html @@ -0,0 +1,775 @@ + + + + + + + +Note on OBI score aggregation • OBIC + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +
+

Introduction +

+

The OBIC is a framework that takes a multitude of soil parameters and variables from agricultural fields and ultimately gives a single value expressing the soil quality of that field. To take this multitude of measured, modelled and calulated values to a single value between 0 and 1, three aggregation steps take place as illustrated below.

+
+Figure 1. Graphic representation of how measured soil properties are aggregated to scores.

+Figure 1. Graphic representation of how measured soil properties are aggregated to scores. +

+
+

There is no scientific principle dictating how this aggregation should be done and there are several ways to do the aggregation. For example; averaging, linearly weighted averaging, logarithmically weighted averaging. The last one is used in OBIC. This document dives deeper into the three aggregation steps within the framework and will explain why logarithmically weighted aggregation is chosen. We will also compare the three methods of aggregation to illustrate the influence the aggregation method on the final score, which provides a kind of sensitivity analysis. The aggregation methods will be compared with a mock dataset of a selection of soil functions. Demonstration of aggregation will be performed using the dataset binnenveld. The dataset contains soil properties from 11 agricultural fields in the surroundings of Wageningen, with different soil texture and land use, and is documented in ?binnenveld.

+
+
+

Aggregation +

+
+

Pre-processing +

+

After calculating soil function scores and in prior to the aggregation procedure, a reformatting step takes place. The reformatting step consists of the following tasks:

+
    +
  • it is assessed which indicators are relevant for a field given its soil type and crop category using the weight.obic table.
  • +
  • year numbers are assigned from 1 to n with one being the most recent year (used later for the aggregation over years)
  • +
  • a molten data.table is created with all indicators in a single column and soil type, crop category and year as identifying variables
  • +
  • indicators are assigned to categories (chemical, physical, biological, environmental, management)
  • +
  • the number of indicators per category is counted (used later for the aggregation over categories)
  • +
  • a correction factor per score is calculated based on the height of the score (used later for the aggretation within each category)
  • +
  • soil function scores irrelevant to the land use are set to -999
  • +
+
+  # Step 3 Reformat dt given weighing per indicator and prepare for aggregation  ------------------
+    
+    # load weights.obic (set indicator to zero when not applicable)
+    w <- as.data.table(OBIC::weight.obic)
+    
+    # Add years per field
+    dt[,year := 1:.N, by = ID]
+    
+    # Select all indicators used for scoring
+    cols <- colnames(dt)[grepl('I_C|I_B|I_P|I_E|I_M|year|crop_cat|SOILT',colnames(dt))]
+
+    # Melt dt and assign main categories for OBI
+    dt.melt <- melt(dt[,mget(cols)],
+                    id.vars = c('B_SOILTYPE_AGR','crop_category','year'), 
+                    variable.name = 'indicator')
+    
+    # add categories relevant for aggregating
+    # C = chemical, P = physics, B = biological, BCS = visual soil assessment
+    # indicators not used for integrating: IBCS and IM
+    dt.melt[,cat := tstrsplit(indicator,'_',keep = 2)]
+    dt.melt[grepl('_BCS$',indicator) & indicator != 'I_BCS', cat := 'IBCS']
+    dt.melt[grepl('^I_M_',indicator), cat := 'IM']
+    
+    # Determine number of indicators per category
+    dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IBCS','IM')][,list(ncat = .N),by='cat']
+    
+    # add weighing factor to indicator values
+    dt.melt <- merge(dt.melt,w[,list(crop_category,indicator,weight_nonpeat,weight_peat)], 
+                     by = c('crop_category','indicator'), all.x = TRUE)
+    
+    # calculate correction factor for indicator values (low values have more impact than high values, a factor 5)
+    dt.melt[,cf := cf_ind_importance(value)]
+    
+    # calculate weighted value for crop category
+    dt.melt[,value.w := value]
+    dt.melt[grepl('veen',B_SOILTYPE_AGR) & weight_peat < 0,value.w := -999]
+    dt.melt[!grepl('veen',B_SOILTYPE_AGR) & weight_nonpeat < 0,value.w := -999]
+    
+
+
+

Aggregation within category +

+

To aggregate scores, the relevant columns and rows are taken from the molten data.table.

+
+ # Step 5 Add scores ------------------
+    
+    # subset dt.melt for relevant columns only
+    out.score <-  dt.melt[,list(cat, year, cf, value = value.w)]
+  
+    # remove indicator categories that are not used for scoring
+    out.score <- out.score[!cat %in% c('IBCS','IM','BCS')]
+

The indicators within each category are aggregated to a single score per category (chemical, physical, biological, management, environmental) using the correction factor (vcf) calculated previously using cf_ind_importance(). This correction factor vcf gives a higher weight to indicators with a lower score, as: \[ +vcf = 1/(I+0.2) +\] where I is the score of the indicator. This way, the lowest indicator, supposedly also the most limiting factor for crop production, becomes more important. Consequently, improving a low scoring indicator by 0.1 has a greater impact on the aggregated category score than improving a high scoring indicator by the same amount, making it more worthwhile to invest in the poorest and most limiting indicator.

+

Subsequently, the score of each category is computed by summing up the weighted values (scaled by the sum of all weights) of all soil indicators within the category: \[ +S = \sum_{i}(I_{i} \frac{vcf_{i}}{\sum_{i}vcf_{i}}) +\] where S is the score of the category, vcfi is the weighing factor of the indicator i, Ii is the score of the indicator i. This gives a single score for each of the five indicator categories (chemical, physical, biological, management, and environmental) for a specific year.

+
+    # calculate weighted average per indicator category
+    out.score <- out.score[,list(value = sum(cf * pmax(0,value) / sum(cf[value >= 0]))), by = list(cat,year)]
+  
+      # for case that a cat has one indicator or one year and has NA
+      out.score[is.na(value), value := -999]
+
+
+

Aggregation over years +

+

To account for the entire crop rotation, OBIC aggregates scores of multiple years. For the aggregation over years, another correction factor ycf is used to give more weight to recent years on a logarithmic scale. OBIC set the maximum length of period as 10 years, as crop rotation in the Netherlands are hardly ever longer than 10 years. When data older than 10 years ago is used, then those years get the same weight as 10 years ago. ycf is formulated as: \[ +ycf = ln(12 - min(y, 10)) +\] where y is the length of years before the assessment. y = 1 means the year for which the assessment is conducted for (i.e. the most recent year).

+

This gives the correction factors for a period of eleven years as follows (from the most recent years to 11 years before):

+
#> 2.398 2.303 2.197 2.079 1.946 1.792 1.609 1.386 1.099 0.693 0.693
+

The most recent year carries about 3.5 times the weight of the tenth year. Notice that years ten and eleven have the same correction factor value, the minimum ycf value for a year is equal to that of year ten.

+

More priority (weight) is given to recent years because they better reflect the current situation. Additionally, changes in management or soil properties have a more visible effect on the scores in the recent years.

+

Aggregation of scores over years is done with the following two lines of code. This is analogue to the aggregation procedure within each category as described above (i.e. sum of weighted score, scaled by the sum of all weighing factors).

+

The aggregation procedure is coded in the following lines.

+
+            
+    # calculate correction factor per year; recent years are more important
+    out.score[,cf := log(12 - pmin(10,year))]
+  
+    # calculate weighted average per indicator category per year
+    out.score <- out.score[,list(value = sum(cf * pmax(0,value)/ sum(cf[value >= 0]))), by = cat]
+

This gives us a single score for each of the five indicator categories (chemical, physical, biological, management, and environmental), without time dimension.

+
+
+

Aggregation to single OBI score +

+

The scores of five indicator categories are aggregated to a single, holistic, OBI-score. The category scores are weighed logarithmically based on the number of indicators underlying the category. The number of indicators per category was retrieved previously with the line
dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IBCS','IM')][,list(ncat = .N),by='cat'].
+Now its merged with our score data.table.

+
+      # merge out with number per category
+      out.score <- merge(out.score,dt.melt.ncat, by='cat')
+

The correction factor for each category, ccf, are computed based on the number of indicators as:

+

\[ +ccf = ln(ncat+1) +\] where ncat is the number of the underlying indicators within the category. The weights for categories with 1 to 10 indicators are: 0.69, 1.1, 1.39, 1.61, 1.79, 1.95, 2.08, 2.2, 2.3, 2.4. Thus, a category based on 10 indicators affects the total score roughly 3.5 times more than a category based on 1 indicator. The idea behind giving more weight to categories with more underlying indicators sprouts from the idea that such a category is better supported by measurable data and better understood. Finally, the total OBIC score is calculated by summing up the weighted scores of 5 categoties and dividing it by the sum of the weighing factors, in the same way as the other 2 aggregation steps.

+

This aggregation procedure is coded in the following lines.

+
+    # calculate weighing factor depending on number of indicators
+    out.score[,cf := log(ncat + 1)]
+    # calculated final obi score
+    out.score <- rbind(out.score[,list(cat,value)],
+                       out.score[,list(cat = "T",value = sum(value * cf / sum(cf)))])
+

After the aggregation there is just a bit of code to format the names of the scores.

+
+    # update element names
+    out.score[,cat := paste0('S_',cat,'_OBI_A')]
+    out.score[, value := round(value,3)]
+
+
+

Brief recap +

+
    +
  • Soil functions with low scores gain more weight than ones with high scores because these soil functions are supposed to be more limiting. This makes it more worthwhile (both in reality as for the OBI score) to invest in improving low scores
  • +
  • Values from recent years count more than values from long ago. Recent years are more reflective of the current situation and it becomes easier to see the effect of changes in management or soil properties in subsequent years
  • +
  • Categories with more underlying indicators have more weight in determining the total OBI score. This is because these indicators are better understood and supported and may also be more important.
  • +
+
+
+

Comparison with other aggregation methods +

+

By now, we have some understanding of how measured soil function data are aggregated to an integral score within the current OBIC framework. So, now we can explore and reflect on some of the choices that were made in designing this aggregation process. The first choice we will reflect upon is that of the correction factors. In the OBIC framework, these are determined logarithmically but could also be determined linearly or not be used at all. Second, we will reflect on our choice of 2-step aggregation (i.e. first aggregated to categories and then aggregated to a holistic score),instead of aggregating indicators directly to a holistic score.

+
+

Data description +

+

To reflect on alternative aggregation methods we have made a mock data.table similar to a data.table in the obic_field function just before aggregating scores. We will compare the aggregation methods with seven scenarios or treatments. The treatments are as follows:

+
    +
  1. +Baseline means of all values are around 0.67
  2. +
  3. +Low C values means of Chemical indicators are around 0.33, indicators in other categories are around 0.67
  4. +
  5. +Low B values means of Biological indicators are around 0.33, indicators in other categories are around 0.67
  6. +
  7. +One low C value one chemical indicator is set to 0, all other values are generated as in the baseline
  8. +
  9. +One low B value one biological indicator is set to 0, all other values are generated as in the baseline
  10. +
  11. +Recent years low mean values of the most recent five years are around 0.33, while the five years before that have mean values of around 0.67
  12. +
  13. +Recent years high mean values of the most recent five years are around 0.67, while the five years before that have mean values of around 0.33
  14. +
+

Each treatment has a 100 replicates whose soil function scores are randomly drawn from a distribution with a standard deviation of approximately 0.2. The mean of the distributions depends on the scenario. All values are in the 0 to 1 range.

+
+Figure 5. Distribution of indicator values per scenario as histogram

+Figure 5. Distribution of indicator values per scenario as histogram +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Mean scores per category for each scenario
treatmentmean Bmean Cmean Emean Mmean P
baseline0.6720.6710.6710.6700.673
low B values0.3280.6700.6760.6780.676
low C values0.6750.3280.6740.6660.671
one low B0.3350.6740.6720.6670.673
one low C0.6700.5960.6740.6800.675
Recent years high0.4970.5020.5000.4920.502
Recent years low0.5040.5000.4950.5010.502
+
+
+

Correction factors +

+

To compare the influence of different correction factors, we conducted the three aggregation steps with three methods to compute a correction factor (cf):

+
    +
  • logarithmically
  • +
  • linearly
  • +
  • no correction (averaging all values, cf = 1)
  • +
+

The log and linear cf’s are illustrated in Figure 2 in the range that they operate. value is the correction factor for the indicator, which ranges between 0 to 1. year is the correction factor for the year a measurement is from, 1 being the most recent year, 10 being ten years earlier. ncat is the correction for the number of soil indicators within a category. For Chemical indicators, this typically is 9. The slope of the linear correction factor is chosen such that the highest and lowest correction factor is identical between linear and logarithmic scale. In practice, another slope could be chosen for linear aggregation. The no correction method is not presented in Figure 2 as it would be a horizontal line with an arbitrary value.

+
+Figure 2. Correction factors calculated with linear or logarithmic methods per aggregation step.

+Figure 2. Correction factors calculated with linear or logarithmic methods per aggregation step. +

+
+
+
+

Effects of different aggregation method on OBIC total score +

+

The effects of different aggregation methods on total score are shown in the box plot. Red dashed lines show arithmetic means of all 22 indicators.

+
+Figure 3. Total OBI score boxplots per aggregation method for each scenario.

+Figure 3. Total OBI score boxplots per aggregation method for each scenario. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Mean scores per category and total per aggregation method
treatmentcf_methodBCEMPtotal
baselinelog0.6560.6330.6520.6700.6380.644
baselinelin0.6470.6180.6410.6700.6230.627
baselinenon0.6720.6710.6710.6700.6730.671
low B valueslog0.3000.6320.6560.6780.6420.593
low B valueslin0.3100.6170.6460.6780.6270.598
low B valuesnon0.3280.6700.6760.6780.6760.606
low C valueslog0.6550.2730.6540.6670.6340.531
low C valueslin0.6450.2950.6440.6670.6190.493
low C valuesnon0.6750.3280.6740.6660.6710.603
one low Blog0.1230.6370.6550.6660.6380.566
one low Blin0.1890.6220.6450.6660.6230.587
one low Bnon0.3350.6740.6720.6670.6730.604
one low Clog0.6490.4150.6580.6820.6400.578
one low Clin0.6390.4790.6480.6820.6240.571
one low Cnon0.6700.5960.6740.6800.6750.659
Recent years highlog0.5180.5010.5210.5350.5030.510
Recent years highlin0.5260.5080.5290.5450.5110.515
Recent years highnon0.4970.5020.5000.4920.5020.499
Recent years lowlog0.4350.4080.4270.4600.4140.422
Recent years lowlin0.4280.4070.4200.4490.4130.414
Recent years lownon0.5040.5000.4950.5010.5020.500
+

In the baseline scenario, total scores are slightly lower when aggregating logarithmically or linearly compared to using no special aggregation method. In all three methods, the indicator values in the baseline are around 0.67, this number is preserved in the score when averaging all indicator values (cf_method = non) while ‘log’ and ‘lin’ scores are on average 0.03 and 0.04 lower. The change of 0.05 (in the score ranging between 0 and 1) may seem small, but it is quite large compared to the standard deviation of the distribution of the indicator values (which is 0.2). So, the difference in aggregation methods can influence the total score substantially.

+

The ‘lin’ and ‘log’ methods yield lower average scores because they penalise low indicator values (i.e. left-hand side in their distribution) with the weighing factor vcf. Since the ‘lin’ and ‘log’ methods were harmonised for their highest value at low indicator value (cf = 5 for value = 0), the penalty at intermediate indicator values are much higher for ‘lin’ method. This makes the average value of the OBIC score lower for ‘lin’ than ‘log’ methods. The other two aggregation steps (year aggregation (with ycf ) and category aggregation (with ccf)) causes no difference in the baseline scenario.

+

Note that the variation of total score is not larger for ‘lin’ and ‘log’ than ‘non,’ irrespective of the larger variations in the correction factors for ‘lin’ and ‘log.’ To illustrate the patterns in more details, we zoom up to the baseline scenario (Fig 4). Here we split the ‘log’ method into 4 variations: when ‘log’ method is applied for all 3 aggregation steps (‘log_all’), only for the indicator aggregation (‘log_vcf’), year aggregation (‘log_ycf’), or category aggregation (‘log_ccf’). Same applies to ‘lin’ method. Standard deviation of total score is slightly smaller when ‘log’ or ‘lin’ method is used (SD = 0.015 and 0.014, respectively) compared to when no special aggregation method is used (‘non,’ SD = 0.017). Looking closer at different steps of aggregation, the variation increases due to indicator aggregation (vcf) and the year aggregation (ycf), but decreased due to category aggregation (ccf). As a result, the variation becomes smaller when linear or log method is applied to all 3 aggregation steps, largely owing to the category aggregation step. Category aggregation, irrespective of the method used for correction factor, increases variation in total score because an extreme indicator value in categories with a few indicators is strongly reflected in the total score and therefore increase the variation, compared to when total scores is directly computed from all indicators. By using ‘log’ or ‘lin’ methods in category aggregation, both of which give smaller weights to categories with a few indicators, this impact is diluted, and therefore the increase in variation becomes limited.

+
+Figure 4. Total OBI score per aggregation method for baseline sceinario.

+Figure 4. Total OBI score per aggregation method for baseline sceinario. +

+
+

In the two scenario’s where one category performs poorly; ‘low B values’ and ‘low C values,’ we can see the effect of using a correction factor for the number of indicators in a category. The total score in ‘low B values’ of ‘non’ method dropped by 0.065 from the baseline. This decrease is larger than the other two methods: ‘log’ and ‘lin’ dropped 0.051 and 0.029 from the baseline scenario. In contract, in scenario ‘low C values, ’log,’ ‘lin’ dropped more drastically than ‘non’: the decrease in total scores was 0.113, 0.134 and 0.068 points for ‘log,’ ‘lin,’ and ‘non’ methods, respectively. The contrasting patterns in the change in the total score illustrate the effect of the aggregation from the 5 category scores to a single total score, which is based on the number of indicators in each category. The ‘lin’ and ‘log’ aggregation methods are more sensitive to low scores in C (a category with 9 indicators) than low scores in B (which has 2 indicators) compared to ‘non’ which is equally sensitive to a low B or C value. Furthermore, ‘log’ gives relatively heavier weight to a category with a few indicators relative to that with many indicators than ‘log’: the ratio between the weight on C and B scores is 4.5 for ‘lin’ and 2.1 for ‘log.’

+

The sensitivity of the scores to the number of indicators in a category is even more pronounced when looking at scenario’s ‘one low C’ and ‘one low B,’ where either one chemical indicator or one biological indicator was set to 0. There is no difference between these scenario’s for the ‘non’ aggregation method, in both scenario’s a score of around 0.631 is achieved, 0.04 points lower than in the baseline. When using ‘log’ and ‘lin’ methods, scores drop 0.066 and 0.056 in one low C and 0.078 and 0.04 in one low B. Note that the drop in ‘one low B’ and ‘one low C’ scenarios compared to the baseline scenario is larger for ‘log’ than ‘lin’ method, showing that ‘log’ method is suitable for highlighting poorly-scoring indicators. In other words, ‘lin’ method imposes relatively severe penalty on moderately-scoring indicators, whereas it does not let poorly-scoring indicators stand out as much as ‘log’ method does.

+

The scenario’s ‘Recent years high’ and ‘Recent years low’ were included to illustrate the effect of different methods to aggregate multiple year records. In ‘Recent years low’ scenario, scores calculated with ‘lin’ and ‘log’ are substantially lower than ‘non’ method, because the lower scores in recent years gained heavier weight. In ‘Recent years high’ scenario, ‘log’ and ‘lin’ scores only slightly higher than ‘non.’ Although the high recent values in ‘lin’ and ‘log’ received higher weights in the aggregation of multiple years, they are canceled out by old, low indicator values, which are severely penalised from being low.

+

Using correction factors, either logarithmically or linearly, can make scores more responsive to recent year, low indicator values, and categories with many underlying indicators. The magnitude of the sensitivity depends on the parameter values of the correction factors. Thus, the sensitivity presented above is merely the consequence of our current (arbitrary) choice of the parameter values, and it can be adjusted when necessary. The scores calculated with the logarithmic and linear aggregation method do not deviate largely, yet they tune the scores in slightly different ways. The difference is summarised below:

+
    +
  1. Linear aggregation method penalise intermediately-scoring indicator relatively heavily, whereas logarithmic aggregation method penalise poorly-scoring indicator heavily. If highlighting limiting soil functions is the main purpose, then logarithmic aggregation method is preferred.
  2. +
  3. Both logarithmic and linear methods intend to give heavier weight on categories with many indicators. However, the relative weight on categories with few indicators (compared to that with many indicators) are larger for logarithmic than linear methods. In other words, the contribution of a single indicator to the total score is equal for all indicators in the linear methods, whereas in the logarithmic method that is smaller for the categories with many indicators than those with a few indicators.
  4. +
  5. Both logarithmic and linear methods gives higher weight on recent years than old years. The relative weight on recent years is slightly higher for ‘lin’ than ‘log’ method, but the difference is minor.
  6. +
+
+
+

Effects of aggregating categories on OBIC total score +

+

Grouping indicators in categories and aggregating these categories to a single score is a choice, its not mathematically necessary. Here we look deeper at how our choice of the category aggregation influence the behavior of the OBIC score.

+

In the figure below, we calculated the total OBIC score both with category aggregation (‘S_T_cf_log’; with log’ method) and without category aggregation (‘S_T_nocat’; total score was calculated directly from all indicastors). The other 2 aggregation steps were done with ‘log’ method for both scenarios.

+

When indicators of 1 category have low scores (i.e. ‘low B values’ and ‘low C values’), the total score becomes higher when the category aggregation is executed. This is because the category aggregation assures that the impact of a category on total score does not exceed a fixed proportion: the contribution of C, P, B, E and M category to the total score is 31, 30, 15, 15, 9%, respectively. When no category aggregation is done, then influence of the poor indicator values can influence the total score more prominently. When a single indicator has low scores (‘one low B’ and ‘one low C’) similar patterns were obserbved: the impact of the poor indicator on total score was smaller when category aggregation was one, especially in ‘one low B’ scenario.

+

Another advantage of using category aggregation is that it gives interpretable intermediate products of OBIC, in the form of 5 separate category scores. As shown in the previous section,the effects of the 3 aggregation steps on total score are large, and it is difficult to trace where and how the total score is influenced by different aggregation steps. In this light, computing category scores before aggregating to a total score is a nice way to provide disentangled insights to the users, allowing them to interpret different aspects of soils separately.

+
+Figure 5. Scores when categories are ignored during aggregation (S_Tnocat_OBI_A) and regular aggregation (S_T_OBI_A).

+Figure 5. Scores when categories are ignored during aggregation (S_Tnocat_OBI_A) and regular aggregation (S_T_OBI_A). +

+
+
+
+
+

Alternative aggregation methods on Binnenveld fields +

+

The scenario’s in the experiment above use artificial data and may not be representative of actual fields in the Netherlands. Therefore we will explore the aggregation methods described above using indicator values of fields in the binnenveld dataset.

+
+Figure 6. Total and category OBI scores of binnenveld fields aggregated with 'log', 'lin' or 'non' method, as well as total scores when disregarding categories in aggregating scores.

+Figure 6. Total and category OBI scores of binnenveld fields aggregated with ‘log,’ ‘lin’ or ‘non’ method, as well as total scores when disregarding categories in aggregating scores. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Soiltype, groundwaterclass and most frequent crop per binnenveld field.
IDB_SOILTYPE_AGRB_GWL_CLASScrop_name
1rivierkleiVIgrasland, blijvend
2rivierkleiVIgrasland, blijvend
3rivierkleiVbgrasland, blijvend
4rivierkleiVIgrasland, blijvend
5dekzandVIIgrasland, blijvend
6dekzandVIgrasland, blijvend
7dekzandIIIgrasland, blijvend
8rivierkleiVIImais, snij-
9dekzandIIIgrasland, blijvend
10rivierkleiVgrasland, blijvend
+

The binnenveld dataset lacks actual information on management parameters. In the dataset these were all set to FALSE, resulting in low management scores for all fields. For most total and categorical scores, the highest scores are obtained with the ‘non’ aggregation method and the lowest with ‘lin.’

+

When the aggregation step to categories is omitted, total scores differ little for some fields (eg. 2, 4, 5, 8), but are lower when using ‘log’ or ‘lin’ in other fields (eg. 3, 6, 7, 9)

+
+
+

Aggregation in other soil quality assesment frameworks +

+

The OBI is not the first attempt to express soil quality with a single score, see for example: Rutgers et al. (2012) and Wijnen et al. (2012). These authors described a method to numerically express the performance of ecosystem service provision of fields with what they call: the Ecosystem Performance Index (EPX). An EPX was calculated using a set of measured properties of a field and of a reference. The reference, dubbed the Maximum Ecological Potential (MEP) was derived by selecting the best performing fields in a sample for a given land-use and soil type. Depending on the ecosystem service, a selecting of soil properties was made that acted as proxy. An EPX was calculated by comparing the selected soil properties of a field with those of the reference/MEP like this:
\[ +EPX = 10^{-{\left(\frac{+\left|\log\left(\frac{VAR^i_{obs}}{VAR^i_{ref}}\right)\right|+\dots-\left|\log\left(\frac{VAR^{j}_{obs}}{VAR^{j}_{ref}}\right)\right|}{n}\right)}} +\] Where VARobs is a soil property of an observed field and VARref a soil property of the MEP, n is the number of distinct soil properties used to derive the EPX. Normally a variable’s contribution to the EPX is calculated using the i-type, where any deviation of the observed property from the MEP negatively affects the EPX. For some properties*ecosystem services a positive or negative deviation of the observed value from the MEP can be positive for the EPX, in such a case, the j-type has to be used. Rutgers et al. (2012) provides as example, where more soil organic matter (SOM) is always positive for providing a certain service, if an observed SOM content is higher than the reference, the j-type is used and SOM contributes negatively to the deviation from the MEP. Consequently, if the j-type is applied, the EPX of a field can be larger then one (provided that all i-type variables are at or very close to the reference). The indices of different services can be aggregated to a single score by taking the arithmetic mean. A weighted mean was also calculated based on the relative importance stakeholders assign to each service (here, a farmer, water manager and national government representative were used).

+

This method relies on statistical modelling for the selection of soil properties relevant for specific services rather then empirical relations. Furthermore, the reliance on BPJ for determining the reference makes the method vulnerable to the available experts and data. Both are drawbacks the authors recommend addressing.

+

In addition, we found that this method is sensitive to the numeric spread, values of a soil property are likely to have. When calculating natural attenuation capacity according to (Wijnen2012?) using observed and reference values from Rutgers et al. (2008), we found that one of the parameters FMA, had a much larger impact on the EPX than the others. Values of FMA within the 5th and 95th percentile ranged from 14 to 3960, while pH for example, ranged from 7.3 to 7.7

+
+NAC scores where one variable varies and the others are set to Maximum ecological potential (MEP), variable values range from 5th percentile to 95th percentile reported by Rutgers (2008). Type indicates whether standard calculation (i) is used or not(j) where j improves on the NAC.

+NAC scores where one variable varies and the others are set to Maximum ecological potential (MEP), variable values range from 5th percentile to 95th percentile reported by Rutgers (2008). Type indicates whether standard calculation (i) is used or not(j) where j improves on the NAC. +

+
+
+
+

References +

+
+
+Rutgers, M, C Mulder, AJ Schouten, J Bloem, JJ Bogte, Breure AM, L Brussaard, et al. 2008. Soil ecosystem profiling in the Netherlands with ten references for biological soil quality.” Rijksinstituut voor Volksgezondheid en Milieu RIVM. https://rivm.openrepository.com/bitstream/10029/260810/3/607604009.pdf. +
+
+Rutgers, M, H J van Wijnen, A J Schouten, C Mulder, A M P Kuiten, L Brussaard, and A M Breure. 2012. A method to assess ecosystem services developed from soil attributes with stakeholders and data of four arable farms.” Science of The Total Environment 415: 39–48. https://doi.org/https://doi.org/10.1016/j.scitotenv.2011.04.041. +
+
+Wijnen, H J van, M Rutgers, A J Schouten, C Mulder, D de Zwart, and A M Breure. 2012. How to calculate the spatial distribution of ecosystem services — Natural attenuation as example from The Netherlands.” Science of The Total Environment 415: 49–55. https://doi.org/https://doi.org/10.1016/j.scitotenv.2011.05.058. +
+
+
+
+
+ + + +
+ + + +
+ +
+

+

Site built with pkgdown 2.0.1.

+
+ +
+
+ + + + + + + + diff --git a/docs/articles/obic_score_aggregation_files/figure-html/graphical representation of EPX -1.png b/docs/articles/obic_score_aggregation_files/figure-html/graphical representation of EPX -1.png new file mode 100644 index 00000000..21f6ed42 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/graphical representation of EPX -1.png differ diff --git a/docs/articles/obic_score_aggregation_files/figure-html/plot baselines scores zoomed in-1.png b/docs/articles/obic_score_aggregation_files/figure-html/plot baselines scores zoomed in-1.png new file mode 100644 index 00000000..2321fd55 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/plot baselines scores zoomed in-1.png differ diff --git a/docs/articles/obic_score_aggregation_files/figure-html/plot baselines scores-1.png b/docs/articles/obic_score_aggregation_files/figure-html/plot baselines scores-1.png new file mode 100644 index 00000000..9ed25bd5 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/plot baselines scores-1.png differ diff --git a/docs/articles/obic_score_aggregation_files/figure-html/plot binnenveld scores-1.png b/docs/articles/obic_score_aggregation_files/figure-html/plot binnenveld scores-1.png new file mode 100644 index 00000000..5d246759 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/plot binnenveld scores-1.png differ diff --git a/docs/articles/obic_score_aggregation_files/figure-html/plot mock cf-1.png b/docs/articles/obic_score_aggregation_files/figure-html/plot mock cf-1.png new file mode 100644 index 00000000..fb816031 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/plot mock cf-1.png differ diff --git a/docs/articles/obic_score_aggregation_files/figure-html/plot orignal values histogram-1.png b/docs/articles/obic_score_aggregation_files/figure-html/plot orignal values histogram-1.png new file mode 100644 index 00000000..ca3eefb4 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/plot orignal values histogram-1.png differ diff --git a/docs/articles/obic_score_aggregation_files/figure-html/plot scores with and without cat-1.png b/docs/articles/obic_score_aggregation_files/figure-html/plot scores with and without cat-1.png new file mode 100644 index 00000000..659f0a85 Binary files /dev/null and b/docs/articles/obic_score_aggregation_files/figure-html/plot scores with and without cat-1.png differ diff --git a/docs/articles/obic_workability.html b/docs/articles/obic_workability.html new file mode 100644 index 00000000..b282d6c5 --- /dev/null +++ b/docs/articles/obic_workability.html @@ -0,0 +1,533 @@ + + + + + + + +Workability illustration • OBIC + + + + + + + + + + + + +
+
+ + + + +
+
+ + + + +
+

OBI-workability +

+

Let consider some fields with the following properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+B_LU_BRP + +field + +A_CLAY_MI + +A_SILT_MI + +B_SOILTYPE_AGR + +B_GWL_GLG + +B_GWL_GHG + +B_GWL_ZCRIT + +crop_name +
+233 + +1 + +15.6 + +16.7 + +zeeklei + +173 + +21 + +400 + +tarwe, winter- +
+256 + +2 + +22.6 + +36.6 + +zeeklei + +144 + +70 + +400 + +bieten, suiker- +
+265 + +3 + +2.9 + +8.6 + +dekzand + +115 + +49 + +400 + +grasland, blijvend +
+265 + +4 + +3.1 + +10.6 + +veen + +65 + +9 + +400 + +grasland, blijvend +
+

We have two arable fields on marine clay with wheat and sugar beets as well as two grassland fields, one on sand and one on peat. Note that GLG is a measure for the average of the three lowest water levels in a period of eight years and GHG is the average of the three highest water levels over a period of eight years. It is assumed that the water level on our fields shifts from GHG on February 15th to GLG on August 15th and back following a sinusoidal curve. With this knowledge one can easily see that field 4 is much wetter than the other fields, both in winter as in summer. When comparing fields 1 and 2, we see that field 1 is drier in summer but more wet in winter. Lets plot the relative season length and indicator score for workability of these fields.

+

+

Both amongst the grassland and the arable fields, we find a poorly performing and a reasonable performing field. If you look closely, you can see that field 1 scores much lower than field 4, despite having a higher relative growing season. This is because there is a more lenient evaluation of relative growing seasons specifically for permanent grassland.

+

The relative season length, and in extension, the indicator score, are a function of the soil and hydrological properties of the field as well as the growing season and soil working depth requirements of the crop. By choosing a crop with a shorter growing season and or more shallow soil working depth, the score can be improved. Lets see how these parcels perform when we cultivate peas.

+

+It worked! Or at least it did for the arable fields, the fields that used to have grass perform much worse now. So what happend? For the arable fields, the required number of days decreased. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+landuse + +req_days_pre_glg + +req_days_post_glg + +total_days +
+suikerbieten + +155 + +75 + +230 +
+wintertarwe + +165 + +10 + +175 +
+erwten, bonen + +135 + +0 + +135 +
+beweid bemaaid gras + +180 + +75 + +255 +
+

However, the required season for grassland is also much longer than that of peas, why do the grassland fields perform worse with peas? Because unlike permanent grassland, peas require working the soil at the beginning of the growing season, increasing the required depth of water in the soil. The required water level depth is determined by the soiltype and soil particle fractions with the following code. Here ‘gws_sub_workingdepth’ is the groundwater level beneath working depth and spring depth is the working depth in spring. For perennial crops, like permanent grassland, the spring working depth is overwritten and set to 0.

+
+## merge with OBIC crop and soil table
+  
+  # load other tables
+  crops.obic <- OBIC::crops.obic
+  season.obic <- OBIC::season.obic
+  
+  # merge tables
+  dt <- merge(dt, crops.obic[, list(crop_code, crop_waterstress, crop_season)], 
+              by.x = "B_LU_BRP", by.y = "crop_code")
+  dt <- merge(dt, soils.obic[, list(soiltype, soiltype.m)], by.x = "B_SOILTYPE_AGR", by.y = "soiltype")
+  dt <- merge(dt, season.obic, by.x = c('crop_season','soiltype.m'), by.y = c('landuse', 'soiltype.m'))
+  
+## determine workability key numbers
+
+    # new parameters to be added
+    cols <- c('gws_sub_workingdepth','spring_depth')
+    
+  # sandy soils with variable silt content
+    dt[soiltype.m == 'zand' & A_SILT_MI < 10, c(cols) := list(45,35)]
+    dt[soiltype.m == 'zand' & A_SILT_MI >= 10 & A_SILT_MI < 20, c(cols) := list(55,30)]
+    dt[soiltype.m == 'zand' & A_SILT_MI >= 20, c(cols) := list(60,30)]
+      
+    # loess and peat soils
+    dt[soiltype.m == 'loess',c(cols) := list(65,12)]
+    dt[soiltype.m == 'veen',c(cols) := list(55,22)]
+    
+    # clay soils
+    dt[soiltype.m == 'klei' & A_CLAY_MI < 12, c(cols) := list(85,12)]
+    dt[soiltype.m == 'klei' & A_CLAY_MI >= 12 & A_CLAY_MI < 17, c(cols) := list(85,12)]
+    dt[soiltype.m == 'klei' & A_CLAY_MI >= 17 & A_CLAY_MI < 25, c(cols) := list(75,15)]
+    dt[soiltype.m == 'klei' & A_CLAY_MI >= 25 & A_CLAY_MI < 35, c(cols) := list(65,15)]
+    dt[soiltype.m == 'klei' & A_CLAY_MI >= 35, c(cols) := list(45,15)]
+    
+    # Overwrite spring working depth for perennial crops
+  crops.p <- c('boomteelt', 'overig boomteelt', 'groot fruit','grasland zonder herinzaai', 'grasland met herinzaai')
+  dt[crop_waterstress %in% crops.p,spring_depth := 0]
+

For field 4 (soiltype.m = ‘veen’), the required depth when cultivating permanent grass is 55+0=55cm, while with peas the required depth is 55+22=77. In the case of field 4, it happens to be that the required depth for the spring soil work is deeper than the lowest ground water level (GLG) when cultivating an anual crop. So, the groundwater is always to high for the field to be workable for cultivating peas.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Ground water parameters for workability when cultivating peas +
+field + +B_GWL_GLG + +B_GWL_GHG + +Water lvl below workingdepth + +Spring working depth + +required_depth +
+4 + +65 + +9 + +55 + +22 + +77 +
+3 + +115 + +49 + +45 + +35 + +80 +
+2 + +144 + +70 + +75 + +15 + +90 +
+1 + +173 + +21 + +85 + +12 + +97 +
+

As we have seen, crop growing season requirements are not the only variable affecting the relative growing season length and workability score. Ground water levels are really what determines when the land can be worked. Lets see what would happen to our fields if they become drier by increasing both their lowest and highest water level by 30 percent.

+

+

As you may have suspected, lower water levels resulted in higher relative growing seasons and workability scores. Note that for the function ‘workability’ lower ground water is always positive until the relative growing season length equals 1. However, low groundwater levels can be negative for other soil functions.

+
+
+

B_GWL_ZCrit +

+

Sometimes, capillary rise of water from the groundwater table to the soil surface may fall behind evaporation. If this is the case, the soil will dry out relatively quickly and may be workable sooner. It is estimated that evaporation in the Netherlands in spring is about 2mm per day. In our example data, B_GWL_ZCRIT was set to 400 meaning that over a distance of 400 cm between the groundwater table and the soil surface, the soil is able to supply at least 2 mm of water per day. Lets set B_GWL_ZCRIT to 50 and see what happens to our scores.

+

+

The scores improved for all fields! Decreasing B_GWL_ZCRIT to 50 means that the soils dry up much faster because evaporation on the soil surface is higher than capillary rise once the groundwater table falls below 50cm.

+

The methodology for assessing workability is an adaptation from Huinink (2018)

+
+
+

References +

+
+
+Huinink, J.Th.M. 2018. Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie: t.b.v. een optimalisatie van grondwater- en oppervlaktewaterpeilbeheer: state of the art 2018.” BodemConsult-Arnhem. www.bodemmconsult.nl. +
+
+
+
+ + + +
+ + + +
+ +
+

+

Site built with pkgdown 2.0.1.

+
+ +
+
+ + + + + + + + diff --git a/docs/articles/obic_workability_files/figure-html/plot baseline-1.png b/docs/articles/obic_workability_files/figure-html/plot baseline-1.png new file mode 100644 index 00000000..6272c2cb Binary files /dev/null and b/docs/articles/obic_workability_files/figure-html/plot baseline-1.png differ diff --git a/docs/articles/obic_workability_files/figure-html/plot with low zcrit -1.png b/docs/articles/obic_workability_files/figure-html/plot with low zcrit -1.png new file mode 100644 index 00000000..49484f50 Binary files /dev/null and b/docs/articles/obic_workability_files/figure-html/plot with low zcrit -1.png differ diff --git a/docs/articles/obic_workability_files/figure-html/scoring with peas-1.png b/docs/articles/obic_workability_files/figure-html/scoring with peas-1.png new file mode 100644 index 00000000..bb7d2399 Binary files /dev/null and b/docs/articles/obic_workability_files/figure-html/scoring with peas-1.png differ diff --git a/docs/articles/obic_workability_files/figure-html/show lower water -1.png b/docs/articles/obic_workability_files/figure-html/show lower water -1.png new file mode 100644 index 00000000..7388ca68 Binary files /dev/null and b/docs/articles/obic_workability_files/figure-html/show lower water -1.png differ diff --git a/docs/authors.html b/docs/authors.html index 17b197f8..da76bdcf 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,66 +1,12 @@ - - - - - - - -Authors • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Authors and Citation • OBIC - - + + - - - -
-
-
- -
+
- @@ -158,22 +118,20 @@

Authors

-
- +
- - + + diff --git a/docs/index.html b/docs/index.html index d8b4bd4f..be1e11f1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,16 +5,17 @@ -Functions for the Open Bodem Index (OBI) • OBIC +Calculate the Open Bodem Index (OBI) score • OBIC - - + + +
-
- +
+ -

This R package can be used to calculate the Open Bodem Index (OBI). The OBI is a tool that evaluate the soil of agricultural fields based on four main criteria: chemical, physical, biological and management. These four criteria consist of more than 21 indicators to get a comprehensive picture of the soil. More information about the Open Bodem Index can be found at Open Bodem Index.

-
-

-Installation

+

This R package can be used to calculate the Open Bodem Index (OBI). The OBI is a tool that evaluate the soil of agricultural fields based on four main criteria: chemical, physical, biological and management. These four criteria consist of more than 21 indicators to get a comprehensive picture of the soil. More information about the Open Bodem Index can be found at Open Bodem Index.

+
+

Installation +

OBIC can be installed from GitHub using remotes. This will install the current development version from master branch. Stable versions can found at releases.

-
remotes::install_github("AgroCares/Open-Bodem-Index-Calculator")
-library("OBIC")
+
remotes::install_github("AgroCares/Open-Bodem-Index-Calculator")
+library("OBIC")
+
+
+

Documentation +

+

Documentation of the R functions in the OBIC package can be found here

-
-

-Documentation

-

Documentation of the R functions in the OBIC package can be found here

+
+

More information +

+

The Open Bodem Index (OBI) is a collaboration between Wageningen UR, NMI and FarmHack in collaboration with agricultural experts. The Open Bodem Index Calculator is a tool used by the OBI and developed by NMI.

+
+

Logo of NMI

-
-

-More information

-

The Open Bodem Index (OBI) is a collaboration between Wageningen UR, NMI and FarmHack in collaboration with agricultural experts. The Open Bodem Index Calculator is a tool used by the OBI and developed by NMI.

-

Logo of NMI

-

Site built with pkgdown 1.6.1.

+

+

Site built with pkgdown 2.0.1.

@@ -162,5 +183,7 @@

Dev status

+ + diff --git a/docs/news/index.html b/docs/news/index.html index 8849e0cd..0e87d422 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,66 +1,12 @@ - - - - - - - -Changelog • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Changelog • OBIC - + + - - - -
-
- -
- -
+
+
+ +
+

Added

+
  • Add ppr_bouwplan_tables.R in dev/scripts
  • +
  • Add merge_nema_tables.R in dev/scripts
  • +
  • Add ppr_crops_crumbleability.R in dev/scripts
  • +
  • Add arguments B_GWL_GHG, B_GWL_GLG and B_Z_TWO to obic_field and obic_field_dt +
  • +
  • Activate calc_workability +
  • +
  • Add calc_makkink to add makkink factors to crop table
  • +
  • Add calc_psp to estimate precipitation surplus
  • +
  • Add ind_nematodes and ind_nematodes_list to estimate the index for nematode risks
  • +
  • Add ind_gw_recharge to estimate the groundwater recharge index
  • +
  • Add calc_n_efficiency and ind_n_efficiency to estimate N efficiency
  • +
  • Add calc_pesticide_leaching and ind_pesticide_leaching to evaluate retention of pesticides in topsoil
  • +
  • Add check to ppr_weight_obic to check if all indicators in weight.obic occur in column_descriptions_obic +
  • +
  • Add vignette obic_workability, describing how workability is calculated and affected by its input variables
  • +
  • Add vignette obic_introduction as a short tutorial describing the OBIC principles
  • +
  • Add vignette obic_score_aggregation to illustrate the aggregation principles used
  • +
  • Add table weather.obic with monthly mean precipitation, temperature and evaporation
  • +
  • Add table crops.makkink with mean Makkink factors per crop type
  • +
  • Add table nema.crop.rot.obic added with crop sensitivity for nematodes
  • +
  • Add table nema.obic with treshold values per species
  • +
  • Add GitHub Action to run R-CMD-Check for changes on master and development +
  • +
  • Add coverage of unit tests
  • +
+
+

Changed

+
  • Update documentation for workability
  • +
  • Update weight.obic for workability
  • +
  • Update column_descriptions_obic.Rdata +
  • +
  • Update documentation for nematodes
  • +
  • Update calc_workability +
  • +
  • Rename B_Z_TWO to B_GWL_ZCRIT +
  • +
  • Improve function description of ind_workability +
  • +
  • Increase required days post GLG for maize on sand or loess to match October 1
  • +
  • Increase required days post GLG for maize on other soils to match October 20
  • +
  • +season.obic can now be merged on both landuse and soiltype
  • +
  • Update binnenveld with BodemSchat data (via OBIC-helpers)
  • +
  • +obic_field can be used for multiple fields with field-ID
  • +
+
+

Removed

+
  • Removes A_COM_FR and A_CACO3_IF from input as they were not used #145
  • +
+
+

Fixed

+
  • Error in grass_age: age was incorrectly estimated for multiple fields
  • +
  • Removed negative values from season.obic +
  • +
  • Ensured total_days >= req_days_pre_glg + req_days_post_glg in season.obic +
  • +
  • Root depth was incorrectly assigned for maize and nature
  • +
  • Fix the format of NEWS.md so that it is shown on the package website
  • +
  • Remove the prefixes and suffixed of B_GWL_CLASS +
  • +
+
+
+ +
+

Added

+
  • Check on column names in obic_field_dt
  • +
  • tests on obic_field_dt
  • +
+
+

Fixed

+
  • Fixed check on required column names in obic_field_dt
  • +
+
+
+ +
+

Added

+
  • Adds unit test for obic_field +
  • +
+
+

Fixed

+
  • Fixes ascii signs issues
  • +
+
+
+ +
+

Added

+
  • ind_man_ess.R and tests are added for update aggregated management scores, issue #131
  • +
+
+

Changed

+
  • obic_field() makes use of ind_man_ess
  • +
+
+

Fixed

+
  • check B_GWL_CLASS in calc_waterstressindex(), issue #129
  • +
+
+
+ +
+

Added

+
  • management.obic table added to link management measures to ecosystem services
  • +
  • calc_man_ess.R and tests are added to estimate grouped impact of management on ecosystem servcices, issue #125
  • +
+
+

Changed

+
  • I_M_* and I_*_BCS indicators for management measures and BCS are removed, issue #126
  • +
  • values -999 are replaced by NA
  • +
  • column_descriptons_obic.Rdata is updated
  • +
  • weight.obic is updated
  • +
+
+
+ +
+

Added

+
  • column crops_season to crops.obic
  • +
  • column scientific_names to crops.obic
  • +
  • preparation crops.obic in dev
  • +
  • function format_gwt to reformat input for groundwater table
  • +
  • function format_soilcompaction to reformat input for subsoil compaction
  • +
  • season.obic added as data.table
  • +
  • new function and tests for workability indicator
  • +
  • nema.obic added as data.table
  • +
  • new function and tests for nematode indicator
  • +
  • preparation nema.obic in dev
  • +
  • preparation season.obic in dev
  • +
  • obic_field is added to run obic score for one field
  • +
  • ppr_column_description plus column_descriptons_obic.Rdata
  • +
  • ppr_maatregel plus recom_obic.Rdata
  • +
  • ppr_weights plus weights.obic
  • +
  • I_P_DS and I_P_WS added (drought and wetness stress separately)
  • +
  • add_management added to estimate default values for measures when not given
  • +
  • set of eight I_M_XX indicators for measures are added
  • +
  • set of nine I_X_BCS indicators are added (optional)
  • +
  • new M_codes added: M_LIME, M_NONINVTILL, M_SSPM, M_SOLIDMANURE,M_STRAWRESIDUE, M_MECHWEEDS, M_PESTICIDES_DST, issue #107
  • +
  • obic_field_dt to run obic_field() for a data.table input
  • +
+
+

Changed

+
  • calculation PBI updated for grassland
  • +
  • PBI input is flexible for both grassland and arable
  • +
  • calculation SLV updated
  • +
  • update element_names for A_P_CC, A_P_AL in phosphate_availability.R
  • +
  • update element_names for A_S_RT, A_SOM_LOI, B_AER_CBS, B_SOILTYPE_AGR in sulpher.R
  • +
  • update element_names for B_GWL_CLASS in wateravailability.R
  • +
  • update element_names for B_GWL_CLASS and B_AER_CBS in nretention.R
  • +
  • correct weighing for S_C_A
  • +
  • all element names are updated to english ones
  • +
  • weighing for score calculated is changed into a more generic approach
  • +
  • structure for running obi is changed into one function
  • +
  • weights.obic is extended and used to distinguish for relevant/non-relevant indicators
  • +
  • grass_age function is updated: count actual years
  • +
  • BCS is optional input, and when given it overwrite risk indicators compaction / aggregate stability
  • +
  • M codes for no advice, issue #62
  • +
  • directory dev is updated and cleaned, issue #104
  • +
  • lower and upper limits for soil properties updated
  • +
  • allow unknown B_HELP_WENR in checkmate water_availability, issue 65
  • +
  • very low Mg indicator values for maize are changed, plus tests updated
  • +
  • very low Mg indicator values for grassland on clay and peat, issue 84
  • +
  • evaluation and calculation for Cu are updated
  • +
+
+

Fixed

+
  • setorder in winderodibility
  • +
+
+
+ +
+

Changed

+
  • The water holding capacity is now between 0 and 1 (as theta should be) and uses new evaluation function #67
  • +
  • Lower range of D_NLV is set to -30
  • +
  • Upper range of D_MG is set to 1000
  • +
  • Range of D_P_DU is set between 0 and 1
  • +
+
+

Fixed

+
  • Fixed the use of B_LG_CBS at sulphur
  • +
  • +ID can now also be character and does not have to be numeric #66
  • +
+
+
+ +
+

Added

+
  • Adds two other pedotransfer functions (PTFs) to calculate water retention parameters #53
  • +
+
+

Changed

+
  • Optimal pH values of grassland are now the middle value of the class good #55
  • +
  • pF of field capacity is changed from 2.2 to 2.0 #53
  • +
  • Bulk density in the default PTF is now aggregated into 1 continous function #53
  • +
  • Parameters of evaluation for PAW are adjusted #53
  • +
  • Parameters for the evaluation of sealing are adjusted #57
  • +
  • Changes the formula to calculate nitrogen leaching and run-off #58
  • +
  • Parameters for the evaluation of nretention are adjusted #58
  • +
  • Paramaters and funs for CEC are updated and split for soil fertility and aggregate stability #59
  • +
  • Parameters for the evaluation of Cu availability are adjusted #59
  • +
  • potassium index is multiplied so that the evaluation is equal for grass and maize #60
  • +
+
+

Fixed

+
  • Improved the function for crumbleability to match the factsheet #54 #56
  • +
  • Fix error in calc_potassium_availability #59
  • +
+
+
+ +
+

Added

+
  • Adds the evaluation of measures #37
  • +
  • Adds giving recommendations based on the OBI score #37
  • +
  • A relative score per reference group is added #31
  • +
  • Adds the leaching of nitrogen to surface water and groundwater #17
  • +
  • Adds a table with the description of the columns and a vignette about it #46
  • +
  • Adds scoring for environmental performance #31
  • +
+
+

Changed

+
  • Update of crumbeability groups in crops.obic +
  • +
  • Maximum value of A_MN_CC is increased from 30000 to 250000
  • +
  • The code for evaluating in ind_crumbeability is simplified
  • +
  • M_M10 user input changed in D_CP_RUST input, plus comments added #29
  • +
  • new table with weighing factors included ‘weight.obic’ #32
  • +
  • weighing factors updated in obic_indicators.R #32
  • +
  • Improved the zinc indicator function #39
  • +
  • The evaluation function for sulphur on maize and grass is updated #40
  • +
  • The management function is improved, especially for maize #38
  • +
  • The maximum score of ind_management is adjusted #38
  • +
  • The parameter values for sulphur on arable land is adjusted #41
  • +
  • The optimal pH for grassland depends now on organic matter content and presence of clover #42
  • +
  • The score aggragation is now 60% average of last 4 years and 40% of older years #31
  • +
  • The maximum value for D_CR is limited to 10 #47
  • +
  • The parameters for the evaluation for I_C_K is set to the same as grassland #51
  • +
  • The evaluation for I_C_N is now split into grassland and arable land #50
  • +
  • Set lifecyle status to maturing +
  • +
  • The evaluation of I_C_MG is adjusted according to factsheet
  • +
+
+

Fixed

+
  • Preprocessing, indicators and scores make use of internal copy of the table now rather than referencing to an object outside the scope of the function
  • +
  • Fixed the droughtstress, wetnessstress and waterstress values for GtI in waterstress.obic +
  • +
  • For grasslands on peat pr clay, the D_MG is now scaled #51
  • +
  • Limit D_SLV between -30 and 250
  • +
+
+
+ +
+

Changed

+
  • The uppper limit for D_BCS is increased from 40 to 50
  • +
  • Switch on crumbleability
  • +
  • For calc_phosphate_availability the category arable is added for the crop categories
  • +
  • Changed evaluation of sulphur for arable fields #26
  • +
+
+

Fixed

+
  • Fixed typo if mais in ind_managment +
  • +
  • Fixed test for winderodibility
  • +
  • Use the correct correction factor in calc_sealing_risk #19
  • +
  • Fix for calculating I_P_CEC #24
  • +
  • Fix for calculating difficult values in calc_sombalance #25
  • +
  • Fix for calc_sbal_arable where combinations of soil type and region that do not exist in table 6.2 of Handboek Bodem & Bemesting gave a NA #26
  • +
  • Fix for calc_bcs where a value of 1 is given instead of 0 for bcs_om #28
  • +
+
+
+ +
+

Added

+
  • Adds index and evaluation of the BodemConditieScore
  • +
  • Adds potassium to main functions
  • +
  • Adds a random recommondation to the output
  • +
+
+

Changed

+
  • The upper limit for A_MN_CC is increased from 20000 to 30000
  • +
  • The upper limit for A_CA_CEC is increased from 100 to 400
  • +
+
+

Fixed

+
  • The indicator of pH had the wrong direction
  • +
  • Removed the minus sign before ind_zinc +
  • +
  • The function calc_potassium_availability containted a wrong column name for A_PH_CC +
  • +
  • Some unknown situations at calc_potassium_availability have now the same values as comparable situations. This should be looked at later
  • +
+
+
+ +
+

Added

+
  • Adds index and evaluation of waterretention paramaters
  • +
  • Adds index and evaluation of water related yield stress
  • +
  • Adds index and evaluation of metals (Zn and Cu)
  • +
  • Adds index and evaluation of microbial activity (PMN)
  • +
  • Adds index and evaluation of CEC for soil fertility and structure
  • +
  • Adds waterstress.obic table with information of HELP-tables
  • +
+
+

Changed

+
  • Change crops.obic with crop category related to water stress
  • +
+
+
+ +
+

Added

+
  • Adds index and evaluation of K-availability
  • +
+
+
+ +
+

Added

+
  • Adds crop classification (sensitivity to P, K and S supply)
  • +
  • Adds soil organic matter balance (simple one)
  • +
  • Adds risk for soil compaction (following risk map Van den Akker, 2013)
  • +
  • Adds index and evaluation of Mg-availability
  • +
  • Adds index and evaluation of S-availability (evaluation function need still to be parameterized)
  • +
  • Adds index and evaluation of winderodibility
  • +
  • Adds index and evaluation of soil strategic management (following Label Duurzaam Bodembeheer)
  • +
  • Adds columns crop_eos and crop_eos_residue in crops.obic +
  • +
+
+
+ +
+

Added

+
  • The existing functions for pH, P, N, crumbleability, sealing and resistance are intergrated into obic() +
  • +
+
+

Changed

+
  • The column name brp is changed to B_LU_BRP +
  • +
+
+
+ +
+

Added

+
  • Adds main function that wraps all the functions needed to calculated the OBI score and recommendations
  • +
  • Adds documentation website for package using pkgdown #3
  • +
+
+
+ +
+

Added

+
  • Adds evaluation of pH #1
  • +
  • Adds evaluation of nitrogen #2
  • +
+
+
+ +

First version of OBIC

+
+
-
- +
- - + + diff --git a/docs/pkgdown.css b/docs/pkgdown.css index 1273238d..80ea5b83 100644 --- a/docs/pkgdown.css +++ b/docs/pkgdown.css @@ -56,8 +56,10 @@ img.icon { float: right; } -img { +/* Ensure in-page images don't run outside their container */ +.contents img { max-width: 100%; + height: auto; } /* Fix bug in bootstrap (only seen in firefox) */ @@ -78,11 +80,10 @@ dd { /* Section anchors ---------------------------------*/ a.anchor { - margin-left: -30px; - display:inline-block; - width: 30px; - height: 30px; - visibility: hidden; + display: none; + margin-left: 5px; + width: 20px; + height: 20px; background-image: url(./link.svg); background-repeat: no-repeat; @@ -90,17 +91,15 @@ a.anchor { background-position: center center; } -.hasAnchor:hover a.anchor { - visibility: visible; -} - -@media (max-width: 767px) { - .hasAnchor:hover a.anchor { - visibility: hidden; - } +h1:hover .anchor, +h2:hover .anchor, +h3:hover .anchor, +h4:hover .anchor, +h5:hover .anchor, +h6:hover .anchor { + display: inline-block; } - /* Fixes for fixed navbar --------------------------*/ .contents h1, .contents h2, .contents h3, .contents h4 { @@ -264,31 +263,26 @@ table { /* Syntax highlighting ---------------------------------------------------- */ -pre { - word-wrap: normal; - word-break: normal; - border: 1px solid #eee; -} - -pre, code { +pre, code, pre code { background-color: #f8f8f8; color: #333; } +pre, pre code { + white-space: pre-wrap; + word-break: break-all; + overflow-wrap: break-word; +} -pre code { - overflow: auto; - word-wrap: normal; - white-space: pre; +pre { + border: 1px solid #eee; } -pre .img { +pre .img, pre .r-plt { margin: 5px 0; } -pre .img img { +pre .img img, pre .r-plt img { background-color: #fff; - display: block; - height: auto; } code a, pre a { @@ -305,9 +299,8 @@ a.sourceLine:hover { .kw {color: #264D66;} /* keyword */ .co {color: #888888;} /* comment */ -.message { color: black; font-weight: bolder;} -.error { color: orange; font-weight: bolder;} -.warning { color: #6A0366; font-weight: bolder;} +.error {font-weight: bolder;} +.warning {font-weight: bolder;} /* Clipboard --------------------------*/ @@ -365,3 +358,27 @@ mark { content: ""; } } + +/* Section anchors --------------------------------- + Added in pandoc 2.11: https://github.com/jgm/pandoc-templates/commit/9904bf71 +*/ + +div.csl-bib-body { } +div.csl-entry { + clear: both; +} +.hanging-indent div.csl-entry { + margin-left:2em; + text-indent:-2em; +} +div.csl-left-margin { + min-width:2em; + float:left; +} +div.csl-right-inline { + margin-left:2em; + padding-left:1em; +} +div.csl-indent { + margin-left: 2em; +} diff --git a/docs/pkgdown.js b/docs/pkgdown.js index 7e7048fa..6f0eee40 100644 --- a/docs/pkgdown.js +++ b/docs/pkgdown.js @@ -80,7 +80,7 @@ $(document).ready(function() { var copyButton = ""; - $(".examples, div.sourceCode").addClass("hasCopyButton"); + $("div.sourceCode").addClass("hasCopyButton"); // Insert copy buttons: $(copyButton).prependTo(".hasCopyButton"); @@ -91,7 +91,7 @@ // Initialize clipboard: var clipboardBtnCopies = new ClipboardJS('[data-clipboard-copy]', { text: function(trigger) { - return trigger.parentNode.textContent; + return trigger.parentNode.textContent.replace(/\n#>[^\n]*/g, ""); } }); diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 7de218ad..0a728cac 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,7 +1,10 @@ -pandoc: 2.11.4 -pkgdown: 1.6.1 +pandoc: 2.14.0.3 +pkgdown: 2.0.1 pkgdown_sha: ~ articles: description-of-the-columns: description-of-the-columns.html -last_built: 2021-10-06T13:57Z + obic_introduction: obic_introduction.html + obic_score_aggregation: obic_score_aggregation.html + obic_workability: obic_workability.html +last_built: 2022-01-11T14:25Z diff --git a/docs/reference/add_management.html b/docs/reference/add_management.html index b6528df4..3040bea3 100644 --- a/docs/reference/add_management.html +++ b/docs/reference/add_management.html @@ -1,67 +1,12 @@ - - - - - - - -Estimate default values for management — add_management • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Estimate default values for management — add_management • OBIC - + + - - - -
-
- -
- -
+
@@ -132,130 +71,90 @@

Estimate default values for management

This function adds default management input variables given soil type and land use

-
add_management(
-  ID,
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  M_GREEN = NA,
-  M_NONBARE = NA,
-  M_EARLYCROP = NA,
-  M_COMPOST = NA_real_,
-  M_SLEEPHOSE = NA,
-  M_DRAIN = NA,
-  M_DITCH = NA,
-  M_UNDERSEED = NA,
-  M_LIME = NA,
-  M_NONINVTILL = NA,
-  M_SSPM = NA,
-  M_SOLIDMANURE = NA,
-  M_STRAWRESIDUE = NA,
-  M_MECHWEEDS = NA,
-  M_PESTICIDES_DST = NA
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID

(character) A field id

B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

M_GREEN

(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)

M_NONBARE

(boolean) A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no)

M_EARLYCROP

(boolean) A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no)

M_COMPOST

(numeric) The frequency that compost is applied (optional, every x years)

M_SLEEPHOSE

(boolean) A soil measure. Is sleephose used for slurry application (optional, option: yes or no)

M_DRAIN

(boolean) A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no)

M_DITCH

(boolean) A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no)

M_UNDERSEED

(boolean) A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no)

M_LIME

(boolean) measure. Has field been limed in last three years (option: yes or no)

M_NONINVTILL

(boolean) measure. Non inversion tillage (option: yes or no)

M_SSPM

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

M_SOLIDMANURE

(boolean) measure. Use of solid manure (option: yes or no)

M_STRAWRESIDUE

(boolean) measure. Application of straw residues (option: yes or no)

M_MECHWEEDS

(boolean) measure. Use of mechanical weed protection (option: yes or no)

M_PESTICIDES_DST

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
+
add_management(
+  ID,
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  M_GREEN = NA,
+  M_NONBARE = NA,
+  M_EARLYCROP = NA,
+  M_COMPOST = NA_real_,
+  M_SLEEPHOSE = NA,
+  M_DRAIN = NA,
+  M_DITCH = NA,
+  M_UNDERSEED = NA,
+  M_LIME = NA,
+  M_NONINVTILL = NA,
+  M_SSPM = NA,
+  M_SOLIDMANURE = NA,
+  M_STRAWRESIDUE = NA,
+  M_MECHWEEDS = NA,
+  M_PESTICIDES_DST = NA
+)
+
+
+

Arguments

+
ID
+

(character) A field id

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
M_GREEN
+

(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)

+
M_NONBARE
+

(boolean) A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no)

+
M_EARLYCROP
+

(boolean) A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no)

+
M_COMPOST
+

(numeric) The frequency that compost is applied (optional, every x years)

+
M_SLEEPHOSE
+

(boolean) A soil measure. Is sleephose used for slurry application (optional, option: yes or no)

+
M_DRAIN
+

(boolean) A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no)

+
M_DITCH
+

(boolean) A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no)

+
M_UNDERSEED
+

(boolean) A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no)

+
M_LIME
+

(boolean) measure. Has field been limed in last three years (option: yes or no)

+
M_NONINVTILL
+

(boolean) measure. Non inversion tillage (option: yes or no)

+
M_SSPM
+

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

+
M_SOLIDMANURE
+

(boolean) measure. Use of solid manure (option: yes or no)

+
M_STRAWRESIDUE
+

(boolean) measure. Application of straw residues (option: yes or no)

+
M_MECHWEEDS
+

(boolean) measure. Use of mechanical weed protection (option: yes or no)

+
M_PESTICIDES_DST
+

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
+
-
- +
- - + + diff --git a/docs/reference/binnenveld.html b/docs/reference/binnenveld.html new file mode 100644 index 00000000..3d62a430 --- /dev/null +++ b/docs/reference/binnenveld.html @@ -0,0 +1,271 @@ + +Example dataset for use in OBIC package — binnenveld • OBIC + + +
+
+ + + +
+
+ + +
+

This table contains a series of agricultural fields with soil properties needed for illustration OBIC.

+
+ +
+
binnenveld
+
+ +
+

Format

+

A data.frame with 65 rows and 55 columns:

ID
+

A field id (numeric)

+ +
YEAR
+

The year that the crop is grown (integer)

+ +
B_LU_BRP
+

A series with crop codes given the crop rotation plan (integer, source: the BRP)

+ +
B_SC_WENR
+

The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006) (character).

+ +
B_GWL_CLASS
+

The groundwater table class (character)

+ +
B_SOILTYPE_AGR
+

The agricultural type of soil (character)

+ +
B_HELP_WENR
+

The soil type abbreviation, derived from 1:50.000 soil map (character)

+ +
B_AER_CBS
+

The agricultural economic region in the Netherlands (CBS, 2016) (character)

+ +
A_SOM_LOI
+

The percentage organic matter in the soil (%) (numeric)

+ +
A_CLAY_MI
+

The clay content of the soil (%) (numeric)

+ +
A_SAND_MI
+

The sand content of the soil (%) (numeric)

+ +
A_SILT_MI
+

The silt content of the soil (%) (numeric)

+ +
A_PH_CC
+

The acidity of the soil, measured in 0.01M CaCl2 (-) (numeric)

+ +
A_CACO3_IF
+

The carbonate content of the soil (%) (numeric)

+ +
A_N_RT
+

The organic nitrogen content of the soil in mg N / kg (numeric)

+ +
A_CN_FR
+

The carbon to nitrogen ratio (-) (numeric)

+ +
A_COM_FR
+

The carbon fraction of soil organic matter (%) (numeric)

+ +
A_S_RT
+

The total Sulpher content of the soil (in mg S per kg) (numeric)

+ +
A_N_PMN
+

The potentially mineralizable N pool (mg N / kg soil) (numeric)

+ +
A_P_AL
+

The P-AL content of the soil (numeric)

+ +
A_P_CC
+

The plant available P content, extracted with 0.01M CaCl2 (mg / kg) (numeric)

+ +
A_P_WA
+

The P-content of the soil extracted with water (mg P2O5 / 100 ml soil) (numeric)

+ +
A_CEC_CO
+

The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction (numeric)

+ +
A_CA_CO_PO
+

The The occupation of the CEC with Ca (%) (numeric)

+ +
A_MG_CO_PO
+

The The occupation of the CEC with Mg (%) (numeric)

+ +
A_K_CO_PO
+

The occupation of the CEC with K (%) (numeric)

+ +
A_K_CC
+

The plant available K content, extracted with 0.01M CaCl2 (mg / kg) (numeric)

+ +
A_MG_CC
+

The plant available Mg content, extracted with 0.01M CaCl2 (ug / kg) (numeric)

+ +
A_MN_CC
+

The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg) (numeric)

+ +
A_ZN_CC
+

The plant available Zn content, extracted with 0.01M CaCl2 (ug / kg) (numeric)

+ +
A_CU_CC
+

The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg) (numeric)

+ +
A_EW_BCS
+

The presence of earth worms (optional, score 0-1-2, numeric)

+ +
A_SC_BCS
+

The presence of compaction of subsoil (optional, score 0-1-2, numeric)

+ +
A_GS_BCS
+

The presence of waterlogged conditions, gley spots (optional, score 0-1-2, numeric)

+ +
A_P_BCS
+

The presence / occurrence of water puddles on the land, ponding (optional, score 0-1-2, numeric)

+ +
A_C_BCS
+

The presence of visible cracks in the top layer (optional, score 0-1-2, numeric)

+ +
A_RT_BCS
+

The presence of visible tracks / rutting or trampling on the land (optional, score 0-1-2, numeric)

+ +
A_RD_BCS
+

The rooting depth (optional, score 0-1-2, numeric)

+ +
A_SS_BCS
+

The soil structure (optional, score 0-1-2, numeric)

+ +
A_CC_BCS
+

he crop cover on the surface (optional, score 0-1-2, numeric)

+ +
M_COMPOST
+

The frequency that compost is applied (optional, every x years, numeric)

+ +
M_GREEN
+

A soil measure. Are catch crops sown after main crop (optional, option: yes or no, boolean)

+ +
M_NONBARE
+

A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no, boolean)

+ +
M_EARLYCROP
+

A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no, boolean)

+ +
M_SLEEPHOSE
+

A soil measure. Is sleephose used for slurry application (optional, option: yes or no, boolean)

+ +
M_DRAIN
+

A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no, boolean)

+ +
M_DITCH
+

A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no, boolean)

+ +
M_UNDERSEED
+

A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no, boolean)

+ +
M_LIME
+

A soil measure. Has field been limed in last three years (option: yes or no, boolean)

+ +
M_NONINVTILL
+

A soil measure. Non inversion tillage (option: yes or no, boolean)

+ +
M_SSPM
+

A soil measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no, boolean)

+ +
M_SOLIDMANURE
+

A soil measure. Use of solid manure (option: yes or no, boolean)

+ +
M_STRAWRESIDUE
+

A soil measure. Application of straw residues (option: yes or no, boolean)

+ +
M_MECHWEEDS
+

A soil measure. Use of mechanical weed protection (option: yes or no, boolean)

+ +
M_PESTICIDES_DST
+

A soil measure. Use of DST for pesticides (option: yes or no, boolean)

+ + +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/bouwsteen_tb.html b/docs/reference/bouwsteen_tb.html index d6a2f7f0..95c16d5e 100644 --- a/docs/reference/bouwsteen_tb.html +++ b/docs/reference/bouwsteen_tb.html @@ -1,67 +1,12 @@ - - - - - - - -Table with water retention properties of 'bouwstenen' — bouwsteen_tb • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Table with water retention properties of 'bouwstenen' — bouwsteen_tb • OBIC + + - - - - -
-
- -
- -
+
@@ -132,55 +71,78 @@

Table with water retention properties of 'bouwstenen'

This table contains water retention curve parameters and typical mineral composition of 18 'bouwstenen'

-
bouwsteen_tb
+
+
bouwsteen_tb
+
+ +
+

Format

+

A data.frame with 36 rows and 14 columns:

bouwsteen
+

soil type bouwsteen

+
omschrijving
+

description of 'bouwsteen'

-

Format

+
thres
+

residual water content (cm3/cm3). Table 3 of Wosten 2001

-

A data.frame with 36 rows and 14 columns:

-
bouwsteen

soil type bouwsteen

-
omschrijving

description of 'bouwsteen'

-
thres

residual water content (cm3/cm3). Table 3 of Wosten 2001

-
thsat

water content at saturation (cm3/cm3). Table 3 of Wosten 2001

-
Ks

saturated hydraulic conductivity (cm/d). Table 3 of Wosten 2001

-
alpha

parameter alpha of pF curve (1/cm) Table 3 of Wosten 2001

-
l

parameter l of pF curve (-). Table 3 of Wosten 2001

-
n

parameter n of pF curve (-). Table 3 of Wosten 2001

-
sand%

sand content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001

-
silt%

silt content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001

-
clay%

clay content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001

-
OM%

organic matter content (%). Middle value of Table 1 of Wosten 2001

-
bulkdensity

soil bulk density (g/cm3). Middle value of Table 2 of Wosten 2001

-
M50

size of sand particles (um). Middle value of Table 2 of Wosten 2001

+
thsat
+

water content at saturation (cm3/cm3). Table 3 of Wosten 2001

-
+
Ks
+

saturated hydraulic conductivity (cm/d). Table 3 of Wosten 2001

+
alpha
+

parameter alpha of pF curve (1/cm) Table 3 of Wosten 2001

+ +
l
+

parameter l of pF curve (-). Table 3 of Wosten 2001

+ +
n
+

parameter n of pF curve (-). Table 3 of Wosten 2001

+ +
sand%
+

sand content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001

+ +
silt%
+

silt content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001

+ +
clay%
+

clay content (%) within soil mineral parts. Middle value of Table 1 of Wosten 2001

+ +
OM%
+

organic matter content (%). Middle value of Table 1 of Wosten 2001

+ +
bulkdensity
+

soil bulk density (g/cm3). Middle value of Table 2 of Wosten 2001

+ +
M50
+

size of sand particles (um). Middle value of Table 2 of Wosten 2001

+ + +
+
-
- +
- - + + diff --git a/docs/reference/calc_aggregatestability.html b/docs/reference/calc_aggregatestability.html index 4e96a105..9df99666 100644 --- a/docs/reference/calc_aggregatestability.html +++ b/docs/reference/calc_aggregatestability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate aggregate stability index based on occupation CEC — calc_aggregatestability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate aggregate stability index based on occupation CEC — calc_aggregatestability • OBIC - + + - - - -
-
- -
- -
+
@@ -132,65 +71,51 @@

Calculate aggregate stability index based on occupation CEC

This function calculates an aggregate stability index given the CEC and its occupation with major cations.

-
calc_aggregatestability(
-  B_SOILTYPE_AGR,
-  A_SOM_LOI,
-  A_K_CO_PO,
-  A_CA_CO_PO,
-  A_MG_CO_PO
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - -
B_SOILTYPE_AGR

(character) The type of soil

A_SOM_LOI

(numeric) The organic matter content of soil in percentage

A_K_CO_PO

(numeric) The occupation of the CEC with K (%)

A_CA_CO_PO

(numeric) The occupation of the CEC with Ca (%)

A_MG_CO_PO

(numeric) The occupation of the CEC with Mg (%)

+
+
calc_aggregatestability(
+  B_SOILTYPE_AGR,
+  A_SOM_LOI,
+  A_K_CO_PO,
+  A_CA_CO_PO,
+  A_MG_CO_PO
+)
+
+
+

Arguments

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
A_SOM_LOI
+

(numeric) The organic matter content of soil in percentage

+
A_K_CO_PO
+

(numeric) The occupation of the CEC with K (%)

+
A_CA_CO_PO
+

(numeric) The occupation of the CEC with Ca (%)

+
A_MG_CO_PO
+

(numeric) The occupation of the CEC with Mg (%)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_bcs.html b/docs/reference/calc_bcs.html index fc036949..07112ccc 100644 --- a/docs/reference/calc_bcs.html +++ b/docs/reference/calc_bcs.html @@ -1,69 +1,14 @@ - - - - - - - -Calculate the BodemConditieScore — calc_bcs • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the BodemConditieScore — calc_bcs • OBIC - - - - - - - - - - - + + - - -
-
- -
- -
+

This function calculates the BodemConditieScore given input from manual observations made in the field. The individual parameters are scored in three classes: poor (0), neutral (1) or good (2) -More information on this test can be found here

+More information on this test can be found here

-
calc_bcs(
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  A_SOM_LOI,
-  D_PH_DELTA,
-  A_EW_BCS = NA,
-  A_SC_BCS = NA,
-  A_GS_BCS = NA,
-  A_P_BCS = NA,
-  A_C_BCS = NA,
-  A_RT_BCS = NA,
-  A_RD_BCS = NA,
-  A_SS_BCS = NA,
-  A_CC_BCS = NA,
-  type = "score"
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

D_PH_DELTA

(numeric) The pH difference with the optimal pH.

A_EW_BCS

(numeric) The presence of earth worms (score 0-1-2)

A_SC_BCS

(numeric) The presence of compaction of subsoil (score 0-1-2)

A_GS_BCS

(numeric) The presence of waterlogged conditions, gley spots (score 0-1-2)

A_P_BCS

(numeric) The presence / occurrence of water puddles on the land, ponding (score 0-1-2)

A_C_BCS

(numeric) The presence of visible cracks in the top layer (score 0-1-2)

A_RT_BCS

(numeric) The presence of visible tracks / rutting or trampling on the land (score 0-1-2)

A_RD_BCS

(integer) The rooting depth (score 0-1-2)

A_SS_BCS

(integer) The soil structure (score 0-1-2)

A_CC_BCS

(integer) The crop cover on the surface (score 0-1-2)

type

(character) Define output of the function. Options: score (integrated score) and indicator (score per indicator)

- -

References

- -

mijnbodemconditie.nl

+
+
calc_bcs(
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  A_SOM_LOI,
+  D_PH_DELTA,
+  A_EW_BCS = NA,
+  A_SC_BCS = NA,
+  A_GS_BCS = NA,
+  A_P_BCS = NA,
+  A_C_BCS = NA,
+  A_RT_BCS = NA,
+  A_RD_BCS = NA,
+  A_SS_BCS = NA,
+  A_CC_BCS = NA,
+  type = "score"
+)
+
+ +
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
D_PH_DELTA
+

(numeric) The pH difference with the optimal pH.

+
A_EW_BCS
+

(numeric) The presence of earth worms (score 0-1-2)

+
A_SC_BCS
+

(numeric) The presence of compaction of subsoil (score 0-1-2)

+
A_GS_BCS
+

(numeric) The presence of waterlogged conditions, gley spots (score 0-1-2)

+
A_P_BCS
+

(numeric) The presence / occurrence of water puddles on the land, ponding (score 0-1-2)

+
A_C_BCS
+

(numeric) The presence of visible cracks in the top layer (score 0-1-2)

+
A_RT_BCS
+

(numeric) The presence of visible tracks / rutting or trampling on the land (score 0-1-2)

+
A_RD_BCS
+

(integer) The rooting depth (score 0-1-2)

+
A_SS_BCS
+

(integer) The soil structure (score 0-1-2)

+
A_CC_BCS
+

(integer) The crop cover on the surface (score 0-1-2)

+
type
+

(character) Define output of the function. Options: score (integrated score) and indicator (score per indicator)

+
+
+

References

+

mijnbodemconditie.nl

+
+
-
- +
- - + + diff --git a/docs/reference/calc_bulk_density.html b/docs/reference/calc_bulk_density.html index 3e43d7a1..87f2e803 100644 --- a/docs/reference/calc_bulk_density.html +++ b/docs/reference/calc_bulk_density.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the bulk density — calc_bulk_density • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the bulk density — calc_bulk_density • OBIC - + + - - - -
-
- -
- -
+
@@ -132,51 +71,41 @@

Calculate the bulk density

This function calculates the bulk density of the soil based on texture and organic matter

-
calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI = NULL)
- -

Arguments

- - - - - - - - - - - - - - -
B_SOILTYPE_AGR

(character) The agricultural type of soil

A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

+
+
calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI = NULL)
+
+
+

Arguments

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_cec.html b/docs/reference/calc_cec.html index 88d140d6..cb923084 100644 --- a/docs/reference/calc_cec.html +++ b/docs/reference/calc_cec.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate a soil fertility index based on the CEC — calc_cec • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate a soil fertility index based on the CEC — calc_cec • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Calculate a soil fertility index based on the CEC

This function calculates the capacity of the soil to buffer cations

-
calc_cec(A_CEC_CO)
- -

Arguments

- - - - - - -
A_CEC_CO

(numeric) The cation exchange capacity (mmol+ / kg)

+
+
calc_cec(A_CEC_CO)
+
+
+

Arguments

+
A_CEC_CO
+

(numeric) The cation exchange capacity (mmol+ / kg)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_copper_availability.html b/docs/reference/calc_copper_availability.html index d1545023..0d084d0c 100644 --- a/docs/reference/calc_copper_availability.html +++ b/docs/reference/calc_copper_availability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the availability of the metal Cu — calc_copper_availability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the availability of the metal Cu — calc_copper_availability • OBIC - + + - - - -
-
- -
- -
+
@@ -132,70 +71,54 @@

Calculate the availability of the metal Cu

This function calculates the availability of Cu for plant uptake

-
calc_copper_availability(
-  B_LU_BRP,
-  A_SOM_LOI,
-  A_CLAY_MI,
-  A_K_CC,
-  A_MN_CC,
-  A_CU_CC
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

A_SOM_LOI

(numeric) The organic matter content of the soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_K_CC

(numeric) The plant available potassium, extracted with 0.01M CaCl2 (mg / kg),

A_MN_CC

(numeric) The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg)

A_CU_CC

(numeric) The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg)

+
+
calc_copper_availability(
+  B_LU_BRP,
+  A_SOM_LOI,
+  A_CLAY_MI,
+  A_K_CC,
+  A_MN_CC,
+  A_CU_CC
+)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
A_SOM_LOI
+

(numeric) The organic matter content of the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_K_CC
+

(numeric) The plant available potassium, extracted with 0.01M CaCl2 (mg / kg),

+
A_MN_CC
+

(numeric) The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg)

+
A_CU_CC
+

(numeric) The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_cropclass.html b/docs/reference/calc_cropclass.html index 085e9402..08e45cbb 100644 --- a/docs/reference/calc_cropclass.html +++ b/docs/reference/calc_cropclass.html @@ -1,67 +1,12 @@ - - - - - - - -Determine classification rules for crops used to prepare crops.obic — calc_cropclass • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Determine classification rules for crops used to prepare crops.obic — calc_cropclass • OBIC - + + - - - -
-
- -
- -
+
@@ -132,51 +71,41 @@

Determine classification rules for crops used to prepare crops.obic

This function determines crop classes given crop response to P, K and S fertilizers

-
calc_cropclass(B_LU_BRP, B_SOILTYPE_AGR, nutrient = NULL)
- -

Arguments

- - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

nutrient

(character) The nutrient for wich crop classification is needed. Options include P, K and S.

+
+
calc_cropclass(B_LU_BRP, B_SOILTYPE_AGR, nutrient = NULL)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
nutrient
+

(character) The nutrient for wich crop classification is needed. Options include P, K and S.

+
+
-
- +
- - + + diff --git a/docs/reference/calc_crumbleability.html b/docs/reference/calc_crumbleability.html index 42aed2c9..fcd8743c 100644 --- a/docs/reference/calc_crumbleability.html +++ b/docs/reference/calc_crumbleability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the crumbleability — calc_crumbleability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the crumbleability — calc_crumbleability • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the crumbleability. This value can be evaluated by ind_crumbleability

+

This function calculates the crumbleability. This value can be evaluated by ind_crumbleability

-
calc_crumbleability(A_SOM_LOI, A_CLAY_MI, A_PH_CC)
- -

Arguments

- - - - - - - - - - - - - - -
A_SOM_LOI

(numeric) The organic matter content of soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_PH_CC

(numeric) The pH of the soil, measured in 0.01M CaCl2

+
+
calc_crumbleability(A_SOM_LOI, A_CLAY_MI, A_PH_CC)
+
+
+

Arguments

+
A_SOM_LOI
+

(numeric) The organic matter content of soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_PH_CC
+

(numeric) The pH of the soil, measured in 0.01M CaCl2

+
+
-
- +
- - + + diff --git a/docs/reference/calc_grass_age.html b/docs/reference/calc_grass_age.html index 59578c12..5581ee48 100644 --- a/docs/reference/calc_grass_age.html +++ b/docs/reference/calc_grass_age.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the average age of the grass — calc_grass_age • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the average age of the grass — calc_grass_age • OBIC - + + - - - -
-
- -
- -
+
@@ -132,47 +71,39 @@

Calculate the average age of the grass

This function calculates the average age of the grass

-
calc_grass_age(ID, B_LU_BRP)
- -

Arguments

- - - - - - - - - - -
ID

(numeric) The ID of the field

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

+
+
calc_grass_age(ID, B_LU_BRP)
+
+
+

Arguments

+
ID
+

(numeric) The ID of the field

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/calc_magnesium_availability.html b/docs/reference/calc_magnesium_availability.html index 1c9b5b1b..deae3974 100644 --- a/docs/reference/calc_magnesium_availability.html +++ b/docs/reference/calc_magnesium_availability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the capacity of soils to supply Magnesium — calc_magnesium_availability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the capacity of soils to supply Magnesium — calc_magnesium_availability • OBIC - + + - - - -
-
- -
- -
+
@@ -132,85 +71,63 @@

Calculate the capacity of soils to supply Magnesium

This function calculates an index for the availability of Magnesium in soil

-
calc_magnesium_availability(
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  A_SOM_LOI,
-  A_CLAY_MI,
-  A_PH_CC,
-  A_CEC_CO,
-  A_K_CO_PO,
-  A_MG_CC,
-  A_K_CC
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_PH_CC

(numeric) The acidity of the soil, measured in 0.01M CaCl2 (-)

A_CEC_CO

(numeric) The cation exchange capacity of the soil (mmol+ per kg), analysed via Cobalt-hexamine extraction

A_K_CO_PO

(numeric) The occupation of the CEC with potassium (%)

A_MG_CC

(numeric) The plant available content of Mg in the soil (mg Mg per kg) extracted by 0.01M CaCl2

A_K_CC

(numeric) The plant available potassium, extracted with 0.01M CaCl2 (mg per kg),

+
+
calc_magnesium_availability(
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  A_SOM_LOI,
+  A_CLAY_MI,
+  A_PH_CC,
+  A_CEC_CO,
+  A_K_CO_PO,
+  A_MG_CC,
+  A_K_CC
+)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_PH_CC
+

(numeric) The acidity of the soil, measured in 0.01M CaCl2 (-)

+
A_CEC_CO
+

(numeric) The cation exchange capacity of the soil (mmol+ per kg), analysed via Cobalt-hexamine extraction

+
A_K_CO_PO
+

(numeric) The occupation of the CEC with potassium (%)

+
A_MG_CC
+

(numeric) The plant available content of Mg in the soil (mg Mg per kg) extracted by 0.01M CaCl2

+
A_K_CC
+

(numeric) The plant available potassium, extracted with 0.01M CaCl2 (mg per kg),

+
+
-
- +
- - + + diff --git a/docs/reference/calc_makkink.html b/docs/reference/calc_makkink.html new file mode 100644 index 00000000..f1d8c360 --- /dev/null +++ b/docs/reference/calc_makkink.html @@ -0,0 +1,107 @@ + +Add Makkink correction factors and crop cover to crop rotation table — calc_makkink • OBIC + + +
+
+ + + +
+
+ + +
+

This function adds Makkink correction factors for ET and crop cover to the crop rotation table

+
+ +
+
calc_makkink(B_LU_BRP)
+
+ +
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/calc_man_ess.html b/docs/reference/calc_man_ess.html index ef766851..fde6b9f1 100644 --- a/docs/reference/calc_man_ess.html +++ b/docs/reference/calc_man_ess.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the 'performance' of sustainable soil management given a required ecosystem service — calc_man_ess • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the 'performance' of sustainable soil management given a required ecosystem service — calc_man_ess • OBIC - + + - - - -
-
- -
- -
+
@@ -132,170 +71,114 @@

Calculate the 'performance' of sustainable soil management given a required

This function evaluates the contribution of sustainable soil management for a given ecosystem service

-
calc_man_ess(
-  A_SOM_LOI,
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  B_GWL_CLASS,
-  D_SOM_BAL,
-  D_CP_GRASS,
-  D_CP_POTATO,
-  D_CP_RUST,
-  D_CP_RUSTDEEP,
-  D_GA,
-  M_COMPOST,
-  M_GREEN,
-  M_NONBARE,
-  M_EARLYCROP,
-  M_SLEEPHOSE,
-  M_DRAIN,
-  M_DITCH,
-  M_UNDERSEED,
-  M_LIME,
-  M_NONINVTILL,
-  M_SSPM,
-  M_SOLIDMANURE,
-  M_STRAWRESIDUE,
-  M_MECHWEEDS,
-  M_PESTICIDES_DST,
-  type
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

B_GWL_CLASS

(character) The groundwater table class

D_SOM_BAL

(numeric) The organic matter balance of the soil (in kg EOS per ha)

D_CP_GRASS

(numeric) The fraction grassland in crop rotation

D_CP_POTATO

(numeric) The fraction potato crops in crop rotation

D_CP_RUST

(numeric) The fraction rustgewassen in crop rotation

D_CP_RUSTDEEP

(numeric) The fraction diepe rustgewassen in crop rotation (-)

D_GA

(numeric) The age of the grassland (years)

M_COMPOST

(numeric) The frequency that compost is applied (optional, every x years)

M_GREEN

(boolean) measure. are catchcrops sown after main crop (option: yes or no)

M_NONBARE

(boolean) measure. is parcel for 80 percent of the year cultivated and 'green' (option: yes or no)

M_EARLYCROP

(boolean) measure. use of early crop varieties to avoid late harvesting (option: yes or no)

M_SLEEPHOSE

(boolean) measure. is sleepslangbemester used for slurry application (option: yes or no)

M_DRAIN

(boolean) measure. are under water drains installed in peaty soils (option: yes or no)

M_DITCH

(boolean) measure. are ditched maintained carefully and slib applied on the land (option: yes or no)

M_UNDERSEED

(boolean) measure. is maize grown with grass underseeded (option: yes or no)

M_LIME

(boolean) measure. Has field been limed in last three years (option: yes or no)

M_NONINVTILL

(boolean) measure. Non inversion tillage (option: yes or no)

M_SSPM

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

M_SOLIDMANURE

(boolean) measure. Use of solid manure (option: yes or no)

M_STRAWRESIDUE

(boolean) measure. Application of straw residues (option: yes or no)

M_MECHWEEDS

(boolean) measure. Use of mechanical weed protection (option: yes or no)

M_PESTICIDES_DST

(boolean) measure. Use of DST for pesticides (option: yes or no)

type

(character) type of ecosystem service to evaluate the impact of soil management. Options: I_M_SOILFERTILITY, I_M_CLIMATE, I_M_WATERQUALITY, and I_M_BIODIVERSITY

+
+
calc_man_ess(
+  A_SOM_LOI,
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  B_GWL_CLASS,
+  D_SOM_BAL,
+  D_CP_GRASS,
+  D_CP_POTATO,
+  D_CP_RUST,
+  D_CP_RUSTDEEP,
+  D_GA,
+  M_COMPOST,
+  M_GREEN,
+  M_NONBARE,
+  M_EARLYCROP,
+  M_SLEEPHOSE,
+  M_DRAIN,
+  M_DITCH,
+  M_UNDERSEED,
+  M_LIME,
+  M_NONINVTILL,
+  M_SSPM,
+  M_SOLIDMANURE,
+  M_STRAWRESIDUE,
+  M_MECHWEEDS,
+  M_PESTICIDES_DST,
+  type
+)
+
+
+

Arguments

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
B_GWL_CLASS
+

(character) The groundwater table class

+
D_SOM_BAL
+

(numeric) The organic matter balance of the soil (in kg EOS per ha)

+
D_CP_GRASS
+

(numeric) The fraction grassland in crop rotation

+
D_CP_POTATO
+

(numeric) The fraction potato crops in crop rotation

+
D_CP_RUST
+

(numeric) The fraction rustgewassen in crop rotation

+
D_CP_RUSTDEEP
+

(numeric) The fraction diepe rustgewassen in crop rotation (-)

+
D_GA
+

(numeric) The age of the grassland (years)

+
M_COMPOST
+

(numeric) The frequency that compost is applied (optional, every x years)

+
M_GREEN
+

(boolean) measure. are catchcrops sown after main crop (option: yes or no)

+
M_NONBARE
+

(boolean) measure. is parcel for 80 percent of the year cultivated and 'green' (option: yes or no)

+
M_EARLYCROP
+

(boolean) measure. use of early crop varieties to avoid late harvesting (option: yes or no)

+
M_SLEEPHOSE
+

(boolean) measure. is sleepslangbemester used for slurry application (option: yes or no)

+
M_DRAIN
+

(boolean) measure. are under water drains installed in peaty soils (option: yes or no)

+
M_DITCH
+

(boolean) measure. are ditched maintained carefully and slib applied on the land (option: yes or no)

+
M_UNDERSEED
+

(boolean) measure. is maize grown with grass underseeded (option: yes or no)

+
M_LIME
+

(boolean) measure. Has field been limed in last three years (option: yes or no)

+
M_NONINVTILL
+

(boolean) measure. Non inversion tillage (option: yes or no)

+
M_SSPM
+

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

+
M_SOLIDMANURE
+

(boolean) measure. Use of solid manure (option: yes or no)

+
M_STRAWRESIDUE
+

(boolean) measure. Application of straw residues (option: yes or no)

+
M_MECHWEEDS
+

(boolean) measure. Use of mechanical weed protection (option: yes or no)

+
M_PESTICIDES_DST
+

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
type
+

(character) type of ecosystem service to evaluate the impact of soil management. Options: I_M_SOILFERTILITY, I_M_CLIMATE, I_M_WATERQUALITY, and I_M_BIODIVERSITY

+
+
-
- +
- - + + diff --git a/docs/reference/calc_management.html b/docs/reference/calc_management.html index 769de292..fcb1095b 100644 --- a/docs/reference/calc_management.html +++ b/docs/reference/calc_management.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the 'performance' of sustainable soil management — calc_management • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the 'performance' of sustainable soil management — calc_management • OBIC - + + - - - -
-
- -
- -
+
@@ -132,165 +71,111 @@

Calculate the 'performance' of sustainable soil management

This function evaluates the contribution of sustainable soil management following the Label Sustainable Soil Management.

-
calc_management(
-  A_SOM_LOI,
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  B_GWL_CLASS,
-  D_SOM_BAL,
-  D_CP_GRASS,
-  D_CP_POTATO,
-  D_CP_RUST,
-  D_CP_RUSTDEEP,
-  D_GA,
-  M_COMPOST,
-  M_GREEN,
-  M_NONBARE,
-  M_EARLYCROP,
-  M_SLEEPHOSE,
-  M_DRAIN,
-  M_DITCH,
-  M_UNDERSEED,
-  M_LIME,
-  M_NONINVTILL,
-  M_SSPM,
-  M_SOLIDMANURE,
-  M_STRAWRESIDUE,
-  M_MECHWEEDS,
-  M_PESTICIDES_DST
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

B_GWL_CLASS

(character) The groundwater table class

D_SOM_BAL

(numeric) The organic matter balance of the soil (in kg EOS per ha)

D_CP_GRASS

(numeric) The fraction grassland in crop rotation

D_CP_POTATO

(numeric) The fraction potato crops in crop rotation

D_CP_RUST

(numeric) The fraction rustgewassen in crop rotation

D_CP_RUSTDEEP

(numeric) The fraction diepe rustgewassen in crop rotation (-)

D_GA

(numeric) The age of the grassland (years)

M_COMPOST

(numeric) The frequency that compost is applied (optional, every x years)

M_GREEN

(boolean) measure. are catchcrops sown after main crop (option: yes or no)

M_NONBARE

(boolean) measure. is parcel for 80 percent of the year cultivated and 'green' (option: yes or no)

M_EARLYCROP

(boolean) measure. use of early crop varieties to avoid late harvesting (option: yes or no)

M_SLEEPHOSE

(boolean) measure. is sleepslangbemester used for slurry application (option: yes or no)

M_DRAIN

(boolean) measure. are under water drains installed in peaty soils (option: yes or no)

M_DITCH

(boolean) measure. are ditched maintained carefully and slib applied on the land (option: yes or no)

M_UNDERSEED

(boolean) measure. is maize grown with grass underseeded (option: yes or no)

M_LIME

(boolean) measure. Has field been limed in last three years (option: yes or no)

M_NONINVTILL

(boolean) measure. Non inversion tillage (option: yes or no)

M_SSPM

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

M_SOLIDMANURE

(boolean) measure. Use of solid manure (option: yes or no)

M_STRAWRESIDUE

(boolean) measure. Application of straw residues (option: yes or no)

M_MECHWEEDS

(boolean) measure. Use of mechanical weed protection (option: yes or no)

M_PESTICIDES_DST

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
+
calc_management(
+  A_SOM_LOI,
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  B_GWL_CLASS,
+  D_SOM_BAL,
+  D_CP_GRASS,
+  D_CP_POTATO,
+  D_CP_RUST,
+  D_CP_RUSTDEEP,
+  D_GA,
+  M_COMPOST,
+  M_GREEN,
+  M_NONBARE,
+  M_EARLYCROP,
+  M_SLEEPHOSE,
+  M_DRAIN,
+  M_DITCH,
+  M_UNDERSEED,
+  M_LIME,
+  M_NONINVTILL,
+  M_SSPM,
+  M_SOLIDMANURE,
+  M_STRAWRESIDUE,
+  M_MECHWEEDS,
+  M_PESTICIDES_DST
+)
+
+
+

Arguments

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
B_GWL_CLASS
+

(character) The groundwater table class

+
D_SOM_BAL
+

(numeric) The organic matter balance of the soil (in kg EOS per ha)

+
D_CP_GRASS
+

(numeric) The fraction grassland in crop rotation

+
D_CP_POTATO
+

(numeric) The fraction potato crops in crop rotation

+
D_CP_RUST
+

(numeric) The fraction rustgewassen in crop rotation

+
D_CP_RUSTDEEP
+

(numeric) The fraction diepe rustgewassen in crop rotation (-)

+
D_GA
+

(numeric) The age of the grassland (years)

+
M_COMPOST
+

(numeric) The frequency that compost is applied (optional, every x years)

+
M_GREEN
+

(boolean) measure. are catchcrops sown after main crop (option: yes or no)

+
M_NONBARE
+

(boolean) measure. is parcel for 80 percent of the year cultivated and 'green' (option: yes or no)

+
M_EARLYCROP
+

(boolean) measure. use of early crop varieties to avoid late harvesting (option: yes or no)

+
M_SLEEPHOSE
+

(boolean) measure. is sleepslangbemester used for slurry application (option: yes or no)

+
M_DRAIN
+

(boolean) measure. are under water drains installed in peaty soils (option: yes or no)

+
M_DITCH
+

(boolean) measure. are ditched maintained carefully and slib applied on the land (option: yes or no)

+
M_UNDERSEED
+

(boolean) measure. is maize grown with grass underseeded (option: yes or no)

+
M_LIME
+

(boolean) measure. Has field been limed in last three years (option: yes or no)

+
M_NONINVTILL
+

(boolean) measure. Non inversion tillage (option: yes or no)

+
M_SSPM
+

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

+
M_SOLIDMANURE
+

(boolean) measure. Use of solid manure (option: yes or no)

+
M_STRAWRESIDUE
+

(boolean) measure. Application of straw residues (option: yes or no)

+
M_MECHWEEDS
+

(boolean) measure. Use of mechanical weed protection (option: yes or no)

+
M_PESTICIDES_DST
+

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_n_efficiency.html b/docs/reference/calc_n_efficiency.html new file mode 100644 index 00000000..2ad7c5e7 --- /dev/null +++ b/docs/reference/calc_n_efficiency.html @@ -0,0 +1,142 @@ + +Calculate nitrogen use efficiency and leaching based on N surplus — calc_n_efficiency • OBIC + + +
+
+ + + +
+
+ + +
+

This function gives an indication of the nitrogen use efficiency, the function calculates the N surplus and the resulting N leaching

+
+ +
+
calc_n_efficiency(
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  B_GWL_CLASS,
+  B_AER_CBS,
+  A_SOM_LOI,
+  A_CLAY_MI,
+  D_PBI,
+  D_K,
+  D_PH_DELTA,
+  D_NLV,
+  M_GREEN = FALSE,
+  B_FERT_NORM_FR = 1
+)
+
+ +
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soilBRP

+
B_GWL_CLASS
+

(character) The groundwater table class

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
D_PBI
+

(numeric) The value of phosphate availability calculated by calc_phosphate_availability

+
D_K
+

(numeric) The value of K-index calculated by calc_potassium_availability

+
D_PH_DELTA
+

(numeric) The pH difference with the optimal pH.

+
D_NLV
+

(numeric) The value of NLV calculated by calc_nlv

+
M_GREEN
+

(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)

+
B_FERT_NORM_FR
+

(numeric) The fraction of the application norm utilized

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/calc_nleach.html b/docs/reference/calc_nleach.html index 3baa67ea..13b3cfeb 100644 --- a/docs/reference/calc_nleach.html +++ b/docs/reference/calc_nleach.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the N leaching — calc_nleach • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the N leaching — calc_nleach • OBIC - + + - - - -
-
- -
- -
+
@@ -132,70 +71,54 @@

Calculate the N leaching

This function calculates the potential N leaching of a soil.

-
calc_nleach(
-  B_SOILTYPE_AGR,
-  B_LU_BRP,
-  B_GWL_CLASS,
-  D_NLV,
-  B_AER_CBS,
-  leaching_to
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - -
B_SOILTYPE_AGR

(character) The type of soil

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_GWL_CLASS

(character) The groundwater table class

D_NLV

(numeric) The N supplying capacity of a soil (kg N ha-1 jr-1) calculated by calc_nlv

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

leaching_to

(character) whether it computes N leaching to groundwater ("gw") or to surface water ("ow")

+
+
calc_nleach(
+  B_SOILTYPE_AGR,
+  B_LU_BRP,
+  B_GWL_CLASS,
+  D_NLV,
+  B_AER_CBS,
+  leaching_to
+)
+
+
+

Arguments

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
B_GWL_CLASS
+

(character) The groundwater table class

+
D_NLV
+

(numeric) The N supplying capacity of a soil (kg N ha-1 jr-1) calculated by calc_nlv

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
leaching_to
+

(character) whether it computes N leaching to groundwater ("gw") or to surface water ("ow")

+
+
-
- +
- - + + diff --git a/docs/reference/calc_nlv.html b/docs/reference/calc_nlv.html index a1cdff06..b7fb1065 100644 --- a/docs/reference/calc_nlv.html +++ b/docs/reference/calc_nlv.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the NLV — calc_nlv • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the NLV — calc_nlv • OBIC - + + - - - -
-
- -
- -
+
@@ -132,67 +71,49 @@

Calculate the NLV

This function calculates the NLV (nitrogen producing capacity) for the soil

-
calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_N_RT

(numeric) The organic nitrogen content of the soil in mg N / kg

A_CN_FR

(numeric) The carbon to nitrogen ratio

D_OC

(numeric) The organic carbon content of the soil in kg C / ha

D_BDS

(numeric) The bulk density of the soil in kg / m3

D_GA

(numeric) The age of the grass if present

+
+
calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_N_RT
+

(numeric) The organic nitrogen content of the soil in mg N / kg

+
A_CN_FR
+

(numeric) The carbon to nitrogen ratio

+
D_OC
+

(numeric) The organic carbon content of the soil in kg C / ha

+
D_BDS
+

(numeric) The bulk density of the soil in kg / m3

+
D_GA
+

(numeric) The age of the grass if present

+
+
-
- +
- - + + diff --git a/docs/reference/calc_organic_carbon.html b/docs/reference/calc_organic_carbon.html index 04358d62..1591bd2a 100644 --- a/docs/reference/calc_organic_carbon.html +++ b/docs/reference/calc_organic_carbon.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate amount of organic carbon — calc_organic_carbon • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate amount of organic carbon — calc_organic_carbon • OBIC - + + - - - -
-
- -
- -
+
@@ -132,51 +71,41 @@

Calculate amount of organic carbon

This function calculates the amount of organic carbon in the soil

-
calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD)
- -

Arguments

- - - - - - - - - - - - - - -
A_SOM_LOI

(numeric) The percentage organic matter in the soil

D_BDS

(numeric) The bulk density of the soil

D_RD

(numeric) The root depth of the crop

+
+
calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD)
+
+
+

Arguments

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil

+
D_BDS
+

(numeric) The bulk density of the soil

+
D_RD
+

(numeric) The root depth of the crop

+
+
-
- +
- - + + diff --git a/docs/reference/calc_pesticide_leaching.html b/docs/reference/calc_pesticide_leaching.html new file mode 100644 index 00000000..56477747 --- /dev/null +++ b/docs/reference/calc_pesticide_leaching.html @@ -0,0 +1,130 @@ + +Calculate risk of pesticide leaching — calc_pesticide_leaching • OBIC + + +
+
+ + + +
+
+ + +
+

This function calculates the risk of pesticide leaching from a soil. The risk is calculated by comparing the current leached fraction with a worst case scenario

+
+ +
+
calc_pesticide_leaching(
+  B_SOILTYPE_AGR,
+  A_SOM_LOI,
+  A_CLAY_MI,
+  A_SAND_MI,
+  A_SILT_MI,
+  D_PSP,
+  M_PESTICIDES_DST,
+  M_MECHWEEDS
+)
+
+ +
+

Arguments

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_SAND_MI
+

(numeric) The sand content of the soil (%)

+
A_SILT_MI
+

(numeric) The silt content of the soil (%)

+
D_PSP
+

(numeric) The precipitation surplus per crop calculated by calc_psp

+
M_PESTICIDES_DST
+

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
M_MECHWEEDS
+

(boolean) measure. Use of mechanical weed protection (option: yes or no)

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/calc_ph_delta.html b/docs/reference/calc_ph_delta.html index 9641531e..7a351c28 100644 --- a/docs/reference/calc_ph_delta.html +++ b/docs/reference/calc_ph_delta.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the difference between pH and optimum — calc_ph_delta • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the difference between pH and optimum — calc_ph_delta • OBIC - - + + - - -
-
- -
- -
+
@@ -132,98 +71,73 @@

Calculate the difference between pH and optimum

This functions calculates the difference between the measured pH and the optimal pH according to the Bemestingsadvies

-
calc_ph_delta(
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  A_SOM_LOI,
-  A_CLAY_MI,
-  A_PH_CC,
-  D_CP_STARCH,
-  D_CP_POTATO,
-  D_CP_SUGARBEET,
-  D_CP_GRASS,
-  D_CP_MAIS,
-  D_CP_OTHER
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_SOM_LOI

(numeric) The organic matter content of soil in percentage

A_CLAY_MI

(numeric) The percentage A_CLAY_MI present in the soil

A_PH_CC

(numeric) The pH-CaCl2 of the soil

D_CP_STARCH

(numeric) The fraction of starch potatoes in the crop plan

D_CP_POTATO

(numeric) The fraction of potatoes (excluding starch potatoes) in the crop plan

D_CP_SUGARBEET

(numeric) The fraction of sugar beets in the crop plan

D_CP_GRASS

(numeric) The fracgtion of grass in the crop plan

D_CP_MAIS

(numeric) The fraction of mais in the crop plan

D_CP_OTHER

(numeric) The fraction of other crops in the crop plan

- -

References

- -

Handboek Bodem en Bemesting tabel 5.1, 5.2 en 5.3

+
+
calc_ph_delta(
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  A_SOM_LOI,
+  A_CLAY_MI,
+  A_PH_CC,
+  D_CP_STARCH,
+  D_CP_POTATO,
+  D_CP_SUGARBEET,
+  D_CP_GRASS,
+  D_CP_MAIS,
+  D_CP_OTHER
+)
+
+ +
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The organic matter content of soil in percentage

+
A_CLAY_MI
+

(numeric) The percentage A_CLAY_MI present in the soil

+
A_PH_CC
+

(numeric) The pH-CaCl2 of the soil

+
D_CP_STARCH
+

(numeric) The fraction of starch potatoes in the crop plan

+
D_CP_POTATO
+

(numeric) The fraction of potatoes (excluding starch potatoes) in the crop plan

+
D_CP_SUGARBEET
+

(numeric) The fraction of sugar beets in the crop plan

+
D_CP_GRASS
+

(numeric) The fracgtion of grass in the crop plan

+
D_CP_MAIS
+

(numeric) The fraction of mais in the crop plan

+
D_CP_OTHER
+

(numeric) The fraction of other crops in the crop plan

+
+
+
-
- +
- - + + diff --git a/docs/reference/calc_phosphate_availability.html b/docs/reference/calc_phosphate_availability.html index 548acfe1..4c96155f 100644 --- a/docs/reference/calc_phosphate_availability.html +++ b/docs/reference/calc_phosphate_availability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the phosphate availability (PBI) — calc_phosphate_availability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the phosphate availability (PBI) — calc_phosphate_availability • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the phosphate availability. This value can be evaluated by ind_phosphate_availability

+

This function calculates the phosphate availability. This value can be evaluated by ind_phosphate_availability

-
calc_phosphate_availability(
-  B_LU_BRP,
-  A_P_AL = NULL,
-  A_P_CC = NULL,
-  A_P_WA = NULL
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

A_P_AL

(numeric) The P-AL content of the soil

A_P_CC

(numeric) The P-CaCl2 content of the soil

A_P_WA

(numeric) The P-content of the soil extracted with water

+
+
calc_phosphate_availability(
+  B_LU_BRP,
+  A_P_AL = NULL,
+  A_P_CC = NULL,
+  A_P_WA = NULL
+)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
A_P_AL
+

(numeric) The P-AL content of the soil

+
A_P_CC
+

(numeric) The P-CaCl2 content of the soil

+
A_P_WA
+

(numeric) The P-content of the soil extracted with water

+
+
-
- +
- - + + diff --git a/docs/reference/calc_pmn.html b/docs/reference/calc_pmn.html index f4ea61d6..4fc0a80c 100644 --- a/docs/reference/calc_pmn.html +++ b/docs/reference/calc_pmn.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the index for the microbial biological activity — calc_pmn • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the index for the microbial biological activity — calc_pmn • OBIC - + + - - - -
-
- -
- -
+
@@ -132,51 +71,41 @@

Calculate the index for the microbial biological activity

This function assesses the microbial biological activity (of microbes and fungi) via the Potentially Mineralizable N pool, also called PMN (or SoilLife by Eurofins in the past).

-
calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN)
- -

Arguments

- - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_N_PMN

(numeric) The potentially mineralizable N pool (mg N / kg soil)

+
+
calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_N_PMN
+

(numeric) The potentially mineralizable N pool (mg N / kg soil)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_potassium_availability.html b/docs/reference/calc_potassium_availability.html index f203a373..59e9ffbd 100644 --- a/docs/reference/calc_potassium_availability.html +++ b/docs/reference/calc_potassium_availability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the K availability — calc_potassium_availability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the K availability — calc_potassium_availability • OBIC - + + - - - -
-
- -
- -
+
@@ -132,80 +71,60 @@

Calculate the K availability

This function calculates the K availability of a soil.

-
calc_potassium_availability(
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  A_SOM_LOI,
-  A_CLAY_MI,
-  A_PH_CC,
-  A_CEC_CO,
-  A_K_CO_PO,
-  A_K_CC
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_SOM_LOI

(numeric) The organic matter content of the soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_PH_CC

(numeric) The acidity of the soil, measured in 0.01M CaCl2 (-)

A_CEC_CO

(numeric) The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction

A_K_CO_PO

(numeric) The occupation of the CEC with potassium (%)

A_K_CC

(numeric) The plant available potassium, extracted with 0.01M CaCl2 (mg / kg),

+
+
calc_potassium_availability(
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  A_SOM_LOI,
+  A_CLAY_MI,
+  A_PH_CC,
+  A_CEC_CO,
+  A_K_CO_PO,
+  A_K_CC
+)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The organic matter content of the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_PH_CC
+

(numeric) The acidity of the soil, measured in 0.01M CaCl2 (-)

+
A_CEC_CO
+

(numeric) The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction

+
A_K_CO_PO
+

(numeric) The occupation of the CEC with potassium (%)

+
A_K_CC
+

(numeric) The plant available potassium, extracted with 0.01M CaCl2 (mg / kg),

+
+
-
- +
- - + + diff --git a/docs/reference/calc_psp.html b/docs/reference/calc_psp.html new file mode 100644 index 00000000..40d34b21 --- /dev/null +++ b/docs/reference/calc_psp.html @@ -0,0 +1,109 @@ + +Calculate the precipitation surplus — calc_psp • OBIC + + +
+
+ + + +
+
+ + +
+

This function calculates the precipitation surplus (in mm / ha) given the crop rotation plan.

+
+ +
+
calc_psp(B_LU_BRP, M_GREEN)
+
+ +
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
M_GREEN
+

(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/calc_root_depth.html b/docs/reference/calc_root_depth.html index a0185a85..0f614f91 100644 --- a/docs/reference/calc_root_depth.html +++ b/docs/reference/calc_root_depth.html @@ -1,67 +1,12 @@ - - - - - - - -Determine the root depth of the soil for this crop — calc_root_depth • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Determine the root depth of the soil for this crop — calc_root_depth • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Determine the root depth of the soil for this crop

This function determines the depth of the soil

-
calc_root_depth(B_LU_BRP)
- -

Arguments

- - - - - - -
B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

+
+
calc_root_depth(B_LU_BRP)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/calc_rotation_fraction.html b/docs/reference/calc_rotation_fraction.html index 1635b2b0..266a4557 100644 --- a/docs/reference/calc_rotation_fraction.html +++ b/docs/reference/calc_rotation_fraction.html @@ -1,67 +1,12 @@ - - - - - - - -Calculates the fraction in the crop rotation — calc_rotation_fraction • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculates the fraction in the crop rotation — calc_rotation_fraction • OBIC - + + - - - -
-
- -
- -
+
@@ -132,51 +71,41 @@

Calculates the fraction in the crop rotation

This function calculates the fraction present in the crop rotation

-
calc_rotation_fraction(ID, B_LU_BRP, crop)
- -

Arguments

- - - - - - - - - - - - - - -
ID

(numeric) The ID of the field

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

crop

(character) The crop to check for

+
+
calc_rotation_fraction(ID, B_LU_BRP, crop)
+
+
+

Arguments

+
ID
+

(numeric) The ID of the field

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
crop
+

(character) The crop to check for

+
+
-
- +
- - + + diff --git a/docs/reference/calc_sbal_arable.html b/docs/reference/calc_sbal_arable.html index 5f57eaeb..cd20513f 100644 --- a/docs/reference/calc_sbal_arable.html +++ b/docs/reference/calc_sbal_arable.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for delta S-balans arable — calc_sbal_arable • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for delta S-balans arable — calc_sbal_arable • OBIC - + + - - - -
-
- -
- -
+
@@ -132,55 +71,43 @@

Calculate the indicator for delta S-balans arable

This function calculates the change in S-balans compared to averaged S-supply as given in fertilizer recommendation systems.

-
calc_sbal_arable(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
D_SLV

(numeric) The value of SLV calculated by calc_slv

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_SOILTYPE_AGR

(character) The type of soil

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
+
calc_sbal_arable(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)
+
+
+

Arguments

+
D_SLV
+

(numeric) The value of SLV calculated by calc_slv

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_sealing_risk.html b/docs/reference/calc_sealing_risk.html index cfef29a3..6f76b602 100644 --- a/docs/reference/calc_sealing_risk.html +++ b/docs/reference/calc_sealing_risk.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate soil sealing risk — calc_sealing_risk • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate soil sealing risk — calc_sealing_risk • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the risks of soil sealing. This value can be evaluated by ind_sealing

+

This function calculates the risks of soil sealing. This value can be evaluated by ind_sealing

-
calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)
- -

Arguments

- - - - - - - - - - -
A_SOM_LOI

(numeric) The organic matter content of soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

+
+
calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)
+
+
+

Arguments

+
A_SOM_LOI
+

(numeric) The organic matter content of soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_slv.html b/docs/reference/calc_slv.html index d997aecb..56ebf76f 100644 --- a/docs/reference/calc_slv.html +++ b/docs/reference/calc_slv.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the SLV — calc_slv • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the SLV — calc_slv • OBIC - + + - - - -
-
- -
- -
+
@@ -132,63 +71,47 @@

Calculate the SLV

This function calculates a S-balance given the SLV (Sulpher supplying capacity) of a soil

-
calc_slv(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS, A_SOM_LOI, A_S_RT, D_BDS)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The type of soil

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

A_SOM_LOI

(numeric) The organic matter content of the soil (in procent)

A_S_RT

(numeric) The total Sulpher content of the soil (in mg S per kg)

D_BDS

(numeric) The bulk density of the soil (in kg per m3)

+
+
calc_slv(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS, A_SOM_LOI, A_S_RT, D_BDS)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
A_SOM_LOI
+

(numeric) The organic matter content of the soil (in procent)

+
A_S_RT
+

(numeric) The total Sulpher content of the soil (in mg S per kg)

+
D_BDS
+

(numeric) The bulk density of the soil (in kg per m3)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_sombalance.html b/docs/reference/calc_sombalance.html index e58f8d39..0a2a572f 100644 --- a/docs/reference/calc_sombalance.html +++ b/docs/reference/calc_sombalance.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate simple organic matter balance — calc_sombalance • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate simple organic matter balance — calc_sombalance • OBIC - + + - - - -
-
- -
- -
+
@@ -132,63 +71,47 @@

Calculate simple organic matter balance

This function calculates a simple organic matter balance, as currently used in agricultural practice in the Netherlands.For more details, see www.os-balans.nl

-
calc_sombalance(B_LU_BRP, A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GREEN)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

A_P_AL

(numeric) The P-AL content of the soil (in mg P2O5 per 100g)

A_P_WA

(numeric) The P-water content of the soil (in mg P2O5 per Liter)

M_COMPOST

(numeric) The frequency that compost is applied (every x years)

M_GREEN

(boolean) measure. are catchcrops sown after main crop (option: yes or no)

+
+
calc_sombalance(B_LU_BRP, A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GREEN)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
A_P_AL
+

(numeric) The P-AL content of the soil (in mg P2O5 per 100g)

+
A_P_WA
+

(numeric) The P-water content of the soil (in mg P2O5 per Liter)

+
M_COMPOST
+

(numeric) The frequency that compost is applied (every x years)

+
M_GREEN
+

(boolean) measure. are catchcrops sown after main crop (option: yes or no)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_waterretention.html b/docs/reference/calc_waterretention.html index 91e8bbfa..a09998ea 100644 --- a/docs/reference/calc_waterretention.html +++ b/docs/reference/calc_waterretention.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate indicators for water retention in topsoil — calc_waterretention • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicators for water retention in topsoil — calc_waterretention • OBIC - - + + - - -
-
- -
- -
+
@@ -134,73 +73,58 @@

Calculate indicators for water retention in topsoil

These include : 'wilting point','field capacity','water holding capacity','plant available water' and 'Ksat'

-
calc_waterretention(
-  A_CLAY_MI,
-  A_SAND_MI,
-  A_SILT_MI,
-  A_SOM_LOI,
-  type = "plant available water",
-  ptf = "Wosten1999"
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - -
A_CLAY_MI

(numeric) The clay content of the soil (%)

A_SAND_MI

(numeric) The sand content of the soil (%)

A_SILT_MI

(numeric) The silt content of the soil (%)

A_SOM_LOI

(numeric) The organic matter content of the soil (%)

type

(character) The type of waterretention index. Options include c('wilting point','field capacity','water holding capacity','plant available water','Ksat')

ptf

(character) Pedotransfer functions to calculate van Genuchten parameters. Options include c('Wosten1999', 'Wosten2001', 'Klasse')

- -

References

- -

Wosten et al. (2001) Pedotransfer functions: bridging the gap between available basic soil data and missing hydraulogic characteristics. Journal of Hydrology 251, 123-150.

+
+
calc_waterretention(
+  A_CLAY_MI,
+  A_SAND_MI,
+  A_SILT_MI,
+  A_SOM_LOI,
+  type = "plant available water",
+  ptf = "Wosten1999"
+)
+
+ +
+

Arguments

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_SAND_MI
+

(numeric) The sand content of the soil (%)

+
A_SILT_MI
+

(numeric) The silt content of the soil (%)

+
A_SOM_LOI
+

(numeric) The organic matter content of the soil (%)

+
type
+

(character) The type of waterretention index. Options include c('wilting point','field capacity','water holding capacity','plant available water','Ksat')

+
ptf
+

(character) Pedotransfer functions to calculate van Genuchten parameters. Options include c('Wosten1999', 'Wosten2001', 'Klasse')

+
+
+

References

+

Wosten et al. (2001) Pedotransfer functions: bridging the gap between available basic soil data and missing hydraulogic characteristics. Journal of Hydrology 251, p123.

+
+
-
- +
- - + + diff --git a/docs/reference/calc_waterstressindex.html b/docs/reference/calc_waterstressindex.html index 63ed5724..ad6e2e4d 100644 --- a/docs/reference/calc_waterstressindex.html +++ b/docs/reference/calc_waterstressindex.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the Water Stress Index — calc_waterstressindex • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the Water Stress Index — calc_waterstressindex • OBIC - + + - - - -
-
- -
- -
+
@@ -132,58 +71,47 @@

Calculate the Water Stress Index

This function calculates the Water Stress Index (estimating the yield depression as a function of water deficiency or surplus)

-
calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = "waterstress")
- -

Arguments

- - - - - - - - - - - - - - - - - - -
B_HELP_WENR

(character) The soil type abbreviation, derived from 1:50.000 soil map

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_GWL_CLASS

(character) The groundwater table class

WSI

(character) The type of Water Stress Index is required. Options: droughtstress, wetnessstress and the (combined) waterstress

- -

References

+
+
calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = "waterstress")
+
+
+

Arguments

+
B_HELP_WENR
+

(character) The soil type abbreviation, derived from 1:50.000 soil map

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
B_GWL_CLASS
+

(character) The groundwater table class

+
WSI
+

(character) The type of Water Stress Index is required. Options: droughtstress, wetnessstress and the (combined) waterstress

+
+
+

References

STOWA (2005) Uitbreiding en Actualisering van de HELP-tabellen ten behoeve van het Waternood instrumentarium

+
+
-
- +
- - + + diff --git a/docs/reference/calc_winderodibility.html b/docs/reference/calc_winderodibility.html index e266cf51..04a55a53 100644 --- a/docs/reference/calc_winderodibility.html +++ b/docs/reference/calc_winderodibility.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate indicator for wind erodibility — calc_winderodibility • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for wind erodibility — calc_winderodibility • OBIC - + + - - - -
-
- -
- -
+
@@ -132,51 +71,41 @@

Calculate indicator for wind erodibility

This function calculates the risk for wind erodibility of soils, derived from Van Kerckhoven et al. (2009) and Ros & Bussink (2013)

-
calc_winderodibility(B_LU_BRP, A_CLAY_MI, A_SILT_MI)
- -

Arguments

- - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_SILT_MI

(numeric) The silt content of the soil (%)

+
+
calc_winderodibility(B_LU_BRP, A_CLAY_MI, A_SILT_MI)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_SILT_MI
+

(numeric) The silt content of the soil (%)

+
+
-
- +
- - + + diff --git a/docs/reference/calc_workability.html b/docs/reference/calc_workability.html index 15e390be..f4a4b475 100644 --- a/docs/reference/calc_workability.html +++ b/docs/reference/calc_workability.html @@ -1,67 +1,16 @@ - - - - - - - -Calculate indicator for workability — calc_workability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for workability — calc_workability • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the workability of soils, given as potential length of the growing season. Based on Huinink (2018)

+

This function calculates the workability of soils, given as a value of relative season length between 0 and 1. +A relative season length of 1 indicates that the water table is sufficiently low for the soil to be workable for the entire growing season required by the crop. +The required ground water table for workability is determined by soil type and soil properties. Hydrological variables determine the groundwater table for each day of the year. +The option calcyieldloss allows for calculation of yield loss based on the relative season length, differentiating in yield loss between six groups of crops +Based on Huinink (2018)

-
calc_workability(
-  A_CLAY_MI,
-  A_SILT_MI,
-  B_LU_BRP,
-  B_SOILTYPE_AGR,
-  B_GWL_GLG,
-  B_GWL_GHG,
-  B_Z_TWO
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
A_CLAY_MI

(numeric) The clay content of the soil (in procent)

A_SILT_MI

(numeric) The silt content of the soil (in procent)

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_SOILTYPE_AGR

(character) The type of soil

B_GWL_GLG

(numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level

B_GWL_GHG

(numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level

B_Z_TWO

(numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm)

- -

References

+
+
calc_workability(
+  A_CLAY_MI,
+  A_SILT_MI,
+  B_LU_BRP,
+  B_SOILTYPE_AGR,
+  B_GWL_GLG,
+  B_GWL_GHG,
+  B_GWL_ZCRIT,
+  calcyieldloss = FALSE
+)
+
+
+

Arguments

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_SILT_MI
+

(numeric) The silt content of the soil (%)

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
B_GWL_GLG
+

(numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level

+
B_GWL_GHG
+

(numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level

+
B_GWL_ZCRIT
+

(numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm)

+
calcyieldloss
+

(boolean) whether the function includes yield loss, options: TRUE or FALSE (default).

+
+
+

References

Huinink (2018) Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie. BodemConsult-Arnhem

+
+
-
- +
- - + + diff --git a/docs/reference/calc_zinc_availability.html b/docs/reference/calc_zinc_availability.html index 32696f0c..df574511 100644 --- a/docs/reference/calc_zinc_availability.html +++ b/docs/reference/calc_zinc_availability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the availability of the metal Zinc — calc_zinc_availability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the availability of the metal Zinc — calc_zinc_availability • OBIC - + + - - - -
-
- -
- -
+
@@ -132,55 +71,43 @@

Calculate the availability of the metal Zinc

This function calculates the availability of Zn for plant uptake

-
calc_zinc_availability(B_LU_BRP, B_SOILTYPE_AGR, A_PH_CC, A_ZN_CC)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_PH_CC

(numeric) The acidity of the soil, determined in 0.01M CaCl2 (-)

A_ZN_CC

The plant available Zn content, extracted with 0.01M CaCl2 (mg / kg)

+
+
calc_zinc_availability(B_LU_BRP, B_SOILTYPE_AGR, A_PH_CC, A_ZN_CC)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_PH_CC
+

(numeric) The acidity of the soil, determined in 0.01M CaCl2 (-)

+
A_ZN_CC
+

The plant available Zn content, extracted with 0.01M CaCl2 (mg / kg)

+
+
-
- +
- - + + diff --git a/docs/reference/cf_ind_importance.html b/docs/reference/cf_ind_importance.html index 5e7ca159..99f8a23a 100644 --- a/docs/reference/cf_ind_importance.html +++ b/docs/reference/cf_ind_importance.html @@ -1,67 +1,12 @@ - - - - - - - -Helper function to weight and correct the risk and scores — cf_ind_importance • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Helper function to weight and correct the risk and scores — cf_ind_importance • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Helper function to weight and correct the risk and scores

Helper function to weight and correct the risk and scores

-
cf_ind_importance(x)
- -

Arguments

- - - - - - -
x

The risk or score value to be weighted

+
+
cf_ind_importance(x)
+
+
+

Arguments

+
x
+

The risk or score value to be weighted

+
+
-
- +
- - + + diff --git a/docs/reference/column_description.obic.html b/docs/reference/column_description.obic.html index eed59d76..0ebc7a68 100644 --- a/docs/reference/column_description.obic.html +++ b/docs/reference/column_description.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Column description for the OBIC — column_description.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Column description for the OBIC — column_description.obic • OBIC - - + + - - -
-
- -
- -
+
@@ -132,47 +71,54 @@

Column description for the OBIC

This table defines the columns used in the OBIC and which unit is used

-
column_description.obic
+
+
column_description.obic
+
+ +
+

Format

+

A data.frame with 230 rows and 6 columns:

column
+

The column name used in OBIC

+ +
type
+

The type of column

+ +
description_nl
+

A description of the column in Dutch

+
description_en
+

A description of the column in English

-

Format

+
unit
+

The unit used for this column

-

A data.frame with 126 rows and 6 columns:

-
column

The column name used in OBIC

-
type

The type of column

-
description_nl

A description of the column in Dutch

-
description_en

A description of the column in English

-
unit

The unit used for this column

-
method

The method to measure/obtain the values for this column

+
method
+

The method to measure/obtain the values for this column

-
+
+
-
- +
- - + + diff --git a/docs/reference/crops.makkink.html b/docs/reference/crops.makkink.html new file mode 100644 index 00000000..676d3c0d --- /dev/null +++ b/docs/reference/crops.makkink.html @@ -0,0 +1,145 @@ + +Makkink correction factor table — crops.makkink • OBIC + + +
+
+ + + +
+
+ + +
+

This table contains the makkink correction factors for evapo-transpiration per month

+
+ +
+
crops.makkink
+
+ +
+

Format

+

A data.table with 12 rows and 4 columns:

crop_makkink
+

Makkink crop categroy

+ +
1
+

Evapotranspiration correction factors for January

+ +
2
+

Evapotranspiration correction factors for February

+ +
3
+

Evapotranspiration correction factors for March

+ +
4
+

Evapotranspiration correction factors for April

+ +
5
+

Evapotranspiration correction factors for May

+ +
6
+

Evapotranspiration correction factors for June

+ +
7
+

Evapotranspiration correction factors for July

+ +
8
+

Evapotranspiration correction factors for August

+ +
9
+

Evapotranspiration correction factors for September

+ +
10
+

Evapotranspiration correction factors for October

+ +
11
+

Evapotranspiration correction factors for November

+ +
12
+

Evapotranspiration correction factors for December

+ + +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/crops.obic.html b/docs/reference/crops.obic.html index 187c9978..f3678da7 100644 --- a/docs/reference/crops.obic.html +++ b/docs/reference/crops.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Linking table between crops and different functions in OBIC — crops.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Linking table between crops and different functions in OBIC — crops.obic • OBIC - + + - - - -
-
- -
- -
+
@@ -132,62 +71,99 @@

Linking table between crops and different functions in OBIC

This table helps to link the different crops in the OBIC functions with the crops selected by the user

-
crops.obic
- - -

Format

- -

A data.frame with 465 rows and 21 columns:

-
crop_code

The BRP gewascode of the crop

-
crop_name

The name of the crop, in lower case

-
crop_waterstress

Classification linking for linking crops to waterstress.obic

-
crop_intensity

Whether crop is root/tuber crop, rest crop, or other.

-
crop_eos

Effective soil organic matter produced by the crop in kg/ha

-
crop_eos_residue

Effective soil organic matter from plant residues in kg/ha

-
crop_category

Classification of crop per land use type (arable, maize, grass, nature)

-
crop_rotation

Classification of crop to determine function within crop rotations

-
crop_crumbleability

The category for this crop at crumbleablity

-
crop_phosphate

The category for this crop for evaluation phosphate availability

-
crop_sealing

The category for this crop at soil sealing

-
crop_n

The category for this crop for evaluation nitrogen

-
crop_k

The category for this crop for evaluation potassium

-
crop_measure

The category for this crop for evaluating measures

-
nf_clay

Allowed effective N dose on clay soils

-
nf_sand.other

Allowed effective N dose on sanndy soils

-
nf_sand.sout

Allowed effective N dose on sandy soils sensitive to leaching

-
nf_loess

Allowed effective N dose on loess soils

-
nf_peat

Allowed effective N dose on peat soils

-
crop_name_scientific

All-lower-case scientific name of the crop species. When crop is not species specific the genus of the crop is given

-
crop_season

Crop category for length growing season

- -
+
+
crops.obic
+
+ +
+

Format

+

A data.frame with 465 rows and 21 columns:

crop_code
+

The BRP gewascode of the crop

+ +
crop_name
+

The name of the crop, in lower case

+ +
crop_waterstress
+

Classification linking for linking crops to waterstress.obic

+ +
crop_intensity
+

Whether crop is root/tuber crop, rest crop, or other.

+ +
crop_eos
+

Effective soil organic matter produced by the crop in kg/ha

+ +
crop_eos_residue
+

Effective soil organic matter from plant residues in kg/ha

+ +
crop_category
+

Classification of crop per land use type (arable, maize, grass, nature)

+ +
crop_rotation
+

Classification of crop to determine function within crop rotations

+ +
crop_crumbleability
+

The category for this crop at crumbleablity

+
crop_phosphate
+

The category for this crop for evaluation phosphate availability

+ +
crop_sealing
+

The category for this crop at soil sealing

+ +
crop_n
+

The category for this crop for evaluation nitrogen

+ +
crop_k
+

The category for this crop for evaluation potassium

+ +
crop_measure
+

The category for this crop for evaluating measures

+ +
nf_clay
+

Allowed effective N dose on clay soils

+ +
nf_sand.other
+

Allowed effective N dose on sanndy soils

+ +
nf_sand.sout
+

Allowed effective N dose on sandy soils sensitive to leaching

+ +
nf_loess
+

Allowed effective N dose on loess soils

+ +
nf_peat
+

Allowed effective N dose on peat soils

+ +
crop_name_scientific
+

All-lower-case scientific name of the crop species. When crop is not species specific the genus of the crop is given

+ +
crop_season
+

Crop category for length growing season

+ + +
+
-
- +
- - + + diff --git a/docs/reference/eval.crumbleability.html b/docs/reference/eval.crumbleability.html index f7124f25..ffc4828a 100644 --- a/docs/reference/eval.crumbleability.html +++ b/docs/reference/eval.crumbleability.html @@ -1,67 +1,12 @@ - - - - - - - -Coefficient table for evaluating crumbleability — eval.crumbleability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Coefficient table for evaluating crumbleability — eval.crumbleability • OBIC - - + + - - -
-
- -
- -
+
-

This table contains the coefficients for evaluating the crumbleability. This table is used internally in ind_crumbleability

+

This table contains the coefficients for evaluating the crumbleability. This table is used internally in ind_crumbleability

-
eval.crumbleability
- - -

Format

+
+
eval.crumbleability
+
+
+

Format

An object of class data.table (inherits from data.frame) with 16 rows and 4 columns.

+
+
-
- +
- - + + diff --git a/docs/reference/evaluate_logistic.html b/docs/reference/evaluate_logistic.html index 296d975a..f5eb495f 100644 --- a/docs/reference/evaluate_logistic.html +++ b/docs/reference/evaluate_logistic.html @@ -1,67 +1,12 @@ - - - - - - - -Evaluate using the general logistice function — evaluate_logistic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Evaluate using the general logistice function — evaluate_logistic • OBIC - - + + - - -
-
- -
- -
+
@@ -132,62 +71,49 @@

Evaluate using the general logistice function

This function evaluates the calculated values from an indicator using a general logistic function

-
evaluate_logistic(x, b, x0, v, increasing = TRUE)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - -
x

(numeric) The values of a calc function to be converted to an evaluation

b

(numeric) The growth rate

x0

(numeric) The offset of the x-axis

v

(numeric) Affects the growth rate near the maximum

increasing

(boolean) Should the evaluation increase (TRUE) with x or decrease (FALSE)?

- -

References

- -

https://en.wikipedia.org/wiki/Generalised_logistic_function

+
+
evaluate_logistic(x, b, x0, v, increasing = TRUE)
+
+ +
+

Arguments

+
x
+

(numeric) The values of a calc function to be converted to an evaluation

+
b
+

(numeric) The growth rate

+
x0
+

(numeric) The offset of the x-axis

+
v
+

(numeric) Affects the growth rate near the maximum

+
increasing
+

(boolean) Should the evaluation increase (TRUE) with x or decrease (FALSE)?

+
+
+
-
- +
- - + + diff --git a/docs/reference/evaluate_parabolic.html b/docs/reference/evaluate_parabolic.html index 3f2208a1..ed55a32c 100644 --- a/docs/reference/evaluate_parabolic.html +++ b/docs/reference/evaluate_parabolic.html @@ -1,67 +1,12 @@ - - - - - - - -Evaluate using parabolic function with — evaluate_parabolic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Evaluate using parabolic function with — evaluate_parabolic • OBIC - + + - - - -
-
- -
- -
+
@@ -132,47 +71,39 @@

Evaluate using parabolic function with

This function evaluates the calculated values from an indicator using a parabolic function. After the optimum is reached the it stays at its plateau.

-
evaluate_parabolic(x, x.top)
- -

Arguments

- - - - - - - - - - -
x

(numeric) The values of a calc function to be converted to an evaluation

x.top

(numeric) The value at which x reaches the plateau

+
+
evaluate_parabolic(x, x.top)
+
+
+

Arguments

+
x
+

(numeric) The values of a calc function to be converted to an evaluation

+
x.top
+

(numeric) The value at which x reaches the plateau

+
+
-
- +
- - + + diff --git a/docs/reference/format_aer.html b/docs/reference/format_aer.html index 32211919..08136bbf 100644 --- a/docs/reference/format_aer.html +++ b/docs/reference/format_aer.html @@ -1,67 +1,12 @@ - - - - - - - -Convert possible B_AER_CBS values to standardized values — format_aer • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Convert possible B_AER_CBS values to standardized values — format_aer • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Convert possible B_AER_CBS values to standardized values

This function formats information of Agricultural Economic Region so it can be understood by other OBIC functions

-
format_aer(B_AER_CBS)
- -

Arguments

- - - - - - -
B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
+
format_aer(B_AER_CBS)
+
+
+

Arguments

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
+
-
- +
- - + + diff --git a/docs/reference/format_gwt.html b/docs/reference/format_gwt.html index de5eb3ed..b8b390a3 100644 --- a/docs/reference/format_gwt.html +++ b/docs/reference/format_gwt.html @@ -1,67 +1,12 @@ - - - - - - - -Convert possible B_GT values to standardized values — format_gwt • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Convert possible B_GT values to standardized values — format_gwt • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Convert possible B_GT values to standardized values

This function formats ground water table information so it can be understood by other OBIC functions

-
format_gwt(B_GWL_CLASS)
- -

Arguments

- - - - - - -
B_GWL_CLASS

(character) Ground water table classes

+
+
format_gwt(B_GWL_CLASS)
+
+
+

Arguments

+
B_GWL_CLASS
+

(character) Ground water table classes

+
+
-
- +
- - + + diff --git a/docs/reference/format_soilcompaction.html b/docs/reference/format_soilcompaction.html index b043ba6a..d9670abc 100644 --- a/docs/reference/format_soilcompaction.html +++ b/docs/reference/format_soilcompaction.html @@ -1,67 +1,12 @@ - - - - - - - -Convert possible B_SC_WENR values to standardized values — format_soilcompaction • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Convert possible B_SC_WENR values to standardized values — format_soilcompaction • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Convert possible B_SC_WENR values to standardized values

This function converts numeric values for B_SC_WENR to values used by other OBIC functions if numeric values are entered.

-
format_soilcompaction(B_SC_WENR)
- -

Arguments

- - - - - - -
B_SC_WENR

(numeric and/or character) Data on soil compaction risk that may have to be converted to string

+
+
format_soilcompaction(B_SC_WENR)
+
+
+

Arguments

+
B_SC_WENR
+

(numeric and/or character) Data on soil compaction risk that may have to be converted to string

+
+
-
- +
- - + + diff --git a/docs/reference/ind_aggregatestability.html b/docs/reference/ind_aggregatestability.html index 828ab791..57083ae2 100644 --- a/docs/reference/ind_aggregatestability.html +++ b/docs/reference/ind_aggregatestability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator aggregate stability — ind_aggregatestability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator aggregate stability — ind_aggregatestability • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the aggregate stability of the soil by using the index calculated by calc_aggregatestability

+

This function calculates the indicator for the the aggregate stability of the soil by using the index calculated by calc_aggregatestability

-
ind_aggregatestability(D_AS)
- -

Arguments

- - - - - - -
D_AS

(numeric) The value of aggregate stability calculated by calc_aggregatestability

+
+
ind_aggregatestability(D_AS)
+
+
+

Arguments

+
D_AS
+

(numeric) The value of aggregate stability calculated by calc_aggregatestability

+
+
-
- +
- - + + diff --git a/docs/reference/ind_bcs.html b/docs/reference/ind_bcs.html index 56962b1b..a7b210af 100644 --- a/docs/reference/ind_bcs.html +++ b/docs/reference/ind_bcs.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for BodemConditieScore — ind_bcs • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for BodemConditieScore — ind_bcs • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the final score for the BodemConditieScore by using the scores calculated by calc_bcs

+

This function calculates the final score for the BodemConditieScore by using the scores calculated by calc_bcs

-
ind_bcs(D_BCS)
- -

Arguments

- - - - - - -
D_BCS

(numeric) The value of BCS calculated by calc_bcs

+
+
ind_bcs(D_BCS)
+
+
+

Arguments

+
D_BCS
+

(numeric) The value of BCS calculated by calc_bcs

+
+
-
- +
- - + + diff --git a/docs/reference/ind_cec.html b/docs/reference/ind_cec.html index 375e2a3b..3e4a8933 100644 --- a/docs/reference/ind_cec.html +++ b/docs/reference/ind_cec.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for soil fertility given the CEC — ind_cec • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for soil fertility given the CEC — ind_cec • OBIC - + + - - - -
-
- -
- -
+
-

This function estimate how much cations can be buffer by soil, being calculated by calc_cec

+

This function estimate how much cations can be buffer by soil, being calculated by calc_cec

-
ind_cec(D_CEC)
- -

Arguments

- - - - - - -
D_CEC

(numeric) The value of CEC calculated by calc_cec

+
+
ind_cec(D_CEC)
+
+
+

Arguments

+
D_CEC
+

(numeric) The value of CEC calculated by calc_cec

+
+
-
- +
- - + + diff --git a/docs/reference/ind_compaction.html b/docs/reference/ind_compaction.html index 0f5ad386..dc13d949 100644 --- a/docs/reference/ind_compaction.html +++ b/docs/reference/ind_compaction.html @@ -1,69 +1,14 @@ - - - - - - - -Calculate indicator for subsoil compaction — ind_compaction • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for subsoil compaction — ind_compaction • OBIC - - - - - - - - - - + + - - - -
-
- -
- -
+
@@ -136,43 +75,37 @@

Calculate indicator for subsoil compaction

Alterra-rapport 2409, Alterra, Wageningen University and Research Centre,

-
ind_compaction(B_SC_WENR)
- -

Arguments

- - - - - - -
B_SC_WENR

(numeric) The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006)

+
+
ind_compaction(B_SC_WENR)
+
+
+

Arguments

+
B_SC_WENR
+

(numeric) The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006)

+
+
-
- +
- - + + diff --git a/docs/reference/ind_copper.html b/docs/reference/ind_copper.html index dda0deed..06fea2e3 100644 --- a/docs/reference/ind_copper.html +++ b/docs/reference/ind_copper.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for Cu-availability — ind_copper • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for Cu-availability — ind_copper • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the Cu availability in soil by using the Cu-index as calculated by calc_copper_availability

+

This function calculates the indicator for the the Cu availability in soil by using the Cu-index as calculated by calc_copper_availability

-
ind_copper(D_CU, B_LU_BRP)
- -

Arguments

- - - - - - - - - - -
D_CU

(numeric) The value of Cu-index calculated by calc_copper_availability

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

+
+
ind_copper(D_CU, B_LU_BRP)
+
+
+

Arguments

+
D_CU
+

(numeric) The value of Cu-index calculated by calc_copper_availability

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/ind_crumbleability.html b/docs/reference/ind_crumbleability.html index 574fa090..cf5ca803 100644 --- a/docs/reference/ind_crumbleability.html +++ b/docs/reference/ind_crumbleability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for crumbleability — ind_crumbleability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for crumbleability — ind_crumbleability • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for crumbleability. The crumbleability is calculated by calc_crumbleability

+

This function calculates the indicator for crumbleability. The crumbleability is calculated by calc_crumbleability

-
ind_crumbleability(D_CR, B_LU_BRP)
- -

Arguments

- - - - - - - - - - -
D_CR

(numeric) The value of crumbleability calculated by calc_crumbleability

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

+
+
ind_crumbleability(D_CR, B_LU_BRP)
+
+
+

Arguments

+
D_CR
+

(numeric) The value of crumbleability calculated by calc_crumbleability

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/ind_gw_recharge.html b/docs/reference/ind_gw_recharge.html new file mode 100644 index 00000000..94a86935 --- /dev/null +++ b/docs/reference/ind_gw_recharge.html @@ -0,0 +1,115 @@ + +Calculate groundwater recharge of a soil — ind_gw_recharge • OBIC + + +
+
+ + + +
+
+ + +
+

This function calculates an index score for groundwater storage based on WHC, sealing risk, drainage and subsoil compaction

+
+ +
+
ind_gw_recharge(D_WRI_WHC, D_PSP, I_P_SE, I_P_CO, B_DRAIN = FALSE)
+
+ +
+

Arguments

+
D_WRI_WHC
+

(numeric) The value for Water Retention index (WRI) for WHC as calculated by calc_waterretention

+
D_PSP
+

(numeric) The precipitation surplus per crop calculated by calc_psp

+
I_P_SE
+

(numeric) The indicator value for soil sealing

+
I_P_CO
+

(numeric) The indicator value for occurrence of subsoil compaction

+
B_DRAIN
+

(boolean) Are drains installed to drain the field (options: yes or no)

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/ind_magnesium.html b/docs/reference/ind_magnesium.html index 3c982623..20a471da 100644 --- a/docs/reference/ind_magnesium.html +++ b/docs/reference/ind_magnesium.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for Magnesium — ind_magnesium • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for Magnesium — ind_magnesium • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the Magnesium content of the soil by using the Mg-availability calculated by calc_magnesium_availability

+

This function calculates the indicator for the the Magnesium content of the soil by using the Mg-availability calculated by calc_magnesium_availability

-
ind_magnesium(D_MG, B_LU_BRP, B_SOILTYPE_AGR)
- -

Arguments

- - - - - - - - - - - - - - -
D_MG

(numeric) The value of Mg calculated by calc_magnesium_availability

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_SOILTYPE_AGR

(character) The type of soil

+
+
ind_magnesium(D_MG, B_LU_BRP, B_SOILTYPE_AGR)
+
+
+

Arguments

+
D_MG
+

(numeric) The value of Mg calculated by calc_magnesium_availability

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
+
-
- +
- - + + diff --git a/docs/reference/ind_man_ess.html b/docs/reference/ind_man_ess.html index c4374048..b1b3fb09 100644 --- a/docs/reference/ind_man_ess.html +++ b/docs/reference/ind_man_ess.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate the indicator for sustainable management given a required ecoystem service — ind_man_ess • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for sustainable management given a required ecoystem service — ind_man_ess • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the the sustainability of strategic management options for a given ecoystem service as calculated by calc_man_ess +

This function calculates the the sustainability of strategic management options for a given ecoystem service as calculated by calc_man_ess The main source of this indicator is developed for Label Duurzaam Bodembeheer (Van der Wal, 2016)

-
ind_man_ess(D_MAN, B_LU_BRP, B_SOILTYPE_AGR, type)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
D_MAN

(numeric) The value of Sustainable Management calculated by calc_man_ess

B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The type of soil

type

(character) type of ecosystem service to evaluate the impact of soil management. Options: I_M_SOILFERTILITY, I_M_CLIMATE, I_M_WATERQUALITY, and I_M_BIODIVERSITY

+
+
ind_man_ess(D_MAN, B_LU_BRP, B_SOILTYPE_AGR, type)
+
+
+

Arguments

+
D_MAN
+

(numeric) The value of Sustainable Management calculated by calc_man_ess

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
type
+

(character) type of ecosystem service to evaluate the impact of soil management. Options: I_M_SOILFERTILITY, I_M_CLIMATE, I_M_WATERQUALITY, and I_M_BIODIVERSITY

+
+
-
- +
- - + + diff --git a/docs/reference/ind_management.html b/docs/reference/ind_management.html index a464657f..d63fee81 100644 --- a/docs/reference/ind_management.html +++ b/docs/reference/ind_management.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate the indicator for sustainable management — ind_management • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for sustainable management — ind_management • OBIC - - + + - - -
-
- -
- -
+
-

This function calculates the the sustainability of strategic management options as calculated by calc_management +

This function calculates the the sustainability of strategic management options as calculated by calc_management The main source of this indicator is developed for Label Duurzaam Bodembeheer (Van der Wal, 2016)

-
ind_management(D_MAN, B_LU_BRP, B_SOILTYPE_AGR)
- -

Arguments

- - - - - - - - - - - - - - -
D_MAN

(numeric) The value of Sustainable Management calculated by calc_management

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_SOILTYPE_AGR

(character) The type of soil

- -

Details

- -

The current function allows a maximum score of 16 points for arable systems, 12 for maize -and 9 for grass (non-peat) and 17 for grass on peat.

+
+
ind_management(D_MAN, B_LU_BRP, B_SOILTYPE_AGR)
+
+ +
+

Arguments

+
D_MAN
+

(numeric) The value of Sustainable Management calculated by calc_management

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
+
+

Details

+

The current function allows a maximum score of 18 points for arable systems, 12 for maize +and 10 for grass (non-peat), 17 for grass on peat, and 4 for nature.

+
+
-
- +
- - + + diff --git a/docs/reference/ind_n_efficiency.html b/docs/reference/ind_n_efficiency.html new file mode 100644 index 00000000..1400bb01 --- /dev/null +++ b/docs/reference/ind_n_efficiency.html @@ -0,0 +1,107 @@ + +Calculate an indicator value for nitrogen use efficiency and leaching based on N surplus — ind_n_efficiency • OBIC + + +
+
+ + + +
+
+ + +
+

This function gives an indicator value for nitrogen use efficiency calculated by calc_n_efficiency, this function makes use of ind_nretention

+
+ +
+
ind_n_efficiency(D_NLEACH)
+
+ +
+

Arguments

+
D_NLEACH
+

(numeric) The value of N leaching calculated by calc_n_efficiency

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/ind_nematodes.html b/docs/reference/ind_nematodes.html index 4ba71a00..4a483014 100644 --- a/docs/reference/ind_nematodes.html +++ b/docs/reference/ind_nematodes.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate indicator for plant parasitic nematodes — ind_nematodes • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for plant parasitic nematodes — ind_nematodes • OBIC - + + - - - -
-
- -
- -
+
@@ -134,320 +73,204 @@

Calculate indicator for plant parasitic nematodes

If input values are not given, the number is assumed to be zero.

-
ind_nematodes(
-  B_LU_BRP = B_LU_BRP,
-  A_RLN_PR_TOT = 0,
-  A_RLN_PR_CREN = 0,
-  A_RLN_PR_NEG = 0,
-  A_RLN_PR_PEN = 0,
-  A_RLN_PR_PRA = 0,
-  A_RLN_PR_THO = 0,
-  A_RLN_PR_FLA = 0,
-  A_RLN_PR_FAL = 0,
-  A_RLN_PR_PIN = 0,
-  A_RLN_PR_PSE = 0,
-  A_RLN_PR_VUL = 0,
-  A_RLN_PR_DUN = 0,
-  A_RLN_PR_ZEA = 0,
-  A_RKN_ME_TOT = 0,
-  A_RKN_ME_HAP = 0,
-  A_RKN_ME_CHIFAL = 0,
-  A_RKN_ME_CHI = 0,
-  A_RKN_ME_NAA = 0,
-  A_RKN_ME_FAL = 0,
-  A_RKN_ME_MIN = 0,
-  A_RKN_ME_INC = 0,
-  A_RKN_ME_JAV = 0,
-  A_RKN_ME_ART = 0,
-  A_RKN_ME_ARE = 0,
-  A_RKN_ME_ARD = 0,
-  A_DSN_TR_TOT = 0,
-  A_DSN_TR_SIM = 0,
-  A_DSN_TR_PRI = 0,
-  A_DSN_TR_VIR = 0,
-  A_DSN_TR_SPA = 0,
-  A_DSN_TR_CYL = 0,
-  A_DSN_TR_HOO = 0,
-  A_DSN_PA_TER = 0,
-  A_DSN_PA_PAC = 0,
-  A_DSN_PA_ANE = 0,
-  A_DSN_PA_NAN = 0,
-  A_DSN_TY_TOT = 0,
-  A_DSN_RO_TOT = 0,
-  A_DSN_XI_TOT = 0,
-  A_DSN_LO_TOT = 0,
-  A_DSN_HEM_TOT = 0,
-  A_DSN_HEL_TOT = 0,
-  A_SN_DI_TOT = 0,
-  A_SN_DI_DIP = 0,
-  A_SN_DI_DES = 0,
-  A_OPN_PA_TOT = 0,
-  A_OPN_PA_BUK = 0,
-  A_OPN_CY_TOT = 0,
-  A_OPN_AP_TOT = 0,
-  A_OPN_AP_FRA = 0,
-  A_OPN_AP_RIT = 0,
-  A_OPN_AP_SUB = 0,
-  A_OPN_CR_TOT = 0,
-  A_OPN_SU_TOT = 0,
-  A_NPN_SA_TOT = 0
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

A_RLN_PR_TOT

(numeric) Number of pratylenchus spp. (n / 100g)

A_RLN_PR_CREN

(numeric) Number of pratylenchus crenatus (n / 100g)

A_RLN_PR_NEG

(numeric) Number of pratylenchus neglectus (n / 100g)

A_RLN_PR_PEN

(numeric) Number of pratylenchus penetrans (n / 100g)

A_RLN_PR_PRA

(numeric) Number of pratylenchus pratensis (n / 100g)

A_RLN_PR_THO

(numeric) Number of pratylenchus thornei (n / 100g)

A_RLN_PR_FLA

(numeric) Number of pratylenchus flakkensis (n / 100g)

A_RLN_PR_FAL

(numeric) Number of pratylenchus fallax (n / 100g)

A_RLN_PR_PIN

(numeric) Number of pratylenchus pinguicaudatus (n / 100g)

A_RLN_PR_PSE

(numeric) Number of pratylenchus pseudopratensis (n / 100g)

A_RLN_PR_VUL

(numeric) Number of pratylenchus vulnus (n / 100g)

A_RLN_PR_DUN

(numeric) Number of pratylenchus dunensis (n / 100g)

A_RLN_PR_ZEA

(numeric) Number of pratylenchus zeae (n / 100g)

A_RKN_ME_TOT

(numeric) Number of meloidogyne spp. (n / 100g)

A_RKN_ME_HAP

(numeric) Number of meloidogyne hapla (n / 100g)

A_RKN_ME_CHIFAL

(numeric) Number of meloidogyne chitwoodi/fallax (n / 100g)

A_RKN_ME_CHI

(numeric) Number of meloidogyne chitwoodi (n / 100g)

A_RKN_ME_NAA

(numeric) Number of meloidogyne naasi (n / 100g)

A_RKN_ME_FAL

(numeric) Number of meloidogyne fallax (n / 100g)

A_RKN_ME_MIN

(numeric) Number of meloidogyne minor (n / 100g)

A_RKN_ME_INC

(numeric) Number of meloidogyne incognita (n / 100g)

A_RKN_ME_JAV

(numeric) Number of meloidogyne javanica (n / 100g)

A_RKN_ME_ART

(numeric) Number of meloidogyne artiellia (n / 100g)

A_RKN_ME_ARE

(numeric) Number of meloidogyne arenaria (n / 100g)

A_RKN_ME_ARD

(numeric) Number of meloidogyne ardenensis (n / 100g)

A_DSN_TR_TOT

(numeric) Number of trichodoridae spp. (n / 100g)

A_DSN_TR_SIM

(numeric) Number of trichodorus similis (n / 100g)

A_DSN_TR_PRI

(numeric) Number of trichodorus primitivus (n / 100g)

A_DSN_TR_VIR

(numeric) Number of trichodorus viruliferus (n / 100g)

A_DSN_TR_SPA

(numeric) Number of trichodorus sparsus (n / 100g)

A_DSN_TR_CYL

(numeric) Number of trichodorus cylindricus (n / 100g)

A_DSN_TR_HOO

(numeric) Number of trichodorus hooperi (n / 100g)

A_DSN_PA_TER

(numeric) Number of paratrichodorus teres (n / 100g)

A_DSN_PA_PAC

(numeric) Number of paratrichodorus pachydermus (n / 100g)

A_DSN_PA_ANE

(numeric) Number of paratrichodorus anemones (n / 100g)

A_DSN_PA_NAN

(numeric) Number of paratrichodorus nanus (n / 100g)

A_DSN_TY_TOT

(numeric) Number of tylenchorhynchus spp. (n / 100g)

A_DSN_RO_TOT

(numeric) Number of rotylenchus spp. (n / 100g)

A_DSN_XI_TOT

(numeric) Number of xiphinema spp. (n / 100g)

A_DSN_LO_TOT

(numeric) Number of longidorus spp. (n / 100g)

A_DSN_HEM_TOT

(numeric) Number of hemicycliophora spp. (n / 100g)

A_DSN_HEL_TOT

(numeric) Number of helicotylenchus spp. (n / 100g)

A_SN_DI_TOT

(numeric) Number of ditylenchus spp. (n / 100g)

A_SN_DI_DIP

(numeric) Number of ditylenchus dipsaci (n / 100g)

A_SN_DI_DES

(numeric) Number of ditylenchus destructor (n / 100g)

A_OPN_PA_TOT

(numeric) Number of paratylenchus spp. (n / 100g)

A_OPN_PA_BUK

(numeric) Number of paratylenchus bukowinensis (n / 100g)

A_OPN_CY_TOT

(numeric) Number of cysteaaltjes (n / 100g)

A_OPN_AP_TOT

(numeric) Number of aphelenchoides spp. (n / 100g)

A_OPN_AP_FRA

(numeric) Number of aphelenchoides fragariae (n / 100g)

A_OPN_AP_RIT

(numeric) Number of aphelenchoides ritzemabosi (n / 100g)

A_OPN_AP_SUB

(numeric) Number of aphelenchoides subtenuis (n / 100g)

A_OPN_CR_TOT

(numeric) Number of criconematidae spp. (n / 100g)

A_OPN_SU_TOT

(numeric) Number of subanguina spp. (n / 100g)

A_NPN_SA_TOT

(numeric) Number of saprofage en overige (n / 100g)

+
+
ind_nematodes(
+  B_LU_BRP = B_LU_BRP,
+  A_RLN_PR_TOT = 0,
+  A_RLN_PR_CREN = 0,
+  A_RLN_PR_NEG = 0,
+  A_RLN_PR_PEN = 0,
+  A_RLN_PR_PRA = 0,
+  A_RLN_PR_THO = 0,
+  A_RLN_PR_FLA = 0,
+  A_RLN_PR_FAL = 0,
+  A_RLN_PR_PIN = 0,
+  A_RLN_PR_PSE = 0,
+  A_RLN_PR_VUL = 0,
+  A_RLN_PR_DUN = 0,
+  A_RLN_PR_ZEA = 0,
+  A_RKN_ME_TOT = 0,
+  A_RKN_ME_HAP = 0,
+  A_RKN_ME_CHIFAL = 0,
+  A_RKN_ME_CHI = 0,
+  A_RKN_ME_NAA = 0,
+  A_RKN_ME_FAL = 0,
+  A_RKN_ME_MIN = 0,
+  A_RKN_ME_INC = 0,
+  A_RKN_ME_JAV = 0,
+  A_RKN_ME_ART = 0,
+  A_RKN_ME_ARE = 0,
+  A_RKN_ME_ARD = 0,
+  A_DSN_TR_TOT = 0,
+  A_DSN_TR_SIM = 0,
+  A_DSN_TR_PRI = 0,
+  A_DSN_TR_VIR = 0,
+  A_DSN_TR_SPA = 0,
+  A_DSN_TR_CYL = 0,
+  A_DSN_TR_HOO = 0,
+  A_DSN_PA_TER = 0,
+  A_DSN_PA_PAC = 0,
+  A_DSN_PA_ANE = 0,
+  A_DSN_PA_NAN = 0,
+  A_DSN_TY_TOT = 0,
+  A_DSN_RO_TOT = 0,
+  A_DSN_XI_TOT = 0,
+  A_DSN_LO_TOT = 0,
+  A_DSN_HEM_TOT = 0,
+  A_DSN_HEL_TOT = 0,
+  A_SN_DI_TOT = 0,
+  A_SN_DI_DIP = 0,
+  A_SN_DI_DES = 0,
+  A_OPN_PA_TOT = 0,
+  A_OPN_PA_BUK = 0,
+  A_OPN_CY_TOT = 0,
+  A_OPN_AP_TOT = 0,
+  A_OPN_AP_FRA = 0,
+  A_OPN_AP_RIT = 0,
+  A_OPN_AP_SUB = 0,
+  A_OPN_CR_TOT = 0,
+  A_OPN_SU_TOT = 0,
+  A_NPN_SA_TOT = 0
+)
+
+
+

Arguments

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
A_RLN_PR_TOT
+

(numeric) Number of pratylenchus spp. (n / 100g)

+
A_RLN_PR_CREN
+

(numeric) Number of pratylenchus crenatus (n / 100g)

+
A_RLN_PR_NEG
+

(numeric) Number of pratylenchus neglectus (n / 100g)

+
A_RLN_PR_PEN
+

(numeric) Number of pratylenchus penetrans (n / 100g)

+
A_RLN_PR_PRA
+

(numeric) Number of pratylenchus pratensis (n / 100g)

+
A_RLN_PR_THO
+

(numeric) Number of pratylenchus thornei (n / 100g)

+
A_RLN_PR_FLA
+

(numeric) Number of pratylenchus flakkensis (n / 100g)

+
A_RLN_PR_FAL
+

(numeric) Number of pratylenchus fallax (n / 100g)

+
A_RLN_PR_PIN
+

(numeric) Number of pratylenchus pinguicaudatus (n / 100g)

+
A_RLN_PR_PSE
+

(numeric) Number of pratylenchus pseudopratensis (n / 100g)

+
A_RLN_PR_VUL
+

(numeric) Number of pratylenchus vulnus (n / 100g)

+
A_RLN_PR_DUN
+

(numeric) Number of pratylenchus dunensis (n / 100g)

+
A_RLN_PR_ZEA
+

(numeric) Number of pratylenchus zeae (n / 100g)

+
A_RKN_ME_TOT
+

(numeric) Number of meloidogyne spp. (n / 100g)

+
A_RKN_ME_HAP
+

(numeric) Number of meloidogyne hapla (n / 100g)

+
A_RKN_ME_CHIFAL
+

(numeric) Number of meloidogyne chitwoodi/fallax (n / 100g)

+
A_RKN_ME_CHI
+

(numeric) Number of meloidogyne chitwoodi (n / 100g)

+
A_RKN_ME_NAA
+

(numeric) Number of meloidogyne naasi (n / 100g)

+
A_RKN_ME_FAL
+

(numeric) Number of meloidogyne fallax (n / 100g)

+
A_RKN_ME_MIN
+

(numeric) Number of meloidogyne minor (n / 100g)

+
A_RKN_ME_INC
+

(numeric) Number of meloidogyne incognita (n / 100g)

+
A_RKN_ME_JAV
+

(numeric) Number of meloidogyne javanica (n / 100g)

+
A_RKN_ME_ART
+

(numeric) Number of meloidogyne artiellia (n / 100g)

+
A_RKN_ME_ARE
+

(numeric) Number of meloidogyne arenaria (n / 100g)

+
A_RKN_ME_ARD
+

(numeric) Number of meloidogyne ardenensis (n / 100g)

+
A_DSN_TR_TOT
+

(numeric) Number of trichodoridae spp. (n / 100g)

+
A_DSN_TR_SIM
+

(numeric) Number of trichodorus similis (n / 100g)

+
A_DSN_TR_PRI
+

(numeric) Number of trichodorus primitivus (n / 100g)

+
A_DSN_TR_VIR
+

(numeric) Number of trichodorus viruliferus (n / 100g)

+
A_DSN_TR_SPA
+

(numeric) Number of trichodorus sparsus (n / 100g)

+
A_DSN_TR_CYL
+

(numeric) Number of trichodorus cylindricus (n / 100g)

+
A_DSN_TR_HOO
+

(numeric) Number of trichodorus hooperi (n / 100g)

+
A_DSN_PA_TER
+

(numeric) Number of paratrichodorus teres (n / 100g)

+
A_DSN_PA_PAC
+

(numeric) Number of paratrichodorus pachydermus (n / 100g)

+
A_DSN_PA_ANE
+

(numeric) Number of paratrichodorus anemones (n / 100g)

+
A_DSN_PA_NAN
+

(numeric) Number of paratrichodorus nanus (n / 100g)

+
A_DSN_TY_TOT
+

(numeric) Number of tylenchorhynchus spp. (n / 100g)

+
A_DSN_RO_TOT
+

(numeric) Number of rotylenchus spp. (n / 100g)

+
A_DSN_XI_TOT
+

(numeric) Number of xiphinema spp. (n / 100g)

+
A_DSN_LO_TOT
+

(numeric) Number of longidorus spp. (n / 100g)

+
A_DSN_HEM_TOT
+

(numeric) Number of hemicycliophora spp. (n / 100g)

+
A_DSN_HEL_TOT
+

(numeric) Number of helicotylenchus spp. (n / 100g)

+
A_SN_DI_TOT
+

(numeric) Number of ditylenchus spp. (n / 100g)

+
A_SN_DI_DIP
+

(numeric) Number of ditylenchus dipsaci (n / 100g)

+
A_SN_DI_DES
+

(numeric) Number of ditylenchus destructor (n / 100g)

+
A_OPN_PA_TOT
+

(numeric) Number of paratylenchus spp. (n / 100g)

+
A_OPN_PA_BUK
+

(numeric) Number of paratylenchus bukowinensis (n / 100g)

+
A_OPN_CY_TOT
+

(numeric) Number of cysteaaltjes (n / 100g)

+
A_OPN_AP_TOT
+

(numeric) Number of aphelenchoides spp. (n / 100g)

+
A_OPN_AP_FRA
+

(numeric) Number of aphelenchoides fragariae (n / 100g)

+
A_OPN_AP_RIT
+

(numeric) Number of aphelenchoides ritzemabosi (n / 100g)

+
A_OPN_AP_SUB
+

(numeric) Number of aphelenchoides subtenuis (n / 100g)

+
A_OPN_CR_TOT
+

(numeric) Number of criconematidae spp. (n / 100g)

+
A_OPN_SU_TOT
+

(numeric) Number of subanguina spp. (n / 100g)

+
A_NPN_SA_TOT
+

(numeric) Number of saprofage en overige (n / 100g)

+
+
-
- +
- - + + diff --git a/docs/reference/ind_nematodes_list.html b/docs/reference/ind_nematodes_list.html index 7e055789..c1d114e1 100644 --- a/docs/reference/ind_nematodes_list.html +++ b/docs/reference/ind_nematodes_list.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate indicator for plant parasitic nematodes — ind_nematodes_list • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for plant parasitic nematodes — ind_nematodes_list • OBIC - + + - - - -
-
- -
- -
+
@@ -134,43 +73,37 @@

Calculate indicator for plant parasitic nematodes

A subset of nematodes is weighted in the set regardless of their presence.

-
ind_nematodes_list(A_NEMA)
- -

Arguments

- - - - - - -
A_NEMA

(data.table) Long data table with the counted nematodes of a parcel.

+
+
ind_nematodes_list(A_NEMA)
+
+
+

Arguments

+
A_NEMA
+

(data.table) Long data table with the counted nematodes of a parcel.

+
+
-
- +
- - + + diff --git a/docs/reference/ind_nitrogen.html b/docs/reference/ind_nitrogen.html index ba8abe50..3a08fb6b 100644 --- a/docs/reference/ind_nitrogen.html +++ b/docs/reference/ind_nitrogen.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for NLV — ind_nitrogen • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for NLV — ind_nitrogen • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the nitrogen content of the soil by using the NLV calculated by calc_nlv

+

This function calculates the indicator for the the nitrogen content of the soil by using the NLV calculated by calc_nlv

-
ind_nitrogen(D_NLV, B_LU_BRP)
- -

Arguments

- - - - - - - - - - -
D_NLV

(numeric) The value of NLV calculated by calc_nlv

B_LU_BRP

(numeric) The crop code from the BRP

+
+
ind_nitrogen(D_NLV, B_LU_BRP)
+
+
+

Arguments

+
D_NLV
+

(numeric) The value of NLV calculated by calc_nlv

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/ind_nretention.html b/docs/reference/ind_nretention.html index 588097f4..3b046961 100644 --- a/docs/reference/ind_nretention.html +++ b/docs/reference/ind_nretention.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for N retention for groundwater or surface water — ind_nretention • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for N retention for groundwater or surface water — ind_nretention • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the N retention of the soil by using the N leaching to groundwater or surface water calculated by calc_nleach

+

This function calculates the indicator for the N retention of the soil by using the N leaching to groundwater or surface water calculated by calc_nleach

-
ind_nretention(D_NW, leaching_to)
- -

Arguments

- - - - - - - - - - -
D_NW

(numeric) The value of N leaching calculated by calc_nleach

leaching_to

(character) whether it evaluates N leaching to groundwater ("gw") or to surface water ("ow")

+
+
ind_nretention(D_NW, leaching_to)
+
+
+

Arguments

+
D_NW
+

(numeric) The value of N leaching calculated by calc_nleach

+
leaching_to
+

(character) whether it evaluates N leaching to groundwater ("gw") or to surface water ("ow")

+
+
-
- +
- - + + diff --git a/docs/reference/ind_pesticide_leaching.html b/docs/reference/ind_pesticide_leaching.html new file mode 100644 index 00000000..0b27394d --- /dev/null +++ b/docs/reference/ind_pesticide_leaching.html @@ -0,0 +1,107 @@ + +Calculate an indicator score for pesticide leaching — ind_pesticide_leaching • OBIC + + +
+
+ + + +
+
+ + +
+

This function calculates the indicator value for pesticide leaching from a soil

+
+ +
+
ind_pesticide_leaching(D_PESTICIDE)
+
+ +
+

Arguments

+
D_PESTICIDE
+

The fraction of pesticide leached compared to the worst case scenario

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/ind_ph.html b/docs/reference/ind_ph.html index cf50a750..42281972 100644 --- a/docs/reference/ind_ph.html +++ b/docs/reference/ind_ph.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for pH — ind_ph • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for pH — ind_ph • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the pH of the soil by the difference with the optimum pH. This is calculated in calc_ph_delta.

+

This function calculates the indicator for the pH of the soil by the difference with the optimum pH. This is calculated in calc_ph_delta.

-
ind_ph(D_PH_DELTA)
- -

Arguments

- - - - - - -
D_PH_DELTA

(numeric) The pH difference with the optimal pH.

+
+
ind_ph(D_PH_DELTA)
+
+
+

Arguments

+
D_PH_DELTA
+

(numeric) The pH difference with the optimal pH.

+
+
-
- +
- - + + diff --git a/docs/reference/ind_phosphate_availability.html b/docs/reference/ind_phosphate_availability.html index 453fcb07..39063a2e 100644 --- a/docs/reference/ind_phosphate_availability.html +++ b/docs/reference/ind_phosphate_availability.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for the the phosphate availability — ind_phosphate_availability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for the the phosphate availability — ind_phosphate_availability • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the phosphate availability calculated by calc_phosphate_availability

+

This function calculates the indicator for the phosphate availability calculated by calc_phosphate_availability

-
ind_phosphate_availability(D_PBI)
- -

Arguments

- - - - - - -
D_PBI

(numeric) The value of phosphate availability calculated by calc_phosphate_availability

+
+
ind_phosphate_availability(D_PBI)
+
+
+

Arguments

+
D_PBI
+

(numeric) The value of phosphate availability calculated by calc_phosphate_availability

+
+
-
- +
- - + + diff --git a/docs/reference/ind_pmn.html b/docs/reference/ind_pmn.html index 0214169b..0040af21 100644 --- a/docs/reference/ind_pmn.html +++ b/docs/reference/ind_pmn.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for microbial biological activity — ind_pmn • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for microbial biological activity — ind_pmn • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator that assess the microbial biological activity of the soil by using the PMN calculated by calc_pmn

+

This function calculates the indicator that assess the microbial biological activity of the soil by using the PMN calculated by calc_pmn

-
ind_pmn(D_PMN)
- -

Arguments

- - - - - - -
D_PMN

(numeric) The value of PMN calculated by calc_pmn

+
+
ind_pmn(D_PMN)
+
+
+

Arguments

+
D_PMN
+

(numeric) The value of PMN calculated by calc_pmn

+
+
-
- +
- - + + diff --git a/docs/reference/ind_potassium.html b/docs/reference/ind_potassium.html index 0e828084..f034cfe5 100644 --- a/docs/reference/ind_potassium.html +++ b/docs/reference/ind_potassium.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for Potassium Availability — ind_potassium • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for Potassium Availability — ind_potassium • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the Potassium Availability of the soil by using the K-availability calculated by calc_potassium_availability

+

This function calculates the indicator for the the Potassium Availability of the soil by using the K-availability calculated by calc_potassium_availability

-
ind_potassium(D_K, B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
D_K

(numeric) The value of K-index calculated by calc_potassium_availability

B_LU_BRP

(numeric) The crop code from the BRP

B_SOILTYPE_AGR

(character) The agricultural type of soil

A_SOM_LOI

(numeric) The organic matter content of the soil (%)

+
+
ind_potassium(D_K, B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI)
+
+
+

Arguments

+
D_K
+

(numeric) The value of K-index calculated by calc_potassium_availability

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
A_SOM_LOI
+

(numeric) The organic matter content of the soil (%)

+
+
-
- +
- - + + diff --git a/docs/reference/ind_resistance.html b/docs/reference/ind_resistance.html index ce525bc1..62d961f5 100644 --- a/docs/reference/ind_resistance.html +++ b/docs/reference/ind_resistance.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate indicator for soil resistance — ind_resistance • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for soil resistance — ind_resistance • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Calculate indicator for soil resistance

This function calculates the indicator for the resistance of the soil against diseases and is indicated by the amount of soil life.

-
ind_resistance(A_SOM_LOI)
- -

Arguments

- - - - - - -
A_SOM_LOI

(numeric) The organic matter content of the soil in percentage

+
+
ind_resistance(A_SOM_LOI)
+
+
+

Arguments

+
A_SOM_LOI
+

(numeric) The organic matter content of the soil in percentage

+
+
-
- +
- - + + diff --git a/docs/reference/ind_sealing.html b/docs/reference/ind_sealing.html index 9b067a65..ad04dfe2 100644 --- a/docs/reference/ind_sealing.html +++ b/docs/reference/ind_sealing.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the soil sealing indicator — ind_sealing • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the soil sealing indicator — ind_sealing • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the soil sealing calculated by calc_sealing_risk

+

This function calculates the indicator for the soil sealing calculated by calc_sealing_risk

-
ind_sealing(D_SE, B_LU_BRP)
- -

Arguments

- - - - - - - - - - -
D_SE

(numeric) The value of soil sealing calculated by calc_sealing_risk

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

+
+
ind_sealing(D_SE, B_LU_BRP)
+
+
+

Arguments

+
D_SE
+

(numeric) The value of soil sealing calculated by calc_sealing_risk

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/ind_sulpher.html b/docs/reference/ind_sulpher.html index 2795a9dd..9f1d4f15 100644 --- a/docs/reference/ind_sulpher.html +++ b/docs/reference/ind_sulpher.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for SLV — ind_sulpher • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for SLV — ind_sulpher • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the S-index by using the SLV calculated by calc_slv

+

This function calculates the indicator for the the S-index by using the SLV calculated by calc_slv

-
ind_sulpher(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
D_SLV

(numeric) The value of SLV calculated by calc_slv

B_LU_BRP

(numeric) The crop code (gewascode) from the BRP

B_SOILTYPE_AGR

(character) The type of soil

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
+
ind_sulpher(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)
+
+
+

Arguments

+
D_SLV
+

(numeric) The value of SLV calculated by calc_slv

+
B_LU_BRP
+

(numeric) The crop code (gewascode) from the BRP

+
B_SOILTYPE_AGR
+

(character) The type of soil

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
+
-
- +
- - + + diff --git a/docs/reference/ind_waterretention.html b/docs/reference/ind_waterretention.html index 29663bf1..d62d8a17 100644 --- a/docs/reference/ind_waterretention.html +++ b/docs/reference/ind_waterretention.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate indicator for Water Retention index — ind_waterretention • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for Water Retention index — ind_waterretention • OBIC - + + - - - -
-
- -
- -
+
@@ -134,47 +73,39 @@

Calculate indicator for Water Retention index

These include : 'wilting point','field capacity','water holding capacity','plant available water' and 'Ksat'

-
ind_waterretention(D_P_WRI, type = "plant available water")
- -

Arguments

- - - - - - - - - - -
D_P_WRI

(numeric) The value for Water Retention index (WRI) as calculated by calc_waterretention

type

(character) The type of waterretention index. Options include c('wilting point','field capacity','water holding capacity','plant available water','Ksat')

+
+
ind_waterretention(D_P_WRI, type = "plant available water")
+
+
+

Arguments

+
D_P_WRI
+

(numeric) The value for Water Retention index (WRI) as calculated by calc_waterretention

+
type
+

(character) The type of waterretention index. Options include c('wilting point','field capacity','water holding capacity','plant available water','Ksat')

+
+
-
- +
- - + + diff --git a/docs/reference/ind_waterstressindex.html b/docs/reference/ind_waterstressindex.html index 1bb1183e..e452b601 100644 --- a/docs/reference/ind_waterstressindex.html +++ b/docs/reference/ind_waterstressindex.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the Water Stress Index — ind_waterstressindex • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the Water Stress Index — ind_waterstressindex • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the risk for yield depression due to drought, an excess of water or a combination of both. The WSI is calculated by calc_waterstressindex

+

This function calculates the risk for yield depression due to drought, an excess of water or a combination of both. The WSI is calculated by calc_waterstressindex

-
ind_waterstressindex(D_WSI)
- -

Arguments

- - - - - - -
D_WSI

(numeric) The value of WSI calculated by calc_waterstressindex

+
+
ind_waterstressindex(D_WSI)
+
+
+

Arguments

+
D_WSI
+

(numeric) The value of WSI calculated by calc_waterstressindex

+
+
-
- +
- - + + diff --git a/docs/reference/ind_winderodibility.html b/docs/reference/ind_winderodibility.html index 4217b01c..9ce5d491 100644 --- a/docs/reference/ind_winderodibility.html +++ b/docs/reference/ind_winderodibility.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate indicator for wind erodibility — ind_winderodibility • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for wind erodibility — ind_winderodibility • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Calculate indicator for wind erodibility

This function calculats the indicator for the resistance of the soil against wind erosion.

-
ind_winderodibility(D_P_DU)
- -

Arguments

- - - - - - -
D_P_DU

(numeric) The value for wind erodibility factor (WEF) as calculated by calc_winderodibility

+
+
ind_winderodibility(D_P_DU)
+
+
+

Arguments

+
D_P_DU
+

(numeric) The value for wind erodibility factor (WEF) as calculated by calc_winderodibility

+
+
-
- +
- - + + diff --git a/docs/reference/ind_workability.html b/docs/reference/ind_workability.html index 9a3ad8ce..463b75ff 100644 --- a/docs/reference/ind_workability.html +++ b/docs/reference/ind_workability.html @@ -1,68 +1,13 @@ - - - - - - - -Calculate indicator for workability — ind_workability • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate indicator for workability — ind_workability • OBIC - + + - - - -
-
- -
- -
+
@@ -134,43 +73,39 @@

Calculate indicator for workability

inflicting structural damage that cannot be restored by the regular management on the farm.

-
ind_workability(D_P_WO)
- -

Arguments

- - - - - - -
D_P_WO

(numeric) The value of workability calculated by calc_workability

+
+
ind_workability(D_WO, B_LU_BRP)
+
+
+

Arguments

+
D_WO
+

(numeric) The value of the relative (workable) season length calculated by calc_workability

+
B_LU_BRP
+

(numeric) The crop code from the BRP

+
+
-
- +
- - + + diff --git a/docs/reference/ind_zinc.html b/docs/reference/ind_zinc.html index b977661a..37575081 100644 --- a/docs/reference/ind_zinc.html +++ b/docs/reference/ind_zinc.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the indicator for Zn-availability — ind_zinc • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the indicator for Zn-availability — ind_zinc • OBIC - + + - - - -
-
- -
- -
+
-

This function calculates the indicator for the the Zn availability in soil by using the Zn-index as calculated by calc_zinc_availability

+

This function calculates the indicator for the the Zn availability in soil by using the Zn-index as calculated by calc_zinc_availability

-
ind_zinc(D_ZN)
- -

Arguments

- - - - - - -
D_ZN

(numeric) The value of Zn-index calculated by calc_zinc_availability

+
+
ind_zinc(D_ZN)
+
+
+

Arguments

+
D_ZN
+

(numeric) The value of Zn-index calculated by calc_zinc_availability

+
+
-
- +
- - + + diff --git a/docs/reference/index.html b/docs/reference/index.html index 5c0d65ec..dda7cb17 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,66 +1,12 @@ - - - - - - - -Function reference • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Function reference • OBIC - - + + - - -
-
- -
- -
+
- - - - - - - - - - -
-

All functions

+ - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - + + - - - + + - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - -
+

All functions

+

add_management()

Estimate default values for management

+
+

binnenveld

+

Example dataset for use in OBIC package

bouwsteen_tb

Table with water retention properties of 'bouwstenen'

+

calc_aggregatestability()

Calculate aggregate stability index based on occupation CEC

+

calc_bcs()

Calculate the BodemConditieScore

+

calc_bulk_density()

Calculate the bulk density

+

calc_cec()

Calculate a soil fertility index based on the CEC

+

calc_copper_availability()

Calculate the availability of the metal Cu

+

calc_cropclass()

Determine classification rules for crops used to prepare crops.obic

+

calc_crumbleability()

Calculate the crumbleability

+

calc_grass_age()

Calculate the average age of the grass

+

calc_magnesium_availability()

Calculate the capacity of soils to supply Magnesium

+
+

calc_makkink()

+

Add Makkink correction factors and crop cover to crop rotation table

calc_management()

Calculate the 'performance' of sustainable soil management

+

calc_man_ess()

Calculate the 'performance' of sustainable soil management given a required ecosystem service

+

calc_nleach()

Calculate the N leaching

+

calc_nlv()

Calculate the NLV

+
+

calc_n_efficiency()

+

Calculate nitrogen use efficiency and leaching based on N surplus

calc_organic_carbon()

Calculate amount of organic carbon

+
+

calc_pesticide_leaching()

+

Calculate risk of pesticide leaching

calc_phosphate_availability()

Calculate the phosphate availability (PBI)

+

calc_ph_delta()

Calculate the difference between pH and optimum

+

calc_pmn()

Calculate the index for the microbial biological activity

+

calc_potassium_availability()

Calculate the K availability

+
+

calc_psp()

+

Calculate the precipitation surplus

calc_root_depth()

Determine the root depth of the soil for this crop

+

calc_rotation_fraction()

Calculates the fraction in the crop rotation

+

calc_sbal_arable()

Calculate the indicator for delta S-balans arable

+

calc_sealing_risk()

Calculate soil sealing risk

+

calc_slv()

Calculate the SLV

+

calc_sombalance()

Calculate simple organic matter balance

+

calc_waterretention()

Calculate indicators for water retention in topsoil

+

calc_waterstressindex()

Calculate the Water Stress Index

+

calc_winderodibility()

Calculate indicator for wind erodibility

+

calc_workability()

Calculate indicator for workability

+

calc_zinc_availability()

Calculate the availability of the metal Zinc

+

cf_ind_importance()

Helper function to weight and correct the risk and scores

+

column_description.obic

Column description for the OBIC

+
+

crops.makkink

+

Makkink correction factor table

crops.obic

Linking table between crops and different functions in OBIC

+

eval.crumbleability

Coefficient table for evaluating crumbleability

+

evaluate_logistic()

Evaluate using the general logistice function

+

evaluate_parabolic()

Evaluate using parabolic function with

+

format_aer()

Convert possible B_AER_CBS values to standardized values

+

format_gwt()

Convert possible B_GT values to standardized values

+

format_soilcompaction()

Convert possible B_SC_WENR values to standardized values

+

ind_aggregatestability()

Calculate the indicator aggregate stability

+

ind_bcs()

Calculate the indicator for BodemConditieScore

+

ind_cec()

Calculate the indicator for soil fertility given the CEC

+

ind_compaction()

Calculate indicator for subsoil compaction

+

ind_copper()

Calculate the indicator for Cu-availability

+

ind_crumbleability()

Calculate the indicator for crumbleability

+
+

ind_gw_recharge()

+

Calculate groundwater recharge of a soil

ind_magnesium()

Calculate the indicator for Magnesium

+

ind_management()

Calculate the indicator for sustainable management

+

ind_man_ess()

Calculate the indicator for sustainable management given a required ecoystem service

+

ind_nematodes()

Calculate indicator for plant parasitic nematodes

+

ind_nematodes_list()

Calculate indicator for plant parasitic nematodes

+

ind_nitrogen()

Calculate the indicator for NLV

+

ind_nretention()

Calculate the indicator for N retention for groundwater or surface water

+
+

ind_n_efficiency()

+

Calculate an indicator value for nitrogen use efficiency and leaching based on N surplus

+

ind_pesticide_leaching()

+

Calculate an indicator score for pesticide leaching

ind_ph()

Calculate the indicator for pH

+

ind_phosphate_availability()

Calculate the indicator for the the phosphate availability

+

ind_pmn()

Calculate the indicator for microbial biological activity

+

ind_potassium()

Calculate the indicator for Potassium Availability

+

ind_resistance()

Calculate indicator for soil resistance

+

ind_sealing()

Calculate the soil sealing indicator

+

ind_sulpher()

Calculate the indicator for SLV

+

ind_waterretention()

Calculate indicator for Water Retention index

+

ind_waterstressindex()

Calculate the Water Stress Index

+

ind_winderodibility()

Calculate indicator for wind erodibility

+

ind_workability()

Calculate indicator for workability

+

ind_zinc()

Calculate the indicator for Zn-availability

+

management.obic

Relational table linking soil management measures to ecosystem services

+
+

nema.crop.rot.obic

+

Damage and reproduction of soil-borne pathogens and pests on crops

nema.obic

Nematode table

+

nleach_table

Table with fractions of excess N which runs off to groundwater and surface water

+

obic_evalmeasure()

Evaluate effects of measures

+

obic_field()

Calculate the Open Bodem Index score for one field

+

obic_field_dt()

Calculate the Open Bodem Index score for a single field

+

Calculate the Open Bodem Index score for a data table

obic_recommendations()

Recommend measurements for better soil managment

+

pFpara_class()

Parameter estimation based on class of Staringreeks (Tabel 3, Wosten 2001)

+

pFpara_ptf_Wosten1999()

Estimate water retention curve parameters based on Wosten 1999

+

pFpara_ptf_Wosten2001()

Estimate water retention curve parameters based on Wosten 2001

+

pF_curve()

Water retention curve

+

recom.obic recom.obic

Applicability range of measures, including literature based estimates, of effects on soil indicators

+

season.obic

Desired growing season period for maximum yield

+

soils.obic

Linking table between soils and different functions in OBIC

+

tbl.ph.delta

Table with optimal pH for different crop plans

+

waterstress.obic

Linking table between crops, soils, groundwatertables and water induced stresses in OBIC

+
+

weather.obic

+

Weather table

weight.obic

Weight of indicators to calculate integrated scores

- +
+
-
- +
- - + + diff --git a/docs/reference/management.obic.html b/docs/reference/management.obic.html index a06df3e9..d74169e2 100644 --- a/docs/reference/management.obic.html +++ b/docs/reference/management.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Relational table linking soil management measures to ecosystem services — management.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Relational table linking soil management measures to ecosystem services — management.obic • OBIC - - + + - - -
-
- -
- -
+
@@ -132,46 +71,51 @@

Relational table linking soil management measures to ecosystem services

This table assigns which measures positively contribute to the ecosystem services included

-
management.obic
+
+
management.obic
+
+ +
+

Format

+

A data.table with 16 rows and 6 columns:

measure
+

The name of measure

+ +
I_M_SOILFERTILITY
+

integrated soil management indicator for soil fertility

+
I_M_CLIMATE
+

integrated soil management indicator for soil carbon sequestration

-

Format

+
I_M_WATERQUALITY
+

integrated soil management indicator for water quality

-

A data.table with 16 rows and 6 columns:

-
measure

The name of measure

-
I_M_SOILFERTILITY

integrated soil management indicator for soil fertility

-
I_M_CLIMATE

integrated soil management indicator for soil carbon sequestration

-
I_M_WATERQUALITY

integrated soil management indicator for water quality

-
I_M_BIODIVERSITY

Integrated soil management indicator for soil biodiversity

+
I_M_BIODIVERSITY
+

Integrated soil management indicator for soil biodiversity

-
+
+
-
- +
- - + + diff --git a/docs/reference/nema.crop.rot.obic.html b/docs/reference/nema.crop.rot.obic.html new file mode 100644 index 00000000..0254f406 --- /dev/null +++ b/docs/reference/nema.crop.rot.obic.html @@ -0,0 +1,169 @@ + +Damage and reproduction of soil-borne pathogens and pests on crops — nema.crop.rot.obic • OBIC + + +
+
+ + + +
+
+ + +
+

This table includes information from aaltjesschema (April 2021), a website where information is collected on the vulnerability of crops to plant parasitic nematodes and diseases that use nematodes as vector.

+
+ +
+
nema.crop.rot.obic
+
+ +
+

Format

+

A data.table with 7059 rows and 21 columns:

crop
+

crop as called in aaltjesschema

+ +
name_scientific
+

scientific name of nematode

+ +
propagation
+

how easily a nematode can propagate on a crop given as strings with 5 classes

+ +
damage
+

strings indicating how much damage a nematode can inflict on a crop, with 5 classes

+ +
cultivar_dependent
+

boolean whether there are differences in propgation between cultivars of the crop

+ +
serotype_dependant
+

boolean whether there are differences in propagation between serotypes of the pathogen

+ +
dalgrond
+

boolean whether information is valid for soiltype 'dalgrond'

+ +
klei
+

boolean whether information is valid for soiltype 'klei'

+ +
loess
+

boolean whether information is valid for soiltype 'loess'

+ +
zand
+

boolean whether information is valid for soiltype 'zand'

+ +
zavel
+

boolean whether information is valid for soiltype 'zavel'

+ +
info
+

string whether there is information on propgation, diffrentiating between none, yes, and some

+ +
name_common
+

string, common name of pathogen in Dutch, if no common name is available, scientific name is given

+ +
nema_name
+

string, full name of pathogen in aaltjeschema, includes common and scientific name

+ +
grondsoort
+

string with letters indicating for which soil the information is valid

+ +
groen_br
+

boolean indicating that the crop is a green manure on fallow

+ +
groen_vs
+

boolean indicating that the crop is a green manure in early stubble

+ +
groen_od
+

boolean indicating that the crop is a green manure beneath cover crop

+ +
groen_ls
+

boolean indicating that the crop is a green manure in late stubble

+ +
groen_st
+

boolean indicating that the crop is a green manure as drifting deck

+ +
crop_name_scientific
+

string, scientific name of crop species or genus

+ + +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/nema.obic.html b/docs/reference/nema.obic.html index 9e56a841..c05d92f3 100644 --- a/docs/reference/nema.obic.html +++ b/docs/reference/nema.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Nematode table — nema.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Nematode table — nema.obic • OBIC - - + + - - -
-
- -
- -
+
@@ -132,47 +71,54 @@

Nematode table

This table contains information uses for calculations on nematode species counts

-
nema.obic
+
+
nema.obic
+
+ +
+

Format

+

A data.frame with 126 rows and 6 columns:

geel
+

The intermediate infestation severity count

+ +
rood
+

The count at which a severe infestation is present

+ +
species
+

The species or sometimes genera of the plant parasitic nematode

+
standard
+

A boolean indicating whether the species should always be used in calculating the indicator score, regardless of the number of nematodes

-

Format

+
b
+

Growth rate (b) for the evaluate_logistics function

-

A data.frame with 126 rows and 6 columns:

-
geel

The intermediate infestation severity count

-
rood

The count at which a severe infestation is present

-
species

The species or sometimes genera of the plant parasitic nematode

-
standard

A boolean indicating whether the species should always be used in calculating the indicator score, regardless of the number of nematodes

-
b

Growth rate (b) for the evaluate_logistics function

-
v

v for the evaluate_logistics function, affects the growth rate near the maximum

+
v
+

v for the evaluate_logistics function, affects the growth rate near the maximum

-
+
+
-
- +
- - + + diff --git a/docs/reference/nleach_table.html b/docs/reference/nleach_table.html index 28639596..251f43d4 100644 --- a/docs/reference/nleach_table.html +++ b/docs/reference/nleach_table.html @@ -1,67 +1,12 @@ - - - - - - - -Table with fractions of excess N which runs off to groundwater and surface water — nleach_table • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Table with fractions of excess N which runs off to groundwater and surface water — nleach_table • OBIC - - - - + + -
-
- -
- -
+
@@ -132,48 +71,57 @@

Table with fractions of excess N which runs off to groundwater and surface w

This table contains the fractions of N overshot which runs off to groundwater / surface water, per soil type, crop type, and groundwater table

-
nleach_table
+
+
nleach_table
+
+ +
+

Format

+

A data.frame with 198 rows and 11 columns:

gewas
+

crop type

+
bodem
+

soil type

-

Format

+
ghg
+

Lower value for groundwater table (cm-mv)

-

A data.frame with 198 rows and 11 columns:

-
gewas

crop type

-
bodem

soil type

-
ghg

Lower value for groundwater table (cm-mv)

-
glg

Upper value for groundwater table (cm-mv)

-
B_GT

grondwatertrap

-
nf

Original values of N run-off fraction to surface water (kg N drain/ha/year per kg N overschot/ha/year) or groundwater (mg NO3/L per kg N overschot/ha/year)

-
leaching_to-set

Tells if leaching to ground water or surface water)

+
glg
+

Upper value for groundwater table (cm-mv)

-
+
B_GT
+

grondwatertrap

+
nf
+

Original values of N run-off fraction to surface water (kg N drain/ha/year per kg N overschot/ha/year) or groundwater (mg NO3/L per kg N overschot/ha/year)

+ +
leaching_to-set
+

Tells if leaching to ground water or surface water)

+ + +
+
-
- +
- - + + diff --git a/docs/reference/obic_evalmeasure.html b/docs/reference/obic_evalmeasure.html index 0b211c0d..a1ec3451 100644 --- a/docs/reference/obic_evalmeasure.html +++ b/docs/reference/obic_evalmeasure.html @@ -1,67 +1,12 @@ - - - - - - - -Evaluate effects of measures — obic_evalmeasure • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Evaluate effects of measures — obic_evalmeasure • OBIC - + + - - - -
-
- -
- -
+
@@ -132,47 +71,39 @@

Evaluate effects of measures

This function quantifies the effects of 11 soil measures on the OBI score

-
obic_evalmeasure(dt.score, extensive = FALSE)
- -

Arguments

- - - - - - - - - - -
dt.score

(data.table) containing all indicators and scores of a single field

extensive

(boolean) whether the output table includes evaluation scores of each measures (TRUE)

+
+
obic_evalmeasure(dt.score, extensive = FALSE)
+
+
+

Arguments

+
dt.score
+

(data.table) containing all indicators and scores of a single field

+
extensive
+

(boolean) whether the output table includes evaluation scores of each measures (TRUE)

+
+
-
- +
- - + + diff --git a/docs/reference/obic_field.html b/docs/reference/obic_field.html index f9aa506c..f96590b9 100644 --- a/docs/reference/obic_field.html +++ b/docs/reference/obic_field.html @@ -1,67 +1,12 @@ - - - - - - - -Calculate the Open Bodem Index score for one field — obic_field • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the Open Bodem Index score for one field — obic_field • OBIC - - + + - - -
-
- -
- -
+
@@ -132,305 +71,214 @@

Calculate the Open Bodem Index score for one field

This functions wraps the functions of the OBIC into one main function to calculate the score for Open Bodem Index (OBI) for a single field.

-
obic_field(
-  B_SOILTYPE_AGR,
-  B_GWL_CLASS,
-  B_SC_WENR,
-  B_HELP_WENR,
-  B_AER_CBS,
-  B_LU_BRP,
-  A_SOM_LOI,
-  A_SAND_MI,
-  A_SILT_MI,
-  A_CLAY_MI,
-  A_PH_CC,
-  A_N_RT,
-  A_CN_FR,
-  A_S_RT,
-  A_N_PMN,
-  A_P_AL,
-  A_P_CC,
-  A_P_WA,
-  A_CEC_CO,
-  A_CA_CO_PO,
-  A_MG_CO_PO,
-  A_K_CO_PO,
-  A_K_CC,
-  A_MG_CC,
-  A_MN_CC,
-  A_ZN_CC,
-  A_CU_CC,
-  A_C_BCS = NA,
-  A_CC_BCS = NA,
-  A_GS_BCS = NA,
-  A_P_BCS = NA,
-  A_RD_BCS = NA,
-  A_EW_BCS = NA,
-  A_SS_BCS = NA,
-  A_RT_BCS = NA,
-  A_SC_BCS = NA,
-  M_COMPOST = NA_real_,
-  M_GREEN = NA,
-  M_NONBARE = NA,
-  M_EARLYCROP = NA,
-  M_SLEEPHOSE = NA,
-  M_DRAIN = NA,
-  M_DITCH = NA,
-  M_UNDERSEED = NA,
-  M_LIME = NA,
-  M_NONINVTILL = NA,
-  M_SSPM = NA,
-  M_SOLIDMANURE = NA,
-  M_STRAWRESIDUE = NA,
-  M_MECHWEEDS = NA,
-  M_PESTICIDES_DST = NA,
-  ID = 1,
-  output = "all"
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
B_SOILTYPE_AGR

(character) The agricultural type of soil

B_GWL_CLASS

(character) The groundwater table class

B_SC_WENR

(character) The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006).

B_HELP_WENR

(character) The soil type abbreviation, derived from 1:50.000 soil map

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

B_LU_BRP

(numeric) a series with crop codes given the crop rotation plan (source: the BRP)

A_SOM_LOI

(numeric) The percentage organic matter in the soil (%)

A_SAND_MI

(numeric) The sand content of the soil (%)

A_SILT_MI

(numeric) The silt content of the soil (%)

A_CLAY_MI

(numeric) The clay content of the soil (%)

A_PH_CC

(numeric) The acidity of the soil, measured in 0.01M CaCl2 (-)

A_N_RT

(numeric) The organic nitrogen content of the soil in mg N / kg

A_CN_FR

(numeric) The carbon to nitrogen ratio (-)

A_S_RT

(numeric) The total Sulpher content of the soil (in mg S per kg)

A_N_PMN

(numeric) The potentially mineralizable N pool (mg N / kg soil)

A_P_AL

(numeric) The P-AL content of the soil

A_P_CC

(numeric) The plant available P content, extracted with 0.01M CaCl2 (mg / kg)

A_P_WA

(numeric) The P-content of the soil extracted with water (mg P2O5 / 100 ml soil)

A_CEC_CO

(numeric) The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction

A_CA_CO_PO

(numeric) The The occupation of the CEC with Ca (%)

A_MG_CO_PO

(numeric) The The occupation of the CEC with Mg (%)

A_K_CO_PO

(numeric) The occupation of the CEC with K (%)

A_K_CC

(numeric) The plant available K content, extracted with 0.01M CaCl2 (mg / kg)

A_MG_CC

(numeric) The plant available Mg content, extracted with 0.01M CaCl2 (ug / kg)

A_MN_CC

(numeric) The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg)

A_ZN_CC

(numeric) The plant available Zn content, extracted with 0.01M CaCl2 (ug / kg)

A_CU_CC

(numeric) The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg)

A_C_BCS

(numeric) The presence of visible cracks in the top layer (optional, score 0-1-2)

A_CC_BCS

(integer) The crop cover on the surface (optional, score 0-1-2)

A_GS_BCS

(numeric) The presence of waterlogged conditions, gley spots (optional, score 0-1-2)

A_P_BCS

(numeric) The presence / occurrence of water puddles on the land, ponding (optional, score 0-1-2)

A_RD_BCS

(integer) The rooting depth (optional, score 0-1-2)

A_EW_BCS

(numeric) The presence of earth worms (optional, score 0-1-2)

A_SS_BCS

(integer) The soil structure (optional, score 0-1-2)

A_RT_BCS

(numeric) The presence of visible tracks / rutting or trampling on the land (optional, score 0-1-2)

A_SC_BCS

(numeric) The presence of compaction of subsoil (optional, score 0-1-2)

M_COMPOST

(numeric) The frequency that compost is applied (optional, every x years)

M_GREEN

(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)

M_NONBARE

(boolean) A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no)

M_EARLYCROP

(boolean) A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no)

M_SLEEPHOSE

(boolean) A soil measure. Is sleephose used for slurry application (optional, option: yes or no)

M_DRAIN

(boolean) A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no)

M_DITCH

(boolean) A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no)

M_UNDERSEED

(boolean) A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no)

M_LIME

(boolean) measure. Has field been limed in last three years (option: yes or no)

M_NONINVTILL

(boolean) measure. Non inversion tillage (option: yes or no)

M_SSPM

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

M_SOLIDMANURE

(boolean) measure. Use of solid manure (option: yes or no)

M_STRAWRESIDUE

(boolean) measure. Application of straw residues (option: yes or no)

M_MECHWEEDS

(boolean) measure. Use of mechanical weed protection (option: yes or no)

M_PESTICIDES_DST

(boolean) measure. Use of DST for pesticides (option: yes or no)

ID

(character) A field id

output

(character) An optional argument to select output: obic_score, scores, indicators, recommendations, or all. (default = all)

+
+
obic_field(
+  B_SOILTYPE_AGR,
+  B_GWL_CLASS,
+  B_SC_WENR,
+  B_HELP_WENR,
+  B_AER_CBS,
+  B_GWL_GLG,
+  B_GWL_GHG,
+  B_GWL_ZCRIT,
+  B_LU_BRP,
+  A_SOM_LOI,
+  A_SAND_MI,
+  A_SILT_MI,
+  A_CLAY_MI,
+  A_PH_CC,
+  A_N_RT,
+  A_CN_FR,
+  A_S_RT,
+  A_N_PMN,
+  A_P_AL,
+  A_P_CC,
+  A_P_WA,
+  A_CEC_CO,
+  A_CA_CO_PO,
+  A_MG_CO_PO,
+  A_K_CO_PO,
+  A_K_CC,
+  A_MG_CC,
+  A_MN_CC,
+  A_ZN_CC,
+  A_CU_CC,
+  A_C_BCS = NA,
+  A_CC_BCS = NA,
+  A_GS_BCS = NA,
+  A_P_BCS = NA,
+  A_RD_BCS = NA,
+  A_EW_BCS = NA,
+  A_SS_BCS = NA,
+  A_RT_BCS = NA,
+  A_SC_BCS = NA,
+  B_DRAIN = FALSE,
+  B_FERT_NORM_FR = 1,
+  M_COMPOST = NA_real_,
+  M_GREEN = NA,
+  M_NONBARE = NA,
+  M_EARLYCROP = NA,
+  M_SLEEPHOSE = NA,
+  M_DRAIN = NA,
+  M_DITCH = NA,
+  M_UNDERSEED = NA,
+  M_LIME = NA,
+  M_NONINVTILL = NA,
+  M_SSPM = NA,
+  M_SOLIDMANURE = NA,
+  M_STRAWRESIDUE = NA,
+  M_MECHWEEDS = NA,
+  M_PESTICIDES_DST = NA,
+  ID = 1,
+  output = "all"
+)
+
+
+

Arguments

+
B_SOILTYPE_AGR
+

(character) The agricultural type of soil

+
B_GWL_CLASS
+

(character) The groundwater table class

+
B_SC_WENR
+

(character) The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006).

+
B_HELP_WENR
+

(character) The soil type abbreviation, derived from 1:50.000 soil map

+
B_AER_CBS
+

(character) The agricultural economic region in the Netherlands (CBS, 2016)

+
B_GWL_GLG
+

(numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level

+
B_GWL_GHG
+

(numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level

+
B_GWL_ZCRIT
+

(numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm)

+
B_LU_BRP
+

(numeric) a series with crop codes given the crop rotation plan (source: the BRP)

+
A_SOM_LOI
+

(numeric) The percentage organic matter in the soil (%)

+
A_SAND_MI
+

(numeric) The sand content of the soil (%)

+
A_SILT_MI
+

(numeric) The silt content of the soil (%)

+
A_CLAY_MI
+

(numeric) The clay content of the soil (%)

+
A_PH_CC
+

(numeric) The acidity of the soil, measured in 0.01M CaCl2 (-)

+
A_N_RT
+

(numeric) The organic nitrogen content of the soil in mg N / kg

+
A_CN_FR
+

(numeric) The carbon to nitrogen ratio (-)

+
A_S_RT
+

(numeric) The total Sulpher content of the soil (in mg S per kg)

+
A_N_PMN
+

(numeric) The potentially mineralizable N pool (mg N / kg soil)

+
A_P_AL
+

(numeric) The P-AL content of the soil

+
A_P_CC
+

(numeric) The plant available P content, extracted with 0.01M CaCl2 (mg / kg)

+
A_P_WA
+

(numeric) The P-content of the soil extracted with water (mg P2O5 / 100 ml soil)

+
A_CEC_CO
+

(numeric) The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction

+
A_CA_CO_PO
+

(numeric) The The occupation of the CEC with Ca (%)

+
A_MG_CO_PO
+

(numeric) The The occupation of the CEC with Mg (%)

+
A_K_CO_PO
+

(numeric) The occupation of the CEC with K (%)

+
A_K_CC
+

(numeric) The plant available K content, extracted with 0.01M CaCl2 (mg / kg)

+
A_MG_CC
+

(numeric) The plant available Mg content, extracted with 0.01M CaCl2 (ug / kg)

+
A_MN_CC
+

(numeric) The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg)

+
A_ZN_CC
+

(numeric) The plant available Zn content, extracted with 0.01M CaCl2 (ug / kg)

+
A_CU_CC
+

(numeric) The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg)

+
A_C_BCS
+

(numeric) The presence of visible cracks in the top layer (optional, score 0-1-2)

+
A_CC_BCS
+

(integer) The crop cover on the surface (optional, score 0-1-2)

+
A_GS_BCS
+

(numeric) The presence of waterlogged conditions, gley spots (optional, score 0-1-2)

+
A_P_BCS
+

(numeric) The presence / occurrence of water puddles on the land, ponding (optional, score 0-1-2)

+
A_RD_BCS
+

(integer) The rooting depth (optional, score 0-1-2)

+
A_EW_BCS
+

(numeric) The presence of earth worms (optional, score 0-1-2)

+
A_SS_BCS
+

(integer) The soil structure (optional, score 0-1-2)

+
A_RT_BCS
+

(numeric) The presence of visible tracks / rutting or trampling on the land (optional, score 0-1-2)

+
A_SC_BCS
+

(numeric) The presence of compaction of subsoil (optional, score 0-1-2)

+
B_DRAIN
+

(boolean) Are drains installed to drain the field (options: yes or no)

+
B_FERT_NORM_FR
+

(numeric) The fraction of the application norm utilized

+
M_COMPOST
+

(numeric) The frequency that compost is applied (optional, every x years)

+
M_GREEN
+

(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)

+
M_NONBARE
+

(boolean) A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no)

+
M_EARLYCROP
+

(boolean) A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no)

+
M_SLEEPHOSE
+

(boolean) A soil measure. Is sleephose used for slurry application (optional, option: yes or no)

+
M_DRAIN
+

(boolean) A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no)

+
M_DITCH
+

(boolean) A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no)

+
M_UNDERSEED
+

(boolean) A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no)

+
M_LIME
+

(boolean) measure. Has field been limed in last three years (option: yes or no)

+
M_NONINVTILL
+

(boolean) measure. Non inversion tillage (option: yes or no)

+
M_SSPM
+

(boolean) measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no)

+
M_SOLIDMANURE
+

(boolean) measure. Use of solid manure (option: yes or no)

+
M_STRAWRESIDUE
+

(boolean) measure. Application of straw residues (option: yes or no)

+
M_MECHWEEDS
+

(boolean) measure. Use of mechanical weed protection (option: yes or no)

+
M_PESTICIDES_DST
+

(boolean) measure. Use of DST for pesticides (option: yes or no)

+
ID
+

(character) A field id

+
output
+

(character) An optional argument to select output: obic_score, scores, indicators, recommendations, or all. (default = all)

+
+
+

Details

+

It is assumed that the crop series is a continuous series in decreasing order of years. So most recent year first, oldest year last.

+
+
-
- +
- - + + diff --git a/docs/reference/obic_field_dt.html b/docs/reference/obic_field_dt.html index 802cbc84..00c0920b 100644 --- a/docs/reference/obic_field_dt.html +++ b/docs/reference/obic_field_dt.html @@ -1,68 +1,14 @@ - - - - - - - -Calculate the Open Bodem Index score for a single field — obic_field_dt • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate the Open Bodem Index score for a data table — obic_field_dt • OBIC - + + - - - -
-
- -
- -
+

This functions wraps the functions of the OBIC into one main function to calculate the score for Open Bodem Index (OBI). -In contrast to obic_field, this wrapper can handle a data.table as input.

+In contrast to obic_field, this wrapper can handle a data.table as input. +Multiple sites (distinguished in the column 'ID') can be simulated simultaneously.

-
obic_field_dt(dt, output = "all")
- -

Arguments

- - - - - - - - - - -
dt

(data.table) A data.table containing the data of the fields to calculate the OBI

output

(character) An optional argument to select output: obic_score, scores, indicators, recommendations, or all. (default = all)

+
+
obic_field_dt(dt, output = "all")
+
+
+

Arguments

+
dt
+

(data.table) A data.table containing the data of the fields to calculate the OBI

+
output
+

(character) An optional argument to select output: obic_score, scores, indicators, recommendations, or all. (default = all)

+
+
-
- +
- - + + diff --git a/docs/reference/obic_recommendations.html b/docs/reference/obic_recommendations.html index 3a25ac3b..4a06ff63 100644 --- a/docs/reference/obic_recommendations.html +++ b/docs/reference/obic_recommendations.html @@ -1,67 +1,12 @@ - - - - - - - -Recommend measurements for better soil managment — obic_recommendations • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Recommend measurements for better soil managment — obic_recommendations • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,37 @@

Recommend measurements for better soil managment

This function gives recommendations better soil management based on the OBI score

-
obic_recommendations(dt.recom)
- -

Arguments

- - - - - - -
dt.recom

(data.table) The results from obic_evalmeasure

+
+
obic_recommendations(dt.recom)
+
+
+

Arguments

+
dt.recom
+

(data.table) The results from obic_evalmeasure

+
+
-
- +
- - + + diff --git a/docs/reference/pF_curve.html b/docs/reference/pF_curve.html index 080d18d9..ef362767 100644 --- a/docs/reference/pF_curve.html +++ b/docs/reference/pF_curve.html @@ -1,67 +1,12 @@ - - - - - - - -Water retention curve — pF_curve • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Water retention curve — pF_curve • OBIC - + + - - - -
-
- -
- -
+
@@ -132,62 +71,49 @@

Water retention curve

This function compute water content at given pressure head, using Van Genuchten water retention curve

-
pF_curve(head, thetaR, thetaS, alfa, n)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - -
head

(numeric) suction pressure ([L] or cm of water)

thetaR

(numeric) residual water content (cm3/cm3)

thetaS

(numeric) saturated water content (cm3/cm3)

alfa

(numeric) related to the inverse of the air entry suction, alfa >0 (L−1, or cm−1)

n

(numeric) a measure of the pore-size distribution, n>1, dimensionless

- -

Value

+
+
pF_curve(head, thetaR, thetaS, alfa, n)
+
+
+

Arguments

+
head
+

(numeric) suction pressure ([L] or cm of water)

+
thetaR
+

(numeric) residual water content (cm3/cm3)

+
thetaS
+

(numeric) saturated water content (cm3/cm3)

+
alfa
+

(numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm)

+
n
+

(numeric) a measure of the pore-size distribution, n>1, dimensionless

+
+
+

Value

theta (numeric) water content (cm3/cm3)

+
+
-
- +
- - + + diff --git a/docs/reference/pFpara_class.html b/docs/reference/pFpara_class.html index 30e590ad..4a8591e7 100644 --- a/docs/reference/pFpara_class.html +++ b/docs/reference/pFpara_class.html @@ -1,67 +1,12 @@ - - - - - - - -Parameter estimation based on class of Staringreeks (Tabel 3, Wosten 2001) — pFpara_class • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Parameter estimation based on class of Staringreeks (Tabel 3, Wosten 2001) — pFpara_class • OBIC - + + - - - -
-
- -
- -
+
@@ -132,55 +71,43 @@

Parameter estimation based on class of Staringreeks (Tabel 3, Wosten 2001)Parameter estimation based on class of Staringreeks (Tabel 3, Wosten 2001)

-
pFpara_class(Pklei, Pleem, Psom, M50)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
Pklei

(numeric) The clay (<2um) content of the soil (%)

Pleem

(numeric) The leemt (<50um) content of the soil (%) Pleem > 0

Psom

(numeric) The organic matter content of the soil (%) Psom > 0

M50

(numeric)size of sand fraction (um)

+
+
pFpara_class(Pklei, Pleem, Psom, M50)
+
+
+

Arguments

+
Pklei
+

(numeric) The clay (<2um) content of the soil (%)

+
Pleem
+

(numeric) The loam (<50um) content of the soil (%) Pleem > 0

+
Psom
+

(numeric) The organic matter content of the soil (%) Psom > 0

+
M50
+

(numeric)size of sand fraction (um)

+
+
-
- +
- - + + diff --git a/docs/reference/pFpara_ptf_Wosten1999.html b/docs/reference/pFpara_ptf_Wosten1999.html index b2cc946a..7b84348e 100644 --- a/docs/reference/pFpara_ptf_Wosten1999.html +++ b/docs/reference/pFpara_ptf_Wosten1999.html @@ -1,67 +1,12 @@ - - - - - - - -Estimate water retention curve parameters based on Wosten 1999 — pFpara_ptf_Wosten1999 • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Estimate water retention curve parameters based on Wosten 1999 — pFpara_ptf_Wosten1999 • OBIC - - - - + + -
-
- -
- -
+
@@ -132,67 +71,57 @@

Estimate water retention curve parameters based on Wosten 1999

This function estimates water retention curve parameters using Pedo transfer function of Wosten (1999) based on HYPRES

-
pFpara_ptf_Wosten1999(Pklei, Psilt, Psom, Bovengrond)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
Pklei

(numeric) The clay content of the soil (%) within soil mineral part. Pklei > 0

Psilt

(numeric) The silt content of the soil (%) within soil mineral part. Psilt > 0

Psom

(numeric) The organic matter content of the soil (%). Psom > 0

Bovengrond

(boolean) whether topsoil (1) or not (0)

- -

Value

- -

a table with the following columns:

-

Dichtheid (numeric) soil bulk density (g/cm3) +

+
pFpara_ptf_Wosten1999(Pklei, Psilt, Psom, Bovengrond)
+
+ +
+

Arguments

+
Pklei
+

(numeric) The clay content of the soil (%) within soil mineral part. Pklei > 0

+
Psilt
+

(numeric) The silt content of the soil (%) within soil mineral part. Psilt > 0

+
Psom
+

(numeric) The organic matter content of the soil (%). Psom > 0

+
Bovengrond
+

(boolean) whether topsoil (1) or not (0)

+
+
+

Value

+

a table with the following columns: +Dichtheid (numeric) soil bulk density (g/cm3) ThetaR (numeric) residual water content (cm3/cm3) ThetaS (numeric) saturated water content (cm3/cm3) -alfa (numeric) related to the inverse of the air entry suction, alfa >0 (L−1, or cm−1) +alfa (numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm) n (numeric) a measure of the pore-size distribution, n>1, dimensionless ksat (numeric) saturated hydraulic conductivity (cm/d)

-

References

- +
+
+

References

Wösten, J.H.M , Lilly, A., Nemes, A., Le Bas, C. (1999) Development and use of a database of hydraulic properties of European soils. Geoderma 90 (3-4): 169-185.

+
+
-
- +
- - + + diff --git a/docs/reference/pFpara_ptf_Wosten2001.html b/docs/reference/pFpara_ptf_Wosten2001.html index 6e6e34f7..f5fb9d86 100644 --- a/docs/reference/pFpara_ptf_Wosten2001.html +++ b/docs/reference/pFpara_ptf_Wosten2001.html @@ -1,67 +1,12 @@ - - - - - - - -Estimate water retention curve parameters based on Wosten 2001 — pFpara_ptf_Wosten2001 • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Estimate water retention curve parameters based on Wosten 2001 — pFpara_ptf_Wosten2001 • OBIC - - + + - - -
-
- -
- -
+
@@ -132,62 +71,49 @@

Estimate water retention curve parameters based on Wosten 2001

This function estimates water retention curve parameters using Pedo transfer function of Wosten (2001)

-
pFpara_ptf_Wosten2001(Pklei, Pleem, Psom, M50, Bovengrond)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - -
Pklei

(numeric) The clay (<2um) content of the soil (%)

Pleem

(numeric) The leemt (<50um) content of the soil (%) Pleem > 0

Psom

(numeric) The organic matter content of the soil (%) Psom > 0

M50

(numeric)size of sand fraction (um)

Bovengrond

(boolean) whether topsoil (1) or not (0)

- -

References

- -

Wösten, J. H. M., Veerman, G. ., de Groot, W. J., & Stolte, J. (2001). Waterretentie- en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: de Staringreeks. Alterra Rapport, 153, 86. https://doi.org/153

+
+
pFpara_ptf_Wosten2001(Pklei, Pleem, Psom, M50, Bovengrond)
+
+ +
+

Arguments

+
Pklei
+

(numeric) The clay (<2um) content of the soil (%)

+
Pleem
+

(numeric) The loam (<50um) content of the soil (%) Pleem > 0

+
Psom
+

(numeric) The organic matter content of the soil (%) Psom > 0

+
M50
+

(numeric)size of sand fraction (um)

+
Bovengrond
+

(boolean) whether topsoil (1) or not (0)

+
+
+

References

+

Wösten, J. H. M., Veerman, G. ., de Groot, W. J., & Stolte, J. (2001). Waterretentie en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: de Staringreeks. Alterra Rapport, 153, 86. https://doi.org/153

+
+
-
- +
- - + + diff --git a/docs/reference/recom.obic.html b/docs/reference/recom.obic.html index 9dbc36f5..86c6b6da 100644 --- a/docs/reference/recom.obic.html +++ b/docs/reference/recom.obic.html @@ -1,69 +1,14 @@ - - - - - - - -Applicability range of measures, including literature based estimates, of effects on soil indicators — recom.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Applicability range of measures, including literature based estimates, of effects on soil indicators — recom.obic • OBIC - - - - - - - - - - - + + - - -
-
- -
- -
+

This table defines the effects of 11 measures on soil indicators. -This table is used internally in obic_evalmeasure

+This table is used internally in obic_evalmeasure

This table defines the effects of 11 measures on soil indicators

-
recom.obic
+    
+
recom.obic
 
-recom.obic
+recom.obic
+
+ +
+

Format

+

An object of class data.table (inherits from data.frame) with 4048 rows and 11 columns.

+

A data.frame with 7040 rows and 11 columns:

m_nr
+

The ID number of measure

+ +
m_description
+

The description of measure

+ +
m_prio
+

weighing factor for measure. This is not used in the script.

+ +
m_treshold
+

Threshold value of the indicator value. This is not used in the script.

+ +
m_order
+

Order of measures. When scores are tie, the measure with a smaller number is chosen.

+
m_soilfunction
+

description of the OBIC indicator varialbe

-

Format

+
indicator
+

Name of OBIC soil indicator variable

-

An object of class data.table (inherits from data.frame) with 3696 rows and 11 columns.

-

A data.frame with 7040 rows and 11 columns:

-
m_nr

The ID number of measure

-
m_description

The description of measure

-
m_prio

weighing factor for measure. This is not used in the script.

-
m_treshold

Threshold value of the indicator value. This is not used in the script.

-
m_order

Order of measures. When scores are tie, the measure with a smaller number is chosen.

-
m_soilfunction

description of the OBIC indicator varialbe

-
indicator

Name of OBIC soil indicator variable

-
m_effect

Effect of measure on soil indicator. 3/2/1/0/-1

-
m_sector

type of agricultural sector: dairy/arable/vegetable/tree cultivation (in dutch)

-
m_soiltype

type of soil: sand/clay/peat/loess (in dutch)

-
m_applicability

is the measure applicable for combination of sector and soil (1/0)

+
m_effect
+

Effect of measure on soil indicator. 3/2/1/0/-1

-
+
m_sector
+

type of agricultural sector: dairy/arable/vegetable/tree cultivation (in dutch)

+
m_soiltype
+

type of soil: sand/clay/peat/loess (in dutch)

+ +
m_applicability
+

is the measure applicable for combination of sector and soil (1/0)

+ + +
+
-
- +
- - + + diff --git a/docs/reference/season.obic.html b/docs/reference/season.obic.html index 876128e7..af1fd3ae 100644 --- a/docs/reference/season.obic.html +++ b/docs/reference/season.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Desired growing season period for maximum yield — season.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Desired growing season period for maximum yield — season.obic • OBIC - - + + - - -
-
- -
- -
+
@@ -132,46 +71,51 @@

Desired growing season period for maximum yield

This table gives the required number of days before and after August 15 required for optimal yield or usability and has categories to determine yield loss having a shorter workable growing season based on Tabel 2 and several formulas from Huinink (2018)

-
season.obic
+
+
season.obic
+
+ +
+

Format

+

A data.table with 29 rows and 5 columns:

landuse
+

The name of the crop or landuse category, used to link to crops.obic$crop_season

+ +
req_days_pre_glg
+

Required number of workable days before August 15 assuming this coincides with GLG, lowest groundwater

+
req_days_post_glg
+

Required number of workable days after August 15 assuming this coincides with GLG, lowest groundwater

-

Format

+
total_days
+

Total number of days required for optimal growth or use

-

A data.table with 29 rows and 5 columns:

-
landuse

The name of the crop or landuse category, used to link to crops.obic$crop_season

-
req_days_pre_glg

Required number of workable days before August 15 assuming this coincides with GLG, lowest groundwater

-
req_days_post_glg

Required number of workable days after August 15 assuming this coincides with GLG, lowest groundwater

-
total_days

Total number of days required for optimal growth or use

-
derving

Category to determine yield loss due to having a sub-optimal relative growing season length or RLG

+
derving
+

Category to determine yield loss due to having a sub-optimal relative growing season length or RLG

-
+
+
-
- +
- - + + diff --git a/docs/reference/soils.obic.html b/docs/reference/soils.obic.html index 1566da80..d016955d 100644 --- a/docs/reference/soils.obic.html +++ b/docs/reference/soils.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Linking table between soils and different functions in OBIC — soils.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Linking table between soils and different functions in OBIC — soils.obic • OBIC - + + - - - -
-
- -
- -
+
@@ -132,44 +71,45 @@

Linking table between soils and different functions in OBIC

This table helps to link the different crops in the OBIC functions with the crops selected by the user

-
soils.obic
+
+
soils.obic
+
+
+

Format

+

A data.frame with 7 rows and 2 columns:

soiltype
+

The name of the soil type

-

Format

+
soiltype.ph
+

The category for this soil at pH

-

A data.frame with 7 rows and 2 columns:

-
soiltype

The name of the soil type

-
soiltype.ph

The category for this soil at pH

-
soiltype.n

The category for this soil at nitrogen

+
soiltype.n
+

The category for this soil at nitrogen

-
+
+
-
- +
- - + + diff --git a/docs/reference/tbl.ph.delta.html b/docs/reference/tbl.ph.delta.html index fcc4b93e..858d34ba 100644 --- a/docs/reference/tbl.ph.delta.html +++ b/docs/reference/tbl.ph.delta.html @@ -1,67 +1,12 @@ - - - - - - - -Table with optimal pH for different crop plans — tbl.ph.delta • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Table with optimal pH for different crop plans — tbl.ph.delta • OBIC - - + + - - -
-
- -
- -
+
@@ -132,52 +71,67 @@

Table with optimal pH for different crop plans

This table contains the optimal pH for different crop plans and soil types

-
tbl.ph.delta
+
+
tbl.ph.delta
+
+ +
+

Format

+

A data.frame with 136 rows and 10 columns:

table
+

The original table from Hanboek Bodem en Bemesting

+ +
lutum.low
+

Lower value for A_CLAY_MI

+ +
lutum.high
+

Upper value for A_CLAY_MI

+ +
om.low
+

Lower value for organic matter

+
om.high
+

Upper value for organic matter

-

Format

+
potato.low
+

Lower value for fraction potatoes in crop plan

-

A data.frame with 136 rows and 10 columns:

-
table

The original table from Hanboek Bodem en Bemesting

-
lutum.low

Lower value for A_CLAY_MI

-
lutum.high

Upper value for A_CLAY_MI

-
om.low

Lower value for organic matter

-
om.high

Upper value for organic matter

-
potato.low

Lower value for fraction potatoes in crop plan

-
potato.high

Upper value for fraction potatoes in crop plan

-
sugarbeet.low

Lower value for fraction potatoes in crop plan

-
sugarbeet.high

Upper value for fraction potatoes in crop plan

-
ph.optimum

The optimal pH (pH_CaCl2) for this range

+
potato.high
+

Upper value for fraction potatoes in crop plan

-
+
sugarbeet.low
+

Lower value for fraction potatoes in crop plan

-

#' @references Handboek Bodem en Bemesting tabel 5.1, 5.2 en 5.3

+
sugarbeet.high
+

Upper value for fraction potatoes in crop plan

+ +
ph.optimum
+

The optimal pH (pH_CaCl2) for this range

+ + +

#' @references Handboek Bodem en Bemesting tabel 5.1, 5.2 en 5.3

+
+
-
- +
- - + + diff --git a/docs/reference/waterstress.obic.html b/docs/reference/waterstress.obic.html index b90bc03a..f59c7012 100644 --- a/docs/reference/waterstress.obic.html +++ b/docs/reference/waterstress.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Linking table between crops, soils, groundwatertables and water induced stresses in OBIC — waterstress.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Linking table between crops, soils, groundwatertables and water induced stresses in OBIC — waterstress.obic • OBIC - - + + - - -
-
- -
- -
+
@@ -132,47 +71,54 @@

Linking table between crops, soils, groundwatertables and water induced stre

This table helps to link the different crops in the OBIC functions with the crops selected by the user

-
waterstress.obic
+
+
waterstress.obic
+
+ +
+

Format

+

A data.frame with x rows and y columns:

cropname
+

The name of the crop

+ +
soilunit
+

The category for this soil, derived from 1:50.000 soil map

+ +
gt
+

The class describing mean highest and lowest groundwater table, derived from 1:50.000 soil map

+
droughtstress
+

The mean yield reduction due to drought (in percentage)

-

Format

+
wetnessstress
+

The mean yield reduction due to watersurplus (in percentage)

-

A data.frame with x rows and y columns:

-
cropname

The name of the crop

-
soilunit

The category for this soil, derived from 1:50.000 soil map

-
gt

The class describing mean highest and lowest groundwater table, derived from 1:50.000 soil map

-
droughtstress

The mean yield reduction due to drought (in percentage)

-
wetnessstress

The mean yield reduction due to watersurplus (in percentage)

-
waterstress

The mean combined effect water stress (due to deficiency or excess of water)

+
waterstress
+

The mean combined effect water stress (due to deficiency or excess of water)

-
+
+
-
- +
- - + + diff --git a/docs/reference/weather.obic.html b/docs/reference/weather.obic.html new file mode 100644 index 00000000..ff0a163f --- /dev/null +++ b/docs/reference/weather.obic.html @@ -0,0 +1,118 @@ + +Weather table — weather.obic • OBIC + + +
+
+ + + +
+
+ + +
+

This table contains the climatic weather data of the Netherlands for the period 1990-2020

+
+ +
+
weather.obic
+
+ +
+

Format

+

A data.table with 12 rows and 4 columns:

month
+

Month of the year

+ +
A_TEMP_MEAN
+

Mean monthly temperature

+ +
A_PREC_MEAN
+

Mean monthly precipitation

+ +
A_ET_MEAN
+

Mean monthly evapo-transpiration

+ + +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.1.

+
+ +
+ + + + + + + + diff --git a/docs/reference/weight.obic.html b/docs/reference/weight.obic.html index ec32e7d1..43075ed0 100644 --- a/docs/reference/weight.obic.html +++ b/docs/reference/weight.obic.html @@ -1,67 +1,12 @@ - - - - - - - -Weight of indicators to calculate integrated scores — weight.obic • OBIC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Weight of indicators to calculate integrated scores — weight.obic • OBIC - + + - - - -
-
- -
- -
+
@@ -132,43 +71,42 @@

Weight of indicators to calculate integrated scores

This table defines the weighting factors (ranging between 0 and 1) of indicator values to calculate integrated scores.

-
weight.obic
- +
+
weight.obic
+
-

Format

+
+

Format

+

A data.frame with 20 rows and 2 columns:

var
+

The name of the weight

-

A data.frame with 20 rows and 2 columns:

-
var

The name of the weight

-
weight

weighing factor

+
weight
+

weighing factor

-
+
+
-
- +
- - + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml new file mode 100644 index 00000000..66b6e103 --- /dev/null +++ b/docs/sitemap.xml @@ -0,0 +1,360 @@ + + + + /404.html + + + /articles/description-of-the-columns.html + + + /articles/explaination-of-the-OBIC-package.html + + + /articles/index.html + + + /articles/obic_introduction.html + + + /articles/obic_score_aggregation.html + + + /articles/obic_workability.html + + + /authors.html + + + /index.html + + + /LICENSE-text.html + + + /news/index.html + + + /reference/add_management.html + + + /reference/binnenveld.html + + + /reference/bouwsteen_tb.html + + + /reference/calc_aggregatestability.html + + + /reference/calc_bcs.html + + + /reference/calc_bulk_density.html + + + /reference/calc_cec.html + + + /reference/calc_copper_availability.html + + + /reference/calc_cropclass.html + + + /reference/calc_crumbleability.html + + + /reference/calc_grass_age.html + + + /reference/calc_magnesium_availability.html + + + /reference/calc_makkink.html + + + /reference/calc_management.html + + + /reference/calc_man_ess.html + + + /reference/calc_nleach.html + + + /reference/calc_nlv.html + + + /reference/calc_n_efficiency.html + + + /reference/calc_organic_carbon.html + + + /reference/calc_pesticide_leaching.html + + + /reference/calc_phosphate_availability.html + + + /reference/calc_ph_delta.html + + + /reference/calc_pmn.html + + + /reference/calc_potassium_availability.html + + + /reference/calc_psp.html + + + /reference/calc_root_depth.html + + + /reference/calc_rotation_fraction.html + + + /reference/calc_sbal_arable.html + + + /reference/calc_sealing.html + + + /reference/calc_sealing_risk.html + + + /reference/calc_slv.html + + + /reference/calc_sombalance.html + + + /reference/calc_waterretention.html + + + /reference/calc_waterstressindex.html + + + /reference/calc_winderodibility.html + + + /reference/calc_workability.html + + + /reference/calc_zinc_availability.html + + + /reference/cf_ind_importance.html + + + /reference/column_description.obic.html + + + /reference/crops.makkink.html + + + /reference/crops.obic.html + + + /reference/eval.crumbleability.html + + + /reference/evaluate_logistic.html + + + /reference/evaluate_parabolic.html + + + /reference/eval_crumbleability.html + + + /reference/eval_nitrogen.html + + + /reference/eval_ph.html + + + /reference/eval_phosphate_availability.html + + + /reference/eval_resistance.html + + + /reference/eval_sealing.html + + + /reference/eval_structure.html + + + /reference/format_aer.html + + + /reference/format_gwt.html + + + /reference/format_soilcompaction.html + + + /reference/index.html + + + /reference/ind_aggregatestability.html + + + /reference/ind_bcs.html + + + /reference/ind_cec.html + + + /reference/ind_compaction.html + + + /reference/ind_copper.html + + + /reference/ind_crumbleability.html + + + /reference/ind_gw_recharge.html + + + /reference/ind_magnesium.html + + + /reference/ind_management.html + + + /reference/ind_man_ess.html + + + /reference/ind_nematodes.html + + + /reference/ind_nematodes_list.html + + + /reference/ind_nitrogen.html + + + /reference/ind_nretention.html + + + /reference/ind_n_efficiency.html + + + /reference/ind_pesticide_leaching.html + + + /reference/ind_ph.html + + + /reference/ind_phosphate_availability.html + + + /reference/ind_pmn.html + + + /reference/ind_potassium.html + + + /reference/ind_resistance.html + + + /reference/ind_sealing.html + + + /reference/ind_sulpher.html + + + /reference/ind_waterretention.html + + + /reference/ind_waterstressindex.html + + + /reference/ind_winderodibility.html + + + /reference/ind_workability.html + + + /reference/ind_zinc.html + + + /reference/management.obic.html + + + /reference/nema.crop.rot.obic.html + + + /reference/nema.obic.html + + + /reference/nleach_table.html + + + /reference/obic.html + + + /reference/obic_evalmeasure.html + + + /reference/obic_field.html + + + /reference/obic_field_dt.html + + + /reference/obic_indicators.html + + + /reference/obic_preprocessing.html + + + /reference/obic_recommendations.html + + + /reference/obic_score.html + + + /reference/pFpara_class.html + + + /reference/pFpara_ptf_Wosten1999.html + + + /reference/pFpara_ptf_Wosten2001.html + + + /reference/pF_curve.html + + + /reference/recom.obic.html + + + /reference/score_absolute.html + + + /reference/score_relative.html + + + /reference/season.obic.html + + + /reference/soils.obic.html + + + /reference/tbl.ph.delta.html + + + /reference/waterstress.obic.html + + + /reference/weather.obic.html + + + /reference/weight.obic.html + + diff --git a/man/binnenveld.Rd b/man/binnenveld.Rd new file mode 100644 index 00000000..a152d76c --- /dev/null +++ b/man/binnenveld.Rd @@ -0,0 +1,73 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/tables.R +\docType{data} +\name{binnenveld} +\alias{binnenveld} +\title{Example dataset for use in OBIC package} +\format{ +A data.frame with 65 rows and 55 columns: +\describe{ + \item{ID}{A field id (numeric)} + \item{YEAR}{The year that the crop is grown (integer)} + \item{B_LU_BRP}{A series with crop codes given the crop rotation plan (integer, source: the BRP)} + \item{B_SC_WENR}{The risk for subsoil compaction as derived from risk assessment study of Van den Akker (2006) (character).} + \item{B_GWL_CLASS}{The groundwater table class (character)} + \item{B_SOILTYPE_AGR}{The agricultural type of soil (character)} + \item{B_HELP_WENR}{The soil type abbreviation, derived from 1:50.000 soil map (character)} + \item{B_AER_CBS}{The agricultural economic region in the Netherlands (CBS, 2016) (character)} + \item{A_SOM_LOI}{The percentage organic matter in the soil (\%) (numeric)} + \item{A_CLAY_MI}{The clay content of the soil (\%) (numeric)} + \item{A_SAND_MI}{The sand content of the soil (\%) (numeric)} + \item{A_SILT_MI}{The silt content of the soil (\%) (numeric)} + \item{A_PH_CC}{The acidity of the soil, measured in 0.01M CaCl2 (-) (numeric)} + \item{A_CACO3_IF}{The carbonate content of the soil (\%) (numeric)} + \item{A_N_RT}{The organic nitrogen content of the soil in mg N / kg (numeric)} + \item{A_CN_FR}{The carbon to nitrogen ratio (-) (numeric)} + \item{A_COM_FR}{The carbon fraction of soil organic matter (\%) (numeric)} + \item{A_S_RT}{The total Sulpher content of the soil (in mg S per kg) (numeric)} + \item{A_N_PMN}{The potentially mineralizable N pool (mg N / kg soil) (numeric)} + \item{A_P_AL}{The P-AL content of the soil (numeric)} + \item{A_P_CC}{The plant available P content, extracted with 0.01M CaCl2 (mg / kg) (numeric)} + \item{A_P_WA}{The P-content of the soil extracted with water (mg P2O5 / 100 ml soil) (numeric)} + \item{A_CEC_CO}{The cation exchange capacity of the soil (mmol+ / kg), analysed via Cobalt-hexamine extraction (numeric)} + \item{A_CA_CO_PO}{The The occupation of the CEC with Ca (\%) (numeric)} + \item{A_MG_CO_PO}{The The occupation of the CEC with Mg (\%) (numeric)} + \item{A_K_CO_PO}{The occupation of the CEC with K (\%) (numeric)} + \item{A_K_CC}{The plant available K content, extracted with 0.01M CaCl2 (mg / kg) (numeric)} + \item{A_MG_CC}{The plant available Mg content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} + \item{A_MN_CC}{The plant available Mn content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} + \item{A_ZN_CC}{The plant available Zn content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} + \item{A_CU_CC}{The plant available Cu content, extracted with 0.01M CaCl2 (ug / kg) (numeric)} + \item{A_EW_BCS}{The presence of earth worms (optional, score 0-1-2, numeric)} + \item{A_SC_BCS}{The presence of compaction of subsoil (optional, score 0-1-2, numeric)} + \item{A_GS_BCS}{The presence of waterlogged conditions, gley spots (optional, score 0-1-2, numeric)} + \item{A_P_BCS}{The presence / occurrence of water puddles on the land, ponding (optional, score 0-1-2, numeric)} + \item{A_C_BCS}{The presence of visible cracks in the top layer (optional, score 0-1-2, numeric)} + \item{A_RT_BCS}{The presence of visible tracks / rutting or trampling on the land (optional, score 0-1-2, numeric)} + \item{A_RD_BCS}{The rooting depth (optional, score 0-1-2, numeric)} + \item{A_SS_BCS}{The soil structure (optional, score 0-1-2, numeric)} + \item{A_CC_BCS}{he crop cover on the surface (optional, score 0-1-2, numeric)} + \item{M_COMPOST}{The frequency that compost is applied (optional, every x years, numeric)} + \item{M_GREEN}{A soil measure. Are catch crops sown after main crop (optional, option: yes or no, boolean)} + \item{M_NONBARE}{A soil measure. Is parcel for 80 percent of the year cultivated and 'green' (optional, option: yes or no, boolean)} + \item{M_EARLYCROP}{A soil measure. Use of early crop varieties to avoid late harvesting (optional, option: yes or no, boolean)} + \item{M_SLEEPHOSE}{A soil measure. Is sleephose used for slurry application (optional, option: yes or no, boolean)} + \item{M_DRAIN}{A soil measure. Are under water drains installed in peaty soils (optional, option: yes or no, boolean)} + \item{M_DITCH}{A soil measure. Are ditched maintained carefully and slib applied on the land (optional, option: yes or no, boolean)} + \item{M_UNDERSEED}{A soil measure. Is grass used as second crop in between maize rows (optional, option: yes or no, boolean)} + \item{M_LIME}{A soil measure. Has field been limed in last three years (option: yes or no, boolean)} + \item{M_NONINVTILL}{A soil measure. Non inversion tillage (option: yes or no, boolean)} + \item{M_SSPM}{A soil measure. Soil Structure Protection Measures, such as fixed driving lines, low pressure tires, and light weighted machinery (option: yes or no, boolean)} + \item{M_SOLIDMANURE}{A soil measure. Use of solid manure (option: yes or no, boolean)} + \item{M_STRAWRESIDUE}{A soil measure. Application of straw residues (option: yes or no, boolean)} + \item{M_MECHWEEDS}{A soil measure. Use of mechanical weed protection (option: yes or no, boolean)} + \item{M_PESTICIDES_DST}{A soil measure. Use of DST for pesticides (option: yes or no, boolean)} +} +} +\usage{ +binnenveld +} +\description{ +This table contains a series of agricultural fields with soil properties needed for illustration OBIC. +} +\keyword{datasets} diff --git a/man/calc_makkink.Rd b/man/calc_makkink.Rd new file mode 100644 index 00000000..82feca20 --- /dev/null +++ b/man/calc_makkink.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/makkink.R +\name{calc_makkink} +\alias{calc_makkink} +\title{Add Makkink correction factors and crop cover to crop rotation table} +\usage{ +calc_makkink(B_LU_BRP) +} +\arguments{ +\item{B_LU_BRP}{(numeric) The crop code from the BRP} +} +\description{ +This function adds Makkink correction factors for ET and crop cover to the crop rotation table +} diff --git a/man/calc_n_efficiency.Rd b/man/calc_n_efficiency.Rd new file mode 100644 index 00000000..166039d1 --- /dev/null +++ b/man/calc_n_efficiency.Rd @@ -0,0 +1,49 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/nitrogen_efficiency.R +\name{calc_n_efficiency} +\alias{calc_n_efficiency} +\title{Calculate nitrogen use efficiency and leaching based on N surplus} +\usage{ +calc_n_efficiency( + B_LU_BRP, + B_SOILTYPE_AGR, + B_GWL_CLASS, + B_AER_CBS, + A_SOM_LOI, + A_CLAY_MI, + D_PBI, + D_K, + D_PH_DELTA, + D_NLV, + M_GREEN = FALSE, + B_FERT_NORM_FR = 1 +) +} +\arguments{ +\item{B_LU_BRP}{(numeric) The crop code from the BRP} + +\item{B_SOILTYPE_AGR}{(character) The agricultural type of soilBRP} + +\item{B_GWL_CLASS}{(character) The groundwater table class} + +\item{B_AER_CBS}{(character) The agricultural economic region in the Netherlands (CBS, 2016)} + +\item{A_SOM_LOI}{(numeric) The percentage organic matter in the soil (\%)} + +\item{A_CLAY_MI}{(numeric) The clay content of the soil (\%)} + +\item{D_PBI}{(numeric) The value of phosphate availability calculated by \code{\link{calc_phosphate_availability}}} + +\item{D_K}{(numeric) The value of K-index calculated by \code{\link{calc_potassium_availability}}} + +\item{D_PH_DELTA}{(numeric) The pH difference with the optimal pH.} + +\item{D_NLV}{(numeric) The value of NLV calculated by \code{\link{calc_nlv}}} + +\item{M_GREEN}{(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)} + +\item{B_FERT_NORM_FR}{(numeric) The fraction of the application norm utilized} +} +\description{ +This function gives an indication of the nitrogen use efficiency, the function calculates the N surplus and the resulting N leaching +} diff --git a/man/calc_pesticide_leaching.Rd b/man/calc_pesticide_leaching.Rd new file mode 100644 index 00000000..4f5a5927 --- /dev/null +++ b/man/calc_pesticide_leaching.Rd @@ -0,0 +1,37 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/pesticides.R +\name{calc_pesticide_leaching} +\alias{calc_pesticide_leaching} +\title{Calculate risk of pesticide leaching} +\usage{ +calc_pesticide_leaching( + B_SOILTYPE_AGR, + A_SOM_LOI, + A_CLAY_MI, + A_SAND_MI, + A_SILT_MI, + D_PSP, + M_PESTICIDES_DST, + M_MECHWEEDS +) +} +\arguments{ +\item{B_SOILTYPE_AGR}{(character) The agricultural type of soil} + +\item{A_SOM_LOI}{(numeric) The percentage organic matter in the soil (\%)} + +\item{A_CLAY_MI}{(numeric) The clay content of the soil (\%)} + +\item{A_SAND_MI}{(numeric) The sand content of the soil (\%)} + +\item{A_SILT_MI}{(numeric) The silt content of the soil (\%)} + +\item{D_PSP}{(numeric) The precipitation surplus per crop calculated by \code{\link{calc_psp}}} + +\item{M_PESTICIDES_DST}{(boolean) measure. Use of DST for pesticides (option: yes or no)} + +\item{M_MECHWEEDS}{(boolean) measure. Use of mechanical weed protection (option: yes or no)} +} +\description{ +This function calculates the risk of pesticide leaching from a soil. The risk is calculated by comparing the current leached fraction with a worst case scenario +} diff --git a/man/calc_psp.Rd b/man/calc_psp.Rd new file mode 100644 index 00000000..561b74cf --- /dev/null +++ b/man/calc_psp.Rd @@ -0,0 +1,16 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/precipitation_surplus.R +\name{calc_psp} +\alias{calc_psp} +\title{Calculate the precipitation surplus} +\usage{ +calc_psp(B_LU_BRP, M_GREEN) +} +\arguments{ +\item{B_LU_BRP}{(numeric) The crop code from the BRP} + +\item{M_GREEN}{(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)} +} +\description{ +This function calculates the precipitation surplus (in mm / ha) given the crop rotation plan. +} diff --git a/man/calc_waterretention.Rd b/man/calc_waterretention.Rd index 4b1f14fd..1a8ff0ed 100644 --- a/man/calc_waterretention.Rd +++ b/man/calc_waterretention.Rd @@ -31,5 +31,5 @@ This function calculates different kind of Water Retention Indices given the con These include : 'wilting point','field capacity','water holding capacity','plant available water' and 'Ksat' } \references{ -Wosten et al. (2001) Pedotransfer functions: bridging the gap between available basic soil data and missing hydraulogic characteristics. Journal of Hydrology 251, 123-150. +Wosten et al. (2001) Pedotransfer functions: bridging the gap between available basic soil data and missing hydraulogic characteristics. Journal of Hydrology 251, p123. } diff --git a/man/calc_workability.Rd b/man/calc_workability.Rd index 70c483dc..f1a30eec 100644 --- a/man/calc_workability.Rd +++ b/man/calc_workability.Rd @@ -11,26 +11,33 @@ calc_workability( B_SOILTYPE_AGR, B_GWL_GLG, B_GWL_GHG, - B_Z_TWO + B_GWL_ZCRIT, + calcyieldloss = FALSE ) } \arguments{ -\item{A_CLAY_MI}{(numeric) The clay content of the soil (in procent)} +\item{A_CLAY_MI}{(numeric) The clay content of the soil (\%)} -\item{A_SILT_MI}{(numeric) The silt content of the soil (in procent)} +\item{A_SILT_MI}{(numeric) The silt content of the soil (\%)} -\item{B_LU_BRP}{(numeric) The crop code (gewascode) from the BRP} +\item{B_LU_BRP}{(numeric) The crop code from the BRP} -\item{B_SOILTYPE_AGR}{(character) The type of soil} +\item{B_SOILTYPE_AGR}{(character) The agricultural type of soil} \item{B_GWL_GLG}{(numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level} \item{B_GWL_GHG}{(numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level} -\item{B_Z_TWO}{(numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm)} +\item{B_GWL_ZCRIT}{(numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm)} + +\item{calcyieldloss}{(boolean) whether the function includes yield loss, options: TRUE or FALSE (default).} } \description{ -This function calculates the workability of soils, given as potential length of the growing season. Based on Huinink (2018) +This function calculates the workability of soils, given as a value of relative season length between 0 and 1. +A relative season length of 1 indicates that the water table is sufficiently low for the soil to be workable for the entire growing season required by the crop. +The required ground water table for workability is determined by soil type and soil properties. Hydrological variables determine the groundwater table for each day of the year. +The option calcyieldloss allows for calculation of yield loss based on the relative season length, differentiating in yield loss between six groups of crops +Based on Huinink (2018) } \references{ Huinink (2018) Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie. BodemConsult-Arnhem diff --git a/man/column_description.obic.Rd b/man/column_description.obic.Rd index 31d5097c..f8eb03aa 100644 --- a/man/column_description.obic.Rd +++ b/man/column_description.obic.Rd @@ -5,7 +5,7 @@ \alias{column_description.obic} \title{Column description for the OBIC} \format{ -A data.frame with 126 rows and 6 columns: +A data.frame with 230 rows and 6 columns: \describe{ \item{column}{The column name used in OBIC} \item{type}{The type of column} diff --git a/man/crops.makkink.Rd b/man/crops.makkink.Rd new file mode 100644 index 00000000..460f7edc --- /dev/null +++ b/man/crops.makkink.Rd @@ -0,0 +1,31 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/tables.R +\docType{data} +\name{crops.makkink} +\alias{crops.makkink} +\title{Makkink correction factor table} +\format{ +A data.table with 12 rows and 4 columns: +\describe{ + \item{crop_makkink}{Makkink crop categroy} + \item{1}{Evapotranspiration correction factors for January} + \item{2}{Evapotranspiration correction factors for February} + \item{3}{Evapotranspiration correction factors for March} + \item{4}{Evapotranspiration correction factors for April} + \item{5}{Evapotranspiration correction factors for May} + \item{6}{Evapotranspiration correction factors for June} + \item{7}{Evapotranspiration correction factors for July} + \item{8}{Evapotranspiration correction factors for August} + \item{9}{Evapotranspiration correction factors for September} + \item{10}{Evapotranspiration correction factors for October} + \item{11}{Evapotranspiration correction factors for November} + \item{12}{Evapotranspiration correction factors for December} +} +} +\usage{ +crops.makkink +} +\description{ +This table contains the makkink correction factors for evapo-transpiration per month +} +\keyword{datasets} diff --git a/man/ind_gw_recharge.Rd b/man/ind_gw_recharge.Rd new file mode 100644 index 00000000..62701a54 --- /dev/null +++ b/man/ind_gw_recharge.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/groundwater_recharge.R +\name{ind_gw_recharge} +\alias{ind_gw_recharge} +\title{Calculate groundwater recharge of a soil} +\usage{ +ind_gw_recharge(D_WRI_WHC, D_PSP, I_P_SE, I_P_CO, B_DRAIN = FALSE) +} +\arguments{ +\item{D_WRI_WHC}{(numeric) The value for Water Retention index (WRI) for WHC as calculated by \code{\link{calc_waterretention}}} + +\item{D_PSP}{(numeric) The precipitation surplus per crop calculated by \code{\link{calc_psp}}} + +\item{I_P_SE}{(numeric) The indicator value for soil sealing} + +\item{I_P_CO}{(numeric) The indicator value for occurrence of subsoil compaction} + +\item{B_DRAIN}{(boolean) Are drains installed to drain the field (options: yes or no)} +} +\description{ +This function calculates an index score for groundwater storage based on WHC, sealing risk, drainage and subsoil compaction +} diff --git a/man/ind_management.Rd b/man/ind_management.Rd index da59da7a..ff93319c 100644 --- a/man/ind_management.Rd +++ b/man/ind_management.Rd @@ -18,6 +18,6 @@ This function calculates the the sustainability of strategic management options The main source of this indicator is developed for Label Duurzaam Bodembeheer (Van der Wal, 2016) } \details{ -The current function allows a maximum score of 16 points for arable systems, 12 for maize -and 9 for grass (non-peat) and 17 for grass on peat. +The current function allows a maximum score of 18 points for arable systems, 12 for maize +and 10 for grass (non-peat), 17 for grass on peat, and 4 for nature. } diff --git a/man/ind_n_efficiency.Rd b/man/ind_n_efficiency.Rd new file mode 100644 index 00000000..ce49de15 --- /dev/null +++ b/man/ind_n_efficiency.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/nitrogen_efficiency.R +\name{ind_n_efficiency} +\alias{ind_n_efficiency} +\title{Calculate an indicator value for nitrogen use efficiency and leaching based on N surplus} +\usage{ +ind_n_efficiency(D_NLEACH) +} +\arguments{ +\item{D_NLEACH}{(numeric) The value of N leaching calculated by \code{\link{calc_n_efficiency}}} +} +\description{ +This function gives an indicator value for nitrogen use efficiency calculated by \code{\link{calc_n_efficiency}}, this function makes use of \code{\link{ind_nretention}} +} diff --git a/man/ind_pesticide_leaching.Rd b/man/ind_pesticide_leaching.Rd new file mode 100644 index 00000000..c355a892 --- /dev/null +++ b/man/ind_pesticide_leaching.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/pesticides.R +\name{ind_pesticide_leaching} +\alias{ind_pesticide_leaching} +\title{Calculate an indicator score for pesticide leaching} +\usage{ +ind_pesticide_leaching(D_PESTICIDE) +} +\arguments{ +\item{D_PESTICIDE}{The fraction of pesticide leached compared to the worst case scenario} +} +\description{ +This function calculates the indicator value for pesticide leaching from a soil +} diff --git a/man/ind_workability.Rd b/man/ind_workability.Rd index 4c381a3f..25e73a75 100644 --- a/man/ind_workability.Rd +++ b/man/ind_workability.Rd @@ -4,10 +4,12 @@ \alias{ind_workability} \title{Calculate indicator for workability} \usage{ -ind_workability(D_P_WO) +ind_workability(D_WO, B_LU_BRP) } \arguments{ -\item{D_P_WO}{(numeric) The value of workability calculated by \code{\link{calc_workability}}} +\item{D_WO}{(numeric) The value of the relative (workable) season length calculated by \code{\link{calc_workability}}} + +\item{B_LU_BRP}{(numeric) The crop code from the BRP} } \description{ This function calculates the indicator for the workability of the soil expressed as the period in which the soil can be worked without diff --git a/man/nema.crop.rot.obic.Rd b/man/nema.crop.rot.obic.Rd new file mode 100644 index 00000000..9d9b2260 --- /dev/null +++ b/man/nema.crop.rot.obic.Rd @@ -0,0 +1,39 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/tables.R +\docType{data} +\name{nema.crop.rot.obic} +\alias{nema.crop.rot.obic} +\title{Damage and reproduction of soil-borne pathogens and pests on crops} +\format{ +A data.table with 7059 rows and 21 columns: +\describe{ + \item{crop}{crop as called in aaltjesschema} + \item{name_scientific}{scientific name of nematode} + \item{propagation}{how easily a nematode can propagate on a crop given as strings with 5 classes} + \item{damage}{strings indicating how much damage a nematode can inflict on a crop, with 5 classes} + \item{cultivar_dependent}{boolean whether there are differences in propgation between cultivars of the crop} + \item{serotype_dependant}{boolean whether there are differences in propagation between serotypes of the pathogen} + \item{dalgrond}{boolean whether information is valid for soiltype 'dalgrond'} + \item{klei}{boolean whether information is valid for soiltype 'klei'} + \item{loess}{boolean whether information is valid for soiltype 'loess'} + \item{zand}{boolean whether information is valid for soiltype 'zand'} + \item{zavel}{boolean whether information is valid for soiltype 'zavel'} + \item{info}{string whether there is information on propgation, diffrentiating between none, yes, and some} + \item{name_common}{string, common name of pathogen in Dutch, if no common name is available, scientific name is given} + \item{nema_name}{string, full name of pathogen in aaltjeschema, includes common and scientific name} + \item{grondsoort}{string with letters indicating for which soil the information is valid} + \item{groen_br}{boolean indicating that the crop is a green manure on fallow} + \item{groen_vs}{boolean indicating that the crop is a green manure in early stubble} + \item{groen_od}{boolean indicating that the crop is a green manure beneath cover crop} + \item{groen_ls}{boolean indicating that the crop is a green manure in late stubble} + \item{groen_st}{boolean indicating that the crop is a green manure as drifting deck} + \item{crop_name_scientific}{string, scientific name of crop species or genus} +} +} +\usage{ +nema.crop.rot.obic +} +\description{ +This table includes information from aaltjesschema (April 2021), a website where information is collected on the vulnerability of crops to plant parasitic nematodes and diseases that use nematodes as vector. +} +\keyword{datasets} diff --git a/man/obic_field.Rd b/man/obic_field.Rd index 43f1add2..6297edd6 100644 --- a/man/obic_field.Rd +++ b/man/obic_field.Rd @@ -10,6 +10,9 @@ obic_field( B_SC_WENR, B_HELP_WENR, B_AER_CBS, + B_GWL_GLG, + B_GWL_GHG, + B_GWL_ZCRIT, B_LU_BRP, A_SOM_LOI, A_SAND_MI, @@ -41,6 +44,8 @@ obic_field( A_SS_BCS = NA, A_RT_BCS = NA, A_SC_BCS = NA, + B_DRAIN = FALSE, + B_FERT_NORM_FR = 1, M_COMPOST = NA_real_, M_GREEN = NA, M_NONBARE = NA, @@ -71,6 +76,12 @@ obic_field( \item{B_AER_CBS}{(character) The agricultural economic region in the Netherlands (CBS, 2016)} +\item{B_GWL_GLG}{(numeric) The lowest groundwater level averaged over the most dry periods in 8 years in cm below ground level} + +\item{B_GWL_GHG}{(numeric) The highest groundwater level averaged over the most wet periods in 8 years in cm below ground level} + +\item{B_GWL_ZCRIT}{(numeric) The distance between ground level and groundwater level at which the groundwater can supply the soil surface with 2mm water per day (in cm)} + \item{B_LU_BRP}{(numeric) a series with crop codes given the crop rotation plan (source: the BRP)} \item{A_SOM_LOI}{(numeric) The percentage organic matter in the soil (\%)} @@ -133,6 +144,10 @@ obic_field( \item{A_SC_BCS}{(numeric) The presence of compaction of subsoil (optional, score 0-1-2)} +\item{B_DRAIN}{(boolean) Are drains installed to drain the field (options: yes or no)} + +\item{B_FERT_NORM_FR}{(numeric) The fraction of the application norm utilized} + \item{M_COMPOST}{(numeric) The frequency that compost is applied (optional, every x years)} \item{M_GREEN}{(boolean) A soil measure. Are catch crops sown after main crop (optional, option: yes or no)} @@ -170,3 +185,6 @@ obic_field( \description{ This functions wraps the functions of the OBIC into one main function to calculate the score for Open Bodem Index (OBI) for a single field. } +\details{ +It is assumed that the crop series is a continuous series in decreasing order of years. So most recent year first, oldest year last. +} diff --git a/man/obic_field_dt.Rd b/man/obic_field_dt.Rd index 47fbaa61..cc0b1949 100644 --- a/man/obic_field_dt.Rd +++ b/man/obic_field_dt.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/obic.R \name{obic_field_dt} \alias{obic_field_dt} -\title{Calculate the Open Bodem Index score for a single field} +\title{Calculate the Open Bodem Index score for a data table} \usage{ obic_field_dt(dt, output = "all") } @@ -14,4 +14,5 @@ obic_field_dt(dt, output = "all") \description{ This functions wraps the functions of the OBIC into one main function to calculate the score for Open Bodem Index (OBI). In contrast to obic_field, this wrapper can handle a data.table as input. +Multiple sites (distinguished in the column 'ID') can be simulated simultaneously. } diff --git a/man/pF_curve.Rd b/man/pF_curve.Rd index a1e8a4a5..1d36460a 100644 --- a/man/pF_curve.Rd +++ b/man/pF_curve.Rd @@ -13,7 +13,7 @@ pF_curve(head, thetaR, thetaS, alfa, n) \item{thetaS}{(numeric) saturated water content (cm3/cm3)} -\item{alfa}{(numeric) related to the inverse of the air entry suction, alfa >0 (L−1, or cm−1)} +\item{alfa}{(numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm)} \item{n}{(numeric) a measure of the pore-size distribution, n>1, dimensionless} } diff --git a/man/pFpara_class.Rd b/man/pFpara_class.Rd index 3cea7912..ad671484 100644 --- a/man/pFpara_class.Rd +++ b/man/pFpara_class.Rd @@ -9,7 +9,7 @@ pFpara_class(Pklei, Pleem, Psom, M50) \arguments{ \item{Pklei}{(numeric) The clay (<2um) content of the soil (\%)} -\item{Pleem}{(numeric) The leemt (<50um) content of the soil (\%) Pleem > 0} +\item{Pleem}{(numeric) The loam (<50um) content of the soil (\%) Pleem > 0} \item{Psom}{(numeric) The organic matter content of the soil (\%) Psom > 0} diff --git a/man/pFpara_ptf_Wosten1999.Rd b/man/pFpara_ptf_Wosten1999.Rd index 5014f96d..7f2602b5 100644 --- a/man/pFpara_ptf_Wosten1999.Rd +++ b/man/pFpara_ptf_Wosten1999.Rd @@ -21,7 +21,7 @@ a table with the following columns: Dichtheid (numeric) soil bulk density (g/cm3) ThetaR (numeric) residual water content (cm3/cm3) ThetaS (numeric) saturated water content (cm3/cm3) -alfa (numeric) related to the inverse of the air entry suction, alfa >0 (L−1, or cm−1) +alfa (numeric) related to the inverse of the air entry suction, alfa > 0 (1/cm) n (numeric) a measure of the pore-size distribution, n>1, dimensionless ksat (numeric) saturated hydraulic conductivity (cm/d) } diff --git a/man/pFpara_ptf_Wosten2001.Rd b/man/pFpara_ptf_Wosten2001.Rd index fef9529c..36107e6e 100644 --- a/man/pFpara_ptf_Wosten2001.Rd +++ b/man/pFpara_ptf_Wosten2001.Rd @@ -9,11 +9,11 @@ pFpara_ptf_Wosten2001(Pklei, Pleem, Psom, M50, Bovengrond) \arguments{ \item{Pklei}{(numeric) The clay (<2um) content of the soil (\%)} -\item{Pleem}{(numeric) The leemt (<50um) content of the soil (\%) Pleem > 0} +\item{Pleem}{(numeric) The loam (<50um) content of the soil (\%) Pleem > 0} \item{Psom}{(numeric) The organic matter content of the soil (\%) Psom > 0} -\item{M50}{(numeric)size of sand fraction (um)} +\item{M50}{(numeric)size of sand fraction (um)} \item{Bovengrond}{(boolean) whether topsoil (1) or not (0)} } @@ -21,5 +21,5 @@ pFpara_ptf_Wosten2001(Pklei, Pleem, Psom, M50, Bovengrond) This function estimates water retention curve parameters using Pedo transfer function of Wosten (2001) } \references{ -Wösten, J. H. M., Veerman, G. ., de Groot, W. J., & Stolte, J. (2001). Waterretentie- en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: de Staringreeks. Alterra Rapport, 153, 86. https://doi.org/153 +Wösten, J. H. M., Veerman, G. ., de Groot, W. J., & Stolte, J. (2001). Waterretentie en doorlatendheidskarakteristieken van boven- en ondergronden in Nederland: de Staringreeks. Alterra Rapport, 153, 86. https://doi.org/153 } diff --git a/man/recom.obic.Rd b/man/recom.obic.Rd index 6223c390..a7669b6e 100644 --- a/man/recom.obic.Rd +++ b/man/recom.obic.Rd @@ -5,7 +5,7 @@ \alias{recom.obic} \title{Applicability range of measures, including literature based estimates, of effects on soil indicators} \format{ -An object of class \code{data.table} (inherits from \code{data.frame}) with 3696 rows and 11 columns. +An object of class \code{data.table} (inherits from \code{data.frame}) with 4048 rows and 11 columns. A data.frame with 7040 rows and 11 columns: \describe{ diff --git a/man/weather.obic.Rd b/man/weather.obic.Rd new file mode 100644 index 00000000..b17590a2 --- /dev/null +++ b/man/weather.obic.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/tables.R +\docType{data} +\name{weather.obic} +\alias{weather.obic} +\title{Weather table} +\format{ +A data.table with 12 rows and 4 columns: +\describe{ + \item{month}{Month of the year} + \item{A_TEMP_MEAN}{Mean monthly temperature} + \item{A_PREC_MEAN}{Mean monthly precipitation} + \item{A_ET_MEAN}{Mean monthly evapo-transpiration} +} +} +\usage{ +weather.obic +} +\description{ +This table contains the climatic weather data of the Netherlands for the period 1990-2020 +} +\keyword{datasets} diff --git a/tests/testthat.R b/tests/testthat.R index 150d87fa..1ff2ec43 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,3 +1,4 @@ +library(data.table) library(testthat) library(OBIC) diff --git a/tests/testthat/test-format_gwt.R b/tests/testthat/test-format_gwt.R index 7c88c643..08834afc 100644 --- a/tests/testthat/test-format_gwt.R +++ b/tests/testthat/test-format_gwt.R @@ -1,20 +1,22 @@ test_that("format_gwt works", { expect_equal( format_gwt( - B_GWL_CLASS = c("II", "VI", "IIb") + B_GWL_CLASS = c('sVb', 'sVa', 'sVII', 'sVI', 'sV', 'bVII', 'bVI', 'Vb', 'Va', 'VIII', 'VII', 'VI', + 'V', 'IVu', 'IV', 'IIb', 'IIIb', 'IIIa', 'III', 'II', 'I', '-') ), - expected = c("GtII", "GtVI", "GtIIb") + expected = c("GtV", "GtV", "GtVII", 'GtVI', 'GtV', 'GtVII', 'GtVI', 'GtV', 'GtV', 'GtVIII', 'GtVII', 'GtVI', + 'GtV', 'GtIV', 'GtIV', 'GtII', 'GtIII', 'GtIII', 'GtIII', 'GtII', 'GtI', 'GtIII') ) expect_equal( format_gwt( B_GWL_CLASS = c("GtIII", "GtVI", "GtIIb") ), - expected = c("GtIII", "GtVI", "GtIIb") + expected = c("GtIII", "GtVI", "GtII") ) expect_equal( format_gwt( B_GWL_CLASS = c("II", "VI", "IIb", "GtIII", "GtIIIb") ), - expected = c("GtII", "GtVI", "GtIIb", "GtIII", "GtIIIb") + expected = c("GtII", "GtVI", "GtII", "GtIII", "GtIII") ) }) \ No newline at end of file diff --git a/tests/testthat/test-groundwater_recharge.R b/tests/testthat/test-groundwater_recharge.R new file mode 100644 index 00000000..830c6a02 --- /dev/null +++ b/tests/testthat/test-groundwater_recharge.R @@ -0,0 +1,14 @@ +test_that("whether ind_gw_recharge works", { + expect_equal( + ind_gw_recharge( + D_PSP = c(100,200,300,400,500,600), + I_P_CO = c(0.1,1,0.1,1,0.1,1), + I_P_SE = rep(0.8,6), + D_WRI_WHC = c(0.1,0.25,.35,0.5,0.75,1), + B_DRAIN = rep(TRUE,6) + ), + expected = c(0.15,0.216,0.411,0.532,0.561,0.564), + tolerance = 0.01 + ) + +}) diff --git a/tests/testthat/test-nematode.R b/tests/testthat/test-nematode.R index b7c08731..d14418b7 100644 --- a/tests/testthat/test-nematode.R +++ b/tests/testthat/test-nematode.R @@ -1,5 +1,3 @@ -library(data.table) - # make data.table with testspecies testspecies = c("Ditylenchus spp." ,"Ditylenchus dipsaci" ,"Ditylenchus destructor" ,"Xiphinema spp." , "Longidorus spp." ,"(Para)Trichodoridae spp." ,"Trichodorus similis" ,"Trichodorus primitivus" , @@ -16,22 +14,53 @@ testspecies = c("Ditylenchus spp." ,"Ditylenchus dipsaci" , "Pratylenchus fallax" ,"Pratylenchus pinguicaudatus" ,"Pratylenchus pseudopratensis" ,"Pratylenchus vulnus" , "Pratylenchus dunensis" ,"Pratylenchus zeae") +# Make data tables to test ind_nematodes_list +nem.dt1 <- data.table(species = testspecies, count = rep(0,54)) +nem.dt2 <- data.table(species = testspecies, count = rep(10000,54)) + # test function for ind_nematodes_list -test_that("ind_nematodes works", { +test_that("ind_nematodes_list works", { expect_equal( - ind_nematodes_list( - data.table(species = testspecies, - count = rep(0,54)) - ), + ind_nematodes_list(A_NEMA = nem.dt1), expected = 1, tolecance = 0.01 ) - expect_lt( - ind_nematodes_list( - data.table(species = testspecies, - count = rep(10000,54)) - ), - expected = 0.0011 + expect_equal( + ind_nematodes_list(A_NEMA = nem.dt2), + expected = 0, + tolerance = 0.0001 + ) +}) + +# test that ind_nematodes_list works with missing values +nem.dt1 <- nem.dt1[5:10, count:= NA] +nem.dt2 <- nem.dt2[5:10, count:= NA] +test_that("ind_nematodes_list works when some values are missing", { + expect_equal( + ind_nematodes_list(A_NEMA = nem.dt1), + expected = 1, + tolecance = 0.01 + ) + expect_equal( + ind_nematodes_list(A_NEMA = nem.dt2), + expected = 0, + tolerance = 0.0001 + ) +}) + +# test that ind_nematodes_list works with missing nematodes +nem.dt1 <- nem.dt1[5:15] +nem.dt2 <- nem.dt2[5:15] +test_that("ind_nematodes_list works when some species missing", { + expect_equal( + ind_nematodes_list(A_NEMA = nem.dt1), + expected = 1, + tolecance = 0.01 + ) + expect_equal( + ind_nematodes_list(A_NEMA = nem.dt2), + expected = 0, + tolerance = 0.0001 ) }) @@ -84,7 +113,7 @@ test_that("ind_nematodes works with complete input", { A_OPN_AP_SUB = A_OPN_AP_SUB,A_OPN_CR_TOT = A_OPN_CR_TOT,A_OPN_SU_TOT = A_OPN_SU_TOT, A_NPN_SA_TOT = A_NPN_SA_TOT ), - expected = c(0.287, 0.246, 0.025, 0.213, 0.206, 0.019, 0.138, 0.391, 0.304, 0.272, 0.044, 0.158, 0.150, 0.208, 0.287), + expected = c(0.261, 0.224, 0.023, 0.193, 0.188, 0.017, 0.126, 0.356, 0.277, 0.247, 0.040, 0.144, 0.136, 0.189, 0.260), tolecance = 0.01 ) }) @@ -122,14 +151,14 @@ test_that("ind_nematodes works with complete input but with missing values", { A_OPN_AP_SUB = A_OPN_AP_SUB,A_OPN_CR_TOT = A_OPN_CR_TOT,A_OPN_SU_TOT = A_OPN_SU_TOT, A_NPN_SA_TOT = A_NPN_SA_TOT ), - expected = c(0.287, 0.246, 0.025, 0.213, 0.206, 0.019, 0.138, 0.391, 0.304, 0.272, 0.044, 0.158, 0.150, 0.208, 0.287), + expected = c(0.261, 0.224, 0.023, 0.193, 0.188, 0.017, 0.126, 0.356, 0.277, 0.247, 0.040, 0.144, 0.136, 0.189, 0.260), tolecance = 0.01 ) }) # remove some measurement from input -test_that("ind_nematodes works with complete input but with missing values", { +test_that("ind_nematodes works with incomplete input", { expect_equal( ind_nematodes(B_LU_BRP = B_LU_BRP, A_RLN_PR_TOT = A_RLN_PR_TOT,A_RLN_PR_CREN = A_RLN_PR_CREN,A_RLN_PR_NEG = A_RLN_PR_NEG, @@ -153,7 +182,7 @@ test_that("ind_nematodes works with complete input but with missing values", { A_OPN_AP_SUB = A_OPN_AP_SUB,A_OPN_CR_TOT = A_OPN_CR_TOT,A_OPN_SU_TOT = A_OPN_SU_TOT, A_NPN_SA_TOT = A_NPN_SA_TOT ), - expected = c(0.287, 0.246, 0.025, 0.213, 0.206, 0.019, 0.138, 0.391, 0.304, 0.272, 0.044, 0.158, 0.150, 0.208, 0.287), + expected = c(0.261, 0.224, 0.023, 0.193, 0.188, 0.017, 0.126, 0.356, 0.277, 0.247, 0.040, 0.144, 0.136, 0.189, 0.260), tolecance = 0.01 ) }) diff --git a/tests/testthat/test-nitrogen_efficiency.R b/tests/testthat/test-nitrogen_efficiency.R new file mode 100644 index 00000000..a825e727 --- /dev/null +++ b/tests/testthat/test-nitrogen_efficiency.R @@ -0,0 +1,51 @@ +test_that("test whether calc_nitrogen_efficiency works", { + expect_equal( + calc_n_efficiency(B_LU_BRP = c(233,259,2014,308), + B_SOILTYPE_AGR = rep('rivierklei',4), + B_GWL_CLASS = rep('GtIII',4), + B_AER_CBS = rep('IJsselmeerpolders',4), + A_SOM_LOI = rep(3,4), + A_CLAY_MI = rep(20,4), + D_PBI = rep(2,4), + D_K = rep(12,4), + D_PH_DELTA = rep(0.2,4), + D_NLV = rep(110,4), + M_GREEN = rep(FALSE,4), + B_FERT_NORM_FR = c(1,1,1,0.8) + ), + expected = c(10.80, 12.15, 10.80, 10.80), + tolerance = 0.01 + ) + + expect_equal( + calc_n_efficiency(B_LU_BRP = c(233,259,2014,308), + B_SOILTYPE_AGR = rep('dekzand',4), + B_GWL_CLASS = rep('GtII',4), + B_AER_CBS = rep('Zuidwest-Brabant',4), + A_SOM_LOI = rep(3,4), + A_CLAY_MI = rep(15,4), + D_PBI = rep(2,4), + D_K = rep(12,4), + D_PH_DELTA = rep(0.2,4), + D_NLV = rep(90,4), + M_GREEN = rep(TRUE,4), + B_FERT_NORM_FR = c(1,0.8,1,1) + ), + expected = c(4.0, 4.4, 4.0, 4.0), + tolerance = 0.01 + ) + +}) + + +test_that("test whether ind_nitrogen_efficiency works", { + expect_equal( + ind_n_efficiency(c(1,10,30,40,50) + ), + expected = c(0.98415, 0.68749, 1.595222e-03, 4.365378e-05, 1.192833e-06), + tolerance = 0.01 + ) + + + +}) diff --git a/tests/testthat/test-obic_field.R b/tests/testthat/test-obic_field.R index ea2c924e..649d589c 100644 --- a/tests/testthat/test-obic_field.R +++ b/tests/testthat/test-obic_field.R @@ -3,7 +3,10 @@ test_that("obic_field works", { obic_field( B_SOILTYPE_AGR = 'rivierklei', B_GWL_CLASS = "II", - B_SC_WENR = 2, + B_GWL_GLG = 75, + B_GWL_GHG = 10, + B_GWL_ZCRIT = 50, + B_SC_WENR = '2', B_HELP_WENR = "MOb72", B_AER_CBS = 'LG01', B_LU_BRP = c( 1010, 1010,263,263, 263,265,265,265), @@ -54,6 +57,7 @@ test_that("obic_field works", { M_STRAWRESIDUE = FALSE ), expected = data.table( + ID = 1, I_BCS = 0.369, I_B_DI = 0.843, I_B_SF = 0.965, @@ -61,13 +65,13 @@ test_that("obic_field works", { I_C_CU = 1, I_C_K = 0.988, I_C_MG = 0.991, - I_C_N = 0.888, + I_C_N = 0.836, I_C_P = 0.961, I_C_PH = 0.15, I_C_S = 0.26, I_C_ZN = 0.561, I_E_NGW = 0.988, - I_E_NSW = 0.968, + I_E_NSW = 0.969, I_M = 0.069, I_M_BIODIVERSITY = 0.144, I_M_CLIMATE = 0.113, @@ -79,15 +83,15 @@ test_that("obic_field works", { I_P_DS = 0.99, I_P_DU = 0.652, I_P_SE = 0.93, + I_P_WO = 0.7, I_P_WRI = 0.835, I_P_WS = 0.017, S_B_OBI_A = 0.9, - S_C_OBI_A = 0.54, - S_E_OBI_A = 0.978, + S_C_OBI_A = 0.537, + S_E_OBI_A = 0.979, S_M_OBI_A = 0.069, - S_P_OBI_A = 0.416, - S_T_OBI_A = 0.578, - ID = 1, + S_P_OBI_A = 0.421, + S_T_OBI_A = 0.576, RM_C_1 = "M8", RM_C_2 = "M1", RM_C_3 = "M2", diff --git a/tests/testthat/test-obic_field_dt.R b/tests/testthat/test-obic_field_dt.R index 130bc3a2..57d0bd33 100644 --- a/tests/testthat/test-obic_field_dt.R +++ b/tests/testthat/test-obic_field_dt.R @@ -1,10 +1,13 @@ tdt <- data.table( B_SOILTYPE_AGR = 'rivierklei', B_GWL_CLASS = "II", + B_GWL_GLG = 75, + B_GWL_GHG = 10, + B_GWL_ZCRIT = 50, B_SC_WENR = '2', B_HELP_WENR = "MOb72", B_AER_CBS = 'LG01', - B_LU_BRP = 263, + B_LU_BRP = c( 1010, 1010,263,263, 263,265,265,265), A_SOM_LOI = 3.91, A_SAND_MI = 66.3, A_SILT_MI = 22.8, @@ -50,7 +53,7 @@ tdt <- data.table( M_SOLIDMANURE = FALSE, M_SSPM = FALSE, M_STRAWRESIDUE = FALSE, - ID = 'id1', + ID = 1, key = 'ID' ) @@ -58,40 +61,41 @@ test_that("obic_field_dt works", { expect_equal( obic_field_dt(tdt), expected = data.table( - I_BCS = 0.425, + ID = 1, + I_BCS = 0.369, I_B_DI = 0.843, - I_B_SF = 0.944, + I_B_SF = 0.965, I_C_CEC = 0.569, I_C_CU = 1, - I_C_K = 0.985, - I_C_MG = 0.999, - I_C_N = 0.916, - I_C_P = 0.979, + I_C_K = 0.988, + I_C_MG = 0.991, + I_C_N = 0.836, + I_C_P = 0.961, I_C_PH = 0.15, - I_C_S = 0.13, - I_C_ZN = 0.537, + I_C_S = 0.26, + I_C_ZN = 0.561, I_E_NGW = 0.988, - I_E_NSW = 0.968, - I_M = 0.05, - I_M_BIODIVERSITY = 0.2, - I_M_CLIMATE = 0.15, - I_M_SOILFERTILITY = 0.17, - I_M_WATERQUALITY = 0.17, + I_E_NSW = 0.969, + I_M = 0.069, + I_M_BIODIVERSITY = 0.144, + I_M_CLIMATE = 0.113, + I_M_SOILFERTILITY = 0.144, + I_M_WATERQUALITY = 0.126, I_P_CEC = 0.417, I_P_CO = 0.333, I_P_CR = 1, I_P_DS = 0.99, I_P_DU = 0.652, - I_P_SE = 0.888, + I_P_SE = 0.93, + I_P_WO = 0.7, I_P_WRI = 0.835, - I_P_WS = 0.007, - S_B_OBI_A = 0.891, - S_C_OBI_A = 0.499, - S_E_OBI_A = 0.978, - S_M_OBI_A = 0.05, - S_P_OBI_A = 0.413, - S_T_OBI_A = 0.562, - ID = 1, + I_P_WS = 0.017, + S_B_OBI_A = 0.9, + S_C_OBI_A = 0.537, + S_E_OBI_A = 0.979, + S_M_OBI_A = 0.069, + S_P_OBI_A = 0.421, + S_T_OBI_A = 0.576, RM_C_1 = "M8", RM_C_2 = "M1", RM_C_3 = "M2", @@ -101,14 +105,15 @@ test_that("obic_field_dt works", { RM_B_1 = "M0", RM_B_2 = "M0", RM_B_3 = "M0", - key = 'ID' + key = "ID" ), tolerance = 0.01 ) }) # get required column names, should be equal to dt.req in obic_field_dt() -req.cols <- c('B_SOILTYPE_AGR', 'B_GWL_CLASS', 'B_SC_WENR', 'B_HELP_WENR', 'B_AER_CBS', 'B_LU_BRP', +req.cols <- c('B_SOILTYPE_AGR', 'B_GWL_CLASS', 'B_SC_WENR', 'B_HELP_WENR', 'B_AER_CBS', + 'B_GWL_GLG', 'B_GWL_GHG', 'B_GWL_ZCRIT', 'B_LU_BRP', 'B_LU_BRP', 'A_SOM_LOI', 'A_SAND_MI', 'A_SILT_MI', 'A_CLAY_MI', 'A_PH_CC', 'A_N_RT', 'A_CN_FR', 'A_S_RT', 'A_N_PMN', 'A_P_AL', 'A_P_CC', 'A_P_WA', 'A_CEC_CO', 'A_CA_CO_PO', 'A_MG_CO_PO', 'A_K_CO_PO', @@ -121,12 +126,16 @@ test_that('obic_field_dt() works with just required columns', { expect_equal( obic_field_dt(stdt, output = "scores"), expected = - data.table(S_B_OBI_A = 0.891, - S_C_OBI_A = 0.503, - S_E_OBI_A = 0.977, - S_M_OBI_A = 0.28, - S_P_OBI_A = 0.495, - S_T_OBI_A = 0.608), + data.table( + ID = 1, + S_B_OBI_A = 0.900, + S_C_OBI_A = 0.537, + S_E_OBI_A = 0.979, + S_M_OBI_A = 0.287, + S_P_OBI_A = 0.500, + S_T_OBI_A = 0.621, + key = 'ID' + ), tolerance = 0.01 ) }) \ No newline at end of file diff --git a/tests/testthat/test-pesticide_leaching.R b/tests/testthat/test-pesticide_leaching.R new file mode 100644 index 00000000..3c8d5311 --- /dev/null +++ b/tests/testthat/test-pesticide_leaching.R @@ -0,0 +1,55 @@ +test_that("test whether calc_pesticide_leaching works", { + expect_equal( + calc_pesticide_leaching(B_SOILTYPE_AGR = rep('dekzand',4), + A_SOM_LOI = c(2,3,5,8), + A_CLAY_MI = rep(20,4), + A_SAND_MI = rep(15,4), + A_SILT_MI = rep(10,4), + D_PSP = rep(300,4), + M_PESTICIDES_DST = rep(FALSE,4), + M_MECHWEEDS = rep(FALSE,4) + ), + expected = c(0.9458933, 0.9004914, 0.8216655, 0.7271828), + tolerance = 0.01 + ) + + expect_equal( + calc_pesticide_leaching(B_SOILTYPE_AGR = rep('dekzand',4), + A_SOM_LOI = rep(3,4), + A_CLAY_MI = rep(20,4), + A_SAND_MI = rep(15,4), + A_SILT_MI = rep(10,4), + D_PSP = c(50,100,400,800), + M_PESTICIDES_DST = rep(FALSE,4), + M_MECHWEEDS = rep(FALSE,4) + ), + expected = c(0.552, 0.743, 0.928, 0.964), + tolerance = 0.01 + ) + + expect_equal( + calc_pesticide_leaching(B_SOILTYPE_AGR = rep('dekzand',4), + A_SOM_LOI = c(2,3,5,8), + A_CLAY_MI = rep(20,4), + A_SAND_MI = rep(15,4), + A_SILT_MI = rep(10,4), + D_PSP = rep(300,4), + M_PESTICIDES_DST = rep(TRUE,4), + M_MECHWEEDS = rep(FALSE,4) + ), + expected = c(0.7094200, 0.6753685, 0.6162491, 0.5453871), + tolerance = 0.01 + ) + +}) + + +test_that("test whether ind_petsicide_leaching works", { + expect_equal( + ind_pesticide_leaching(D_PESTICIDE = c(0.3,0.5,0.7,0.9)), + expected = c(.999,0.996,0.851,0.0386), + tolerance = 0.01 + ) + +}) + diff --git a/tests/testthat/test-precipitation_surplus.R b/tests/testthat/test-precipitation_surplus.R new file mode 100644 index 00000000..e9903b2a --- /dev/null +++ b/tests/testthat/test-precipitation_surplus.R @@ -0,0 +1,10 @@ +test_that("whether calc_psp works", { + expect_equal( + calc_psp( + B_LU_BRP = c(265, 265, 266, 266, 235, 235), + M_GREEN = c(TRUE, FALSE, TRUE, FALSE, TRUE, FALSE) + ), + expected = c(220.993, 228.180, 220.993, 246.870, 403.549, 417.695), + tolerance = 0.01 + ) +}) \ No newline at end of file diff --git a/tests/testthat/test-root_depth.R b/tests/testthat/test-root_depth.R index 4cf99601..d6c2ca88 100644 --- a/tests/testthat/test-root_depth.R +++ b/tests/testthat/test-root_depth.R @@ -10,7 +10,7 @@ test_that("calc_depth works", { calc_root_depth( B_LU_BRP = c(265, 2719, 266, 1079) ), - expected = c(0.1, 0.3, 0.1, 0.3), + expected = c(0.1, 0.25, 0.1, 0.25), tolerance = 0.001 ) }) \ No newline at end of file diff --git a/tests/testthat/test-workability.R b/tests/testthat/test-workability.R index ac84fca2..1fb833b3 100644 --- a/tests/testthat/test-workability.R +++ b/tests/testthat/test-workability.R @@ -1,15 +1,47 @@ test_that("calc_workability works", { expect_equal( calc_workability( - A_CLAY_MI = c(15.6,13.6, 4.3, 22.6, 1.9, 2.9, 3.1, 4.3, 15.6), - A_SILT_MI = c(16.7,30.5, 11.8, 36.6, 9.2, 8.6, 10.6, 11.8, 16.7), - B_LU_BRP = c(233, 234, 236, 256, 259, 265, 265, 317, 2014), - B_SOILTYPE_AGR = c('zeeklei','zeeklei', 'dekzand','zeeklei', 'dekzand', 'dekzand', 'veen', 'dekzand', 'zeeklei'), - B_GWL_GLG = c(173,139, 106, 144, 115, 113, 42, 106, 173), - B_GWL_GHG = c(21, 18, 62, 70, 49, 81, 9, 62, 21), - B_Z_TWO = c(400, 400, 400, 400, 400, 400, 400, 400, 400) + A_CLAY_MI = c(15.6,13.6, 4.3, 22.6, 1.9, 2.9, 3.1, 4.3, 15.6, 1.9), + A_SILT_MI = c(16.7,30.5, 11.8, 36.6, 9.2, 8.6, 10.6, 11.8, 16.7, 9.2), + B_LU_BRP = c(233, 234, 236, 256, 259, 265, 265, 317, 2014, 259), + B_SOILTYPE_AGR = c('zeeklei','zeeklei', 'dekzand','zeeklei', 'dekzand', 'dekzand', 'veen', 'dekzand', 'zeeklei', 'maasklei'), + B_GWL_GLG = c(173,139, 106, 144, 115, 113, 42, 106, 173, 115), + B_GWL_GHG = c(21, 18, 62, 70, 49, 81, 9, 62, 21, 49), + B_GWL_ZCRIT = c(400, 400, 400, 400, 400, 400, 400, 400, 400, 400) ), - expected = c(0.79,0.25,0.46,0.75,0.87, 0.77, 0.00,0.81,0.54), + expected = c(0.57,0.45,0.54,0.84,0.80, 1, 0.00,0.76,0.66, 0.66), tolerance = .01 ) }) + +test_that("ind_workability works", { + expect_equal( + ind_workability( + D_WO = c(0, 0.75, 1, 0, 0.5, 1), + B_LU_BRP = c(256, 256, 256, 265, 265, 265) + ), + expected = c(0, 0.5, 1, 0, 0.5, 1), + tolerance = .015 + ) +}) + +test_that('diffrenttiation maize on sand vs mais on clay workabilty season works',{ + expect_true(calc_workability( + A_CLAY_MI = c( 1.9), + A_SILT_MI = c(9.2), + B_LU_BRP = c(259), + B_SOILTYPE_AGR = c( 'dekzand'), + B_GWL_GLG = c(115), + B_GWL_GHG = c(49), + B_GWL_ZCRIT = c(400) + )> + calc_workability( + A_CLAY_MI = c( 1.9), + A_SILT_MI = c(9.2), + B_LU_BRP = c(259), + B_SOILTYPE_AGR = c( 'zeeklei'), + B_GWL_GLG = c(115), + B_GWL_GHG = c(49), + B_GWL_ZCRIT = c(400) + )) +}) diff --git a/vignettes/OBIC_score_integratie_2.png b/vignettes/OBIC_score_integratie_2.png new file mode 100644 index 00000000..fcfa5c78 Binary files /dev/null and b/vignettes/OBIC_score_integratie_2.png differ diff --git a/vignettes/obic_introduction.Rmd b/vignettes/obic_introduction.Rmd new file mode 100644 index 00000000..8da5942d --- /dev/null +++ b/vignettes/obic_introduction.Rmd @@ -0,0 +1,1973 @@ +--- +title: "The Open Soil Index" +author: 'Gerard Ros, Brent Riechelman' +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +bibliography: [packages.bib, vignettes_references.bib] +vignette: > + %\VignetteIndexEntry{the-open-soil-index} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} +--- + +```{r, include = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>", + warning = FALSE, + message = FALSE +) +options(rmarkdown.html_vignette.check_title = FALSE) +``` + +```{r setup, include = FALSE} + # load packages + library(OBIC); library(data.table); library(ggplot2);require(patchwork) + + # load binnenveld data.table + binnenveld <- as.data.table(OBIC::binnenveld) +``` + +--- +nocite: | + @Rinot2019, @Bunemann2018, @R-base, @R-data.table, @R-ggplot2, @R-OBIC, @R-patchwork +--- + + +## 1. introduction + +### Background +To meet the demands of a growing population, agriculture continues to intensify, along with increasing and evolving impacts on crop growth, soil quality, and environmental quality. There has been a great increase in world food production since the 1960s and an increase in per capita agricultural production, accompanied by a likewise increase in machinery and fertiliser use. Increased inputs of nitrogen and phosphorus to the soil however, has also led to substantial negative impacts on biodiversity, drinking and surface water quality, and human health. Both the agronomic potential of cropping systems as well as the environmental impacts of agriculture are highly controlled by soil properties and its management. Soil health (or soil quality) refers to the capacity of soil to function as a living ecosystem that sustains plants, animals, and humans, and support ecosystem services including agricultural production. Healthy soils are not just a growing medium for crops, they regulate and support a set of essential ecosystem services, such as water purification, carbon sequestration, nutrient cycling, and habitat provision. Improving and sustaining soil health is therefore key to sustainable crop production. + +Many attempts have been made to develop indices to assess soil quality as well as related ecosystem services (reviewed by Bünemann et al., 2018; Rinot et al., 2019). To date, most of this knowledge has not been implemented in decision support tools assisting farmers for monitoring and evaluation of soil quality on farm and field level. Explicit evaluation of soil quality with respect to soil threats, soil functions, and ecosystem services has rarely been implemented. Few approaches provide clear interpretation schemes of measured indicator values. The main reason for this lack of valorisation, is that soil is a complex interplay of chemical, biological, and physical processes and that the objectives for which the soil is used, have an enormous influence on the evaluation of soil quality. However, there is broad consensus that soil chemistry, soil structure, and soil biology, need to be considered for a good interpretation of soil quality. + +In order to improve and maintain soil quality while supporting sustainable agronomic production as well as other soil ecosystems services, the Open Soil Index (known by the Dutch acronym OBI from 'Open Bodem Index') was initiated in 2018. The OBI is an open source framework for assessing and valorising soil quality and sustainable soil management. Experts from universities, consultancy companies, soil science, and farmer groups collaborated to bring together existing data from routine soil laboratories, smart data retrieval from satellites, and insights from fundamental and applied research, in a transparent and scientifically underpinned soil assessment framework. The framework is highly influenced by the Soil Management Assessment Framework [@Andrews2001;@Wienhold2004;@Wienhold2009] and the proposed holistic, multivariate soil health framework from @Rinot2019. + +### The Open Soil Index Framework +Soil quality is defined as the capacity of a soil to fulfil the desired soil functions under varying conditions for a combination of purposes (and services) such as food production, efficient nutrient cycling, and preservation of biodiversity. Soil ecosystem services are the different ecosystem services that soils can provide, being categorized as production, support, regulation, and information services. Soil functions are quantitative relationships evaluating how soil properties alone or in combination with each other contribute to the aforementioned ecosystem services. Soil indicators are the result of an evaluation scoring methodology transforming the output of soil functions to a qualitative category (low to high) or a numeric grade (1-10). Soil and field properties are characteristics of a soil (or field) that are used to quantify the soil functions. These characteristics may have been analysed in the laboratory as well as those resulting from the location of the field in the landscape. For example, the groundwater level, the variation in ground level, the slope, and the presence of drainage are soil properties. Soil management includes all measures that land users or farmers can take to improve or adapt soil quality for a specific purpose. This has a direct influence on (measurable) soil properties. + +Within the boundary condition of context (i.e. continuation of crop rotation scheme in next decade) and objective (i.e. sustainable crop production), soil properties are quantified based on routinely available soil analyses, field properties, and remote sensing data. The soil properties are in conjunction with each other used to quantify a number of soil functions. These functions can be clustered around the three relevant aspects of soil, namely i) chemistry and nutrient supply, ii) structure and rootability and iii) biology and disease resistance. Separately from these three aspects - each of which relies heavily on actual measurements - soil management is also evaluated. Furthermore, the soil's contribution to a sustainable living environment is first and foremost indirectly included as the following soil functions: the N buffering capacity to avoid leaching and runoff, and the potential to sequester carbon. +The algorithms to evaluate and assess the quality of the soil originates from field experiments and evidence from fundamental as well as applied research. + +
+ +## 2. The Open Soil Index Calculator (OBIC) + +The OBIC package makes it possible to evaluate Soil Health for a number of aggregated soil functions, evaluating a series of soil functions in relation to a "distance to target". + +### Data: Binnenveld +To explore the functionality of OBIC, we'll use the dataset `binnenveld`. The dataset contains soil properties from 11 agricultural fields in the neighborhood of Wageningen, with different soil texture and land use, and is documented in `?binnenveld` + +For each field, the following properties are available: + +* field properties: ID, landuse (B_LU_BRP) and agricultural region (B_AER_CBS) +* basic soil properties: soil type (B_SOILTYPE_AGR, B_HELP_WENR), risk for soil compaction (B_SC_WENR) and groundwater level (B_GWL_CLASS) +* chemical, physical and biological soil properties obtained from measurements (all variables starting with "A_") +* measurements done via a Visual Soil Assessment Form (optional, all variables starting with "A_" and ending with "BCS"). For details, see the Assessment Form of the [Bodemconditiescore](http://mijnbodemconditie.nl/aan-de-slag/download/) [@Sonneveld2014]. +* soil management measures taken (optional, all variables starting with "M_") + +```{r, showbinnenveld} + dim(binnenveld) + binnenveld[1] +``` + +In this example all optional input variables are set to the lowest score (for visuals soil assment) or to false (for soil management measures). Since soil quality can only be evaluated given its use, the crop rotation plan determines also which soil properties and which soil functions are relevant and how they are evaluated given a desired threshold value. + +Note that `binnenveld` is a data.table, a modern and fast variant of a data frame [@R-data.table]. It's particularly useful for large datasets because it only prints a selection of the dataset and calculations done on a data.table are extremely fast. You can learn more about data.tables at [this link](https://cran.r-project.org/web/packages/data.table/vignettes/datatable-intro.html) ; in particular you can convert data frames to data.tables with as.data.table(). + +### Running OBIC for a single field +The main function to evaluate the quality of the soil is `obic_field()` as well as `obic_field_dt()`. Both are wrappers around the the following steps (where the latter requires a data.table as input and the former does not): + +* Data preparation: + * check format B_SC_WENR and B_GWL_CLASS + * add default estimates for soil management measures given soil type and land use +* Estimate derivative soil properties + * general supporting soil properties + * soil chemical functions + * soil physical functions + * soil biological functions + * soil environmental functions + * soil management actions + * visual soil assessment observations +* Estimate soil indicators (evaluating soil functions given a distance to target) + * soil chemical functions + * soil physical functions + * soil biological functions + * soil environmental functions + * soil management actions + * visual soil assessment score +* Aggregate soil indicators over the crop rotation plan +* Aggregate soil functions into more generic soil quality scores + * for soil chemical, physical, biological and environmental soil quality (absolute) + * for benchmarking (not yet implemented) + +The process how measurable soil properties are used to evaluate the agronomic soil quality is visualised in Figure 1. + +
+ +```{r, echo=FALSE, out.width = '85%', out.height = '85%', fig.cap = 'Figure 1. Graphic representation of how measured soil properties are aggregated to scores.'} +# ![](OBIC_score_integratie.png){widht = 25%, height = 20%} +knitr::include_graphics('../vignettes/OBIC_score_integratie_2.png') +``` + +
+ +An example of both wrapper functions is illustrated below. The soil has an OBIC score of 0.78 indicating a relatively good quality to continue the current crop rotation plan. A value of one means that the soil quality is optimum for the continuation of the cropping plan whereas a value of zero means that there are substantial bottlenecks that need to be solved. + + +```{r} + # select the relevant columns without management measures and data from Visual Soil Assessment + cols <- colnames(binnenveld)[!grepl('_BCS$|^M_',colnames(binnenveld))] + + # select the first field, a grassland field + dt <- binnenveld[ID==1,mget(cols)] + + # run the obic_field with default management measures and no visual assessment data + + # test the obic field function via obic_field and give only the final score + obic_field(B_SOILTYPE_AGR = dt$B_SOILTYPE_AGR, B_GWL_CLASS = dt$B_GWL_CLASS, + B_SC_WENR = dt$B_SC_WENR, B_HELP_WENR = dt$B_HELP_WENR, B_AER_CBS = dt$B_AER_CBS, + B_GWL_GLG = dt$B_GWL_GLG, B_GWL_GHG = dt$B_GWL_GHG, B_GWL_ZCRIT = dt$B_GWL_ZCRIT, + B_DRAIN = dt$B_DRAIN, B_FERT_NORM_FR = dt$B_FERT_NORM_FR, + B_LU_BRP = dt$B_LU_BRP, A_SOM_LOI = dt$A_SOM_LOI, A_SAND_MI = dt$A_SAND_MI, + A_SILT_MI = dt$A_SILT_MI, A_CLAY_MI = dt$A_CLAY_MI, A_PH_CC = dt$A_PH_CC, + A_N_RT = dt$A_N_RT, A_CN_FR = dt$A_CN_FR, + A_S_RT = dt$A_S_RT, A_N_PMN = dt$A_N_PMN, + A_P_AL = dt$A_P_AL, A_P_CC = dt$A_P_CC, A_P_WA = dt$A_P_WA, A_CEC_CO = dt$A_CEC_CO, + A_CA_CO_PO = dt$A_CA_CO_PO, A_MG_CO_PO = dt$A_MG_CO_PO, A_K_CO_PO = dt$A_K_CO_PO, + A_K_CC = dt$A_K_CC, A_MG_CC = dt$A_MG_CC, A_MN_CC = dt$A_MN_CC, + A_ZN_CC = dt$A_ZN_CC, A_CU_CC = dt$A_CU_CC, output = 'obic_score') + + # test the obic field function via obic_field_dt and give only the final score + obic_field_dt(dt,output = 'obic_score') +``` + +When interested in the averaged indicator value or the averaged aggregated soil indicators, one can adjust the output argument of the wrapper functions. + +```{r, results = FALSE} + # run obic_field to retrieve indicators + obic_field_dt(dt, output = 'indicators') + + # run obic_field to retrieve aggregated scores + # for chemistry, biology, fysics, management and environment + obic_field_dt(dt, output = 'scores') + + # the default option is to retrieve all output + obic_field_dt(dt, output = 'all') +``` + + +
+ +## The Soil Functions in the OBIC +To assess the soil quality of an agricultural field, soil properties are used to derive so-called soil functions. Theses soil functions represent distinct processes in soil supporting the sustainable crop development. In this section the available soil functions are presented and illustrated. + +### General supporting soil properties +Since the quality of a soil is evaluated given its crop rotation plan, soil type, and geohydrological conditions, a few general derivative soil properties are estimated. These include the calculation of bulk density, rooting depth, organic carbon stocks, the age of grassland, and the fraction that a crop contributes to the crop rotation plan. These general properties are explained below. + +#### Estimate bulk density +Soil Bulk density is estimated via a pedotransferfunction using 'calc_bulk_density' currently used in Dutch fertiliser recommendation systems. It requires as input the agronomic soil type, the soil organic matter content, and the clay content of the topsoil analysed. For details see `?calc_bulk_density`. Generally, the bulk density declines with the soil organic matter level in the soil and is higher in sandy soils compared to clayey soils. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE, echo=FALSE} + # make a data.table for sandy and clay soil + dt.test <- data.table(B_SOILTYPE_AGR = c(rep('dekzand',10),rep('rivierklei',10)), + A_SOM_LOI = c(seq(0.1,10,length.out = 10), seq(0.1,10,length.out = 10)), + A_CLAY_MI = c(rep(5,10),rep(25,10))) + + # estimate bulk density (D_BDS) + dt.test[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI)] + + # plot output + ggplot(data = dt.test, + aes(x = A_SOM_LOI, y = D_BDS, group = B_SOILTYPE_AGR, color = B_SOILTYPE_AGR)) + + geom_line() + geom_point(size=3) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Bulk density (kg / m3)') + xlab('Soil organic matter content (%)') + + theme(legend.position = c(0.8,0.8)) + ggtitle('Estimate bulk density from SOM and clay content') +``` + + +#### Estimate other general properties +Agricultural soils are frequently analysed in routine agricultural laboratories. In the Netherlands the soil layer analysed, is the top 25cm of an arable soil and the first 10 cm of a grassland soil. To convert soil nutrient concentrations (mg / kg) to a hectare basis, one need to know the soil depth analysed. The OBIC function for this is a rather simple one, `calc_root_depth` where the details can be found via `?calc_root_depth`. The only input required is the crop code. + +The Carbon pool in soil (kg / ha) is subsequently calculated from the soil organic matter content, the bulk density, and the sample depth via `calc_organic_carbon`. For details, see `?calc_organic_carbon`. + +The age of grassland is calculated via the function `calc_grass_age` given the series of crop codes available per field. These crop codes have a temporal order with the most recent ones on top. For details, see `?calc_grass_age`. + +Lastly, the relative contribution of a few crops to the full crop rotation plan over the last ten years can be estimated via the function `calc_rotation_fraction`. This function has as input the field-ID, the series of crop codes and the name of the crop for which one likes to know the relative fraction within a crop rotation plan. The following options are possible: starch, potato, sugarbeet, grass, mais, alfalfa, catchcrop, cereal, clover, nature, rapeseed, other, rustgewas, and rustgewasdiep. + +An example of these functions is illustrated below. + +```{r, results = FALSE} + # estimate soil bulk density + dt[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI)] + + # estimate soil sampling depth + dt[, D_RD := calc_root_depth(dt$B_LU_BRP)] + + # estimate Carbon pool + dt[, D_OC := calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD)] + + # estimate age of grassland + dt[,D_GA := calc_grass_age(ID, B_LU_BRP)] + + # estimate crop rotation fraction for sugar beet + dt[, D_CP_SUGARBEET := calc_rotation_fraction(ID, B_LU_BRP, crop = "sugarbeet")] +``` + + +### Calculate series of chemical soil functions +The open soil index quantifies and evaluates the capacity of the soil to supply nitrogen, phosphorus, potassium, magnesium, copper, and zinc as well as the capacity of the soil to buffer cations and the pH. The different functions are illustrated and explained below. + +#### Nitrogen supplying capacity +Nitrogen is the nutrient that plants need most and is often the first limiting factor for growth. Plants take up nitrogen in mineral form as nitrate and ammonium. However, nitrogen is largely present in the soil in organic compounds. The availability of N to plants during the growing season therefore depends on the extent and rate of mineralisation from the organic matter. + +Nitrogen supply on grassland is derived from empirical datasets relating total N levels in soil to the N supply, depending on sampling depth, soil texture, and the age of the grassland. For arable fields, the N supply is derived from a simple first order decomposition model, calibrated for Dutch circumstances and depending on soil texture, organic matter, and total N content. + +To estimate the N supplying capacity of the soil, one can make use of the function `calc_nlv`. For more details, see `?calc_nlv`. + + +```{r, results = FALSE} + # estimate nitrogen supply (kg N / ha) + dt[, D_NLV := calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between total N and NLV for a grassland soil. In summary, the N supplying capacity of a soil increases with the total N present in the soil. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two land uses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate default properties needed to estimate NLV + dt.test[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI)] + dt.test[, D_RD := calc_root_depth(B_LU_BRP)] + dt.test[, D_OC := calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD)] + dt.test[, D_GA := calc_grass_age(ID, B_LU_BRP)] + + # estimate nitrogen supply (kg N / ha) + dt.test[, D_NLV := calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged NLV for both soils + dt.test1 <- dt.test[,list(D_NLV = mean(D_NLV)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_NLV, x = luse, fill = luse)) + geom_col() + theme_bw() + ylim(0,200)+ + ylab('N supplying capacity (kg N / ha)') + xlab('Landuse') + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(legend.position = c(0.2,0.85), + plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10)) + ggtitle('N supplying capacity') + + + # estimate NLV for grassland soil over range of N-total levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite N levels of the soil and the soil texture to sand with a range to illustrate impact of N total on NLV + dt.test2[,B_LU_BRP := 265] + dt.test2[, A_N_RT := seq(100,5000,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_GA := 5] + dt.test2[, D_NLV := calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_N_RT, y = D_NLV)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('N supplying capacity (kg N / ha)') + xlab('Total Nitrogen content (mg / kg)') + + ggtitle('Relationship NLV (grasland) and N total') + + # plot side by side + p1 + p2 +``` + + +The total N supply is evaluated via a parabolic scoring function with an optimum of 100 kg N / ha in arable fields and 140 kg N / ha in grassland fields. The conversion from N supply to an index representing the distance to target is further explained in section + +
+ +#### Phosphorus Availability Index +Phosphate (P) is present in the soil in both inorganic and organic. Inorganic P present in the soil solution is directly available for plant uptake. The amount of P in the soil solution is small compared to the total P supply of the soil. Organic P is only available to the plant after decomposition by micro-organisms. The undissolved inorganic and organic P compounds can be divided into labile and stable compounds: + +* The labile P fraction is in equilibrium with the P in solution and is the main source of P re-supply to the soil solution. Labile inorganic P compounds include P bound to the surface of iron and aluminium (hydr-) oxides, and iron (Fe), aluminium (Al) and calcium phosphates. In acid and neutral soils, P availability is mainly determined by its binding to Fe and Al (hydr-) oxides. In calcareous soils, P is usually associated with calcium (Ca). +* The stable P compounds are usually poorly soluble and therefore poorly available to plants. Stable inorganic P compounds include P-containing soil minerals (e.g. apatite). + +The phosphorus supply of an agricultural soil can be derived from methods measuring either a capacity or an intensity of P pools in soil or a combination of both. The latter approach is followed for grassland and maize fields, where the optimum P supply is derived from multiple field experiments across the Netherlands. For arable farming systems, the phosphorus supply is derived from one measured P pool reflecting the P status as well as controlling the crop response to P inputs. The availability is highly controlled by chemical sorption and desorption equilibria and affected by the iron and aluminum oxides content of soils as well as the availability of oxygen. A phosphorus supply around 4.8 (unitless index, for maize and grassland fields) and 45 (mg P2O5 per liter, for arable fields) is optimal for crop production. + +To estimate the P availability of the soil, one can make use of the function `calc_phosphate_availability`. The function requires the following input: the BRP crop code and P concentration P measured via extraction of ammonium lactate (A_P_AL), water (A_P_WA) or 0.01M CaCl2 (A_P_CC). + +For more details, see `?calc_phosphate_availability`. + + +```{r, results = FALSE} + # estimate phosphate availability index (unitless) + dt[, D_PBI := calc_phosphate_availability(B_LU_BRP, A_P_AL, A_P_CC, A_P_WA)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between P-CaCl2 and D_PBI for a grassland soil. In this case the P capacity is left constant (so, A_P_AL is not changing) whereas the bio-available P pool is increasing from 0.5 to 10 mg P / kg. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grass and continue maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate PBI + dt.test[, D_PBI := calc_phosphate_availability(B_LU_BRP, A_P_AL, A_P_CC, A_P_WA)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged PBI for both soils + dt.test1 <- dt.test[,list(D_PBI = mean(D_PBI)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_PBI, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('P availability index (-)') + xlab('Landuse') + ylim(0,7)+ + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('P availability index') + + + # estimate PBI for grassland soil over range of P-CaCl2 levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite P-CaCl2 levels + dt.test2[, A_P_CC := seq(0.5,10,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_PBI := calc_phosphate_availability(B_LU_BRP, A_P_AL, A_P_CC, A_P_WA)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_P_CC, y = D_PBI)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('P availability index (-)') + xlab('Available P-CaCl2 (mg / kg)') + + ggtitle('Relationship PBI (grasland) and P-CaCl2') + + # plot side by side + p1 + p2 +``` + + +#### Potassium supply +Like N and P, potassium (K) an important element for crop growth. Potassium is almost exclusively present in the soil in mineral form. The amount of K in the soil can be divided into 4 fractions: +* K^+- ions in the soil solution; completely and directly available to the plant, but insufficient to cover the needs of the crop +* K-exchangeable; K adsorbed to the clay and humus particles (adsorption complex; CEC). The exchange between K in the soil solution and K adsorbed occurs rapidly: within minutes to 24 hours +* K-fixed or bound (in clay soils); the K enclosed in the clay plates. Exchange between K-fixed and K-soil solution takes days to months +* K-mineral or K rock; becomes available through weathering. The amount of K that becomes available through weathering during a growing season is too small to be of agricultural interest. + +The K supply is strongly controlled by the distribution of K over the possible K pools in soil, being controlled by sorption and desorption processes, the cation exchange capacity of the soil and competing ions in soil solution and present at the exchange complex. Building on agronomic research from the last decade, the K supply is quantified for grasslands using the plant available K fraction (measured via CaCl2-extraction, K-CaCl2) as well as the CEC. For maize it is quantified using K-CaCl2 and for arable fields its quantified from K-CaCl2 and the CEC while accounting for the clay content, the organic matter content and the pH of the soil. + +To estimate the K supplying capacity of the soil, one can make use of the function `calc_potassium_availability`. The function requires the following input: the BRP crop code, the soil type, the organic matter content, the clay content, the pH, the cation exchange capacity (CEC), the occupation of the CEC with potassium (%) and the directly available concentration of K as determined with a soil extraction with 0.01M CaCl2. + +For more details, see `?calc_potassium_availability`. + + +```{r, results = FALSE} + # estimate potassium availability index (unitless) + dt[, D_K := calc_potassium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, + A_PH_CC, A_CEC_CO, A_K_CO_PO, A_K_CC)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between K-CaCl2 and D_K for a grassland soil. In this case the occupation of the CEC with K is left constant (so, A_K_CO_PO is not changing) whereas the bio-available K pool is increasing from 5 to 500 mg K / kg. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate K-availability index + dt.test[, D_K := calc_potassium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, + A_PH_CC, A_CEC_CO, A_K_CO_PO, A_K_CC)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged K-availability indices for both soils + dt.test1 <- dt.test[,list(D_K = mean(D_K)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_K, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('K availability index (-)') + xlab('Landuse') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('K availability index') + + + # estimate K-supply for grassland soil over range of K-CaCl2 levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite K-CaCl2 levels + dt.test2[, A_K_CC := seq(5,500,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_K := calc_potassium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, + A_PH_CC, A_CEC_CO, A_K_CO_PO, A_K_CC)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_K_CC, y = D_K)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('K availability index (-)') + xlab('Available K-CaCl2 (mg / kg)') + + ggtitle('Relationship K-availability (grasland) and K-CaCl2') + + # plot side by side + p1 + p2 +``` + + +#### Sulpher supply +Sulphur (S) is needed - along with nitrogen - for the formation of proteins in the plant. Whether S supply from the soil is sufficient for optimal production and quality depends on the crop's S requirements and the S supply in the soil. The S supply is determined by soil processes and external sulphur supplies to the soil. + +The amount of sulphur in the soil that is available for crop uptake is determined by the mineral sulphur supply remaining in the soil after winter (Smin), mineralisation of sulphur in the soil during the growing season (sulphur supply capacity), sulphur deposition, sulphur supply by irrigation during cultivation, capillary rise of sulphur-containing groundwater, and by possible losses. Sulphur supply, capillary rise, and Smin are quantitatively the most important inputs of sulphur. However, all three can vary considerably. The contribution from sulphur deposition is only minor throughout the Netherlands. A substantial amount of sulphur can also be supplied through irrigation with sulphurous spring water. This supply, however, varies greatly, depending on the amount sprayed and the sulphur content of the water. + +To estimate the S supplying capacity of the soil, one can make use of the function `calc_slv`. The function requires the following input: the BRP crop code, the soil type, the agricultural region within the Netherlands (used to estimate default S deposition rates), the organic matter content, the total S content of the soil, and the bulk density. + +For more details, see `?calc_slv`. + + +```{r, results = FALSE} + # estimate S supplying capacity + dt[, D_SLV := calc_slv(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS,A_SOM_LOI,A_S_RT, D_BDS)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between total S and D_SLV for a grassland soil. In this case all soil properties driving S supplying capacity are left constant whereas the total S pool is increasing from 500 to 5000 mg S / kg. + + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate bulk density + dt.test[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI)] + + # estimate Mg-availability index + dt.test[,D_SLV := calc_slv(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS,A_SOM_LOI,A_S_RT, D_BDS)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged SLV for both soils + dt.test1 <- dt.test[,list(D_SLV = mean(D_SLV)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_SLV, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('S supplying capacity (kg S / ha)') + xlab('Landuse') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('S supplying capacity (kg S / ha)') + + + # estimate SLV for grassland soil over range of total S levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite A_S_RT levels + dt.test2[, A_S_RT := seq(500,5000,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_SLV := calc_slv(B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS,A_SOM_LOI,A_S_RT, D_BDS)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_S_RT, y = D_SLV)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('S supplying capacity (kg S / ha)') + xlab('total S (mg / kg)') + + ggtitle('Relationship SLV (grasland) and total S') + + # plot side by side + p1 + p2 +``` + + +#### Magnesium supply +Magnesium is an important element for crop growth, livestock health, and livestock productivity. +Deficiencies for magnesium often occur on sandy soils with low organic matter and low pH. The supply of Mg for arable fields as well as grassland fields on sandy soils is directly related to the plant available Mg-content (Mg-CaCl2). For grassland fields on clay and peat soils the Mg-supply is indirectly quantified given the required composition of the grass (for intake by cows) and depends on the CEC, the organic matter and clay content, pH, as well as the K-availability assessed by K-CaCl2 and K-CEC. + +To estimate the Mg supplying capacity of the soil, one can make use of the function `calc_magnesium_availability`. The function requires the following input: the BRP crop code, the soil type, the organic matter content, the clay content, the pH, the cation exchange capacity (CEC), the occupation of the CEC with potassium (%) and the directly available concentration of both Mg and K as determined with a soil extraction with 0.01M CaCl2. + +For more details, see `?calc_magnesium_availability`. + + +```{r, results = FALSE} + # estimate magnesium availability index (unitless) + dt[, D_MG := calc_magnesium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, + A_CLAY_MI, A_PH_CC, A_CEC_CO, + A_K_CO_PO, A_MG_CC, A_K_CC)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between Mg-CaCl2 and D_MG for a grassland soil. In this case all soil properties driving Mg availability in soil are left constant whereas the bio-available Mg pool is increasing from 5 to 500 mg Mg / kg. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate Mg-availability index + dt.test[, D_MG := calc_magnesium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, + A_CLAY_MI, A_PH_CC, A_CEC_CO, + A_K_CO_PO, A_MG_CC, A_K_CC)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged Mg-availability indices for both soils + dt.test1 <- dt.test[,list(D_MG = mean(D_MG)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_MG, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Mg availability index (-)') + xlab('Landuse') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('Mg availability index') + + + # estimate Mg-supply for grassland soil over range of Mg-CaCl2 levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite Mg-CaCl2 levels + dt.test2[, A_MG_CC := seq(5,500,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_MG := calc_magnesium_availability(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, + A_CLAY_MI, A_PH_CC, A_CEC_CO, + A_K_CO_PO, A_MG_CC, A_K_CC)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_MG_CC, y = D_MG)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('Mg availability index (-)') + xlab('Available Mg-CaCl2 (mg / kg)') + + ggtitle('Relationship Mg-availability (grasland) and Mg-CaCl2') + + # plot side by side + p1 + p2 +``` + + +#### Copper supply +Copper (Cu) occurs in soil solution largely in a complexed form, mainly with dissolved organic matter. Root uptake of Cu probably occurs as free Cu ions (Cu2+). The availability of complexed Cu for uptake is lower than that of Cu2+ and depends on the stability of the complex. Complexation of Cu, however, may increase the mobility of Cu in soils. Besides complexation of Cu to dissolved or solid organic matter, Cu can be adsorbed to Fe-, Al-, and Mn-(hydr)oxideclay minerals. Cu desorbed from the mentioned soil components is available for uptake. The degree of adsorption increases at higher pH, which decreases the availability. Other factors that influence Cu availability are nitrogen and phosphate content. Nitrogen and Cu show positive interactions. Decreasing N use will lead to lower levels in crops. Phosphate can drive Cu away from the adsorption sites and this leads to Cu deficiency in the long run. + +The supply and availability of Cu depends on the plant available Cu-pool in soil (Cu-CaCl2) or the reactive Cu pool (Cu-HNO3) for both arable and grassland soils. The optimum value is derived from historical field experiments and is established on a level of 5 to 10 mg / kg. The risk of Cu deficiency can be calculated based on the Cu content in the soil and relevant soil characteristics that influence its availability. The following measurements are used to calculate Cu plant availability: land use, Cu-CaCl2, clay content, the organic matter content, and the plant extractable levels of K and Mn. The last soil properties are used for an empirical function to estimate Cu-HNO3 (the basis for fertiliser recommendations based on long-term field experiments) from Cu-CaCl2 (being currently measured in agricultural laboratories). In OBIC, one can make use of the function `calc_copper_availability`. The function requires the input mentioned above. + +For more details, see `?calc_copper_availability`. + + + +```{r, results = FALSE} + # estimate Cu availability index + dt[, D_CU := calc_copper_availability(B_LU_BRP, A_SOM_LOI, A_CLAY_MI, A_K_CC, A_MN_CC, A_CU_CC)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between Cu-CaCl2 and D_CU for a grassland soil. In this case all soil properties driving Cu availability in soil are left constant whereas the bio-available Cu pool is increasing from 5 to 500 ug Cu / kg. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate Cu-availability index + dt.test[, D_CU := calc_copper_availability(B_LU_BRP, A_SOM_LOI, A_CLAY_MI, A_K_CC, A_MN_CC, A_CU_CC)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged Cu-availability indices for both soils + dt.test1 <- dt.test[,list(D_CU = mean(D_CU)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_CU, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Cu availability index (-)') + xlab('Landuse') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('Cu availability index') + + + # estimate Cu-supply for grassland soil over range of Cu-CaCl2 levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite Cu-CaCl2 levels + dt.test2[, A_CU_CC := seq(5,500,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_CU := calc_copper_availability(B_LU_BRP, A_SOM_LOI, A_CLAY_MI, A_K_CC, A_MN_CC, A_CU_CC)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_CU_CC, y = D_CU)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('Cu availability index (-)') + xlab('Available Cu-CaCl2 (ug / kg)') + + ggtitle('Relationship Cu-availability (grasland) and Cu-CaCl2') + + # plot side by side + p1 + p2 +``` + + +#### Zinc supply +The processes involved in the behaviour of zinc (Zn) in soil are the same as for Cu. Besides Zn2+, Zn occurs in the soil solution in complex form with dissolved organic matter. Binding of Zn to solid soil constituents occurs to clay minerals, metal (hydr)oxides, and solid organic matter. The affinity of Zn for binding to these materials is lower than that of Cu. Zinc is taken up by plant roots as Zn2+. Because the concentration of Zn2+ in the soil solution is low and Zn is not very mobile, it is only transported over short distances. Therefore, a sufficiently large root system is very important for a good Zn uptake. The development of the root system is strongly influenced by the phosphate supply of the crop. In herbaceous crops, the secretion of phytosiderophores in response to a Fe or Zn deficiency strongly increases Zn uptake. These organic compounds complex Zn and increase Zn mobility in the soil, which facilitates Zn transport to the root and uptake as Zn2+. A high pH, cold and wet conditions and a lot of organic matter in the soil decrease the availability of Zn. + +The supply of zinc depends on the plant availability of Zn such as determined via CaCl2 extraction method (Zn-CaCl2), while accounting for soil type, land use and pH. Critical threshold values for Zn has been derived from optimum Zn contents of the growing crop. In OBIC, one can make use of the function `calc_zinc_availability`. The function requires the following input: land use, soil type, pH, and the bioavailable Zn-content as measured via n extraction with 0.01M CaCl2. + +For more details, see `?calc_zinc_availability`. + + + +```{r, results = FALSE} + # estimate Zn availability index + dt[, D_ZN := calc_zinc_availability(B_LU_BRP, B_SOILTYPE_AGR, A_PH_CC, A_ZN_CC)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between Zn-CaCl2 and D_ZN for a grassland soil. In this case all soil properties driving Zn availability in soil are left constant whereas the bio-available Zn pool is increasing from 50 to 5000 ug Zn / kg. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # estimate Zn-availability index + dt.test[, D_ZN := calc_zinc_availability(B_LU_BRP, B_SOILTYPE_AGR, A_PH_CC, A_ZN_CC)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged Zn-availability indices for both soils + dt.test1 <- dt.test[,list(D_ZN = mean(D_ZN)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_ZN, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Zn availability index (-)') + xlab('Landuse') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('Zn availability index') + + + # estimate Zn-supply for grassland soil over range of Zn-CaCl2 levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite Zn-CaCl2 levels + dt.test2[, A_ZN_CC := seq(50,5000,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_ZN := calc_zinc_availability(B_LU_BRP, B_SOILTYPE_AGR, A_PH_CC, A_ZN_CC)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(x = A_ZN_CC, y = D_ZN)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('Zn availability index (-)') + xlab('Available Zn-CaCl2 (ug / kg)') + + ggtitle('Relationship Zn-availability (grasland) and Zn-CaCl2') + + # plot side by side + p1 + p2 +``` + + +#### Soil Acidity +The pH is a measure of the acidity of the soil. The pH influences the soil quality and crop growth, among others through availability of nutrients and (heavy) metals and activity of soil life. In addition, the pH also influences various soil functions such as nutrient buffering and aggregate stability. The optimum soil pH for crop growth differs per crop. Potatoes prefer a lower pH and cereals, maize, sugar beet, and field vegetables a higher pH. Organic matter reduces the negative effect of pH on crop growth. On sandy soils with an organic matter content of 15%, the desired pH can be up to half a unit lower than on low organic matter content soils. On clay soils the desired pH is higher than on sandy soils. With a clay percentage above 10, the desired pH is half a unit higher than with low clay percentages. + +The optimum pH is determined in historical field experiments given crop rotation plan, soil texture, soil organic matter, and initial pH. The derivation of the optimum pH can be estimated via the OBIC using the function `calc_ph_delta`. This function estimates how much the pH has to increase by liming to be optimum for crop development. The original empirical relationships are based on pH measurements done in KCl-extraction. Since the current pH analysis methods all make use of 0.01M CaCl2, this pH value can easily be transformed to pH-KCl given an empirical relationship between both. + +For more details, see `?calc_ph_delta`. + + +```{r, results = FALSE, eval = FALSE} + # estimate distance to required pH + dt[, D_PH_DELTA := calc_ph_delta(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, A_PH_CC, D_CP_STARCH, + D_CP_POTATO, D_CP_SUGARBEET, D_CP_GRASS, D_CP_MAIS, D_CP_OTHER)] +``` + + +An example of this function is illustrated below for both an arable and a grassland field (left figure) as well for the relationship between the initial and desired pH change for a grassland soil. In this case all soil properties driving pH in soil are left constant whereas the initial pH is increasing from 3 to 10. + +
+ +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # define a field with two landuses: grassland and maize + dt.test <- binnenveld[ID %in% c(1,11)] + + # Calculate the crop rotation fraction + dt.test[, D_CP_STARCH := calc_rotation_fraction(ID, B_LU_BRP, crop = "starch")] + dt.test[, D_CP_POTATO := calc_rotation_fraction(ID, B_LU_BRP, crop = "potato")] + dt.test[, D_CP_SUGARBEET := calc_rotation_fraction(ID, B_LU_BRP, crop = "sugarbeet")] + dt.test[, D_CP_GRASS := calc_rotation_fraction(ID, B_LU_BRP, crop = "grass")] + dt.test[, D_CP_MAIS := calc_rotation_fraction(ID, B_LU_BRP, crop = "mais")] + dt.test[, D_CP_OTHER := calc_rotation_fraction(ID, B_LU_BRP, crop = "other")] + + # estimate delta-pH + dt.test[, D_PH_DELTA := calc_ph_delta(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, A_PH_CC, D_CP_STARCH, + D_CP_POTATO, D_CP_SUGARBEET, D_CP_GRASS, D_CP_MAIS, D_CP_OTHER)] + + # add group for figure + dt.test[,luse := fifelse(ID==11,'arable','grasland')] + + # estimate averaged delta-pH for both soils + dt.test1 <- dt.test[,list(D_PH_DELTA = mean(D_PH_DELTA)), by = 'luse'] + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = D_PH_DELTA, x = luse, fill = luse)) + + geom_col(show.legend = FALSE) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('desired pH-change (-)') + xlab('Landuse') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('desired pH-change (-)') + + + # estimate desired pH-change for grassland soil over range of pH levels in soil + dt.test2 <- dt.test[ID==1] + + # overwrite initial pH + dt.test2[, A_PH_CC := seq(3,10,length.out = .N)] + dt.test2[, B_SOILTYPE_AGR := 'dekzand'] + dt.test2[, D_PH_DELTA := calc_ph_delta(B_LU_BRP, B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI, A_PH_CC, D_CP_STARCH, + D_CP_POTATO, D_CP_SUGARBEET, D_CP_GRASS, D_CP_MAIS, D_CP_OTHER)] + + # plot output + p2 <- ggplot(data = dt.test2, + aes(y = D_PH_DELTA, x = A_PH_CC)) + geom_line() + geom_point(size=3) + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ + ylab('desired pH-change (-)') + xlab('pH value') + + ggtitle('Relationship desired pH-change and pH') + + # plot side by side + p1 + p2 +``` + + + +#### Soil Cation Buffering +For good crop growth, sufficient nutrients must be available. Besides the actual nutrient availability in soil solution, the capacity of a soil to buffer nutrients is important to identify potential bottlenecks for crop production. Fertilisation is needed when the buffering capacity or speed of replenishment is insufficient. Soils can vary greatly in their buffer capacity. Cations are adsorbed to negatively charged soil particles (clay, organic matter, and oxides) and these cations may become available through exchange. For example, a growing plant extracts K+ from the soil solution. The adsorption complex will start to resupply because the amount of K+ in the soil solution has decreased. Once again, a balance is established between the K+ concentration in the soil solution and the quantity of K+ adsorbed. In practice, soils with a higher CEC are usually more fertilised and there is a lower risk of cation deficiencies during the growing season. In general, the optimum CEC value is around 100 mmol+/kg. CEC levels below 30-40 mmol+/kg are characterized by substantial crop limitation whereas values above 100 have no positive impact any more. The scientific underpinning of these guidelines is still poor. In OBIC the soil fertility is positively assessed in relation to the CEC and can be evaluated with the OBIC function `calc_cec`. + +For more details, see `?calc_cec`. + + +```{r, results = FALSE, eval = FALSE} + # estimate importance of CEC supporting crop development + dt[, D_CEC := calc_cec(A_CEC_CO)] +``` + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE, eval = FALSE} + # Make a data table with CEC levels between 1 and 100 mmol+/kg + dt <- data.table(A_CEC_CO = seq(1,100,1)) + + # Add D_CEC + dt[,D_CEC := calc_cec(A_CEC_CO)] + + # plot output + p1 <- ggplot(data = dt,aes(y = D_CEC, x = A_CEC_CO)) + + geom_point(show.legend = FALSE) + geom_line()+ theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('CEC evaluation') + xlab('Cation exchange capacity') + + theme(plot.title = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('') + + p1 +``` + +### Calculate series of physical soil functions +The open soil index quantifies and evaluates a series of physical soil functions related to the supply of water and the rootability of the top and subsoil. The different soil physical functions are illustrated and explained below. Soil physical functions include the capacity of soils to retain and supply water, to resist wind erosion, topsoil sealing, subsoil compaction, and to deliver bearing capacity for machinal activities + +#### Water Stress due to drought or wetness +The supply of water is of uttermost importance for crop development. The water supply depends on weather conditions and the capacity of soils to buffer and supply water during the growing season. Using long-term field experiments for multiple crops, empirical relationships between soil texture, ground water levels, and yield depressions due to drought or too wet conditions have been developed (Van Bakel, 2005; Huinink, 2018). Within OBIC the crop yield response to droughtstress or wetnessstress can be estimated via the function `calc_waterstressindex`, requiring as input a soil code (representing unique combinations of soil type and geohydrological conditions controlling water availability), crop type, and groundwater level. + +For more details, see `?calc_waterstressindex`. + + +```{r, results = FALSE, eval = FALSE} + # reformat GWL_CLASS + dt[, B_GWL_CLASS := format_gwt(B_GWL_CLASS)] + + # estimate risk on yield reduction to droughtstress or wetnessstress + dt[, D_WSI_DS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'droughtstress')] + dt[, D_WSI_WS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'wetnessstress')] +``` + + +An example of this function is illustrated below for both an sandy and a clay soil given variation in the groundwater levels. In the left figure the yield reduction to drought stress (D_WSI_DS, red) and wetness stress (D_WSI_WS, green) are estimated for five fields with different soil types and crops. In the right figure the impact of variable groundwater dynamics are estimated for a single field. + +
+ + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # subset a series of agricultural fields + dt.test <- binnenveld[ID %in% c(1,181,8,125,5,11)] + + # set ID to 1:5 for plotting purpose + dt.test[,pID := .GRP, by = ID] + + # reformat GWL_CLASS + dt.test[, B_GWL_CLASS := format_gwt(B_GWL_CLASS)] + + # estimate delta-pH + dt.test[, D_WSI_DS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'droughtstress'),by=ID] + dt.test[, D_WSI_WS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'wetnessstress'),by=ID] + + # estimate averaged moisture stress for the different fields + dt.test1 <- dt.test[,list(D_WSI_DS = mean(D_WSI_DS), + D_WSI_WS = mean(D_WSI_WS)), by = 'pID'] + + # melt dt.test1 + dt.test1 <- melt(dt.test1,id.vars = 'pID', variable.name = 'stresstype') + + # plot output + p1 <- ggplot(data = dt.test1,aes(y = value, x = pID, fill = stresstype)) + + geom_bar(stat='identity') + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ ylim(0,55)+ + theme(legend.position = c(0.3,0.8), + plot.title = element_text(size=10), + legend.text = element_text(size=10)) + + ylab('yield reduction (%)') + xlab('Field') + + ggtitle('Soil water stress index') + + + # estimate moisture stress with variable Gt for an arable field + dt.test2 <- dt.test[ID==11][1] + dt.test2 <- dt.test2[rep(1,4)] + dt.test2[,B_GWL_CLASS := c('GtIII','GtIV','GtV','GtVI')] + + # update WSI + dt.test2[, D_WSI_DS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'droughtstress')] + dt.test2[, D_WSI_WS := calc_waterstressindex(B_HELP_WENR, B_LU_BRP, B_GWL_CLASS, WSI = 'wetnessstress')] + + # estimate averaged moisture stress for the different fields + dt.test2 <- dt.test2[,list(D_WSI_DS = mean(D_WSI_DS), + D_WSI_WS = mean(D_WSI_WS)), by = 'B_GWL_CLASS'] + + # melt dt.test2 + dt.test2 <- melt(dt.test2,id.vars = 'B_GWL_CLASS', variable.name = 'stresstype') + + # plot output + p2 <- ggplot(data = dt.test2,aes(y = value, x = B_GWL_CLASS, fill = stresstype)) + + geom_bar(stat='identity') + + theme_bw() + + scale_fill_viridis_d()+ scale_color_viridis_d()+ ylim(0,30)+ + theme(legend.position = c(0.3,0.8), + plot.title = element_text(size=10), + legend.text = element_text(size=10)) + + ylab('yield reduction (%)') + xlab('GWL_CLASS') + + ggtitle('Soil water stress index') + + # plot side by side + p1 + p2 +``` + +#### Sealing Soil Surface and Wind Erodibility +Sealing is the process whereby soil aggregates disintegrate under the influence of rain. The impact of raindrops causes a shifting of soil particles [@Locher1990]. In the process, clay and silt particles clog the pores between the sand particles or the soil aggregates. This creates a slurry layer that forms a crust after drying. This hinders the gas exchange and increases the resistance of germinating seed. + +Wind erosion can occur in a dry spring or autumn when the soil is (partly) bare. Wind erosion causes a decrease in organic matter content, moisture retention capacity, chemical soil fertility, and biological activity in a soil. Furthermore, wind erosion can spread diseases and weeds, expose germinating seeds, and damage young plants by sandblasting. + +The vulnerability of soils to sealing and wind erosion is derived from those properties controlling the susceptibility for both risks. These include the clay content as well as the organic matter content, where the vulnerability for sealing is derived from field expert-based observations and associated yield depression [@Huinink2018;@Heeres1999] in particular for some arable crops. The presence of soil sealing can be estimated via the function `calc_sealing_risk` whereas the risk for soil erosion due to wind is estimated via the function `calc_winderodibility`. The wind erodibility can be estimated from the inputs land use, clay and silt content of the topsoil whereas the risk for sealing depends on the clay content as well as the organic matter content of the soil. + +Wind erosion is highly controlled by the mineralogical composition and texture as well as the presence of growing crops. Using laboratory experiments from wind tunnels, a exponential function has been developed to estimate the erodibility risk for soils, given the clay and silt content of a field. Grasslands are not susceptible for these two risks. + +For more details, see `?calc_sealing_risk` and `?calc_winderodibility`. + + +```{r, results = FALSE, eval = FALSE} + # estimate the presence / risk for surface sealing and wind erodibility + dt[, D_SE := calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)] + dt[, D_WE := calc_winderodibility(B_LU_BRP, A_CLAY_MI, A_SILT_MI)] +``` + + +An example of these functions is illustrated below for an arable soil with variable clay content for both an cropland (with organic matter levels of 3.5%) and a grassland soil (with organic matter levels of 5%). Soil sealing is a potential risk and this risk is evaluated in the indicator function (explained and illustrated later) given the land use present. The wind erodibility is declining with the clay content and is not relevant for grassland due to the permanent crop cover. + +
+ + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # make a data.table for sandy and clay soil with potatoes + dt.test1 <- data.table(B_LU_BRP = rep(859,20), + A_CLAY_MI = c(seq(1,25,length.out = 10), seq(1,25,length.out = 10)), + A_SOM_LOI = c(rep(3.5,10),rep(3.5,10)), + A_SILT_MI = c(rep(5,10),rep(5,10))) + + # make a data.table for sandy and clay soil with grassland + dt.test2 <- data.table(B_LU_BRP = rep(265,20), + A_CLAY_MI = c(seq(1,25,length.out = 10), seq(1,25,length.out = 10)), + A_SOM_LOI = c(rep(5,10),rep(5,10)), + A_SILT_MI = c(rep(5,10),rep(5,10))) + + # combine both + dt.test <- rbind(dt.test1,dt.test2) + dt.test[, B_SOILTYPE_AGR := fifelse(A_CLAY_MI < 15,'dekzand','rivierklei')] + + # estimate the presence / risk for surface sealing and wind erodibility + dt.test[, D_SE := calc_sealing_risk(A_SOM_LOI, A_CLAY_MI)] + dt.test[, D_WE := calc_winderodibility(B_LU_BRP, A_CLAY_MI, A_SILT_MI)] + + # set land use + dt.test[,luse := fifelse(B_LU_BRP==265,'grass','cropland')] + + # plot output sealing + p1 <- ggplot(data = dt.test, + aes(x = A_CLAY_MI, y = D_SE, color = luse,group = luse)) + + geom_line() + geom_point(size=3) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Soil Sealing (-)') + xlab('Clay content (%)') + ylim(4,12)+ + theme(legend.position = c(0.4,0.8), + plot.title = element_text(size=10), + legend.text = element_text(size=10)) + + ggtitle('Soil sealing given SOM and clay content') + + guides(color = guide_legend(title="land use")) + + # plot output wind erodibility + p2 <- ggplot(data = dt.test, + aes(x = A_CLAY_MI, y = D_WE, color = luse)) + + geom_line() + geom_point(size=3) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Wind Erodibility (-)') + xlab('Clay content (%)') + ylim(0,1)+ + theme(legend.position = c(0.7,0.8), + plot.title = element_text(size=10), + legend.text = element_text(size=10)) + + ggtitle('Wind erodibility given soil texture and landuse') + + guides(color = guide_legend(title="land use")) + + # plot side by side + p1 + p2 +``` + + +### Aggregate Stability and Crumbleability +Crumbleability is an indication of the ease with which the soil can be broken up or crumbled and of the moisture range within which this is possible. The crumbleability of a soil is determined by the binding between soil aggregates. The lower the degree of crumbling, the more energy is required and the heavier tractors and equipment are needed for working the soil. This requires (additional) investments and higher fuel consumption, while the end result - even after additional tillage - is poorer. + +Similarly to the vulnerability to sealing and wind erodiblity, the crumbleability of a soil (a measure for aggregate stability) as well as the potential risk for yield depressions (crop specific) can be derived from the clay content, the organic matter content, and the pH [@Huinink2011]. Aggregate stability is additionally evaluated given the cation occupation of the cation exchange capacity. Clayey soils with 80% Ca, 8% Mg, and about 3.5% K are recognized as soils with more stable aggregates due to the influence of electrostatic bindings of divalent cations. Within OBIC these two soil functions are calculated using `calc_crumbleability` and `calc_aggregatestability`. + +For more details, see `?calc_crumbleability` and `?calc_aggregatestability`. + + +```{r, results = FALSE, eval = FALSE} + # assess the crumbleability and aggregate stability + dt[, D_CR := calc_crumbleability(A_SOM_LOI, A_CLAY_MI,A_PH_CC)] + dt[, D_AS := calc_aggregatestability(B_SOILTYPE_AGR,A_SOM_LOI,A_K_CO_PO,A_CA_CO_PO,A_MG_CO_PO)] +``` + +To illustrate how both functions are estimated in OBIC, we firstly show the dependency of the crumbleability to varying clay content using a constant soil organic matter level of 3.5%. As shown below, the crumbleability starts at a high value of 10 and gradually declines down to a value of 6 for soils with a clay content of about 25%. The aggregate stability depends mainly on the calcium occupation of the CEC. In the figure below the distance to the optimum CEC occupation is visualised for a series of soils varying in Ca, Mg and K occupation for a soil where 100% of the CEC is occupied with a variable contribution of the three cations. The highest aggregate stability is found when the distance to the optimum is the lowest, being around a Ca occupation of about 85% of the CEC. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # make a data.table for crumbleability + dt.test1 <- data.table(A_CLAY_MI = c(seq(1,25,length.out = 10), seq(1,25,length.out = 10)), + A_SOM_LOI = c(rep(3.5,10),rep(3.5,10)), + A_PH_CC = rep(6,20)) + + # make a data.table for aggregate stability + dt.test2 <- data.table(B_SOILTYPE_AGR = rep('dekzand', 8), A_SOM_LOI = rep(3.5,8), A_K_CO_PO = seq(28,0,-4), + A_CA_CO_PO = seq(30,100,10), A_MG_CO_PO = seq(28,0,-4)) + + # make second data.table for aggregate stability with clay soil + dt.test3 <- data.table(B_SOILTYPE_AGR = rep('rivierklei', 8), A_SOM_LOI = rep(3.5,8), A_K_CO_PO = seq(28,0,-4), + A_CA_CO_PO = seq(30,100,10), A_MG_CO_PO = seq(28,0,-4)) + + dt2 <- rbindlist(list(dt.test2, dt.test3)) + + # Make a random aggragate stabilty data table with variying cec values + dt4 <- data.table(B_SOILTYPE_AGR = rep('rivierklei', 460), A_SOM_LOI = rep(3.5,460), + A_CA_CO_PO = rep(seq(50,95,1),10), A_K_CO_PO = c(runif(460, min = 0, max = 10))) + dt4 <- dt4[A_K_CO_PO+ A_CA_CO_PO >= 100, A_K_CO_PO := 100 - A_CA_CO_PO] + dt4 <- dt4[,A_MG_CO_PO := 100 - A_CA_CO_PO - A_K_CO_PO] + + # crumbleability and aggregatestability + dt.test1[, D_CR := calc_crumbleability(A_SOM_LOI, A_CLAY_MI,A_PH_CC)] + dt4 <- dt4[, D_AS := calc_aggregatestability(B_SOILTYPE_AGR,A_SOM_LOI,A_K_CO_PO,A_CA_CO_PO,A_MG_CO_PO)] + + + # plot output crumbleabilty + p1 <- ggplot(data = dt.test1, + aes(x = A_CLAY_MI, y = D_CR)) + + geom_line() + geom_point(size=3) + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Crumbleability') + xlab('Clay content (%)') + ylim(4,12)+ + theme(legend.position = c(0.4,0.8), + plot.title = element_text(size=10), + legend.text = element_text(size=10)) + + ggtitle('Soil crumbleability given SOM and clay content') + + # plot output aggregate stability + p4 <- ggplot(data = dt4, + aes(x = A_CA_CO_PO, y = D_AS, colour = A_MG_CO_PO)) + + geom_point(size=2) + theme_bw() + scale_fill_viridis_d()+ scale_colour_viridis_b()+ + ylab('Distance to optimum CEC occupation') + xlab('Calcium ocuppation') + ylim(0,1)+ + theme(plot.title = element_text(size=10), + legend.position = c(0.35,0.75), + legend.text = element_text(size=10), + legend.title = element_text(size=10)) + + ggtitle('Aggregate stability\ngiven variation in Ca, Mg and K')+ + guides(colour = guide_legend(title="Mg occupation (%)")) + + + # plot side by side + p1 + p4 +``` + +#### Subsoil compaction +Soil compaction is caused by the use of excessively heavy machinery or by driving over and/or tilling soil with insufficient bearing capacity. Compaction can lead to poor rooting of the soil, limiting the absorption of water and nutrients. On heavy soils, compaction mainly occurs in the soil surface, while on lighter soils there is a risk of subsoil compaction, such as plough-soil formation. Compaction decreases the workability of soils and can reduce the water retention capacity of the soil and impede water transport to deeper layers. This can lead to an increased risk of surface run-off of nutrients and soil particles. Soil compaction in the soil can be eliminated by ploughing. Subsoil compaction is almost impossible to eliminate. + +The risk of subsoil compaction for each field was assessed using soil texture, land use and a soil compaction model SOCOMO. The model determines whether the usual wheel loads for that land use exceed the strength of the subsurface in wet or humid conditions. Subsequently it was determined on the basis of the soil properties and groundwater levels whether the subsurface is extra sensitive to compaction or whether natural recovery is possible due to, for example, drought shrinkage. Strength, land use, and soil properties together determine the risk of subsoil compaction. The presence of subsoil compaction is derived from a national map with the estimated risk. As such, there is no calculation used. Recent field experimental data support the accuracy of this risk assessment map. + + +### Visual Soil Assessment +Within the OBIC, the estimates of aggregate stability and risk of subsoil compaction can be adapted to local site specific insights derived from the Visual Soil Assessment Methodology [@Sonneveld2014]. Visual soil assessments (VSA) is an assessment of soil quality in the field, by digging a hole and assessing several soil quality indicators visually. Soil quality indicators are: grass cover, number of roots, number of biopores, soil colour, soil structure, soil compaction, and number of gray spots. Visual soil assessments are more and more used by farmers in the Netherlands, but not specifically developed for various soil types. + +Below is illustrated how the obic_field wrapper deals with the parameters derived from the VSA methodology. The score derived from the original risk assessment map for subsoil compaction is overwritten with the relevant VSA indicators when When scores are present for the presence of earthworms (A_EW_BCS), the occurrence of subsurface compaction (A_SC_BCS), limited root development (A_RD_BCS), ponding in the spring (wet conditions after rainfall, A_P_BCS) and clear presence of visible tracks / rutting or trampling on the land (A_RT_BCS). Similarly, the soil aggregate stability is adapted when VSA indicators are available for earthworm density (A_EW_BCS), soil structure (A_SS_BCS), and presence of cracks in the topsoil (A_C_BCS). + +```{r, results = FALSE, eval = FALSE} + # overwrite soil physical functions for compaction when BCS is available + dt[,D_P_CO := (3 * A_EW_BCS + 3 * A_SC_BCS + 3 * A_RD_BCS - 2 * A_P_BCS - A_RT_BCS)/18] + dt[,D_P_CO := pmax(0, D_P_CO)] + dt[,I_P_CO := fifelse(is.na(D_P_CO),I_P_CO,D_P_CO)] + + # overwrite soil physical functions for aggregate stability when BCS is available + dt[,D_P_CEC := (3 * A_EW_BCS + 3 * A_SS_BCS - A_C_BCS)/12] + dt[,D_P_CEC := pmax(0, D_P_CEC)] + dt[,I_P_CEC := fifelse(is.na(D_P_CEC),I_P_CEC,D_P_CEC)] +``` + +In the left figure below one can see how the soil compaction risk is adapted when information is known from the Visual Soil Assessment. The soil was originally evaluated as a soil with low compaction, resulting in a high soil compaction score (the distance to target is small). When all observations of the VSA have a high quality score (the value 2) then the score remains the same. As soon as the observations of the VSA show bottlenecks in the soil structure or rootability (the field score becomes zero) then the soil compaction score is declined to almost zero (the distance to target is huge). Similarly, the aggregate stability score can be adapted, as shown here for a soil with a moderate aggregate stability index. When field observations support a conclusion for the soil that the aggregate stability is good (score = 2) then the aggregate stability index is corrected to the maximum index a soil can retreive (the value 1). In contrast, when field observations support the conclusion of serious bottlenecks for aggregate stability, then the index declines to almost zero. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # make a data table with some BCS values + dt <- binnenveld[ID == 1] + dt[,year := 1:.N, by=ID] + dt <- dt[year==1] + + # reformat B_SC_WENR + dt[, B_SC_WENR := format_soilcompaction(B_SC_WENR)] + + # calculate soil compaction and aggregate stability + dt[, I_P_CO := ind_compaction(B_SC_WENR)] + dt[, D_AS := calc_aggregatestability(B_SOILTYPE_AGR,A_SOM_LOI,A_K_CO_PO,A_CA_CO_PO,A_MG_CO_PO)] + dt[, I_P_CEC:= ind_aggregatestability(D_AS)] + + # make three duplicates + dt <- dt[rep(1,3)][,id:=.I] + + # set BCS all from bad quality to good quality + + # colnames + bcscols <- names(dt)[grep('_BCS$',names(dt))] + + # set BCS + dt[id==1, c(bcscols) := 0][,c('A_P_BCS','A_C_BCS','A_RT_BCS') := 2] + dt[id==2, c(bcscols) := 1][,c('A_P_BCS','A_C_BCS','A_RT_BCS') := 1] + dt[id==3, c(bcscols) := 2][,c('A_P_BCS','A_C_BCS','A_RT_BCS') := 0] + + # overwrite soil physical functions for compaction when BCS is available + dt[,D_P_CO := (3 * A_EW_BCS + 3 * A_SC_BCS + 3 * A_RD_BCS - 2 * A_P_BCS - A_RT_BCS)/18] + dt[,D_P_CO := pmax(0.05, D_P_CO)] + dt[,I_P_CO2 := fifelse(is.na(D_P_CO),I_P_CO,D_P_CO)] + + # overwrite soil physical functions for aggregate stability when BCS is available + dt[,D_P_CEC := (3 * A_EW_BCS + 3 * A_SS_BCS - A_C_BCS)/12] + dt[,D_P_CEC := pmax(0.05, D_P_CEC)] + dt[,I_P_CEC2 := fifelse(is.na(D_P_CEC),I_P_CEC,D_P_CEC)] + + # melt + dt2 <- melt(dt[,.(id,I_P_CEC,I_P_CO,I_P_CEC2,I_P_CO2)], + id.vars = c('id')) + dt2[,treatment := fifelse(grepl('2$',variable),'corrected','uncorrected')] + + p1 <- ggplot(data = dt2[grepl('CEC',variable)], + aes(y = value, x = id-1, fill = treatment)) + + geom_bar(stat='identity',position=position_dodge())+ + theme_bw() + scale_fill_viridis_d()+ + ylab('Soil compaction index') + xlab('Fieldscore VSA')+ + theme(legend.position = 'none', + plot.title = element_text(size=8), + legend.text = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('Soil compaction before and after\ncorrection with VSA data\nfor a soil with low compaction') + + p2 <- ggplot(data = dt2[grepl('CO',variable)], + aes(y = value, x = id-1, fill = treatment)) + + geom_bar(stat='identity',position=position_dodge())+ + theme_bw() + scale_fill_viridis_d()+ + ylab('Aggregate stability index') + xlab('Fieldscore VSA')+ + theme(legend.position = c(0.3,0.8), + plot.title = element_text(size=8), + axis.text = element_text(size=10), + legend.text = element_text(size=8) + ) + + ggtitle('Aggregate stability before and\nafter correction withVSA data\nfor a soil with a moderate aggregate stability') + + # print both figures + p1+p2 +``` + +#### Water retention in topsoil +The moisture characteristic of a soil depends on its physical properties, texture, and structure. The texture of a soil is determined by its clay, loam, and sand content. In addition, almost all soils contain organic matter. The fine soil particles, together with the organic matter, contribute to aggregate formation (and thus to the soil structure). The size, shape, and arrangement of the soil particles and aggregates, and pores, determine the soil's capacity to retain water. Large pores are able to conduct more water faster than small pores, moreover, removing water from large pores will require less energy than removing water from small pores. When a soil is at field capacity, the moisture state is such that all the water in the macro pores has been replaced by air under the influence of the gravitational potential. The water that is still present in the soil is retained in micro pores. The prevailing potential at field capacity can vary from soil to soil but usually varies between -0.1 bar (sandy soil) to -0.3 bar (loamy soil). When water is retained to such an extent that it is no longer available for crop uptake, this is known as the wilting point. The water is mainly present as a film around individual soil particles. The potential under these conditions is around -18 bar. The amount of moisture present between field capacity and wilting point is defined as the amount of plant-available water. + +The review study of various soil health instruments [@Bunemann2016] identifies a variety of indicators that can be used to gain more insight into the water retaining capacity of a soil. Frequently used indicators are the amount of plant-available water (14 x), the water holding capacity (11 x), the moisture content at field capacity (11 x), and the saturated permeability (10 x). These indicators can be measured or estimated indirectly via so-called pedotransfer functions [@Wosten2001]. + +The OBIC includes functions to derive the following water-related indicators in function `calc_waterretention`: + +* the moisture content at wilting point and field capacity +* The amount of plant available water (mm) +* the flow limit or porosity, also called water holding capacity, and +* the saturated permeability. + +The basic indicator used in the OBIC is the amount of plant available water. The capacity of the soil to buffer water during the growing season is estimated from pedotransferfunctions (pdf) for plant available water in the topsoil. The default pdf is derived from a European database, and enables one to estimate the van Genuchten parameters for the pF-curve. Other options are also possible. + +For more details, see `?calc_waterretention`. + + +```{r, results = FALSE, eval = FALSE} + # estimate the plant available water in topsoil + dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'plant available water')] + + # estimate the water holding capacity in topsoil + dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'water holding capacity')] + + # estimate the moisture content of the wilting point in topsoil + dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'wilting point')] + + # estimate the moisture content of the field capacity in topsoil + dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'field capacity')] + + # estimate the saturated permeability in topsoil + dt[, D_WRI := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'Ksat')] +``` + +Below we illustrate how the amount of plant available water (in mm) changes with clay content, sand content, silt content and soil organic matter content. All other soil properties are assumed to be constant. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # Create data + dt <- data.table(A_CLAY_MI = c(seq(1,36,2.5), rep(5,45)), + plot = c(rep('klei',15), rep('zand',15), rep('silt', 15), rep('som',15)), + A_SAND_MI = c(rep(20,15), seq(1,36,2.5), rep(20,30)), + A_SILT_MI = c(rep(20,30), seq(1,36,2.5), rep(20,15)), + A_SOM_LOI = c(rep(2, 45), seq(0.1,5.7,0.4)) + ) + + # Calculate water retention values + dt <- dt[, paw := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'plant available water')] + dt <- dt[, whc := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'water holding capacity')] + dt <- dt[, wp := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'wilting point')] + dt <- dt[, fc := calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'field capacity')] + dt <- dt[, ksat:= calc_waterretention(A_CLAY_MI,A_SAND_MI,A_SILT_MI,A_SOM_LOI,type = 'Ksat')] + + + pclay <- ggplot(data = dt[plot == 'klei'], + aes(x = A_CLAY_MI, y = paw)) + geom_line() + geom_point(size=3) + theme_bw() + + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ ylim(50,80)+ + ylab('PAW (mm)') + xlab('Clay content (%)') + + ggtitle('Relation between PAW and clay') + + pcsand <- ggplot(data = dt[plot == 'zand'], + aes(x = A_SAND_MI, y = paw)) + geom_line() + geom_point(size=3) + theme_bw() + + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ ylim(50,80)+ + ylab('PAW (mm)') + xlab('Sand content (%)') + + ggtitle('Relation between PAW and sand') + + pcsilt <- ggplot(data = dt[plot == 'silt'], + aes(x = A_SILT_MI, y = paw)) + geom_line() + geom_point(size=3) + theme_bw() + + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ ylim(50,80)+ + ylab('PAW (mm)') + xlab('Silt content (%)') + + ggtitle('Relation between PAW and silt') + + pcsom <- ggplot(data = dt[plot == 'som'], + aes(x = A_SOM_LOI, y = paw)) + geom_line() + geom_point(size=3) + theme_bw() + + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10))+ ylim(50,80)+ + ylab('PAW (mm)') + xlab('Soil organic matter content (%)') + + ggtitle('Relation between PAW and SOM') + + # compose figure in 2 x 2 layout + (pclay + pcsand) / (pcsilt + pcsom) +``` + + +### Calculate series of biological soil functions +The open soil index quantifies and evaluates a series of soil biological functions related to the composition of the microbiome, suppression of soil borne pests and plagues, and plant parasitic nematodes. + +#### Potentially mineralizable nitrogen +The activity of soil fungi and bacteria has been measured via incubation trials for decades. In such incubation trials, the decomposition of soil organic nitrogen is measured over a period of time. The amount of nitrogen that mineralises in such trials is called the 'potential mineralisable nitrogen'(PMN). This indicates the ability of the soil to provide a crop with readily available nitrogen. In the Netherlands, this parameter is also used as an indicator for activity of soil microbes. This is possible because during the incubation, a soil sample is submerged in water, creating an anaerobic environment, killing aerobic bacteria and fungi, which, together with some labile organic matter, are decomposed by anaerobic soil microbes. + +For more information see `?calc_pmn`. + +```{r, results = FALSE, eval = FALSE} + # calculate the index for the potential mineralisable nitrogen pool + dt[, D_PMN := calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN)] +``` + +The PMN measured by routine laboratories in the Netherlands may be overestimated. Therefore, a land-use dependent correction factor is used. The PMN index is capped at 500. Below an example of this function is given. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE ,warning=FALSE} + # define test data table with increasing PMN and different land uses + dt.test <- data.table(B_LU_BRP = c(rep(265,12), rep(234,12)), + B_SOILTYPE_AGR = 'rivierklei', + A_N_PMN = rep(seq(0,550,50),2), + A_N_PMN2 = rep(seq(0,220,20),2)) + dt.test2 <- data.table(B_LU_BRP = c(rep(265,12), rep(234,12)), + B_SOILTYPE_AGR = 'dekzand', + A_N_PMN = rep(seq(0,550,50),2), + A_N_PMN2 = rep(seq(0,220,20),2)) + dt.test <- rbindlist(list(dt.test, dt.test2)) + + # Add unique identifyer + dt.test[B_LU_BRP == 265 & B_SOILTYPE_AGR == 'rivierklei',landuse := 'grassland on clay'] + dt.test[B_LU_BRP == 265 & B_SOILTYPE_AGR == 'dekzand',landuse := 'grassland on sand'] + dt.test[B_LU_BRP == 234 & B_SOILTYPE_AGR == 'rivierklei',landuse := 'arable on clay'] + dt.test[B_LU_BRP == 234 & B_SOILTYPE_AGR == 'dekzand',landuse := 'arable on sand'] + + # Calculate PMN index + dt.test <- dt.test[,D_PMN := calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN)] + + # plot output + p1 <- ggplot(data = dt.test, + aes(y = D_PMN, x = A_N_PMN, group = landuse, colour = landuse)) + + geom_line() + geom_point(size=3) + ylim(0,800)+ + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=8), + legend.title = element_text(size=8), + axis.text = element_text(size=10), + legend.position = c(0.33,0.75))+ + ylab('PMN index') + xlab('Microbial activity') + + ggtitle('Relationship between measured PMN and\nadjusted PMN index') + + # calculate indicator with A_PMN2 (which has lower numbers) + dt.test <- dt.test[, I_PMN2 := ind_pmn(calc_pmn(B_LU_BRP, B_SOILTYPE_AGR, A_N_PMN2))] + + # Plot indicator + p2 <- ggplot(data = dt.test[A_N_PMN2<=150], + aes(y = I_PMN2, x = A_N_PMN2, group = landuse, colour = landuse)) + + geom_line() + geom_point(size=3) + xlim(0,150)+ + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=8), + legend.title = element_text(size=8), + axis.text = element_text(size=10), + legend.position = c(0.6,0.3))+ + ylab('PMN indicator score') + xlab('Measured Microbial activity') + + ggtitle('Conversion of measured PMN to OBI score') + + # plot side by side + p1 + p2 +``` + +#### Disease resistance +The activity of the soil life is an indication of the general disease resistance of the soil. When a soil food web is in balance, the soil's resistance to disease and pests is also optimal. The soil's resistance to diseases and pests is often cited as a characteristic of a soil with good biological soil quality. The idea behind this is that a soil with a well-developed soil food web will be in balance, which means that strong multiplication of parasitic soil organisms is inhibited by other soil life. Mechanisms include competition for food or infection sites on the root, eating the pathogens before they have had a chance to multiply (myco-parasitism), or secreting (specific) substances that pathogens cannot tolerate (antibiosis or soil fungistasis). + +Organic matter serves as a food source for soil life and influences the living environment of soil life through its effects on soil structure and water holding capacity. The quantity and quality of organic matter can therefore be used as an indicator for the quantity and activity of soil life, and thus as an indicator for general soil resilience. + +At low organic matter concentrations, the contribution of organic matter to soil life is negligible. A soil organic matter concentration between 4% and 10% likely creates the best environment for good disease resistance. + +For more information see `?ind_resistance`. + +```{r, results = FALSE, eval = FALSE} + # Calculate disease resistance + dt[, I_B_DI := ind_resistance(A_SOM_LOI)] +``` + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # Make data table + dt <- data.table(A_SOM_LOI = seq(0.1, 6.9,0.4)) + + # Calculate disease resistance indicator + dt[, I_B_DI := ind_resistance(A_SOM_LOI)] + + # make a plot + p1 <- ggplot(data = dt,aes(y = I_B_DI, x = A_SOM_LOI)) + + geom_line() + + geom_point(size=3) + + theme_bw() + + scale_fill_viridis_d() + scale_color_viridis_d()+ + theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10), + legend.position = c(0.75,0.15))+ + ylab('Disease resistance indicator score') + + xlab('Soil organic matter content (%)') + + ggtitle('Relationship between SOM and disease resistance indicator') + + # plot figure + p1 +``` + +```{r hidden text nematodes, eval = FALSE, include = FALSE, echo=FALSE} +# hide text in unevaluated code block till text is finished +### Nematodes (WIP) +Nematodes are small animals occurring in all ecotypes on Earth, so also in soil. There is a large variety of nematodes in soils, they vary amongst other things, in size, feeding habits, reproduction speed, and life cycle. Plant parasitic nematodes (PPN) can reproduce in a range of host plants. Some nematodes have a specific host preference while other can reproduce in a large variety of plants. PPN can severely depress crop yields in vulnerable crops. Therefore, farmers can have their fields sampled to analyse which and how many nematodes occur. + +A nematode parameter that is not entered is assumed to be 0. The severity of an infection depends on the number of individuals and differs per parameter. For example: five Pratylenchus fallax (A_RLN_PR_FAL) will barely reduce the indicator score while five Ditylenchus destructor (A_SN_DI_DES) will severly reduce the score. It is assumed that the most severe infection is most limiting for crop production, therefore, the lowest score for a nematode parameter will determine the indicator score. +``` + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + dt <- data.table(nempar = c('A_RLN_PR_FAL', 'A_SN_DI_DES'), nr = 5, nem_ind = c(ind_nematodes(265, A_RLN_PR_FAL=5),ind_nematodes(265, A_SN_DI_DES=5))) +``` + + +#### Earthworm density +Earthworms are some of the largest fauna found in agricultural soils and through their tunnelling affect nutrient cycling and soil structure. Analysis and interpretation of earthworm diversity is not regularly done on Dutch agricultural soils. Earth worm density, the number of individual worms in a volume of soil, is one of the things studied in the Visual Soil Assessment (see Visual Soil Assessment for more information). + + +### Calculate series of environmental soil functions +The open soil index quantifies and evaluates a series of environmental soil functions related to buffering. Soil environmental functions include nitrogen leaching and nitrogen runoff. + +#### N retention preventing N leaching +The capacity of the soil to hold or move nitrogen in the form of nitrate so that leaching of nitrate to groundwater is prevented is determined by the landuse, soiltype, groundwatertable, N application, and nitrogen supply capacity. Nitrate is either taken up by a crop, denitrified (under anaerobic conditions), leached or washed away (runoff). +The potential for N leaching to groundwater for a soil can be calculated with `calc_nleach()`. + +For more details, see `?calc_nleach`. + +```{r, results = FALSE, eval = FALSE} + # calculate potential for N leaching to groundwater + dt[,D_NGW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "gw")] +``` + +Examples of this function are given for five parcels with different attributes, as well as for one field with different groundwater levels, being derived from so-called groundwatertable. Below is visualised how for a single field the potential for N leaching and N runoff will change with the groundwater depth (derived from the groundwater table, B_GWL_CLASS). Be aware, since these derivative scores on the y-axis are not yet scaled as distance to target, both scores for leaching and runoff cannot be compared directly. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # subset a series of agricultural fields + dt.test <- binnenveld[ID %in% c(1,2,3,4,5)] + dt.test[,year := 1:.N, by = ID] + dt.test <- dt.test[year==1] + + # check B_GWL_class + + # estimate default properties needed to estimate NLV + dt.test[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI),by=ID] + dt.test[, D_RD := calc_root_depth(B_LU_BRP),by=ID] + dt.test[, D_OC := calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD),by=ID] + dt.test[, D_GA := calc_grass_age(ID, B_LU_BRP),by=ID] + + # estimate nitrogen supply (kg N / ha) + dt.test[, D_NLV := calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA),by=ID] + + # estimate potential for N leaching + dt.test[, D_NGW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "gw"),by=ID] + + # estimate potential for N runoff + dt.test[, D_NSW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "ow"),by=ID] + + # plot output + p1 <- ggplot(data = dt.test, aes(y = D_NGW, x = ID, fill = ID)) + + geom_col() + + theme_bw() + scale_fill_viridis_b() + theme(legend.position = 'none') + + xlab('Field') + ggtitle('Potential for N leaching') + + p2 <- ggplot(data = dt.test, aes(y = D_NSW, x = ID, fill = ID)) + + geom_col() + + theme_bw() + scale_fill_viridis_b() + theme(legend.position = 'none') + + xlab('Field') + ggtitle('Potential for N runoff') + + # Make example with different gwt's + dt.test2 <- binnenveld[c(1,1,1,1,1)] + dt.test2 <- dt.test2[,B_GWL_CLASS := c('GtIII','GtIV', 'GtV', 'GtVI', 'GtVII')] + + # estimate default properties needed to estimate NLV + dt.test2[, D_BDS := calc_bulk_density(B_SOILTYPE_AGR, A_SOM_LOI, A_CLAY_MI)] + dt.test2[, D_RD := calc_root_depth(B_LU_BRP)] + dt.test2[, D_OC := calc_organic_carbon(A_SOM_LOI, D_BDS, D_RD)] + dt.test2[, D_GA := calc_grass_age(ID, B_LU_BRP)] + + # estimate nitrogen supply (kg N / ha) + dt.test2[, D_NLV := calc_nlv(B_LU_BRP, B_SOILTYPE_AGR, A_N_RT, A_CN_FR, D_OC, D_BDS, D_GA)] + + # estimate potential for N leaching + dt.test2[, D_NGW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "gw")] + + # estimate potential for N runoff + dt.test2[, D_NSW := calc_nleach(B_SOILTYPE_AGR, B_LU_BRP, B_GWL_CLASS, D_NLV, B_AER_CBS, leaching_to = "ow")] + + p3 <- ggplot(data = dt.test2, aes(y = D_NGW, x = B_GWL_CLASS, fill = B_GWL_CLASS)) + + geom_col() + + theme_bw() + scale_fill_viridis_d() + theme(legend.position = 'none') + + xlab('B_GWL_CLASS') + ggtitle('Potential for N leaching') + p4 <- ggplot(data = dt.test2, aes(y = D_NSW, x = B_GWL_CLASS, fill = B_GWL_CLASS)) + + geom_col() + + theme_bw() + scale_fill_viridis_d() + theme(legend.position = 'none') + + xlab('B_GWL_CLASS') + ggtitle('Potential for N runoff') + + # plot figures + p3 + p4 +``` + +
+ +The properties of the five fields used to illustrate the functions for N leaching and runoff are summarized in the table below. + +```{r,fig.width = 7, fig.height = 2.2,fig.fullwidth = TRUE,echo=FALSE, eval = TRUE} + # Table of field properties + dt.table <- copy(dt.test2) + setnames(dt.table, 'ID', 'field') + + # estimate N supplying capacity + dt.table <- dt.table[,D_NLV := round(D_NLV, 1)] + + # select only relevant columns + dt.table <- dt.table[,.(field, + soiltype = B_SOILTYPE_AGR, + crop = B_LU_BRP, + groundwaterclass = B_GWL_CLASS, + nlv = round(D_NLV), + regio = B_AER_CBS)] + + knitr::kable(dt.table, + caption = 'Examples of Field properties to calculate N leaching and runoff') +``` + +How is the the capacity of soils to retain nitrogen in the topsoil related to the potential N leaching? Below the relation is illustrated for the indicator value for one soil showing that the distance to target (a lower value) increases (wheras the indicator value declines) with the potential N leaching up to 20 mg N per liter. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # create example data + dt.test <- data.table(ngw = seq(0,30,2)) + dt.test <- dt.test[, I_NGW := ind_nretention(ngw, 'gw')] + + # plot output + p <- ggplot(data = dt.test, aes(y = I_NGW, x = ngw)) + geom_line() + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ xlab('Potential N leaching') + + # Plot figure + p +``` + +#### N retention preventing N runoff +N-retention to prevent runoff is the ability of a soil to avoid superficial runoff of nitrate to surface water. Calculating runoff with the OBIC package works the same as calculating N leaching described above. Just set leaching_to to 'ow' instead of 'gw'. +While the same input data is required to calculate leaching and runoff, internally the calculations use different values. Therefore, runoff and leaching may have different values for a parcel as can be seen in the example below where runoff is calculated for the same fields as was done for leaching. Be aware, since these derivative scores on the y-axis are not yet scaled as distance to target, both scores for leaching and runoff cannot be compared directly, but the relative differences among fields are possible to compare. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # print figures p2 and p5 + p1 + p2 +``` + + +### Evaluate Soil Management +Unlike other soil functions, soil management is hard to evaluate quantitatively. We introduced the expert-judgement driven framework of the Sustainable Soil Management label (Van der Wal, 2016). This label was designed in 2016 by a group of soil scientists and consultancy workers in the Netherlands to implement sustainable soil management within certification protocols of relevant chain parties in the agricultural sector. A team of soil experts from research and practice made a selection of measurable and verifiable soil management measures that positively contribute to the ecosystem functions of the soil, and qualitatively assessed their impact on the soil quality while accounting for two land use categories and three soil type categories. Using this expert driven management label, the soil management can be systematically and quantitatively evaluated on field scale. Besides the current management practices, explicit attention is given to measures supporting soil organic matter build-up in soils, supporting the key role of soil organic matter for soil fertility and other ecosystem services. Because changes in soil organic matter are difficult to measure, an estimate is made of the net supply or removal of Effective Organic Matter based on the crop rotation plan and the current manure practices according the regulations present. This balance is indicative of the expected developments in the organic matter content of the soil. + +#### Measures +The measures taken on a parcel are evaluated according to a grading system. For arable, maize, and grassland, different measures are applicable reflecting the sustainability of soil management. For arable, measures include; 80% of year green cover, >40% rest crop in rotation, >40% deep rooting dormant crop in rotation, <25% potato in rotation, use of early cultivars, net positive organic matter balance. +Specifically for maize, measures include: undersowing of grass, use of catchcrop after harvest (only on clay). +For grass, points can be gained for the grassland age, use of drag hose fertilisation, use of grass/clover mixtures. For grass on peat points can also be received for using underwaterdrainage and maintenance of ditches. + +#### Crop rotation and SOM balance +A field can receive points for having a positive soil organic matter balance. A function is included to estimate the organic matter input and decomposition. For the calculation of the organic matter balance the parcels' crops, organic matter concentration and P status are required, as well as the management aspects compost application frequency and sowing of catchcrops after main crop. + +Below, examples are give of how to calculate the organic matter balance and the management index. The management index requires inputs that are not obligatory for the wrapper function `obic_field`. The function `add_management` will check the presence of management parameter values and give defaults based on soiltype and crop when values are missing. Furthermore, information on the crop rotation and on the age of grassland are calculated by `calc_rotation_fraction` and `calc_grass_age` respectively. + +```{r, results = FALSE, eval = FALSE} + # Calculate organic matter balance + dt[, D_SOM_BAL := calc_sombalance(B_LU_BRP,A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GREEN)] + + # add management when input is missing + cols <- c('M_GREEN', 'M_NONBARE', 'M_EARLYCROP','M_COMPOST','M_SLEEPHOSE','M_DRAIN','M_DITCH','M_UNDERSEED', + 'M_LIME', 'M_NONINVTILL', 'M_SSPM', 'M_SOLIDMANURE','M_STRAWRESIDUE','M_MECHWEEDS','M_PESTICIDES_DST') + dt[, c(cols) := add_management(ID,B_LU_BRP, B_SOILTYPE_AGR, + M_GREEN, M_NONBARE, M_EARLYCROP,M_COMPOST,M_SLEEPHOSE,M_DRAIN,M_DITCH,M_UNDERSEED, + M_LIME, M_NONINVTILL, M_SSPM, M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST)] + + # calculate grass age + dt[, D_GA := calc_grass_age(ID, B_LU_BRP)] + + # Calculate the crop rotation fraction + dt[, D_CP_STARCH := calc_rotation_fraction(ID, B_LU_BRP, crop = "starch")] + dt[, D_CP_POTATO := calc_rotation_fraction(ID, B_LU_BRP, crop = "potato")] + dt[, D_CP_SUGARBEET := calc_rotation_fraction(ID, B_LU_BRP, crop = "sugarbeet")] + dt[, D_CP_GRASS := calc_rotation_fraction(ID, B_LU_BRP, crop = "grass")] + dt[, D_CP_MAIS := calc_rotation_fraction(ID, B_LU_BRP, crop = "mais")] + dt[, D_CP_OTHER := calc_rotation_fraction(ID, B_LU_BRP, crop = "other")] + dt[, D_CP_RUST := calc_rotation_fraction(ID, B_LU_BRP, crop = "rustgewas")] + dt[, D_CP_RUSTDEEP := calc_rotation_fraction(ID, B_LU_BRP, crop = "rustgewasdiep")] + + # Calculate series of management actions + dt[, D_MAN := calc_management(A_SOM_LOI,B_LU_BRP, B_SOILTYPE_AGR,B_GWL_CLASS, + D_SOM_BAL,D_CP_GRASS,D_CP_POTATO,D_CP_RUST,D_CP_RUSTDEEP,D_GA, + M_COMPOST,M_GREEN, M_NONBARE, M_EARLYCROP, M_SLEEPHOSE, M_DRAIN, + M_DITCH, M_UNDERSEED, M_LIME, M_NONINVTILL, M_SSPM, + M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST + )] +``` + +Example of the soil organic matter balance and management on five fields from the Binnenveld dataset. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # subset binnenveld for first 5 fields + dt <- binnenveld[ID %in% c(1:5)] + dt <- dt[,ID := as.factor(ID)] + + # calculate SOM balance for all crops in crop rotation plan + dt[, D_SOM_BAL := calc_sombalance(B_LU_BRP,A_SOM_LOI, A_P_AL, A_P_WA, M_COMPOST, M_GREEN)] + + # calculate the sum per field + dt2 <- dt[,list(D_SOM_BAL = sum(D_SOM_BAL)), by = ID] + + # plot figure + p2 <- ggplot(data = dt2,aes(y = D_SOM_BAL, x = ID, fill = ID)) + + geom_col() + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('SOM balance') + xlab('Field') + + theme(legend.position = c('none'), + plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('Soil organic matter balance for five fields') + + # add management when input is missing + cols <- c('M_GREEN', 'M_NONBARE', 'M_EARLYCROP','M_COMPOST','M_SLEEPHOSE','M_DRAIN','M_DITCH','M_UNDERSEED', + 'M_LIME', 'M_NONINVTILL', 'M_SSPM', 'M_SOLIDMANURE','M_STRAWRESIDUE','M_MECHWEEDS','M_PESTICIDES_DST') + dt[, c(cols) := add_management(ID,B_LU_BRP, B_SOILTYPE_AGR, + M_GREEN, M_NONBARE,M_EARLYCROP,M_COMPOST, + M_SLEEPHOSE,M_DRAIN,M_DITCH,M_UNDERSEED, + M_LIME, M_NONINVTILL, M_SSPM,M_SOLIDMANURE, + M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST)] + + # calculate grass age + dt[, D_GA := calc_grass_age(ID, B_LU_BRP)] + + # Calculate the crop rotation fraction + dt[, D_CP_STARCH := calc_rotation_fraction(ID, B_LU_BRP, crop = "starch")] + dt[, D_CP_POTATO := calc_rotation_fraction(ID, B_LU_BRP, crop = "potato")] + dt[, D_CP_SUGARBEET := calc_rotation_fraction(ID, B_LU_BRP, crop = "sugarbeet")] + dt[, D_CP_GRASS := calc_rotation_fraction(ID, B_LU_BRP, crop = "grass")] + dt[, D_CP_MAIS := calc_rotation_fraction(ID, B_LU_BRP, crop = "mais")] + dt[, D_CP_OTHER := calc_rotation_fraction(ID, B_LU_BRP, crop = "other")] + dt[, D_CP_RUST := calc_rotation_fraction(ID, B_LU_BRP, crop = "rustgewas")] + dt[, D_CP_RUSTDEEP := calc_rotation_fraction(ID, B_LU_BRP, crop = "rustgewasdiep")] + + # calculate management per field per year + dt[, D_MAN := calc_management(A_SOM_LOI,B_LU_BRP, B_SOILTYPE_AGR,B_GWL_CLASS, + D_SOM_BAL,D_CP_GRASS,D_CP_POTATO,D_CP_RUST,D_CP_RUSTDEEP,D_GA, + M_COMPOST,M_GREEN, M_NONBARE, M_EARLYCROP, M_SLEEPHOSE, M_DRAIN, + M_DITCH, M_UNDERSEED, M_LIME, M_NONINVTILL, M_SSPM, + M_SOLIDMANURE,M_STRAWRESIDUE,M_MECHWEEDS,M_PESTICIDES_DST + )] + + # calculate mean management score per field + dt2 <- dt[,list(D_MAN = mean(D_MAN)), by = ID] + + # make plot + p3 <- ggplot(data = dt2,aes(y = D_MAN, x = ID, fill = ID)) + + geom_col() + + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Management score') + xlab('Field') + + theme(legend.position = c('none'), + plot.title = element_text(size=10), + legend.text = element_text(size=10), + axis.text = element_text(size=10)) + + ggtitle('Management') + + # print figures + p2 + p3 +``` + +### Recommendations +The Open Soil Index (OBI), gives a rating to soil parameters and soil functions. When a score is sub-optimal (score < 1), it is important to advise what measures can be taken to improve soil quality. For this purpose, a list of measures has been developed which had a positive effect on soil quality in field trials. Within the OBI, soil quality is assessed at the level of aggregate soil functions: soil chemistry and nutrient supply, soil physics and rooting, soil biology and disease resistance, and management). Within each group there are several soil parameters and functions, which can be specifically improved through soil management measures. Up to three out of the eleven measures may be recommended based on the performance of all soil parameters and functions. +The following aspects play a role in compiling the top three measures that a user is given as inspiration for sustainable soil management: + +* At what threshold value is an action desirable? A soil is totally unsuitable for sustainable agricultural production when the OBI score equals zero, and a soil is perfectly suitable when the OBI score equals one. A measure only makes sense if a substantial improvement in soil quality can be expected through these measures. +* Are the available measures for improvement collected from the scientific literature equally important in the case of sub-optimal soil quality? For example, is the correction of a low pH more important than the correction of a low phosphate status? +* When recommending measures, is it possible to take into account positive or negative side effects which may occur once the measure is implemented? +* Measures that are advised must be practical and to the point: not "follow fertilisation advice", but specifically tailored to the element of which there is a deficiency. + +The measures included in OBIC are: + +* M1: liming of soil to advisory pH +* M2: more compost +* M3: apply non-inversion tillage +* M4: cultivate tagetes +* M5: introduce more deep-rooting crops +* M6: use more green manure crops +* M7: extend the age of grassland +* M8: fertilise in accordance with fertiliser recommendations (broken down by applicable element) +* M9: grow a grass/clover mixture +* M10: broaden the botanical composition of grassland +* M11: restore subsoil compaction + +Deciding which measures are presented is controlled by two functions nested inside `obic_field()` (which itself is wrapped by `obic_field_dt()`). For the recommendations to be given, the output argument of `obic_field()` or `obic_field_dt()` should be *'all'* or *'recommendations'*. The functions that decide the recommendations are `obic_evalmeasure()` and `obic_recommendations()`. The first takes a data table as input containing the OBI and indicator scores calculated by other functions in the package. Its output is a data table with measures which is passed to `obic_recommendations()`. This second function selects the three most appropriate measures to recommend. For more information on these functions see `?obic_evalmeasure`, `?obic_recommendations` or `?recom.obic`. + +```{r, results = FALSE, eval = FALSE} + # evaluate measures + dt.measure <- OBIC::obic_evalmeasure(dt.score, extensive = FALSE) + + # make recommendations of top 3 measures + out.recom <- OBIC::obic_recommendations(dt.measure) +``` + +### Integrating Soil Functions into OBIC scores +The Open Soil Index is a number ranging between 0 to 1, that holistically represents the soil quality as well as its management. The score is field specific, accounting for the soil type, geohydrological site properties and the crop rotation sequence of the last decade. The final score can be decomposed to aggregated indicators for different themes (chemical, physical, biological, and management), and these can be further broken down in to indicators, representing an weighted evaluation of soil functions over a period of time. The indicator (or soil function score) for each soil function, ranges between 0 to 1 and reflects the current situation given its deviation from a target condition of that specific soil function. With this hierarchical structure, the OBI offers both integral assessment (i.e. whether a soil is overall good or not) and specific assessment (i.e. which soil functions are poorly evaluated and to what extent these soil functions need to be adapted to improve the overall soil quality to the “optimum situation”). + + +#### Evaluating soil functions +Many of the soil function values calculated in the OBIC have a unit and a target value. D_NLV for example is the nitrogen producing capacity of the soil and should have a value between -30 and 250. However, values calculated for individual soil functions have different units making it complex to integrate into one holistic value. Nor is it easy to assess whether a given value is good or whether it requires improvement. Therefore, soil functions are evaluated to and transformed into an index reflecting the distance to target. These indicators have a value between 0 and 1, 0 being very poor and 1 being excellent (optimal for agricultural production). This way, the target value is clear and its easy to see whether an indicator on a field warrants a lot of improvement or not. Additionally, such scores can easily be turned into scores ranging from 0-10 which is a commonly used scale for grading, and therefore easy to interpret. + + +The OBIC package has functions that transform the value of a soil function into a score. Examples of such functions are `ind_nitrogen()`, `ind_sealing()`, `ind_pmn()` and `ind_nretention()`. Some of these functions only require the soil function's value. Others may need soil type or the cultivated crop as these parameters may require different evaluation for specific soil types or crops rotation schemes. + +```{r, results = FALSE, eval = FALSE} + # Be aware these functions below are not given here to be evaluated. + # They illustrate how the different indices can be evaluated (do not execute them here) + + # Calculate indicators for soil chemical functions + dt[, I_C_N := ind_nitrogen(D_NLV, B_LU_BRP)] + dt[, I_C_P := ind_phosphate_availability(D_PBI)] + dt[, I_C_K := ind_potassium(D_K,B_LU_BRP,B_SOILTYPE_AGR,A_SOM_LOI)] + dt[, I_C_MG := ind_magnesium(D_MG, B_LU_BRP, B_SOILTYPE_AGR)] + dt[, I_C_S := ind_sulpher(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)] + dt[, I_C_PH := ind_ph(D_PH_DELTA)] + dt[, I_C_CEC := ind_cec(D_CEC)] + dt[, I_C_CU := ind_copper(D_CU,B_LU_BRP)] + dt[, I_C_ZN := ind_zinc(D_ZN)] + + # Calculate indicators for soil physical functions + dt[, I_P_CR := ind_crumbleability(D_CR, B_LU_BRP)] + dt[, I_P_SE := ind_sealing(D_SE, B_LU_BRP)] + dt[, I_P_DS := ind_waterstressindex(D_WSI_DS)] + dt[, I_P_WS := ind_waterstressindex(D_WSI_WS)] + dt[, I_P_DU := ind_winderodibility(D_WE)] + dt[, I_P_CO := ind_compaction(B_SC_WENR)] + dt[, I_P_WRI := ind_waterretention(D_WRI)] + dt[, I_P_CEC := ind_aggregatestability(D_AS)] + dt[, I_P_WO := ind_workability(D_WO)] + + # Calculate indicators for soil biological functions + dt[, I_B_DI := ind_resistance(A_SOM_LOI)] + dt[, I_B_SF := ind_pmn(D_PMN)] + + # Calculate indicators for environment + dt[, I_E_NGW := ind_nretention(D_NGW, leaching_to = "gw")] + dt[, I_E_NSW := ind_nretention(D_NSW, leaching_to = "ow")] +``` + +Some of these indicator functions internally use an evaluation function such as `evaluate_logistic()` and `evaluate_parabolic()`. For more information on these functions or logistic functions in general see `?evaluate_logistic()`, `?evaluate_parabolic()`, or [link to wikipedia](https://en.wikipedia.org/wiki/Generalised_logistic_function). When logistic evaluation is used, there is no linear relation between the an indicators value and its score. Often the evaluation is set up so that lower values gain increasingly lower scores. In other words, poor performance is evaluated more stringent than good performance. Below, the relation between a soil function values and their scores (index values) is given. An example of logistic evaluation can be found in I_P_WS (waterstress) + +```{r plot relation function and index values,fig.width = 7, fig.height = 16,fig.fullwidth = TRUE,echo=FALSE} + # create waterstress index relation figure + # dt <- data.table(D_WRI = seq(0,100,1)) + # dt[, I_P_WRI := ind_waterretention(D_WRI)] + # gg <- ggscatter(dt, x = 'D_WRI', y = 'I_P_WRI', title = 'Waterstress evaluation') +xlab('Indicator value') + ylab('Indicator score') +theme_bw() + # gg + + # define a series with numbers reflecting variation in derivatives + dt <- data.table(id = 1:202) + + # add all derivatives + dt[,D_PH_DELTA := rep(seq(0,2.5,0.025),2)] + dt[,c('D_NLV','D_MG','D_CEC','D_ZN','D_PMN') := rep(seq(0,100,1),2)] + dt[,c('D_PBI','D_K','D_SLV') := rep(seq(0,50,0.5),2)] + dt[,c('D_CU') := rep(seq(0,20,.2),2)] + dt[,c('D_WSI_DS','D_WSI_WS','D_WRI') := rep(seq(0,50,.5),2)] + dt[,c('D_NGW','D_NSW') := rep(seq(0,50,.5),2)] + dt[,c('D_WE','D_AS') := seq(0,1,length.out = 202)] + dt[,D_CR := rep(seq(0,10,0.1),2)] + dt[,D_SE := rep(seq(0,50,0.5),2)] + dt[,B_LU_BRP := c(rep(265,101),rep(256,101))] + dt[,B_SOILTYPE_AGR := rep('dekzand',202)] + dt[,A_SOM_LOI := rep(3.5,202)] + dt[,D_DUMMY_SOM_LOI := rep(seq(0,35,0.35),2)] + dt[,B_AER_CBS := rep("Centraal Veehouderijgebied",202)] + dt[,B_SC_WENR := "Matig"] + dt[,D_WO := rep(seq(0,1,0.01),2)] + + # Calculate indicators for soil chemical functions + dt[, I_C_N := ind_nitrogen(D_NLV, B_LU_BRP)] + dt[, I_C_P := ind_phosphate_availability(D_PBI)] + dt[, I_C_K := ind_potassium(D_K,B_LU_BRP,B_SOILTYPE_AGR,A_SOM_LOI)] + dt[, I_C_MG := ind_magnesium(D_MG, B_LU_BRP, B_SOILTYPE_AGR)] + dt[, I_C_S := ind_sulpher(D_SLV, B_LU_BRP, B_SOILTYPE_AGR, B_AER_CBS)] + dt[, I_C_PH := ind_ph(D_PH_DELTA)] + dt[, I_C_CEC := ind_cec(D_CEC)] + dt[, I_C_CU := ind_copper(D_CU,B_LU_BRP)] + dt[, I_C_ZN := ind_zinc(D_ZN)] + + # Calculate indicators for soil physical functions + dt[, I_P_CR := ind_crumbleability(D_CR, B_LU_BRP)] + dt[, I_P_SE := ind_sealing(D_SE, B_LU_BRP)] + dt[, I_P_DS := ind_waterstressindex(D_WSI_DS)] + dt[, I_P_WS := ind_waterstressindex(D_WSI_WS)] + dt[, I_P_DU := ind_winderodibility(D_WE)] + dt[, I_P_CO := ind_compaction(B_SC_WENR)] + dt[, I_P_WRI := ind_waterretention(D_WRI)] + dt[, I_P_CEC := ind_aggregatestability(D_AS)] + dt[, I_P_WO := ind_workability(D_WO,B_LU_BRP)] + + # Calculate indicators for soil biological functions + dt[, I_B_DI := ind_resistance(D_DUMMY_SOM_LOI)] + dt[, I_B_SF := ind_pmn(D_PMN)] + + # Calculate indicators for environment + dt[, I_E_NGW := ind_nretention(D_NGW, leaching_to = "gw")] + dt[, I_E_NSW := ind_nretention(D_NSW, leaching_to = "ow")] + + indcols <- colnames(dt)[grep('^I_',colnames(dt))] + cols <- colnames(dt)[grep('^I_|^B_|^A_|^id$',colnames(dt))] + + dd.melt <- melt.data.table(dt, id.vars = cols,variable.name = 'funct', value.name = 'function_value') + + dd.melt <- melt.data.table(dd.melt, id.vars = c(cols[!cols%in%indcols],'funct', 'function_value'), + measure.vars = indcols, variable.name = 'indicator', value.name = 'index_value') + + # Reset b_lu_brp to something readable + dd.melt <- dd.melt[, B_LU_BRP := as.character(fifelse(B_LU_BRP == 265,'grass','arable'))] + + # Select correct rows from dd.melt + dd.melt <- dd.melt[(funct == 'D_NLV'& indicator == 'I_C_N')| + (funct == 'D_PBI'& indicator == 'I_C_P')| + (funct == 'D_K'& indicator == 'I_C_K')| + (funct == 'D_MG'& indicator == 'I_C_MG')| + (funct == 'D_SLV'& indicator == 'I_C_S')| + (funct == 'D_PH_DELTA'& indicator == 'I_C_PH')| + (funct == 'D_CEC'& indicator == 'I_C_CEC')| + (funct == 'D_CU'& indicator == 'I_C_CU')| + (funct == 'D_ZN'& indicator == 'I_C_ZN')| + (funct == 'D_WSI_DS'& indicator == 'I_P_DS')| + (funct == 'D_WSI_WS'& indicator == 'I_P_WS')| + (funct == 'D_WRI'& indicator == 'I_P_WRI')| + (funct == 'D_CEC'& indicator == 'I_P_CEC')| + (funct == 'D_PMN'& indicator == 'I_B_SF')| + (funct == 'D_NGW'& indicator == 'I_E_NGW')| + (funct == 'D_NSW'& indicator == 'I_E_NSW')| + (funct == 'D_CR'& indicator == 'I_P_CR')| + (funct == 'D_SE'& indicator == 'I_P_SE')| + (funct == 'D_WE'& indicator == 'I_P_DU')| + (funct == 'D_DUMMY_SOM_LOI'& indicator == 'I_B_DI')] + + # make plot + ggsp <- ggplot(dd.melt, aes(x= function_value, y= index_value,color=B_LU_BRP)) + + geom_line(size = 1.5) + + facet_wrap(facets = 'indicator', ncol = 4, scales = 'free_x') + + theme_bw() + + scale_color_manual(values = c("#440154FF", "#FDE725FF"))+ + theme(legend.position = 'bottom') + + #plot + ggsp + labs(caption = 'Relation between function values and their corresponding evaluated index values.') +``` + +The indicator for management based on the point system of the label sustainable soil management has a linear relation between the number of points and the indicator score. + +```{r,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE,echo=FALSE} + # create example data + dt.arabl <- data.table(landuse = c(rep('arable on clay',5),rep('arable on peat',5),rep('arable on sand',5),rep('maize',5)), + points = c(rep(c(0,4,9,14,18),3),c(0,3,6,9,12)), + soiltype = c(rep('rivierklei', 5), rep('veen',5), rep('dekzand',10)), + B_LU_BRP = c(rep(234,15),rep(259,5))) + dt.gras <- data.table(landuse = c(rep('grass on clay',5),rep('grass on sand',5),rep('grass on peat',5)), + points = c(rep(c(0,3,5,8,11),2),c(0,4,9,14,17)), + soiltype = c(rep('rivierklei',5),rep('dekzand',5),rep('veen',5))) + # calculate indicator + dt.gras <- dt.gras[,score := ind_management(points, rep(265,15),soiltype)] + dt.arabl <- dt.arabl[,score := ind_management(points, B_LU_BRP,soiltype)] + + # make plots + p.ar <- ggplot(data = dt.arabl, + aes(points,score, col = landuse, group = landuse, shape = landuse)) + geom_point(size = 3)+ geom_line() + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Indicator value') + xlab('Soil management points')+theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), axis.text = element_text(size=10), legend.position = c(0.75,0.22)) + p.gr <- ggplot(data = dt.gras, + aes(points,score, col = landuse, group = landuse, shape = landuse)) + geom_point(size = 3)+ geom_line() + theme_bw() + scale_fill_viridis_d()+ scale_color_viridis_d()+ + ylab('Indicator value') + xlab('Soil management points')+theme(plot.title = element_text(size=10), + legend.text = element_text(size=10), axis.text = element_text(size=10), legend.position = c(0.75,0.2)) +p.ar+p.gr +``` + +### Crop and soil dependent applicability of functions +Not all indicators are relevant for all combinations of soil type and crop. For example, `I_P_DU` (wind erodibility) is not relevant on permanent grassland, as wind erosion is not a problem on these parcels. The table `weight.obic` is used to determine whether an indicator is relevant for a given parcel. Crops are differentiated into the categories arable, grassland, maize, and nature according to the crop_category from the table `crops.obic`. In soil type a differentiation is made between peat and non peat soils. If an indicator is not relevant for a given parcel, its score will not be used in further aggregation. + +```{r, results = FALSE, eval = FALSE} + # load weights.obic (set indicator to zero when not applicable) + w <- as.data.table(OBIC::weight.obic) + + # Add years per field + dt[,year := .I, by = ID] + + # Select all indicators used for scoring + cols <- colnames(dt)[grepl('I_C|I_B|I_P|I_E|I_M|year|crop_cat|SOILT',colnames(dt))] + + # Melt dt and assign main categories for OBI + dt.melt <- melt(dt[,mget(cols)], + id.vars = c('B_SOILTYPE_AGR','crop_category','year'), + variable.name = 'indicator') + + # add categories relevant for aggregating + # C = chemical, P = physics, B = biological, BCS = visual soil assessment + # indicators not used for integrating: IBCS and IM + dt.melt[,cat := tstrsplit(indicator,'_',keep = 2)] + dt.melt[grepl('_BCS$',indicator) & indicator != 'I_BCS', cat := 'IBCS'] + dt.melt[grepl('^I_M_',indicator), cat := 'IM'] + + # Determine number of indicators per category + dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IBCS','IM')][,list(ncat = .N),by='cat'] + + # add weighing factor to indicator values + dt.melt <- merge(dt.melt,w[,list(crop_category,indicator,weight_nonpeat,weight_peat)], + by = c('crop_category','indicator'), all.x = TRUE) + + # calculate correction factor for indicator values (low values have more impact than high values, a factor 5) + dt.melt[,cf := cf_ind_importance(value)] + + # calculate weighted value for crop category + dt.melt[,value.w := value] + dt.melt[grepl('veen',B_SOILTYPE_AGR) & weight_peat < 0,value.w := -999] + dt.melt[!grepl('veen',B_SOILTYPE_AGR) & weight_nonpeat < 0,value.w := -999] +``` + +### Aggregated indicators per category +Each soil indicator belongs to one of five categories (chemical, physical, biological, environmental or management). A score per category is calculated by taking the mean score of the underlying functions + +```{r results=FALSE, eval=FALSE} + # subset dt.melt for relevant columns only + out.score <- dt.melt[,list(cat, year, cf, value = value.w)] + + # remove indicator categories that are not used for scoring + out.score <- out.score[!cat %in% c('IBCS','IM','BCS')] + + # calculate weighted average per indicator category + out.score <- out.score[,list(value = sum(cf * pmax(0,value) / sum(cf[value >= 0]))), by = list(cat,year)] + + # for case that a cat has one indicator or one year and has NA + out.score[is.na(value), value := -999] +``` + +### Integrating over time +Till this point, all values and indicators have been calculated for a range of years (typically ten). Before aggregating values over years, a correction factor is calculated to give a weight so that recent years count more than long gone years. After aggregating indicator scores over years, a single score for each indicator remains. These are the scores presented to a user when indicators are included in the output of `obic_field()`. + +```{r, aggreagate indicators per category, results= FALSE, eval=FALSE} + # calculate correction factor per year; recent years are more important + out.score[,cf := log(12 - pmin(10,year))] + + # calculate weighted average per indicator category per year + out.score <- out.score[,list(value = sum(cf * pmax(0,value)/ sum(cf[value >= 0]))), by = cat] +``` + +### Holistic OBI score +The integration of different soil functions into one score and their relevance in achieving a specific target (like crop yield) is often ignored in soil quality assessments (i.e., each function contributes equally), is based on expert-judgement or derived from multi-variate statistics analysing linkages among soil functions and soil and field properties within large datasets. Large databases are needed in which all relevant soil properties and functions have been determined as well as (historical) management. Unfortunately, these databases are scarce so that expert driven weighing procedures are introduced. Currently, the total OBIC score is a weighted average of the major soil functions (aggregated indicators per category) where the weight of each major soil function is determined by the number of indicators underlying the major soil function. + +```{r, holistic obi score, results = FALSE, eval = FALSE} + # merge out with number per category + out.score <- merge(out.score,dt.melt.ncat, by='cat') + + # calculate weighing factor depending on number of indicators + out.score[,cf := log(ncat + 1)] + + # calculated final obi score + out.score <- rbind(out.score[,list(cat,value)], + out.score[,list(cat = "T",value = sum(value * cf / sum(cf)))]) +``` + +The holistic OBI score is given when the argument *output* in `obic_field()` or `obic_field_dt()` is set to *'all'*, *'scores'* or *'obic_scores'* + +```{r, results = FALSE, eval = FALSE} + # For example + OBIC::obic_field_dt(binnenveld[ID == 1], output = 'scores') + + OBIC::obic_field_dt(binnenveld[ID == 1], output = 'obic_score') +``` + +Will give: + +```{r, eval = TRUE, echo=FALSE} + OBIC::obic_field_dt(binnenveld[ID == 1], output = 'scores') + OBIC::obic_field_dt(binnenveld[ID == 1], output = 'obic_score') +``` + +## Some examples of outputs +Below OBI scores are presented for the Binnenveld dataset per major soil function. + +```{r, echo=FALSE, fig.height= 6, fig.width=6.8} + # Load data + dt <- binnenveld + + dts <- obic_field_dt(dt[ID== unique(dt$ID)[1]]) + dts <- dts[,field := unique(dt$ID)[1]] + for(i in unique(dt$ID)[2:4]){ + dts2 <- obic_field_dt(dt[ID==i]) + dts2 <- dts2[,field := i] + dts <- rbindlist(list(dts, dts2)) + } + dts <- dts[, field := as.factor(field)] + + # g1 <- ggradar(dts[,.(field,S_T_OBI_A, S_C_OBI_A, S_P_OBI_A, S_B_OBI_A, S_M_OBI_A)], values.radar = c(0,0.5,1), + # axis.label.size = 4, legend.position = "bottom", legend.title = 'field', + # legend.text.size = 12, + # grid.label.size = 4, + # plot.extent.x.sf = 1.2, + # axis.label.offset = 1.2) + + # pre prepare for lollipop chart + cols <- colnames(dts)[grepl('^S_T_|^S_C_|^S_P_|^S_B_|^S_E_|^S_M_|^field', colnames(dts))] +dts2 = dts[,mget(cols)] +bar <- melt(dts2, id.vars = 'field') +bar[grepl('^S_T_', variable), cat := "Total"] +bar[grepl('^S_C_', variable), cat := "Chemical"] +bar[grepl('^S_B_', variable), cat := "Biological"] +bar[grepl('^S_P_', variable), cat := "Physical"] +bar[grepl('^S_M_', variable), cat := "Management"] +bar[grepl('^S_E_', variable), cat := "Environmental"] + + + # change field for plotting + bar <- bar[,field:= paste0('Field ', field)] + + # make lollipop chart (cleveland dotchart) without ggpubr + g2p <- ggplot(bar, aes(x= cat, y= value, group = cat, color = cat)) + + geom_col(fill = 'grey', color = NA, width = 0.05) + geom_point(size = 2) + ylab('OBI-score') + xlab('') + + theme_bw(12) + theme(legend.position = 'none', + panel.grid.major.x = element_blank(), + panel.grid.major.y = element_line(size = 0.5), + panel.grid.minor.x = element_blank()) + + coord_flip() + + facet_wrap(~field) + + scale_fill_viridis_d()+ scale_color_viridis_d() + + g2p +``` + + +```{r, include=FALSE} +knitr::write_bib(c(.packages()), "packages.bib") +knitr::write_bib(file = 'packages.bib') +``` + +# References + + + diff --git a/vignettes/obic_score_aggregation.Rmd b/vignettes/obic_score_aggregation.Rmd new file mode 100644 index 00000000..ff1fe3e9 --- /dev/null +++ b/vignettes/obic_score_aggregation.Rmd @@ -0,0 +1,956 @@ +--- +title: "Note on OBI score aggregation" +author: "Brent Riechelman, Yuki Fujita" +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +bibliography: [packages.bib, vignettes_references.bib] +vignette: > + %\VignetteIndexEntry{Note-on-OBI-score-aggregation} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} +--- + +```{r setup, include = FALSE} +knitr::opts_chunk$set(echo = FALSE, + collapse = TRUE, + comment = "#>", + warning = FALSE, + message = FALSE +) +options(rmarkdown.html_vignette.check_title = FALSE) +``` + +# Introduction +The OBIC is a framework that takes a multitude of soil parameters and variables from agricultural fields and ultimately gives a single value expressing the soil quality of that field. To take this multitude of measured, modelled and calulated values to a single value between 0 and 1, three aggregation steps take place as illustrated below. + +```{r include score integration image, echo=FALSE, out.width = '85%', out.height = '85%', fig.cap = 'Figure 1. Graphic representation of how measured soil properties are aggregated to scores.'} +# include graphic +knitr::include_graphics('OBIC_score_integratie_2.png') +``` + +There is no scientific principle dictating how this aggregation should be done and there are several ways to do the aggregation. For example; averaging, linearly weighted averaging, logarithmically weighted averaging. The last one is used in OBIC. +This document dives deeper into the three aggregation steps within the framework and will explain why logarithmically weighted aggregation is chosen. We will also compare the three methods of aggregation to illustrate the influence the aggregation method on the final score, which provides a kind of sensitivity analysis. +The aggregation methods will be compared with a mock dataset of a selection of soil functions. +Demonstration of aggregation will be performed using the dataset `binnenveld`. The dataset contains soil properties from 11 agricultural fields in the surroundings of Wageningen, with different soil texture and land use, and is documented in `?binnenveld`. + +```{r load binnenveld} + + # load packages + library(OBIC); library(data.table); library(ggplot2); library(patchwork) + + # load data + dt <- OBIC::binnenveld[ID==1] + + +``` + +# Aggregation +## Pre-processing +After calculating soil function scores and in prior to the aggregation procedure, a reformatting step takes place. +The reformatting step consists of the following tasks: + + * it is assessed which indicators are relevant for a field given its soil type and crop category using the `weight.obic` table. + * year numbers are assigned from 1 to n with one being the most recent year (used later for the aggregation over years) + * a molten data.table is created with all indicators in a single column and soil type, crop category and year as identifying variables + * indicators are assigned to categories (chemical, physical, biological, environmental, management) + * the number of indicators per category is counted (used later for the aggregation over categories) + * a correction factor per score is calculated based on the height of the score (used later for the aggretation within each category) + * soil function scores irrelevant to the land use are set to -999 + +```{r reformatting code, echo = TRUE, eval=FALSE} + # Step 3 Reformat dt given weighing per indicator and prepare for aggregation ------------------ + + # load weights.obic (set indicator to zero when not applicable) + w <- as.data.table(OBIC::weight.obic) + + # Add years per field + dt[,year := 1:.N, by = ID] + + # Select all indicators used for scoring + cols <- colnames(dt)[grepl('I_C|I_B|I_P|I_E|I_M|year|crop_cat|SOILT',colnames(dt))] + + # Melt dt and assign main categories for OBI + dt.melt <- melt(dt[,mget(cols)], + id.vars = c('B_SOILTYPE_AGR','crop_category','year'), + variable.name = 'indicator') + + # add categories relevant for aggregating + # C = chemical, P = physics, B = biological, BCS = visual soil assessment + # indicators not used for integrating: IBCS and IM + dt.melt[,cat := tstrsplit(indicator,'_',keep = 2)] + dt.melt[grepl('_BCS$',indicator) & indicator != 'I_BCS', cat := 'IBCS'] + dt.melt[grepl('^I_M_',indicator), cat := 'IM'] + + # Determine number of indicators per category + dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IBCS','IM')][,list(ncat = .N),by='cat'] + + # add weighing factor to indicator values + dt.melt <- merge(dt.melt,w[,list(crop_category,indicator,weight_nonpeat,weight_peat)], + by = c('crop_category','indicator'), all.x = TRUE) + + # calculate correction factor for indicator values (low values have more impact than high values, a factor 5) + dt.melt[,cf := cf_ind_importance(value)] + + # calculate weighted value for crop category + dt.melt[,value.w := value] + dt.melt[grepl('veen',B_SOILTYPE_AGR) & weight_peat < 0,value.w := -999] + dt.melt[!grepl('veen',B_SOILTYPE_AGR) & weight_nonpeat < 0,value.w := -999] + +``` + +```{r eval = FALSE, include = FALSE} +# YF: I think this paragraph is not necessary +# After reformatting the data in step 3, an indicator data.table is created in step 4. This data.table uses the soil function scores adjusted for their applicability for the soiltype and crop category. In step 4 indicators are calculated to display them as output. In step 5 the total OBI score is calculated, since part of step 5 overlaps with step 4, we only discuss step 5 onwards. +``` + +## Aggregation within category +To aggregate scores, the relevant columns and rows are taken from the molten data.table. + +```{r echo = TRUE, eval=FALSE} + # Step 5 Add scores ------------------ + + # subset dt.melt for relevant columns only + out.score <- dt.melt[,list(cat, year, cf, value = value.w)] + + # remove indicator categories that are not used for scoring + out.score <- out.score[!cat %in% c('IBCS','IM','BCS')] +``` + +The indicators within each category are aggregated to a single score per category (chemical, physical, biological, management, environmental) using the correction factor (*vcf*) calculated previously using `cf_ind_importance()`. This correction factor *vcf* gives a higher weight to indicators with a lower score, as: +$$ +vcf = 1/(I+0.2) +$$ +where *I* is the score of the indicator. +This way, the lowest indicator, supposedly also the most limiting factor for crop production, becomes more important. Consequently, improving a low scoring indicator by 0.1 has a greater impact on the aggregated category score than improving a high scoring indicator by the same amount, making it more worthwhile to invest in the poorest and most limiting indicator. + +Subsequently, the score of each category is computed by summing up the weighted values (scaled by the sum of all weights) of all soil indicators within the category: +$$ +S = \sum_{i}(I_{i} \frac{vcf_{i}}{\sum_{i}vcf_{i}}) +$$ +where *S* is the score of the category, *vcf*i is the weighing factor of the indicator *i*, *I*i is the score of the indicator *i*. This gives a single score for each of the five indicator categories (chemical, physical, biological, management, and environmental) for a specific year. + + +```{r echo = TRUE, eval=FALSE} + # calculate weighted average per indicator category + out.score <- out.score[,list(value = sum(cf * pmax(0,value) / sum(cf[value >= 0]))), by = list(cat,year)] + + # for case that a cat has one indicator or one year and has NA + out.score[is.na(value), value := -999] +``` + +## Aggregation over years +To account for the entire crop rotation, OBIC aggregates scores of multiple years. For the aggregation over years, another correction factor *ycf* is used to give more weight to recent years on a logarithmic scale. OBIC set the maximum length of period as 10 years, as crop rotation in the Netherlands are hardly ever longer than 10 years. When data older than 10 years ago is used, then those years get the same weight as 10 years ago. +*ycf* is formulated as: +$$ +ycf = ln(12 - min(y, 10)) +$$ +where *y* is the length of years before the assessment. *y = 1* means the year for which the assessment is conducted for (i.e. the most recent year). + +This gives the correction factors for a period of eleven years as follows (from the most recent years to 11 years before): +```{r output year cf} + # create data + y <- 1:11 + cf <- log(12 - pmin(10, y)) + cat(round(cf, 3)) +``` + +The most recent year carries about `r round(cf[1]/cf[10],digits =1)` times the weight of the tenth year. Notice that years ten and eleven have the same correction factor value, the minimum *ycf* value for a year is equal to that of year ten. + +More priority (weight) is given to recent years because they better reflect the current situation. Additionally, changes in management or soil properties have a more visible effect on the scores in the recent years. + +Aggregation of scores over years is done with the following two lines of code. This is analogue to the aggregation procedure within each category as described above (i.e. sum of weighted score, scaled by the sum of all weighing factors). + +The aggregation procedure is coded in the following lines. + +```{r echo = TRUE, eval=FALSE} + + # calculate correction factor per year; recent years are more important + out.score[,cf := log(12 - pmin(10,year))] + + # calculate weighted average per indicator category per year + out.score <- out.score[,list(value = sum(cf * pmax(0,value)/ sum(cf[value >= 0]))), by = cat] +``` + +This gives us a single score for each of the five indicator categories (chemical, physical, biological, management, and environmental), without time dimension. + +## Aggregation to single OBI score +The scores of five indicator categories are aggregated to a single, holistic, OBI-score. The category scores are weighed logarithmically based on the number of indicators underlying the category. The number of indicators per category was retrieved previously with the line +`dt.melt.ncat <- dt.melt[year==1 & !cat %in% c('IBCS','IM')][,list(ncat = .N),by='cat']`. +Now its merged with our score data.table. + +```{r echo = TRUE, eval=FALSE} + # merge out with number per category + out.score <- merge(out.score,dt.melt.ncat, by='cat') +``` + +The correction factor for each category, *ccf*, are computed based on the number of indicators as: + +$$ +ccf = ln(ncat+1) +$$ +where *ncat* is the number of the underlying indicators within the category. +The weights for categories with 1 to 10 indicators are: `r round(log(1:10 +1),2)`. Thus, a category based on 10 indicators affects the total score roughly `r round(log(1:10 +1)[10]/log(1:10 +1)[1],1)` times more than a category based on 1 indicator. The idea behind giving more weight to categories with more underlying indicators sprouts from the idea that such a category is better supported by measurable data and better understood. +Finally, the total OBIC score is calculated by summing up the weighted scores of 5 categoties and dividing it by the sum of the weighing factors, in the same way as the other 2 aggregation steps. + +```{r eval = FALSE, include = FALSE} +# this text is probably wrong +# Furthermore, by aggregating indicators to categories and then to a score rather than directly from indicators to a score; individual indicators from categories with few underlying indicators, affect the holistic score more than indicators in categories with many indicators. For example, if there is one biological indicator, its weight in affecting the holistic score is log(1+1)= `r round(log(1+1),2)`, while a indicator within a chemical indicator with nine indicators individually only weighs log(9+1)/9= `r round(log(9+1)/9,2)`. While on category level, biology only weighs `r round(log(1+1),2)` and chemical `r round(log(9+1),2)`. +``` + +This aggregation procedure is coded in the following lines. + +```{r echo = TRUE, eval=FALSE} + # calculate weighing factor depending on number of indicators + out.score[,cf := log(ncat + 1)] + # calculated final obi score + out.score <- rbind(out.score[,list(cat,value)], + out.score[,list(cat = "T",value = sum(value * cf / sum(cf)))]) +``` + +After the aggregation there is just a bit of code to format the names of the scores. +```{r echo = TRUE, eval=FALSE} + # update element names + out.score[,cat := paste0('S_',cat,'_OBI_A')] + out.score[, value := round(value,3)] +``` + +## Brief recap + +* Soil functions with low scores gain more weight than ones with high scores because these soil functions are supposed to be more limiting. This makes it more worthwhile (both in reality as for the OBI score) to invest in improving low scores +* Values from recent years count more than values from long ago. Recent years are more reflective of the current situation and it becomes easier to see the effect of changes in management or soil properties in subsequent years +* Categories with more underlying indicators have more weight in determining the total OBI score. This is because these indicators are better understood and supported and may also be more important. + + +```{r make mock data, eval= TRUE} + +# make mock data and calculate scores with different aggregation methods (averaging without weight and averaging with linearly changing weight) +# data like: +# soil_function_value|indicator|group|year|cf_base|cf_noweight|cf_linearweight|score_base|score_noweight|score_linearweight + +# visualise differences + +# make veldnr +fieldid <- 1 + +# define standard deviation +std <- 0.2 + +# make indicator +inds <- c('I_C_CEC', 'I_C_CU', 'I_C_K', 'I_C_MG', 'I_C_N', 'I_C_P', 'I_C_PH', 'I_C_S', 'I_C_ZN', + 'I_B_DI', 'I_B_SF', + 'I_E_NGW', 'I_E_NSW', + 'I_M', + 'I_P_CEC', 'I_P_CO', 'I_P_CR', 'I_P_DS', 'I_P_DU', 'I_P_SE', 'I_P_WRI', 'I_P_WS') + +# make jaar +year <- 1:10 + +# combine in dt +dt <- data.table(field = sort(rep(fieldid,length(inds)*length(year))), + indicator = sort(rep(inds, length(year)*length(fieldid))), + year = rep(year, length(inds)*length(fieldid)) + ) + +# add category +dt <- dt[,cat := tstrsplit(indicator,'_',keep = 2)] + +# iteratively add fields +dto <- data.table(field = NULL, indicator = NULL, year = NULL) +for(i in 1:100){ + dtn <- dt + dtn <- dtn[,field := i] + dto <- rbindlist(list(dto, dtn)) +} + +# dto is a almost ready set of 100 fields, only values and value description need to be added +set.seed(222) + +# helper function to make random values within 0:1 +rtnorm <- function(n, mean = 0, sd = 1, min = 0, max = 1) { + bounds <- pnorm(c(min, max), mean, sd) + u <- runif(n, bounds[1], bounds[2]) + qnorm(u, mean, sd) +} + +# make baseline +dt1 <- copy(dto) +dt1 <- dt1[,field := field+100-1] +dt1 <- dt1[,treatment := 'baseline'] +dt1 <- dt1[,value := rtnorm(n = nrow(dt1),mean = 0.7, sd = std)] + +# make treatment where c = 0.3 +dt2 <- copy(dto) +dt2 <- dt2[,field := field+200-1] +dt2 <- dt2[,treatment := 'low C values'] +dt2 <- dt2[cat == 'C',value := rtnorm(n = nrow(dt2[cat=='C']),mean = 0.3, sd = std)] +dt2 <- dt2[!cat == 'C',value := rtnorm(n = nrow(dt2[!cat=='C']),mean = 0.7, sd = std)] + +# make treatment where B = 0.3 +dt3 <- copy(dto) +dt3 <- dt3[,field := field+300-1] +dt3 <- dt3[,treatment := 'low B values'] +dt3 <- dt3[cat == 'B',value := rtnorm(n = nrow(dt3[cat=='B']),mean = 0.3, sd = std)] +dt3 <- dt3[!cat == 'B',value := rtnorm(n = nrow(dt3[!cat=='B']),mean = 0.7, sd = std)] + +# make treatment where one C indicator = 0 +dt4 <- copy(dto) +dt4 <- dt4[,field := field+400-1] +dt4 <- dt4[,treatment := 'one low C'] +dt4 <- dt4[indicator == 'I_C_CEC',value := 0] +dt4 <- dt4[!indicator == 'I_C_CEC',value := rtnorm(n = nrow(dt4[!indicator == 'I_C_CEC']),mean = 0.7, sd = std)] + +# make where one B indicator = 0 +dt5 <- copy(dto) +dt5 <- dt5[,field := field+500-1] +dt5 <- dt5[,treatment := 'one low B'] +dt5 <- dt5[indicator == 'I_B_DI',value := 0] +dt5 <- dt5[!indicator == 'I_B_DI',value := rtnorm(n = nrow(dt5[!indicator == 'I_B_DI']),mean = 0.7, sd = std)] + +# make treatment where recent years score low and old years high +dt6 <- copy(dto) +dt6 <- dt6[,field := field+600-1] +dt6 <- dt6[,treatment := 'Recent years low'] +dt6 <- dt6[year %in% 1:5, value := rtnorm(n = nrow(dt6[year %in% 1:5]), mean = 0.3, sd = std)] +dt6 <- dt6[!year %in% 1:5, value := rtnorm(n = nrow(dt6[!year %in% 1:5]), mean = 0.7, sd = std)] + +# make treatment where recent years score high and old years low +dt7 <- copy(dto) +dt7 <- dt7[,field := field+700-1] +dt7 <- dt7[,treatment := 'Recent years high'] +dt7 <- dt7[!year %in% 1:5, value := rtnorm(n = nrow(dt7[!year %in% 1:5]), mean = 0.3, sd = std)] +dt7 <- dt7[year %in% 1:5, value := rtnorm(n = nrow(dt7[year %in% 1:5]), mean = 0.7, sd = std)] + +# combine all data +dta <- rbindlist(list(dt1, dt2, dt3, dt4, dt5, dt6, dt7)) + +# make sure all values are between 0 and 1 +if(any(dta$value >1|dta$value<0)){cat('values outside acceptable bounds')} + +``` + +## Comparison with other aggregation methods +By now, we have some understanding of how measured soil function data are aggregated to an integral score within the current OBIC framework. So, now we can explore and reflect on some of the choices that were made in designing this aggregation process. The first choice we will reflect upon is that of the correction factors. In the OBIC framework, these are determined logarithmically but could also be determined linearly or not be used at all. Second, we will reflect on our choice of 2-step aggregation (i.e. first aggregated to categories and then aggregated to a holistic score),instead of aggregating indicators directly to a holistic score. + +### Data description +To reflect on alternative aggregation methods we have made a mock data.table similar to a data.table in the obic_field function just before aggregating scores. We will compare the aggregation methods with seven scenarios or treatments. The treatments are as follows: + +1. **Baseline** means of all values are around 0.67 +2. **Low C values** means of Chemical indicators are around 0.33, indicators in other categories are around 0.67 +3. **Low B values** means of Biological indicators are around 0.33, indicators in other categories are around 0.67 +4. **One low C value** one chemical indicator is set to 0, all other values are generated as in the baseline +5. **One low B value** one biological indicator is set to 0, all other values are generated as in the baseline +6. **Recent years low** mean values of the most recent five years are around 0.33, while the five years before that have mean values of around 0.67 +7. **Recent years high** mean values of the most recent five years are around 0.67, while the five years before that have mean values of around 0.33 + +Each treatment has a 100 replicates whose soil function scores are randomly drawn from a distribution with a standard deviation of approximately `r std[1]`. The mean of the distributions depends on the scenario. All values are in the 0 to 1 range. + +```{r plot orignal values histogram,fig.width = 7, fig.height = 4,fig.fullwidth = TRUE, fig.cap = 'Figure 5. Distribution of indicator values per scenario as histogram'} +ggplot(dta, aes(x = value, fill = cat)) + + geom_histogram(bins = 40) + + theme_bw() +facet_wrap(~treatment, ncol = 4) + +``` + +```{r table with mock data before aggregation} +# get relevant data from dta +dtat <- dta[, mean(value), by = c( 'cat', 'treatment')] + +# rounc V1 +dtat <- dtat[, V1 := round(V1, digits = 3)] + +# improve category descrition +dtat <- dtat[,cat := paste('mean', cat)] + +# dcast +dtat <- dcast(dtat ,treatment~cat, value.var = 'V1') + +# factorise and order treatment +dtat <- dtat[, treatment := factor(treatment, levels = c('baseline', 'low B values', 'low C values', + 'one low B', 'one low C', + 'Recent years high', 'Recent years low'))] + +# order dtat +setorder(dtat) + +# make table + knitr::kable(dtat, + caption = 'Mean scores per category for each scenario') + +``` + + +### Correction factors +To compare the influence of different correction factors, we conducted the three aggregation steps with three methods to compute a correction factor (*cf*): + +* logarithmically +* linearly +* no correction (averaging all values, cf = 1) + +The log and linear cf's are illustrated in Figure 2 in the range that they operate. **value** is the correction factor for the indicator, which ranges between 0 to 1. **year** is the correction factor for the year a measurement is from, 1 being the most recent year, 10 being ten years earlier. **ncat** is the correction for the number of soil indicators within a category. For Chemical indicators, this typically is `r length(grep('I_C_', names(obic_field_dt(binnenveld[ID==1], output = 'indicators'))))`. +The slope of the linear correction factor is chosen such that the highest and lowest correction factor is identical between linear and logarithmic scale. In practice, another slope could be chosen for linear aggregation. +The no correction method is not presented in Figure 2 as it would be a horizontal line with an arbitrary value. + +```{r plot mock cf, fig.width = 7, fig.height = 3,fig.fullwidth = TRUE, fig.cap = 'Figure 2. Correction factors calculated with linear or logarithmic methods per aggregation step.'} + + # plot correction factors + pdtlog <- data.table(x = c(seq(0,1,0.1),rep(0:10,2)), + cf_type = c(rep('value',11),rep('year',11), rep('ncat', 11))) + # calc cf's log + pdtlog <- pdtlog[cf_type == 'value', cf := OBIC::cf_ind_importance(x)] + pdtlog <- pdtlog[cf_type == 'year', cf := log(12 - pmin(10,x))] + pdtlog <- pdtlog[cf_type == 'ncat', cf := log(x + 1)] + pdtlog[,cf_method := 'log'] + + # calc cf's linear + pdtlin <- data.table(x = c(seq(0,1,0.1),rep(0:10,2)), + cf_type = c(rep('value',11),rep('year',11), rep('ncat', 11))) + pdtlin <- pdtlin[cf_type == 'value', cf := 5-4.17*x] + pdtlin <- pdtlin[cf_type == 'year', cf := 2.59-0.19*x] + pdtlin <- pdtlin[cf_type == 'ncat', cf := x*log(11)/10] + pdtlin[,cf_method := 'linear'] + + # combine + pdt <- rbindlist(list(pdtlog, pdtlin)) + + # format pdt + pdt <- pdt[,cf_type := factor(cf_type, levels = c('value', 'ncat', 'year'))] + +# plot +gg <- ggplot(pdt, aes(x = x, y = cf, color = cf_method, group = cf_type))+ + geom_point() + + theme_bw() + + facet_wrap(~cf_type, ncol = 3, scales = 'free') + + scale_colour_viridis_d()+ + xlab('') + ylab('cf (weight)') + +# plot a line in each +for(i in 1:uniqueN(pdt$cf_method)){ + gg <- gg + geom_line(data = pdt[cf_method == unique(pdt$cf_method)[i]], color = c('#FDE725FF', '#440154FF')[i]) +} + +# plot gg +gg +``` + +```{r calc correction factors} + +# Use three ways to calc correction factors (giving weight to each value), log (standard in OBIC), lin (linearly increasing/decreasing), non (everything has the same weight) + +# value correction factors ====== +dt <- copy(dta) + +# function to add correction factors +addcf <- function(dt){ + + # copy input + dt.int <- copy(dt) + + # add correction factor for indicator value + dt.int[,log := OBIC::cf_ind_importance(value)] + dt.int[,lin := 5-4.17*value] + dt.int[,non := 1] + + # melt dt by cf method + dt.int <- melt(dt.int, measure.vars = c('log', 'lin', 'non'), value.name = 'v_cf', variable.name = 'cf_method') + + # calculate cf for cat ==== + dt.int[,ncat := .N,by=c('field','year','cat','cf_method')] + + # add correction factor for number of categories + dt.int[cf_method == 'log',c_cf := log(ncat + 1)] + dt.int[cf_method == 'lin',c_cf := ncat*log(10 + 1)/10] + dt.int[cf_method == 'non',c_cf := 1] + + # dd correction factor for number of years + dt.int[cf_method == 'log',y_cf := log(12 - pmin(10,year))] + dt.int[cf_method == 'lin',y_cf := 2.59-0.19*year] + dt.int[cf_method == 'non',y_cf := 1] +} + +# add correction factors +dt <- addcf(dt) + +``` + +```{r calc correction factors 2} + +# Use three ways to calc correction factors (giving weight to each value), log (standard in OBIC), lin (linearly increasing/decreasing), non (everything has the same weight) +# for log and lin, 4 scenarios are added (c_cf only, v_cf only, y-cf only, or all) + +# value correction factors ====== +dtp <- copy(dta) + +# function to add correction factors +addcf2 <- function(dt){ + + # copy input + dt.int <- copy(dt) + + # add correction factor for indicator value + dt.int[,log_all := OBIC::cf_ind_importance(value)] + dt.int[,log_vcf := OBIC::cf_ind_importance(value)] + dt.int[,log_ccf := 1] + dt.int[,log_ycf := 1] + dt.int[,lin_all := 5-4.17*value] + dt.int[,lin_vcf := 5-4.17*value] + dt.int[,lin_ccf := 1] + dt.int[,lin_ycf := 1] + dt.int[,non := 1] + + # melt dt by cf method + dt.int <- melt(dt.int, measure.vars = c('log_all', 'log_vcf', 'log_ccf', 'log_ycf', + 'lin_all', 'lin_vcf', 'lin_ccf', 'lin_ycf', + 'non'), + value.name = 'v_cf', variable.name = 'cf_method') + + # calculate cf for cat ==== + dt.int[,ncat := .N,by=c('field','year','cat','cf_method')] + + # add correction factor for number of categories + dt.int[cf_method == 'log_all',c_cf := log(ncat + 1)] + dt.int[cf_method == 'log_ccf',c_cf := log(ncat + 1)] + dt.int[cf_method == 'log_vcf',c_cf := 1] + dt.int[cf_method == 'log_ycf',c_cf := 1] + dt.int[cf_method == 'lin_all',c_cf := ncat*log(10 + 1)/10] + dt.int[cf_method == 'lin_ccf',c_cf := ncat*log(10 + 1)/10] + dt.int[cf_method == 'lin_vcf',c_cf := 1] + dt.int[cf_method == 'lin_ycf',c_cf := 1] + dt.int[cf_method == 'non',c_cf := 1] + + # dd correction factor for number of years + dt.int[cf_method == 'log_all',y_cf := log(12 - pmin(10,year))] + dt.int[cf_method == 'log_ycf',y_cf := log(12 - pmin(10,year))] + dt.int[cf_method == 'log_vcf',y_cf := 1] + dt.int[cf_method == 'log_ccf',y_cf := 1] + dt.int[cf_method == 'lin_all',y_cf := 2.59-0.19*year] + dt.int[cf_method == 'lin_ycf',y_cf := 2.59-0.19*year] + dt.int[cf_method == 'lin_vcf',y_cf := 1] + dt.int[cf_method == 'lin_ccf',y_cf := 1] + dt.int[cf_method == 'non',y_cf := 1] + + return(dt.int) +} + +# add correction factors +dt3 <- addcf2(dtp) + +``` + + +```{r aggregate scores} + +# make function to aggregate scores +aggscores <- function(dt) { + + # copy input + dt.agg <- copy(dt) + + # calculate weighted value per category and year + dt.agg <- dt.agg[,list(w.value = sum(v_cf* pmax(0,value) / sum(v_cf[value >= 0])), + y_cf = mean(y_cf), + c_cf = mean(c_cf)), + by = .(treatment,field, cf_method, cat, year)] + + # calculated weighted average value per category (so mean over years) + dt.agg <- dt.agg[,list(wy.value = sum(y_cf * pmax(0, w.value) / sum(y_cf[w.value >= 0])), + c_cf = mean(c_cf)), + by = .(treatment,field, cf_method, cat)] + + # calculated weighted average value per field (so mean over categories) + dt.agg.tot <- dt.agg[,list(value = sum(wy.value * c_cf / sum(c_cf))), + by = .(treatment,field, cf_method)] + + # output + dt.out <- rbind(dt.agg[,.(treatment,field,cf_method,cat,value = wy.value)], + dt.agg.tot[,.(treatment,field,cf_method,cat='total',value)]) + + } + +# add scores to dt +dt.out <- aggscores(dt) +dt3.out <- aggscores(dt3) + +``` + + +```{r orig score funs of brent, eval=TRUE} + + +aggscores_brent <- function(dt) { + # copy input + dt.agg <- copy(dt) + + # calculate weighted value per category and year + dt.agg <- dt.agg[,w.value := sum(v_cf* pmax(0,value) / sum(v_cf[value >= 0])), by = .(field, cf_method, cat, year)] + + # calculated weighted average value per category (so mean over years) + dt.agg <- dt.agg[,wy.value := sum(y_cf * pmax(0, w.value) / sum(y_cf[w.value >= 0])), by = .(field, cf_method, cat)] # scores per category + + # calculate total obi score (log method) + dt.agg <- dt.agg[,S_T := sum(wy.value * c_cf / sum(c_cf)), by = .(field, cf_method)] + # calculate total obi score (lin method) + dt.agg[, c_cf_lin := ncat*log(10 + 1)/10] + dt.agg <- dt.agg[,S_T_catlin := sum(wy.value * c_cf_lin / sum(c_cf_lin)), by = .(field, cf_method)] + # calculate total obi score (non method) + dt.agg[, c_cf_non := 1] + dt.agg <- dt.agg[,S_T_catnon := sum(wy.value * c_cf_non / sum(c_cf_non)), by = .(field, cf_method)] + + # calculate total obi score if not aggregated by cat + dt.agg <- dt.agg[, nocat.value := sum(v_cf* pmax(0,value) / sum(v_cf[value >= 0])), by = .(field, cf_method, year)] + dt.agg <- dt.agg[, S_T_nocat := sum(y_cf * pmax(0, nocat.value) / sum(y_cf[nocat.value >= 0])), by = .(field, cf_method)] + + # select data for scores + dts <- unique(dt.agg[,.(field, indicator,cat, wy.value, S_T ,treatment, cf_method, S_T_nocat, S_T_catlin, S_T_catnon)]) + + # reshape dts so total scores are in same column as cat scores (with T being a cat) + dts1 <- unique(dts[,.(field, cat, wy.value, treatment, cf_method)]) + dts2 <- unique(dts[,.(field, S_T, treatment, cf_method)]) + dts3 <- unique(dts[,.(field, S_T_nocat, treatment, cf_method)]) + dts4 <- unique(dts[,.(field, S_T_catlin, treatment, cf_method)]) + dts5 <- unique(dts[,.(field, S_T_catnon, treatment, cf_method)]) + + # rename cols + setnames(dts1, 'wy.value', 'score') + setnames(dts2, 'S_T', 'score') + setnames(dts3, 'S_T_nocat', 'score') + setnames(dts4, 'S_T_catlin', 'score') + setnames(dts5, 'S_T_catnon', 'score') + # add cat column to dts2 + dts2$cat <- 'T_cf_log' + dts3$cat <- 'T_nocat' + dts4$cat <- 'T_cf_lin' + dts5$cat <- 'T_cf_non' + + # bind scores dt's + dt.agg <- rbindlist(list(dts1, dts2, dts3, dts4, dts5), use.names = TRUE) + + # update element names + dt.agg[,cat := paste0('S_',cat)] + dt.agg[, score := round(score,3)] + + # factorise cat and cf_method + dt.agg <- dt.agg[, cat := factor(cat, levels = c('S_T_cf_log', 'S_C', 'S_P', + 'S_B', 'S_E','S_M', + "S_T_cf_lin", "S_T_cf_non", "S_T_nocat"))] + dt.agg <- dt.agg[, cf_method := factor(cf_method, levels = c('log', 'lin', 'non'))] +} + +dt2 <- aggscores_brent(dt) +``` + +### Effects of different aggregation method on OBIC total score + +The effects of different aggregation methods on total score are shown in the box plot. Red dashed lines show arithmetic means of all 22 indicators. + +```{r plot baselines scores, fig.width = 7, fig.height = 7,fig.fullwidth = TRUE, fig.cap = 'Figure 3. Total OBI score boxplots per aggregation method for each scenario.'} + +# arithmetric mean of all indicators (this should be equal to lin_ccf?) +arimean <- dt[cf_method == "non", arimean := mean(value), by = c("field", "treatment")] +arimean <- dta[,arimean := mean(value), by = c("field", "treatment")] +arimean2 <- unique(arimean[, .(field, treatment, arimean)]) +arimean3 <- arimean2[, median(arimean), by = treatment] + +# plot +ggplot(dt.out[cat == 'total'], aes(x = value, y = cf_method)) + + geom_vline(data = arimean3, aes(xintercept = V1), col = "red", lty = 2) + + geom_boxplot() + + theme_bw() + scale_colour_viridis_d() + scale_y_discrete(limits = rev) + + coord_cartesian(xlim = c(0,1)) + + facet_wrap(~treatment, ncol = 1) + + +``` + +```{r OBI score summary table} + + # get relevant data from dt + dtt <- dt.out[, list(value = round(mean(value),3)), by = c( 'cat', 'cf_method', 'treatment')] + + # improve category discretion + dtt <- dtt[,ct := paste('mean', cat)] + + # dcast + dtt <- dcast(dtt ,treatment+cf_method~cat, value.var = 'value') + + # factorise and order treatment + dtt <- dtt[, treatment := factor(treatment, levels = c('baseline', 'low B values', 'low C values', + 'one low B', 'one low C', + 'Recent years high', 'Recent years low'))] + + # order + setorder(dtt, treatment, cf_method) + +# make table + knitr::kable(dtt, + caption = 'Mean scores per category and total per aggregation method') + + # make dtt version with just total scores to use for in text reporting + dttt <- dtt[,.(treatment, cf_method, S_T_OBI_A = total)] +``` + + +```{r plot original values, eval=FALSE, fig.width = 7, fig.height = 20,fig.fullwidth = TRUE, fig.cap = 'Figure 4. Distribution of indicator values per scenario.'} +# factorise dta cat levels +# dta <- dta[, cat := factor(cat, levels = c('C', 'P', 'B', 'E'))] +# dta <- dta[, indicator := factor(indicator, levels = c("I_C_CEC","I_C_CU", "I_C_K", "I_C_MG", "I_C_N", "I_C_P", "I_C_PH", "I_C_S", "I_C_ZN", +# "I_P_CR", "I_P_DS", "I_P_DU", "I_P_SE", "I_P_WRI", "I_P_WS","I_P_CEC","I_P_CO", +# "I_B_DI", "I_B_SF", "I_E_NGW","I_E_NSW"))] +# +# # plot +# ggplot(dta, aes(x = value, y = indicator, color = cat))+ +# geom_boxplot() + +# theme_bw() + coord_cartesian(xlim = c(0,1)) + scale_y_discrete(limits = rev)+ +# facet_wrap(~treatment, ncol = 1) + +``` + + + +In the baseline scenario, total scores are slightly lower when aggregating logarithmically or linearly compared to using no special aggregation method. In all three methods, the indicator values in the baseline are around `r round(mean(dta[treatment == 'baseline', value]),2)`, this number is preserved in the score when averaging all indicator values (cf_method = non) while 'log' and 'lin' scores are on average `r round(mean(dta[treatment == 'baseline', value]) - dtt[treatment == 'baseline'& cf_method == 'log',total],2)` and `r round(mean(dta[treatment == 'baseline', value]) - dtt[treatment == 'baseline'& cf_method == 'lin',total],2)` lower. The change of 0.05 (in the score ranging between 0 and 1) may seem small, but it is quite large compared to the standard deviation of the distribution of the indicator values (which is 0.2). So, the difference in aggregation methods can influence the total score substantially. + +The 'lin' and 'log' methods yield lower average scores because they penalise low indicator values (i.e. left-hand side in their distribution) with the weighing factor *vcf*. Since the 'lin' and 'log' methods were harmonised for their highest value at low indicator value (cf = 5 for value = 0), the penalty at intermediate indicator values are much higher for 'lin' method. This makes the average value of the OBIC score lower for 'lin' than 'log' methods. The other two aggregation steps (year aggregation (with *ycf* ) and category aggregation (with *ccf*)) causes no difference in the baseline scenario. + +Note that the variation of total score is not larger for 'lin' and 'log' than 'non', irrespective of the larger variations in the correction factors for 'lin' and 'log'. To illustrate the patterns in more details, we zoom up to the baseline scenario (Fig 4). Here we split the 'log' method into 4 variations: when 'log' method is applied for all 3 aggregation steps ('log_all'), only for the indicator aggregation ('log_vcf'), year aggregation ('log_ycf'), or category aggregation ('log_ccf'). Same applies to 'lin' method. Standard deviation of total score is slightly smaller when 'log' or 'lin' method is used (SD = `r round(dt3.out[cat == 'total' & treatment =="baseline" & cf_method == "log_all", sd(value)],3)` and `r round(dt3.out[cat == 'total' & treatment =="baseline" & cf_method == "lin_all", sd(value)],3)`, respectively) compared to when no special aggregation method is used ('non', SD = `r round(dt3.out[cat == 'total' & treatment =="baseline" & cf_method == "non", sd(value)],3)`). Looking closer at different steps of aggregation, the variation increases due to indicator aggregation (*vcf*) and the year aggregation (*ycf*), but decreased due to category aggregation (*ccf*). As a result, the variation becomes smaller when linear or log method is applied to all 3 aggregation steps, largely owing to the category aggregation step. Category aggregation, irrespective of the method used for correction factor, increases variation in total score because an extreme indicator value in categories with a few indicators is strongly reflected in the total score and therefore increase the variation, compared to when total scores is directly computed from all indicators. By using 'log' or 'lin' methods in category aggregation, both of which give smaller weights to categories with a few indicators, this impact is diluted, and therefore the increase in variation becomes limited. + +```{r plot baselines scores zoomed in, fig.width = 7, fig.height = 2,fig.fullwidth = TRUE, fig.cap = 'Figure 4. Total OBI score per aggregation method for baseline sceinario.'} + +# plot (different colors per method, 'lin' and 'log' are divided into 4 variation) +dt3.out[, method_main := substr(cf_method, 1, 3)] +dt3.out[, alpha := 1] +dt3.out[!grepl("_all|non", cf_method), alpha := 0.5] + +ggplot(dt3.out[cat == 'total' & treatment =="baseline"], + aes(x = value, y = cf_method, fill = method_main, alpha = alpha)) + + # geom_vline(data = arimean3, aes(xintercept = V1), col = "red", lty = 2) + + geom_boxplot() + + theme_bw() + scale_colour_viridis_d() + scale_y_discrete(limits = rev) + + labs(fill = "")+ + guides(alpha = F)+ xlab("total score") + ylab("scenario") + + coord_cartesian(xlim = c(0,1)) + +# check standard deviation +#dt3.out[cat == 'total' & treatment =="baseline", sd(value), by = cf_method] +``` + + +In the two scenario's where one category performs poorly; 'low B values' and 'low C values', we can see the effect of using a correction factor for the number of indicators in a category. The total score in 'low B values' of 'non' method dropped by `r dtt[treatment == 'baseline'& cf_method == 'non', total]-dtt[treatment == 'low B values'& cf_method == 'non', total]` from the baseline. This decrease is larger than the other two methods: 'log' and 'lin' dropped `r dtt[treatment == 'baseline'& cf_method == 'log', total]-dtt[treatment == 'low B values'& cf_method == 'log', total]` and `r dtt[treatment == 'baseline'& cf_method == 'lin', total]-dtt[treatment == 'low B values'& cf_method == 'lin', total]` from the baseline scenario. In contract, in scenario 'low C values, 'log', 'lin' dropped more drastically than 'non': the decrease in total scores was `r paste0(dtt[treatment == 'baseline'& cf_method == 'log', total]-dtt[treatment == 'low C values'& cf_method == 'log', total], ', ', dtt[treatment == 'baseline'& cf_method == 'lin', total]-dtt[treatment == 'low C values'& cf_method == 'lin', total], ' and ', round(dtt[treatment == 'baseline'& cf_method == 'non', total]-dtt[treatment == 'low C values'& cf_method == 'non', total],3))` points for 'log', 'lin', and 'non' methods, respectively. The contrasting patterns in the change in the total score illustrate the effect of the aggregation from the 5 category scores to a single total score, which is based on the number of indicators in each category. The 'lin' and 'log' aggregation methods are more sensitive to low scores in C (a category with 9 indicators) than low scores in B (which has 2 indicators) compared to 'non' which is equally sensitive to a low B or C value. Furthermore, 'log' gives relatively heavier weight to a category with a few indicators relative to that with many indicators than 'log': the ratio between the weight on C and B scores is `r (9*log(10 + 1)/10)/(2*log(10 + 1)/10)` for 'lin' and `r round(log(9+1)/log(2+1), 1)` for 'log'. + +The sensitivity of the scores to the number of indicators in a category is even more pronounced when looking at scenario's 'one low C' and 'one low B', where either one chemical indicator or one biological indicator was set to 0. There is no difference between these scenario's for the 'non' aggregation method, in both scenario's a score of around `r round(mean(dtt[treatment %in% c('one low C', 'one low B')& cf_method == 'non', total]),3)` is achieved, `r round(abs(mean(dtt[treatment %in% c('one low C', 'one low B')& cf_method == 'non', total])-dtt[treatment == 'baseline'& cf_method == 'non', total]),3)` points lower than in the baseline. When using 'log' and 'lin' methods, scores drop `r paste0(round(dtt[treatment == 'baseline'& cf_method == 'log', total]-dtt[treatment == 'one low C'& cf_method == 'log', total], 3), ' and ',dtt[treatment == 'baseline'& cf_method == 'lin', total]-dtt[treatment == 'one low C'& cf_method == 'lin', total])` in one low C and `r paste0(round(dtt[treatment == 'baseline'& cf_method == 'log', total]-dtt[treatment == 'one low B'& cf_method == 'log', total], 3), ' and ',round(dtt[treatment == 'baseline'& cf_method == 'lin', total]-dtt[treatment == 'one low B'& cf_method == 'lin', total],3))` in one low B. Note that the drop in 'one low B' and 'one low C' scenarios compared to the baseline scenario is larger for 'log' than 'lin' method, showing that 'log' method is suitable for highlighting poorly-scoring indicators. In other words, 'lin' method imposes relatively severe penalty on moderately-scoring indicators, whereas it does not let poorly-scoring indicators stand out as much as 'log' method does. + +The scenario's 'Recent years high' and 'Recent years low' were included to illustrate the effect of different methods to aggregate multiple year records. In 'Recent years low' scenario, scores calculated with 'lin' and 'log' are substantially lower than 'non' method, because the lower scores in recent years gained heavier weight. In 'Recent years high' scenario, 'log' and 'lin' scores only slightly higher than 'non'. Although the high recent values in 'lin' and 'log' received higher weights in the aggregation of multiple years, they are canceled out by old, low indicator values, which are severely penalised from being low. + +Using correction factors, either logarithmically or linearly, can make scores more responsive to recent year, low indicator values, and categories with many underlying indicators. The magnitude of the sensitivity depends on the parameter values of the correction factors. Thus, the sensitivity presented above is merely the consequence of our current (arbitrary) choice of the parameter values, and it can be adjusted when necessary. +The scores calculated with the logarithmic and linear aggregation method do not deviate largely, yet they tune the scores in slightly different ways. The difference is summarised below: + +1. Linear aggregation method penalise intermediately-scoring indicator relatively heavily, whereas logarithmic aggregation method penalise poorly-scoring indicator heavily. If highlighting limiting soil functions is the main purpose, then logarithmic aggregation method is preferred. +2. Both logarithmic and linear methods intend to give heavier weight on categories with many indicators. However, the relative weight on categories with few indicators (compared to that with many indicators) are larger for logarithmic than linear methods. In other words, the contribution of a single indicator to the total score is equal for all indicators in the linear methods, whereas in the logarithmic method that is smaller for the categories with many indicators than those with a few indicators. +3. Both logarithmic and linear methods gives higher weight on recent years than old years. The relative weight on recent years is slightly higher for 'lin' than 'log' method, but the difference is minor. + + +### Effects of aggregating categories on OBIC total score +Grouping indicators in categories and aggregating these categories to a single score is a choice, its not mathematically necessary. Here we look deeper at how our choice of the category aggregation influence the behavior of the OBIC score. + +In the figure below, we calculated the total OBIC score both with category aggregation ('S_T_cf_log'; with log' method) and without category aggregation ('S_T_nocat'; total score was calculated directly from all indicastors). The other 2 aggregation steps were done with 'log' method for both scenarios. + +When indicators of 1 category have low scores (i.e. 'low B values' and 'low C values'), the total score becomes higher when the category aggregation is executed. This is because the category aggregation assures that the impact of a category on total score does not exceed a fixed proportion: the contribution of C, P, B, E and M category to the total score is `r round(100*log(9+1)/sum(log(c(9,8,2,2,1)+1)),0)`, `r round(100*log(8+1)/sum(log(c(9,8,2,2,1)+1)),0)`, `r round(100*log(2+1)/sum(log(c(9,8,2,2,1)+1)),0)`, `r round(100*log(2+1)/sum(log(c(9,8,2,2,1)+1)),0)`, `r round(100*log(1+1)/sum(log(c(9,8,2,2,1)+1)),0)`%, respectively. When no category aggregation is done, then influence of the poor indicator values can influence the total score more prominently. +When a single indicator has low scores ('one low B' and 'one low C') similar patterns were obserbved: the impact of the poor indicator on total score was smaller when category aggregation was one, especially in 'one low B' scenario. + +Another advantage of using category aggregation is that it gives interpretable intermediate products of OBIC, in the form of 5 separate category scores. As shown in the previous section,the effects of the 3 aggregation steps on total score are large, and it is difficult to trace where and how the total score is influenced by different aggregation steps. In this light, computing category scores before aggregating to a total score is a nice way to provide disentangled insights to the users, allowing them to interpret different aspects of soils separately. + + +```{r plot scores with and without cat, fig.width = 7, fig.height = 5,fig.fullwidth = TRUE, fig.cap = 'Figure 5. Scores when categories are ignored during aggregation (S_Tnocat_OBI_A) and regular aggregation (S_T_OBI_A).'} + +#dt <- copy(dta) +#dt <- addcf(dt) +#dt2 <- aggscores_brent(dt) +dt2[, colv := "no category aggregation"] +dt2[grepl("S_T_cf", cat), colv := "with category aggregation"] +gg3 <- ggplot(dt2[cat %in% c('S_T_cf_log', + #'S_T_cf_lin', 'S_T_cf_non', + 'S_T_nocat') & + cf_method == 'log' & + !treatment %in% c('Recent years low', 'Recent years high')], + aes(x = score, y = cat)) + + geom_boxplot(aes(fill = colv)) + + labs(fill="") + xlab("total score") + ylab("")+ + theme_bw() + scale_y_discrete(limits = rev) + + coord_cartesian(xlim = c(0,1)) + + facet_wrap(~treatment, ncol = 1) #+ geom_boxplot(data = dt[cat == 'S_Tnocat_OBI_A'], mapping = aes(fill = 'blue')) +gg3 +``` + + +```{r, eval=FALSE} + obic_field(B_SOILTYPE_AGR = dt$B_SOILTYPE_AGR, B_GWL_CLASS = dt$B_GWL_CLASS, + B_SC_WENR = dt$B_SC_WENR, B_HELP_WENR = dt$B_HELP_WENR, B_AER_CBS = dt$B_AER_CBS, + B_LU_BRP = dt$B_LU_BRP, A_SOM_LOI = dt$A_SOM_LOI, A_SAND_MI = dt$A_SAND_MI, + A_SILT_MI = dt$A_SILT_MI, A_CLAY_MI = dt$A_CLAY_MI, A_PH_CC = dt$A_PH_CC, + A_N_RT = dt$A_N_RT, A_CN_FR = dt$A_CN_FR, + A_S_RT = dt$A_S_RT, A_N_PMN = dt$A_N_PMN, + A_P_AL = dt$A_P_AL, A_P_CC = dt$A_P_CC, A_P_WA = dt$A_P_WA, A_CEC_CO = dt$A_CEC_CO, + A_CA_CO_PO = dt$A_CA_CO_PO, A_MG_CO_PO = dt$A_MG_CO_PO, A_K_CO_PO = dt$A_K_CO_PO, + A_K_CC = dt$A_K_CC, A_MG_CC = dt$A_MG_CC, A_MN_CC = dt$A_MN_CC, + A_ZN_CC = dt$A_ZN_CC, A_CU_CC = dt$A_CU_CC, output = 'obic_score') +``` + +## Alternative aggregation methods on Binnenveld fields +The scenario's in the experiment above use artificial data and may not be representative of actual fields in the Netherlands. Therefore we will explore the aggregation methods described above using indicator values of fields in the `binnenveld` dataset. + +```{r get binnenveld indicator values, eval=TRUE} +# cleanup bini if required +if(exists('bini')){rm(bini)} + +# select columns +bcols <- names(binnenveld)[!grepl('BCS$', names(binnenveld))] + +# get indicator values per field, for first 10 fields +for(i in unique(binnenveld$ID)[1:10]){ + # calc OBIC inidicators for i + bini.n <- obic_field_dt(binnenveld[ID == i,..bcols], output = 'unaggregated') + # re add ID + bini.n <- bini.n[,ID := i] + if(!exists('bini')){ + # if bini doesn't exist yet make it + bini <- bini.n + } else{ + # if bini exists, add bini.n to bini (binnenveld indicators) + bini <- rbindlist(list(bini, bini.n)) + } +} + +# remove inidicators not used for scoring +bini <- bini[!cat %in% c('BCS', 'IBCS', 'IM')] + +# remove irrelevant columns +rmcols <- names(bini)[!grepl('^weight|cf|w$', names(bini))] +bini <- bini[,..rmcols] + +# rename ID to field +setnames(bini, 'ID', 'field') +# add treatment +bini$treatment <- bini$field + +``` + +```{r aggregate binneveld, eval=TRUE} +# add correction factors +bini <- addcf(bini) + +# add scores +bini <- aggscores(bini) + +``` + +```{r plot binnenveld scores, eval=TRUE, message = FALSE, fig.height= 9, fig.width= 8 ,fig.cap="Figure 6. Total and category OBI scores of binnenveld fields aggregated with 'log', 'lin' or 'non' method, as well as total scores when disregarding categories in aggregating scores."} +# make labels +ldt <- binnenveld[,.(ID, B_LU_BRP, B_SOILTYPE_AGR, B_GWL_CLASS)] +ldt <- ldt[ID %in% unique(ID)[1:10]] + +# get most occurring soil type and crop type +ldt <- ldt[, lapply(.SD, function (x) names(sort(table(x),decreasing = TRUE)[1])), + .SDcols = c('B_LU_BRP','B_SOILTYPE_AGR', 'B_GWL_CLASS'),by = ID] +ldt[, B_LU_BRP := as.integer(B_LU_BRP)] + +# add crop name +ldt <- merge(ldt, crops.obic[,.(crop_code, crop_name)], by.x = 'B_LU_BRP', by.y = 'crop_code') + +# order ldt +setorder(ldt, ID) + +# make cat labels more readable +bini[grepl('^T', cat), lcat := "Total"] +bini[grepl('^C', cat), lcat := "Chemical"] +bini[grepl('^B', cat), lcat := "Biological"] +bini[grepl('^P', cat), lcat := "Physical"] +bini[grepl('^M', cat), lcat := "Management"] +bini[grepl('^E', cat), lcat := "Environmental"] +bini[, lcat := factor(lcat, levels = c('Chemical', 'Physical', 'Biological', 'Environmental', + 'Management','Total'))] + + +# make plot +gg <- ggplot(bini, aes(x= lcat, y= value, color = cf_method)) + + geom_point(size = 2,alpha = 0.5) + + ylab('OBI-score') + xlab('') + + theme_bw(12) + theme(panel.grid.major.x = element_blank(), + panel.grid.major.y = element_line(size = 0.5), + panel.grid.minor.x = element_blank()) + + coord_cartesian(xlim = c(0,1))+ + scale_x_discrete(limits = rev)+ scale_y_continuous(breaks = c(0, 0.25, 0.5, 0.75, 1))+ + coord_flip() + + facet_wrap(~field, ncol = 3) + + theme(legend.position = c(0.8,0.1)) + +# show gg +gg + +# show table with data on binnenveld fields +knitr::kable(ldt[,.(ID, B_SOILTYPE_AGR, B_GWL_CLASS, crop_name)], caption = 'Soiltype, groundwaterclass and most frequent crop per binnenveld field.') +``` +The `binnenveld` dataset lacks actual information on management parameters. In the dataset these were all set to `FALSE`, resulting in low management scores for all fields. For most total and categorical scores, the highest scores are obtained with the 'non' aggregation method and the lowest with 'lin'. + +When the aggregation step to categories is omitted, total scores differ little for some fields (eg. 2, 4, 5, 8), but are lower when using 'log' or 'lin' in other fields (eg. 3, 6, 7, 9) + +## Aggregation in other soil quality assesment frameworks +The OBI is not the first attempt to express soil quality with a single score, see for example: @Rutgers2012 and @VanWijnen2012. +These authors described a method to numerically express the performance of ecosystem service provision of fields with what they call: the Ecosystem Performance Index (EPX). An EPX was calculated using a set of measured properties of a field and of a reference. The reference, dubbed the Maximum Ecological Potential (MEP) was derived by selecting the best performing fields in a sample for a given land-use and soil type. Depending on the ecosystem service, a selecting of soil properties was made that acted as proxy. An EPX was calculated by comparing the selected soil properties of a field with those of the reference/MEP like this: +$$ +EPX = 10^{-{\left(\frac{+\left|\log\left(\frac{VAR^i_{obs}}{VAR^i_{ref}}\right)\right|+\dots-\left|\log\left(\frac{VAR^{j}_{obs}}{VAR^{j}_{ref}}\right)\right|}{n}\right)}} +$$ +Where VAR~obs~ is a soil property of an observed field and VAR~ref~ a soil property of the MEP, n is the number of distinct soil properties used to derive the EPX. Normally a variable's contribution to the EPX is calculated using the i-type, where any deviation of the observed property from the MEP negatively affects the EPX. For some properties*ecosystem services a positive or negative deviation of the observed value from the MEP can be positive for the EPX, in such a case, the j-type has to be used. @Rutgers2012 provides as example, where more soil organic matter (SOM) is always positive for providing a certain service, if an observed SOM content is higher than the reference, the j-type is used and SOM contributes negatively to the deviation from the MEP. Consequently, if the j-type is applied, the EPX of a field can be larger then one (provided that all i-type variables are at or very close to the reference). +The indices of different services can be aggregated to a single score by taking the arithmetic mean. A weighted mean was also calculated based on the relative importance stakeholders assign to each service (here, a farmer, water manager and national government representative were used). + +This method relies on statistical modelling for the selection of soil properties relevant for specific services rather then empirical relations. Furthermore, the reliance on BPJ for determining the reference makes the method vulnerable to the available experts and data. Both are drawbacks the authors recommend addressing. + +In addition, we found that this method is sensitive to the numeric spread, values of a soil property are likely to have. When calculating natural attenuation capacity according to @Wijnen2012 using observed and reference values from @Rutgers2008, we found that one of the parameters FMA, had a much larger impact on the EPX than the others. Values of FMA within the 5^th^ and 95^th^ percentile ranged from 14 to 3960, while pH for example, ranged from 7.3 to 7.7 + +```{r graphical representation of EPX , fig.cap= "NAC scores where one variable varies and the others are set to Maximum ecological potential (MEP), variable values range from 5th percentile to 95th percentile reported by Rutgers (2008). Type indicates whether standard calculation (i) is used or not(j) where j improves on the NAC."} +# make table with reference data from Rutgers2008 +ac.mep <- data.table(var = c('FMA', 'PotC', 'PotN', 'SOM', 'pH', 'PAL'), + mep.v = c(2700, 18, 2.0, 2.2, 7.6, 47), + soiltype = rep('klei', 6), + landuse = rep('akkerbouw', 6), + nl.mean = c(1150,22, 2, 2.5, 7.5, 47), + nl5perc = c(14, 9, 0.5, 1.6, 7.3, 31), + nl95perc = c(3960, 48, 3.7, 3.6, 7.7, 62)) + +# make data +dtS <- data.table(x = seq(1.6,3.6,length.out = 100), var = 'SOM') +dtF <- data.table(x=seq(10,3990,length.out = 100), var = 'FMA') +dtF <- dtF[x>200] +dtH <- data.table(x=seq(7.3,7.7,length.out = 100), var = 'pH') +dtP <- data.table(x=seq(31,62,length.out = 100), var = 'PAL') +dtC <- data.table(x=seq(9,48,length.out = 100), var = 'PotC') +dtN <- data.table(x=seq(0.5,3.7,length.out = 100), var = 'PotN') + +# combine data +dta <- rbindlist(list(dtS, dtF, dtH, dtP, dtC, dtN)) + +# add mep values +dta <- merge(dta, ac.mep[,.(var, mep.v)], by = 'var') + +# indicate when to use i or j type +dta[,type := 'i'] +dta[(var == 'FMA' & xmep.v, type := 'j'] + +# calc y +dta[,y := fifelse(type == 'i',10^-(abs(log10(x/mep.v)/6)), 10^(abs(log10(x/mep.v)/6)))] + +# plot +ggplot(dta) + + geom_line(aes(x = x, y = y, col = type))+ + ylab("NAC score if all other variables are at MEP") + + xlab("Variable value") + + # labs(title = 'j (red) and i (black) type plot, j-type is applied') + + facet_wrap(facets = ~var, scales = 'free_x', ncol = 3) + + theme_bw() +``` + + +```{r eval = FALSE, include=FALSE} +# e.g. (van Wijnen et. al. 2012 and Rutgers et. al. 2012) or Moebius-Clune 2016 +``` + + + +## References \ No newline at end of file diff --git a/vignettes/obic_workability.Rmd b/vignettes/obic_workability.Rmd new file mode 100644 index 00000000..42b36357 --- /dev/null +++ b/vignettes/obic_workability.Rmd @@ -0,0 +1,324 @@ +--- +title: "Workability illustration" +author: 'Brent Riechelman' +date: "`r Sys.Date()`" +output: rmarkdown::html_vignette +bibliography: [packages.bib, workability_references.bib] +vignette: > + %\VignetteIndexEntry{Workability illustration} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} +--- + +```{r setup, include=FALSE} +require(data.table) +require(ggplot2) +require(OBIC) +require(patchwork) +knitr::opts_chunk$set(echo = FALSE, + collapse = TRUE, + comment = "#>") +options(rmarkdown.html_vignette.check_title = FALSE) +``` + + +## OBI-workability + +Let consider some fields with the following properties + +```{r make data} +# make data table + dt <- data.table(field = factor(seq(1,4,1)), + A_CLAY_MI = c(15.6, 22.6, 2.9, 3.1), + A_SILT_MI = c(16.7, 36.6, 8.6, 10.6), + B_LU_BRP = c(233, 256, 265, 265), + B_SOILTYPE_AGR = c('zeeklei', 'zeeklei', 'dekzand', 'veen'), + B_GWL_GLG = c(173, 144, 115, 65), + B_GWL_GHG = c(21, 70, 49, 9), + B_GWL_ZCRIT = c(400, 400, 400, 400) + ) +# merge with crop names +dt <- merge(dt, crops.obic[,.(crop_code, crop_name)], by.x = 'B_LU_BRP', by.y = 'crop_code') +``` + +```{r show dt} +knitr::kable(dt, format = 'html') +``` + +```{r calc_workability indicator and score} + +# calc rsl/D_WO +dt[,D_WO := calc_workability(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR,B_GWL_GLG, B_GWL_GHG, B_GWL_ZCRIT)] + +# calculate score +dt[, I_P_WO := ind_workability(D_WO, B_LU_BRP)] + +``` + +We have two arable fields on marine clay with wheat and sugar beets as well as two grassland fields, one on sand and one on peat. Note that GLG is a measure for the average of the three lowest water levels in a period of eight years and GHG is the average of the three highest water levels over a period of eight years. It is assumed that the water level on our fields shifts from GHG on February 15th to GLG on August 15th and back following a sinusoidal curve. With this knowledge one can easily see that field 4 is much wetter than the other fields, both in winter as in summer. When comparing fields 1 and 2, we see that field 1 is drier in summer but more wet in winter. Lets plot the relative season length and indicator score for workability of these fields. + +```{r plot regime curve, eval=FALSE, fig.width = 7, fig.height = 4,fig.fullwidth = TRUE} + +# this is not yet clear (comment Gerard. Please, check and update) +#x <- 46:227 + +# try to plot the regime curve +#ggplot(data = dt[field == 4], aes(46:227,138-(asin((-x-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024), color = field))+ +# geom_point() + +#dt4 <- data.table(dt[field == 4],x = 46:227) +#dt4[,y := 138 + (asin((-x-0.5*(-B_GWL_GHG-B_GWL_GLG))/(0.5*(-B_GWL_GHG+B_GWL_GLG)))/0.0172024) ] +#plot(x~y,ylim = c(-100,100),data=dt4) + +``` + + +```{r plot baseline, fig.width = 7, fig.height = 4,fig.fullwidth = TRUE} +# plot the initial rsl and score +gg <- ggplot(data = dt, + aes(x= field, fill = field)) + geom_col(aes(y = D_WO)) + + theme_bw() +theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Relative season length') + +gg2 <- ggplot(data = dt, + aes(x= field, fill = field)) + geom_col(aes(y = I_P_WO)) + + theme_bw() +theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Workability score') + +(gg|gg2) + plot_layout(guides = 'collect') + plot_annotation(caption = 'Baseline workability scores.', + theme = theme(plot.caption = element_text(hjust = 0))) + +``` + +Both amongst the grassland and the arable fields, we find a poorly performing and a reasonable performing field. If you look closely, you can see that field 1 scores much lower than field 4, despite having a higher relative growing season. This is because there is a more lenient evaluation of relative growing seasons specifically for permanent grassland. + +The relative season length, and in extension, the indicator score, are a function of the soil and hydrological properties of the field as well as the growing season and soil working depth requirements of the crop. By choosing a crop with a shorter growing season and or more shallow soil working depth, the score can be improved. Lets see how these parcels perform when we cultivate peas. + +```{r scoring with peas, fig.width = 7, fig.height = 4,fig.fullwidth = TRUE} + +# calc rsl/D_WO with peas instead of initial crops +dt[, D_WO_pea := calc_workability(A_CLAY_MI, A_SILT_MI, B_LU_BRP = rep(308,4), B_SOILTYPE_AGR,B_GWL_GLG, B_GWL_GHG, B_GWL_ZCRIT)] + +# calculate score +dt[, I_P_WO_pea := ind_workability(D_WO_pea, B_LU_BRP = rep(308,4))] + +# plot scores +gg <- ggplot(data = dt, + aes(x= field, fill = field)) + geom_col(aes(y = D_WO_pea)) + + theme_bw() +theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Relative season length') + +gg2 <- ggplot(data = dt, + aes(x= field, fill = field)) + geom_col(aes(y = I_P_WO_pea)) + + theme_bw() +theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Workability score') + +(gg|gg2) + plot_layout(guides = 'collect') + plot_annotation(caption = 'Workability scores when crop is peas.', + theme = theme(plot.caption = element_text(hjust = 0))) + +``` + +It worked! Or at least it did for the arable fields, the fields that used to have grass perform much worse now. So what happend? For the arable fields, the required number of days decreased. +```{r table season lengths} +seasondt <- season.obic[landuse %in% c('suikerbieten', 'wintertarwe', 'erwten, bonen', 'beweid bemaaid gras')&soiltype.m == 'klei', + .(landuse, req_days_pre_glg, req_days_post_glg, total_days)] +knitr::kable(seasondt, format = 'html') +``` + +However, the required season for grassland is also much longer than that of peas, why do the grassland fields perform worse with peas? Because unlike permanent grassland, peas require working the soil at the beginning of the growing season, increasing the required depth of water in the soil. The required water level depth is determined by the soiltype and soil particle fractions with the following code. Here 'gws_sub_workingdepth' is the groundwater level beneath working depth and spring depth is the working depth in spring. For perennial crops, like permanent grassland, the spring working depth is overwritten and set to 0. + +```{r show working depth determining code, include= TRUE, echo=TRUE, fig.width = 7, fig.height = 4,fig.fullwidth = TRUE} +## merge with OBIC crop and soil table + + # load other tables + crops.obic <- OBIC::crops.obic + season.obic <- OBIC::season.obic + + # merge tables + dt <- merge(dt, crops.obic[, list(crop_code, crop_waterstress, crop_season)], + by.x = "B_LU_BRP", by.y = "crop_code") + dt <- merge(dt, soils.obic[, list(soiltype, soiltype.m)], by.x = "B_SOILTYPE_AGR", by.y = "soiltype") + dt <- merge(dt, season.obic, by.x = c('crop_season','soiltype.m'), by.y = c('landuse', 'soiltype.m')) + +## determine workability key numbers + + # new parameters to be added + cols <- c('gws_sub_workingdepth','spring_depth') + + # sandy soils with variable silt content + dt[soiltype.m == 'zand' & A_SILT_MI < 10, c(cols) := list(45,35)] + dt[soiltype.m == 'zand' & A_SILT_MI >= 10 & A_SILT_MI < 20, c(cols) := list(55,30)] + dt[soiltype.m == 'zand' & A_SILT_MI >= 20, c(cols) := list(60,30)] + + # loess and peat soils + dt[soiltype.m == 'loess',c(cols) := list(65,12)] + dt[soiltype.m == 'veen',c(cols) := list(55,22)] + + # clay soils + dt[soiltype.m == 'klei' & A_CLAY_MI < 12, c(cols) := list(85,12)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 12 & A_CLAY_MI < 17, c(cols) := list(85,12)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 17 & A_CLAY_MI < 25, c(cols) := list(75,15)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 25 & A_CLAY_MI < 35, c(cols) := list(65,15)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 35, c(cols) := list(45,15)] + + # Overwrite spring working depth for perennial crops + crops.p <- c('boomteelt', 'overig boomteelt', 'groot fruit','grasland zonder herinzaai', 'grasland met herinzaai') + dt[crop_waterstress %in% crops.p,spring_depth := 0] + +``` + + +For field 4 (soiltype.m = 'veen'), the required depth when cultivating permanent grass is 55+0=55cm, while with peas the required depth is 55+22=77. In the case of field 4, it happens to be that the required depth for the spring soil work is deeper than the lowest ground water level (GLG) when cultivating an anual crop. So, the groundwater is always to high for the field to be workable for cultivating peas. + +```{r add soil params} + + ## determine workability key numbers + + # new parameters to be added + cols <- c('gws_sub_workingdepth','spring_depth') + + # sandy soils with variable silt content + dt[soiltype.m == 'zand' & A_SILT_MI < 10, c(cols) := list(45,35)] + dt[soiltype.m == 'zand' & A_SILT_MI >= 10 & A_SILT_MI < 20, c(cols) := list(55,30)] + dt[soiltype.m == 'zand' & A_SILT_MI >= 20, c(cols) := list(60,30)] + + # loess and peat soils + dt[soiltype.m == 'loess',c(cols) := list(65,12)] + dt[soiltype.m == 'veen',c(cols) := list(55,22)] + + # clay soils + dt[soiltype.m == 'klei' & A_CLAY_MI < 12, c(cols) := list(85,12)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 12 & A_CLAY_MI < 17, c(cols) := list(85,12)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 17 & A_CLAY_MI < 25, c(cols) := list(75,15)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 25 & A_CLAY_MI < 35, c(cols) := list(65,15)] + dt[soiltype.m == 'klei' & A_CLAY_MI >= 35, c(cols) := list(45,15)] +``` +```{r show soil working params} + +# make table with understandable names +dtt <- copy(dt) +setnames(dtt, c('gws_sub_workingdepth', 'spring_depth'), c('Water lvl below workingdepth', 'Spring working depth')) + +# calculate required depth +dtt[,required_depth := `Water lvl below workingdepth`+`Spring working depth`] +dtt <- dtt[,.(field, B_GWL_GLG, B_GWL_GHG, `Water lvl below workingdepth`, `Spring working depth`, required_depth)] + +# display table +knitr::kable(dtt, format = 'html', caption = 'Ground water parameters for workability when cultivating peas') +``` + +As we have seen, crop growing season requirements are not the only variable affecting the relative growing season length and workability score. Ground water levels are really what determines when the land can be worked. Lets see what would happen to our fields if they become drier by increasing both their lowest and highest water level by 30 percent. + +```{r show lower water , fig.width = 7, fig.height = 4,fig.fullwidth = TRUE} + +# calc rsl/D_WO with peas instead of initial crops +dt[,D_WO_dry := calc_workability(A_CLAY_MI, A_SILT_MI, B_LU_BRP, B_SOILTYPE_AGR, + B_GWL_GLG*1.3, B_GWL_GHG*1.3, B_GWL_ZCRIT)] +# calculate score +dt[, I_P_WO_dry := ind_workability(D_WO_dry, B_LU_BRP)] + +# plot scores +gg <- ggplot(data = dt,aes(x= field, fill = field)) + + geom_col(aes(y = D_WO_dry)) + + theme_bw() + + theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Relative season length') + +gg2 <- ggplot(data = dt, aes(x= field, fill = field)) + + geom_col(aes(y = I_P_WO_dry)) + + theme_bw() + + theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Workability score') + +# plot combined plot +(gg|gg2) + plot_layout(guides = 'collect') + plot_annotation(caption = 'Workability with lowered GLG and GHG.', + theme = theme(plot.caption = element_text(hjust = 0))) + +``` + +As you may have suspected, lower water levels resulted in higher relative growing seasons and workability scores. Note that for the function 'workability' lower ground water is always positive until the relative growing season length equals 1. However, low groundwater levels can be negative for other soil functions. + +## B_GWL_ZCrit +Sometimes, capillary rise of water from the groundwater table to the soil surface may fall behind evaporation. If this is the case, the soil will dry out relatively quickly and may be workable sooner. It is estimated that evaporation in the Netherlands in spring is about 2mm per day. In our example data, B_GWL_ZCRIT was set to 400 meaning that over a distance of 400 cm between the groundwater table and the soil surface, the soil is able to supply at least 2 mm of water per day. +Lets set B_GWL_ZCRIT to 50 and see what happens to our scores. + +```{r plot with low zcrit , fig.width = 7, fig.height = 4,fig.fullwidth = TRUE} + +# calc rsl/D_WO with peas instead of initial crops +dt[,D_WO_lzcrit := calc_workability(A_CLAY_MI, A_SILT_MI, + B_LU_BRP, B_SOILTYPE_AGR, + B_GWL_GLG, B_GWL_GHG, + B_GWL_ZCRIT = rep(50,4))] +# calculate score +dt[, I_P_WO_lzcrit := ind_workability(D_WO_lzcrit, B_LU_BRP)] + +# plot scores +gg <- ggplot(data = dt, aes(x= field, fill = field)) + + geom_col(aes(y = D_WO_lzcrit)) + + theme_bw() + + theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Relative season length') + +gg2 <- ggplot(data = dt,aes(x= field, fill = field)) + + geom_col(aes(y = I_P_WO_lzcrit)) + + theme_bw() + + theme(axis.text = element_text(size = 10, color = 'black'), + axis.text.x = element_blank(), + axis.ticks.x = element_blank(), + axis.title = element_text(size = 10), + legend.title = element_text(size = 10, face = 'bold'), + legend.text = element_text(size = 10, color = 'black'), + plot.title = element_text(size = 11)) + ylab('Workability score') + +# combine plots +(gg|gg2) + plot_layout(guides = 'collect') + plot_annotation(caption = 'Workability scores with B_GWL_ZCRIT set to 50.', + theme = theme(plot.caption = element_text(hjust = 0))) + + +``` + +The scores improved for all fields! Decreasing B_GWL_ZCRIT to 50 means that the soils dry up much faster because evaporation on the soil surface is higher than capillary rise once the groundwater table falls below 50cm. + +The methodology for assessing workability is an adaptation from @Huinink2018 + +```{r, include=FALSE} +knitr::write_bib(c(.packages()), "packages.bib") +knitr::write_bib(file = 'packages.bib') +``` + +## References \ No newline at end of file diff --git a/vignettes/packages.bib b/vignettes/packages.bib new file mode 100644 index 00000000..07748d71 --- /dev/null +++ b/vignettes/packages.bib @@ -0,0 +1,50 @@ +@Manual{R-base, + title = {R: A Language and Environment for Statistical Computing}, + author = {{R Core Team}}, + organization = {R Foundation for Statistical Computing}, + address = {Vienna, Austria}, + year = {2021}, + url = {https://www.R-project.org/}, +} + +@Manual{R-data.table, + title = {data.table: Extension of `data.frame`}, + author = {Matt Dowle and Arun Srinivasan}, + year = {2021}, + note = {R package version 1.14.2}, + url = {https://CRAN.R-project.org/package=data.table}, +} + +@Manual{R-ggplot2, + title = {ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics}, + author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey Dunnington}, + year = {2021}, + note = {R package version 3.3.5}, + url = {https://CRAN.R-project.org/package=ggplot2}, +} + +@Manual{R-OBIC, + title = {OBIC: Calculate the Open Bodem Index (OBI) score}, + author = {Sven Verweij and Gerard Ros}, + note = {R package version 2.0.0}, + url = {https://github.com/AgroCares/Open-Bodem-Index-Calculator}, + year = {2022}, +} + +@Manual{R-patchwork, + title = {patchwork: The Composer of Plots}, + author = {Thomas Lin Pedersen}, + year = {2020}, + note = {R package version 1.1.1}, + url = {https://CRAN.R-project.org/package=patchwork}, +} + +@Book{ggplot22016, + author = {Hadley Wickham}, + title = {ggplot2: Elegant Graphics for Data Analysis}, + publisher = {Springer-Verlag New York}, + year = {2016}, + isbn = {978-3-319-24277-4}, + url = {https://ggplot2.tidyverse.org}, +} + diff --git a/vignettes/vignettes_references.bib b/vignettes/vignettes_references.bib new file mode 100644 index 00000000..ef530061 --- /dev/null +++ b/vignettes/vignettes_references.bib @@ -0,0 +1,162 @@ +@article{Andrews2001, +author = {Andrews, Susan S and Carroll, C Ronald}, +issn = {1939-5582}, +journal = {Ecological Applications}, +number = {6}, +pages = {1573--1585}, +publisher = {Wiley Online Library}, +title = {{Designing a soil quality assessment tool for sustainable agroecosystem management}}, +volume = {11}, +year = {2001} +} +@article{Andrews2004, +author = {Andrews, Susan S and Karlen, Douglas L and Cambardella, Cynthia A}, +issn = {0361-5995}, +journal = {Soil Science Society of America Journal}, +number = {6}, +pages = {1945--1962}, +publisher = {Wiley Online Library}, +title = {{The soil management assessment framework: A quantitative soil quality evaluation method}}, +volume = {68}, +year = {2004} +} +@article{Bunemann2016, +author = {B{\"{u}}nemann, E K and M{\"{a}}der, P and Wohlfahrt, J and Brussaard, L and Bongiorno, G and {De Goede}, R and Geissen, V and Fleskens, L and Sukkel, W and Bai, Z}, +journal = {Interactive Soil Quality Assessment in Europe and China for Agricultural Productivity and Environmental Resilience}, +pages = {1--76}, +title = {{Concepts and indicators of soil quality-a review}}, +year = {2016} +} +@article{Bunemann2018, +author = {B{\"{u}}nemann, Else K and Bongiorno, Giulia and Bai, Zhanguo and Creamer, Rachel E and {De Deyn}, Gerlinde and de Goede, Ron and Fleskens, Luuk and Geissen, Violette and Kuyper, Thom W and M{\"{a}}der, Paul}, +issn = {0038-0717}, +journal = {Soil Biology and Biochemistry}, +pages = {105--125}, +publisher = {Elsevier}, +title = {{Soil quality–A critical review}}, +volume = {120}, +year = {2018} +} +@article{Heeres1999, +author = {Heeres, E and van Erp, P J}, +issn = {0169-2267}, +journal = {Meststoffen (Netherlands)}, +title = {{Organic matter in relation to the susceptability of agricultural soils to slaking}}, +year = {1999} +} +@techreport{Huinink2011, +author = {Huinink, J. Th. M.}, +institution = {BodemConsult-Arnhem}, +pages = {100}, +title = {{Bodemgeschiktheidsbeoordeling voor Landbouw , Bosbouw en Recreatie: een optimalisatie van grondwater- en opppervlaktewaterpeilbeheer}}, +year = {2011} +} +@techreport{Huinink2018, +author = {Huinink, J.Th.M.}, +institution = {BodemConsult-Arnhem}, +pages = {104}, +title = {{Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie: t.b.v. een optimalisatie van grondwater- en oppervlaktewaterpeilbeheer: state of the art 2018}}, +url = {www.bodemmconsult.nl}, +year = {2018} +} +@book{Locher1990, +author = {Locher, W P and {De Bakker}, H}, +title = {{Bodemkunde van Nederland, deel 1: Algemene bodemkunde}}, +year = {1990} +} +@article{Rinot2019, +author = {Rinot, Oshri and Levy, Guy J and Steinberger, Yosef and Svoray, Tal and Eshel, Gil}, +issn = {0048-9697}, +journal = {Science of the Total Environment}, +pages = {1484--1491}, +publisher = {Elsevier}, +title = {{Soil health assessment: A critical review of current methodologies and a proposed new approach}}, +volume = {648}, +year = {2019} +} +@article{Sonneveld2014, +author = {Sonneveld, M P W and Heuvelink, G B M and Moolenaar, S W}, +issn = {0266-0032}, +journal = {Soil use and management}, +number = {2}, +pages = {263--271}, +publisher = {Wiley Online Library}, +title = {{Application of a visual soil examination and evaluation technique at site and farm level}}, +volume = {30}, +year = {2014} +} +@book{VanBakel2005, +author = {{Van Bakel}, J and Huinink, J and Prak, H and van der Bolt, F J E}, +isbn = {9057732971}, +number = {2005 16}, +publisher = {Stowa}, +title = {{HELP-2005, uitbreiding en actualisering van de HELP-tabellen ten behoeve van het Waternood-instrumentarium}}, +year = {2005} +} +@article{VandenAkker2001, +author = {{Van den Akker}, J J H}, +publisher = {Delft Cluster}, +title = {{Een inventarisatie van bodemfysische materiaalmodellen zoals toegepast in het landbouwkundig onderzoek}}, +year = {2001} +} +@article{Wienhold2004, +author = {Wienhold, Brian J and Andrews, S S and Karlen, D L}, +issn = {1573-2983}, +journal = {Environmental Geochemistry and Health}, +number = {2}, +pages = {89--95}, +publisher = {Springer}, +title = {{Soil quality: a review of the science and experiences in the USA}}, +volume = {26}, +year = {2004} +} +@article{Wienhold2009, +author = {Wienhold, Brian J and Karlen, D L and Andrews, S S and Stott, D E}, +issn = {1742-1705}, +journal = {Renewable agriculture and food systems}, +pages = {260--266}, +publisher = {JSTOR}, +title = {{Protocol for indicator scoring in the soil management assessment framework (SMAF)}}, +year = {2009} +} +@techreport{Wosten2001, +address = {Wageningen}, +author = {W{\"{o}}sten, J. H. M. and Veerman, J.G. and de Groot, W.J.M. and Stolte, J.}, +institution = {Alterra}, +title = {{Waterretentie- en doorlatendheids- karakteristieken van boven en ondergronden in Nederland: de Staringreeks}}, +url = {https://edepot.wur.nl/43272}, +year = {2001} +} +@article{VanWijnen2012, +author = {van Wijnen, H J and Rutgers, M and Schouten, A J and Mulder, C and de Zwart, D and Breure, A M}, +doi = {https://doi.org/10.1016/j.scitotenv.2011.05.058}, +issn = {0048-9697}, +journal = {Science of The Total Environment}, +keywords = {Digital Soil Mapping,GIS,References,Soil quality}, +pages = {49--55}, +title = {{How to calculate the spatial distribution of ecosystem services — Natural attenuation as example from The Netherlands}}, +url = {https://www.sciencedirect.com/science/article/pii/S0048969711005845}, +volume = {415}, +year = {2012} +} +@article{Rutgers2012, +author = {Rutgers, M and van Wijnen, H J and Schouten, A J and Mulder, C and Kuiten, A M P and Brussaard, L and Breure, A M}, +doi = {https://doi.org/10.1016/j.scitotenv.2011.04.041}, +issn = {0048-9697}, +journal = {Science of The Total Environment}, +keywords = {Biological indicator of soil quality,Ecosystem service,Soil biodiversity,Soil system,Stakeholder participation}, +pages = {39--48}, +title = {{A method to assess ecosystem services developed from soil attributes with stakeholders and data of four arable farms}}, +url = {https://www.sciencedirect.com/science/article/pii/S0048969711004293}, +volume = {415}, +year = {2012} +} +@techreport{Rutgers2008, +author = {Rutgers, M and Mulder, C and Schouten, AJ and Bloem, J and Bogte, JJ and AM, Breure and Brussaard, L and de Goede, RGM and Faber, JH and {Jagers op Akkerhuis}, GAJM and Keidel, H and Korthals, GW and Smeding, FW and ten Berg, C and van Eekeren, N}, +booktitle = {Typeringen van bodemecosystemen in Nederland met tien referenties voor biologische bodemkwaliteit}, +keywords = {BIOLOGIE,BODEM,biological indicator for soil quality,bodemecosysteem,bodemorganismen,duurzaam bodemgebruik,ecologische processen,ecosysteemdiensten,ecosystem services,landelijk meetnet bodemkwaliteit (lmb),netherlands soil monitoring network,references,referenties voor biologische bodemkwaliteit (rbb),soil biota,soil quality}, +publisher = {Rijksinstituut voor Volksgezondheid en Milieu RIVM}, +title = {{Soil ecosystem profiling in the Netherlands with ten references for biological soil quality}}, +url = {https://rivm.openrepository.com/bitstream/10029/260810/3/607604009.pdf}, +year = {2008} +} diff --git a/vignettes/workability_references.bib b/vignettes/workability_references.bib new file mode 100644 index 00000000..62ae772a --- /dev/null +++ b/vignettes/workability_references.bib @@ -0,0 +1,9 @@ +@techreport{Huinink2018, +author = {Huinink, J.Th.M.}, +file = {:C\:/Users/Brent Riechelman/Documents/Projecten/OBIC/OBIC functies bodembewerkbaarheid/Huinink 2018 Bodemgeschiktheidsbeoordeling voor landbouw, bosbouw en recreatie (1).pdf:pdf}, +institution = {BodemConsult-Arnhem}, +pages = {104}, +title = {{Bodem/perceel geschiktheidsbeoordeling voor Landbouw, Bosbouw en Recreatie: t.b.v. een optimalisatie van grondwater- en oppervlaktewaterpeilbeheer: state of the art 2018}}, +url = {www.bodemmconsult.nl}, +year = {2018} +}