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

<https://dataportal.material-digital.de/dataset/da01b59c-cb00-41a1-9b5e-ec34817ec612> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            vcard:hasEmail <mailto:meyer@novicos.de> ;
            foaf:name "Dr. Niklas Meyer" ] ;
    dct:description "A set of stress–strain curves obtained from simulated tensile tests of hybrid material specimens. Two joining mechanisms are evaluated: an adhesive joint and a bolted joint. Each result consists of (1) a JSON file describing the simulated specimen (geometry and materials) and (2) a linked CSV file containing the corresponding simulated stress–strain curve." ;
    dct:identifier "da01b59c-cb00-41a1-9b5e-ec34817ec612" ;
    dct:issued "2025-12-17T09:54:11.650949"^^xsd:dateTime ;
    dct:modified "2025-12-17T10:02:20.625826"^^xsd:dateTime ;
    dct:title "Simulated Static Tensile Test for Joined Hybrid Specimens (CFRP-Steel)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Thomas Bjarsch" ;
            vcard:hasEmail <mailto:thomas.bjarsch@igcv.fraunhofer.de> ] ;
    dcat:distribution <https://dataportal.material-digital.de/dataset/da01b59c-cb00-41a1-9b5e-ec34817ec612/resource/4f6fd6d3-c426-4619-9455-988d1a5d28d4> ;
    dcat:keyword "CFRP",
        "Hybrid Material",
        "Simulation" ;
    dcat:qualifiedAttribution [ a dcat:Attribution ] ;
    prov:wasGeneratedBy [ a prov:Activity ] .

<https://dataportal.material-digital.de/dataset/da01b59c-cb00-41a1-9b5e-ec34817ec612/resource/4f6fd6d3-c426-4619-9455-988d1a5d28d4> a dcat:Distribution ;
    dct:format "ZIP" ;
    dct:issued "2025-12-17T09:58:18.924251"^^xsd:dateTime ;
    dct:modified "2025-12-17T09:58:19.059756"^^xsd:dateTime ;
    dct:title "Simulated static tensile test results for joined hybrid material specimens (cfrp-steel)" ;
    dcat:accessService [ a dcat:DataService ] ;
    dcat:accessURL <https://dataportal.material-digital.de/de/dataset/da01b59c-cb00-41a1-9b5e-ec34817ec612/resource/4f6fd6d3-c426-4619-9455-988d1a5d28d4/download/simulated_hybrid_specimens.zip> ;
    dcat:mediaType "application/zip" .

