@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@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/df2fa8ac-fcdf-4f3c-b67a-cc6ec0ea1e45> a dcat:Dataset ;
    dct:creator [ a foaf:Person ;
            foaf:familyName "Damm" ;
            foaf:givenName "Ulrike" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Museum für Naturkunde Görlitz" ] ] ;
    dct:description "New Colletotrichum species will be described based on morphological and DNA sequence data (ITS, act, chs-1, his3, gapdh, tub2). They belong to the Bambusicola, Dematium, Spaethianum, Trichellum and Truncatum species complexes." ;
    dct:identifier "df2fa8ac-fcdf-4f3c-b67a-cc6ec0ea1e45" ;
    dct:issued "2026-04-27T16:51:51.765984"^^xsd:dateTime ;
    dct:modified "2026-04-28T16:14:54.179901"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/1ebbfac9-2ef0-4420-8bb1-6391aa6a7d37> ;
    dct:spatial [ a dct:location ;
            dct:locality "Global coverage" ;
            locn:geometry "POLYGON ((-172.4598 83.6393, -172.4598 -55.0567, 153.6163 -55.0567, 153.6163 83.6393, -172.4598 83.6393))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[-172.459836, 83.639276], [-172.459836, -55.056704], [153.61633, -55.056704], [153.61633, 83.639276], [-172.459836, 83.639276]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Reviewing Colletotrichum species complexes with curved conidia and species from bamboos" ;
    dcat:keyword "Ascomycota",
        "Colletotrichum",
        "Systematics",
        "new species" .

<https://dataportal.senckenberg.de/organization/1ebbfac9-2ef0-4420-8bb1-6391aa6a7d37> a foaf:Organization ;
    foaf:name "SMNG - Botany" .

[] a schema1:Taxon ;
    schema1:name "Colletotrichum" ;
    schema1:taxonRank "Genus",
        "http://rs.gbif.org/vocabulary/gbif/rank/genus" .

