@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/0a9aacc0-bc1e-4eb8-a5c2-28083b598464> 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 """This entry describes the data in the publication "Super Cooling Point Phenotypes and Cold Resistance in Hyles\r
euphorbiae Hawk Moths from Different Climate Zones".""" ;
    dct:identifier "0a9aacc0-bc1e-4eb8-a5c2-28083b598464" ;
    dct:isReferencedBy <https://doi.org/10.3390/d13050207> ;
    dct:issued "2026-04-24T12:27:24.757155"^^xsd:dateTime ;
    dct:modified "2026-04-24T12:27:40.096224"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> ;
    dct:spatial [ a dct:location ;
            dct:locality "Germany, Madeira (Portugal), Cape Verde (Portugal)" ;
            locn:geometry "POLYGON ((25.0000 55.0000, 25.0000 14.8000, 15.0000 14.8000, 15.0000 55.0000, 25.0000 55.0000))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[25.0, 55.0], [25.0, 14.8], [15.0, 14.8], [15.0, 55.0], [25.0, 55.0]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2014-01-01T00:00:00"^^xsd:dateTime,
                "2021-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Super cooling points Hyles euphorbiae" ;
    dcat:keyword "Hyles",
        "euphorbiae",
        "phenotype",
        "physiology" .

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

<https://doi.org/10.3390/d13050207> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.3390/d13050207" ;
    schema1:url "https://doi.org/10.3390/d13050207" .

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

