@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/ff03913e-a6fa-4042-a793-f0db86c81240> 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" ] ],
        [ a foaf:Person ;
            foaf:familyName "Baroncelli" ;
            foaf:givenName "Riccardo" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "University of Bologna, Department of Agricultural and Food Sciences (DISTAL)" ] ] ;
    dct:description "A new Colletotrichum species, C. filicis, was described from a fern in Costa Rica based on morphological and DNA sequence data (ITS, act, chs-1, his3, gapdh, tub2, LSU). The new sequences was belongs to the Acutatum species complex." ;
    dct:identifier "ff03913e-a6fa-4042-a793-f0db86c81240" ;
    dct:isReferencedBy <https://doi.org/10.3767/persoonia.2021.46.11> ;
    dct:issued "2026-04-27T16:16:06.042661"^^xsd:dateTime ;
    dct:modified "2026-04-28T14:07:33.566793"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/1ebbfac9-2ef0-4420-8bb1-6391aa6a7d37> ;
    dct:spatial [ a dct:location ;
            dct:locality "Costa Rica" ;
            locn:geometry "POLYGON ((-85.9545 11.2196, -85.9545 8.0418, -82.5524 8.0418, -82.5524 11.2196, -85.9545 11.2196))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[-85.95455, 11.219606], [-85.95455, 8.04179], [-82.55242, 8.04179], [-82.55242, 11.219606], [-85.95455, 11.219606]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Fungal Planet 1231: Colletotrichum filicis" ;
    dcat:keyword "Ascomycota",
        "Colletotrichum",
        "Systematics",
        "new species" .

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

<https://doi.org/10.3767/persoonia.2021.46.11> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.3767/persoonia.2021.46.11" ;
    schema1:url "https://doi.org/10.3767/persoonia.2021.46.11" .

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

