@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/2714118f-e76d-4be4-b1ae-06bc571a1013> 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 obtained for the publication about the plant-insect interaction of Hyles euphorbiae (Lepidoptera, Sphingidae) with its native food plant Euphorbia cyparissias. It includes measurements of metabolites in the plant and larvae." ;
    dct:identifier "https://doi.org/10.3389/fevo.2023.1197194" ;
    dct:isReferencedBy <https://doi.org/10.3389/fevo.2023.1197194> ;
    dct:issued "2026-04-21T08:37:40.927087"^^xsd:dateTime ;
    dct:modified "2026-04-21T08:55:28.365211"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/abed3b19-0600-43ef-9090-a1ca603410ef> ;
    dct:spatial [ a dct:location ;
            dct:locality "Germany" ;
            locn:geometry "POLYGON ((5.9000 55.0000, 5.9000 47.0000, 15.0000 47.0000, 15.0000 55.0000, 5.9000 55.0000))"^^gsp:wktLiteral,
                "{\"type\": \"Polygon\", \"coordinates\": [[[5.9, 55.0], [5.9, 47.0], [15.0, 47.0], [15.0, 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 "Plant-herbivore interaction of the spurge hawkmoth" ;
    dcat:accessURL "https://doi.org/10.3389/fevo.2023.1197194" ;
    dcat:keyword "Euphorbia",
        "Germany",
        "Hyles",
        "cyparissias",
        "euphorbiae" .

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

<https://doi.org/10.3389/fevo.2023.1197194> a schema1:PublicationEvent ;
    schema1:identifier "doi:10.3389/fevo.2023.1197194" ;
    schema1:url "https://doi.org/10.3389/fevo.2023.1197194" .

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

