@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/723b330a-e6e5-49db-8637-21a1b8a5a22d> 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). " ;
    dct:identifier "723b330a-e6e5-49db-8637-21a1b8a5a22d" ;
    dct:issued "2026-04-28T09:43:47.828610"^^xsd:dateTime ;
    dct:modified "2026-04-28T16:14:02.120053"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/1ebbfac9-2ef0-4420-8bb1-6391aa6a7d37> ;
    dct:spatial [ a dct:location ;
            dct:locality "Europe, Asia, Central America" ;
            locn:geometry "POLYGON ((-117.1237 54.9112, -117.1237 5.6129, 145.8168 5.6129, 145.8168 54.9112, -117.1237 54.9112))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[-117.1237, 54.91124], [-117.1237, 5.612919], [145.81682, 5.612919], [145.81682, 54.91124], [-117.1237, 54.91124]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:title "The Colletotrichum agaves complex" ;
    dcat:keyword "Agave",
        "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" .

