@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/9ab5c69c-280e-47cf-8d55-ad7032b01a03> 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 "Within the phylogeny of the genus Hyles, Euphorbia feeding has evolved twice independantly. This study obtained measurements to understand metabolization and detoxification at a biochemical and analytic chemical level." ;
    dct:identifier "https://doi.org/10.1007/s00049-024-00404-7" ;
    dct:isReferencedBy <https://doi.org/10.1007/s00049-024-00404-7> ;
    dct:issued "2026-04-21T08:28:00.582300"^^xsd:dateTime ;
    dct:modified "2026-04-21T08:28:06.678684"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> ;
    dct:spatial [ a dct:location ;
            dct:locality "France and Germany" ;
            locn:geometry "POLYGON ((5.2000 55.0000, 5.2000 41.0000, 15.0000 41.0000, 15.0000 55.0000, 5.2000 55.0000))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[5.2, 55.0], [5.2, 41.0], [15.0, 41.0], [15.0, 55.0], [5.2, 55.0]]]}"^^<https://www.iana.org/assignments/media-types/application/vnd.geo+json> ] ;
    dct:temporal [ a dct:PeriodOfTime ;
            schema1:startDate "2023-01-01T00:00:00"^^xsd:dateTime,
                "2024-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "TPA and Euphorbia cyparissias detoxification in Hyles larvae (Lepidoptera, Sphingidae)" ;
    dcat:accessURL "https://doi.org/10.1007/s00049-024-00404-7" ;
    dcat:keyword "Euphorbia",
        "Hyles",
        "Lepidoptera",
        "detoxification" .

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

<https://doi.org/10.1007/s00049-024-00404-7> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.1007/s00049-024-00404-7" ;
    schema1:url "https://doi.org/10.1007/s00049-024-00404-7" .

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

[] a schema1:Taxon ;
    schema1:name "Hyles nicaea" ;
    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" .

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

