@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/f553fd6e-8192-4ebc-91be-7cc6b6a719e9> a dcat:Dataset ;
    dct:creator [ a foaf:Person ;
            foaf:familyName "Hundsdörfer" ;
            foaf:givenName "Anna" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Natural History Collections Dresden" ] ] ;
    dct:description """Thirty-six years after the last published record of Hyles svetlana in Uzbekistan, we found the species at multiple\r
locations in the Kyzl-Kum desert in 2022. It is discussed with respect to other Hyles species in the area and the food plant from the genus Eremurus.""" ;
    dct:identifier "f553fd6e-8192-4ebc-91be-7cc6b6a719e9" ;
    dct:isReferencedBy <https://doi.org/10.20363/BZB-2023.72.1.063> ;
    dct:issued "2026-04-21T09:04:15.307993"^^xsd:dateTime ;
    dct:modified "2026-04-21T09:04:20.121960"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> ;
    dct:spatial [ a dct:location ;
            dct:locality "Uzbekistan" ;
            locn:geometry "POLYGON ((57.0000 45.0000, 57.0000 41.0000, 62.0000 41.0000, 62.0000 45.0000, 57.0000 45.0000))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[57.0, 45.0], [57.0, 41.0], [62.0, 41.0], [62.0, 45.0], [57.0, 45.0]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2021-01-01T00:00:00"^^xsd:dateTime,
                "2023-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Rediscovery of Hyles svetlana in Kyzyl-Kum desert Uzbekistan" ;
    dcat:keyword "Eremurus",
        "Hyles",
        "centralasiae",
        "euphorbiae",
        "inderiensis",
        "livornica",
        "siehei",
        "svetlana" .

<https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> a foaf:Organization ;
    foaf:name "SNSD - Molecular Laboratory (MTK)" .

<https://doi.org/10.20363/BZB-2023.72.1.063> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.20363/BZB-2023.72.1.063" ;
    schema1:url "https://doi.org/10.20363/BZB-2023.72.1.063" .

