@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/b71a2506-9d09-46ac-bc83-a500b54a98ae> 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 "The haploid genome of Hyles euphorbiae was corroborated to contain 29 chromosomes, the high‑quality PacBio genome of H. euphorbiae is published for the first time, functional annotations of the H. euphorbiae and H. vespertilio genomes are provided and the two genomes analysed to point to highly conserved synteny of genes in Hyles hawkmoths (Lepidoptera: Sphingidae)." ;
    dct:identifier "https://doi.org/10.1186/s12864-023-09506-y" ;
    dct:isReferencedBy <https://doi.org/10.1186/s12864-023-09506-y> ;
    dct:issued "2026-04-21T08:54:37.519684"^^xsd:dateTime ;
    dct:modified "2026-04-21T08:55:04.977629"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> ;
    dct:spatial [ a dct:location ;
            dct:locality "Germany and Italy" ;
            locn:geometry "POLYGON ((5.9000 55.0000, 5.9000 36.6000, 18.5000 36.6000, 18.5000 55.0000, 5.9000 55.0000))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[5.9, 55.0], [5.9, 36.6], [18.5, 36.6], [18.5, 55.0], [5.9, 55.0]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2018-01-01T00:00:00"^^xsd:dateTime,
                "2023-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Hyles euphorbiae and H. vespertilio high quality genomes" ;
    dcat:accessURL "https://doi.org/10.1186/s12864-023-09506-y" ;
    dcat:keyword "Hi-C",
        "Hyles",
        "Lepidoptera",
        "Merian elements",
        "PacBio",
        "chromosome-level",
        "euphorbiae",
        "genome",
        "genome annotation",
        "genome assembly",
        "karyotype",
        "linkage groups",
        "scaffolds",
        "vespertilio" .

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

<https://doi.org/10.1186/s12864-023-09506-y> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.1186/s12864-023-09506-y" ;
    schema1:url "https://doi.org/10.1186/s12864-023-09506-y" .

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

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

