@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/1255016d-4a34-4de6-8421-3cc261ea7475> a dcat:Dataset ;
    dct:contributor [ a foaf:Person ;
            foaf:familyName "Crous" ;
            foaf:givenName "P. W." ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Westerdijk Fungal Biodiversity Centre" ] ] ;
    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 "A new Colletotrichum species, C. urticicola, was described from leaf spots of Urtica dioica in the Netherlands based on morphological and DNA sequence data (ITS, act, chs-1, his3, gapdh, tub2, LSU). The new species was revealed to belong to the recently established Humili species complex." ;
    dct:identifier "1255016d-4a34-4de6-8421-3cc261ea7475" ;
    dct:isReferencedBy <https://doi.org/10.3114/persoonia.2026.56.01> ;
    dct:issued "2026-04-27T10:26:07.229664"^^xsd:dateTime ;
    dct:modified "2026-04-28T10:38:03.505021"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/1ebbfac9-2ef0-4420-8bb1-6391aa6a7d37> ;
    dct:spatial [ a dct:location ;
            dct:locality "The Netherlands" ;
            locn:geometry "POINT (5.7793 52.1016)"^^gsp:wktLiteral,
                "{\"type\": \"Point\", \"coordinates\": [5.779278, 52.101639]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "Fungal Planet 1873: Colletotrichum urticicola" ;
    dcat:keyword "Ascomycota",
        "Colletotrichum",
        "Systematics",
        "new species",
        "plant pathogen" .

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

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

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

