@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/920e711b-5cfd-4660-89de-25e11219acc5> 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 illumina NGS data obtained and analysed from Hyles and Rhodafra moths from numerous countries for the project \"Phylogenetic relationship of Rhodafra and Hyles\", but excludes all samples that have Nagoya permits connected to them." ;
    dct:identifier "920e711b-5cfd-4660-89de-25e11219acc5" ;
    dct:issued "2026-04-20T13:05:59.839912"^^xsd:dateTime ;
    dct:modified "2026-04-20T13:34:34.001804"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> ;
    dct:spatial [ a dct:location ;
            dct:locality "This entry describes data from the samples from South Africa, Malawi, Zimbabwe, USA, Italy, Morocco, Uzbekistan, Australia, Tajikistan, Canada, Germany, Sweden, Argentina, Madagascar, Chile." ;
            locn:geometry "POLYGON ((14.0000 83.0000, 14.0000 56.0000, 154.0000 56.0000, 154.0000 83.0000, 14.0000 83.0000))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[14.0, 83.0], [14.0, 56.0], [154.0, 56.0], [154.0, 83.0], [14.0, 83.0]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "1999-01-01T00:00:00"^^xsd:dateTime,
                "2022-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Phylogenetic relationship of Rhodafra and Hyles (non-Nagoya relevant samples)" ;
    dcat:distribution <https://dataportal.senckenberg.de/dataset/None/resource/.idnotauthorized> ;
    dcat:keyword "Hyles",
        "Lepidoptera",
        "NGS",
        "Rhodafra",
        "Sphingidae",
        "hDNA",
        "illumina",
        "insect",
        "sequence" .

<https://dataportal.senckenberg.de/dataset/None/resource/.idnotauthorized> a dcat:Distribution ;
    dct:format "XLSX" ;
    dct:title "Taxonomy and occurence of the samples used in this study. " .

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

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

[] a schema1:Taxon ;
    schema1:name "Rhodafra" ;
    schema1:taxonRank "Genus",
        "http://rs.gbif.org/vocabulary/gbif/rank/genus" .

