@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dataportal.senckenberg.de/dataset/091355c9-9a68-4830-a5f8-d8aa490bb70e> a dcat:Dataset ;
    dct:creator [ a foaf:Person ;
            foaf:familyName "Lehmann" ;
            foaf:givenName "Thomas" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Research Institute and Natural History Museum Frankfurt, Department Messel Research and Mammalogy" ] ],
        [ a foaf:Person ;
            foaf:familyName "Wedmann" ;
            foaf:givenName "Sonja" ],
        [ a foaf:Person ;
            foaf:familyName "Lehmann" ;
            foaf:givenName "Thomas" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Research Institute and Natural History Museum Frankfurt, Department Messel Research and Mammalogy" ] ],
        [ a foaf:Person ;
            foaf:familyName "Smith" ;
            foaf:givenName "Krister" ;
            foaf:member [ a foaf:Organization ;
                    foaf:name "Senckenberg Research Institute and Natural History Museum Frankfurt, Department Messel Research and Mammalogy" ] ] ;
    dct:description """50 years of tradition pave the way for future research at Messel\r
\r
Article about the discussions of the Workshop during the Messel Conference 2025""" ;
    dct:identifier "091355c9-9a68-4830-a5f8-d8aa490bb70e" ;
    dct:issued "2026-04-15T12:11:59.535225"^^xsd:dateTime ;
    dct:modified "2026-04-15T12:18:07.011845"^^xsd:dateTime ;
    dct:publisher <https://dataportal.senckenberg.de/organization/cc034bcf-5f95-4f9a-becf-e2a62f6782eb> ;
    dct:title "Workshop Messel 2025" ;
    dcat:keyword "Messel",
        "workshop" .

<https://dataportal.senckenberg.de/organization/cc034bcf-5f95-4f9a-becf-e2a62f6782eb> a foaf:Organization ;
    foaf:name "SF - Messel Research & Mammalogy" .

