@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dataportal.senckenberg.de/dataset/3cb12c0c-aa06-445b-b720-166753067492> a dcat:Dataset ;
    dct:creator [ a foaf:Person ;
            foaf:familyName "Sundermann" ;
            foaf:givenName "Andrea" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Gesellschaft für Naturforschung" ] ] ;
    dct:description "The project investigates pesticide contamination (PPM) in agriculturally dominated streams in Hesse, Germany, with a focus on hydrological dynamics and their impact on macroinvertebrate communities. Between 2023 and 2025, 25 sites were assessed for 93 different pesticides, as well as land use, erosion potential, habitat structure, and biological status using standardized macroinvertebrate sampling. Most sites showed a moderate to poor ecological status, indicating the presence of multiple stressors." ;
    dct:identifier "3cb12c0c-aa06-445b-b720-166753067492" ;
    dct:issued "2026-04-20T17:12:09.050527"^^xsd:dateTime ;
    dct:modified "2026-04-20T17:12:23.953306"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abc70f89-e1b1-4d64-aaf1-1510bb343c44> ;
    dct:spatial [ a dct:location ;
            dct:locality "southern part of Hesse" ;
            locn:geometry "{\"type\": \"Point\", \"coordinates\": [null, null]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-03-01T00:00:00"^^xsd:dateTime,
                "2025-06-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Impact of pesticides on benthic invertebrate communities in streams" ;
    dcat:keyword "benthic invertebrate",
        "event based sampling",
        "land use",
        "macrozoobenthos",
        "pesticide",
        "rain",
        "river",
        "stream" .

<https://dataportal.senckenberg.de/organization/abc70f89-e1b1-4d64-aaf1-1510bb343c44> a foaf:Organization ;
    foaf:name "SF - River Ecology and Conservation" .

[] a schema1:Taxon ;
    schema1:name "Amphipoda" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Trichoptera" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Gastropoda" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Coleoptera" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Ephemeroptera" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Plecoptera" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Diptera" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

[] a schema1:Taxon ;
    schema1:name "Bivalvia" ;
    schema1:taxonRank "Order",
        "http://rs.gbif.org/vocabulary/gbif/rank/order" .

