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

<https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc> a dcat:Dataset ;
    dct:description "Example videos to demonstrate the video playback in LDM." ;
    dct:identifier "3cb44232-ca2a-4418-867c-2ff8ae7826cc" ;
    dct:issued "2024-09-12T07:49:41.533574"^^xsd:dateTime ;
    dct:modified "2024-09-12T08:21:57.659854"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example: Video Visualizations" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Philipp D. Rohde" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/78497548-3b43-4a6a-a423-97dadcbf84e2>,
        <https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/d84e419e-c9f9-4d9a-8b4a-b81e5ada31be>,
        <https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/f34c7b9b-2267-4143-964a-53291f8306cb> .

dct:Agent dct:identifier <http://orcid.org/0000-0002-9835-4354> ;
    foaf:Name "Philipp D. Rohde" .

<https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/78497548-3b43-4a6a-a423-97dadcbf84e2> a dcat:Distribution ;
    dct:description "Video about boundary value problem of a push rod. The video was published by Leibniz University Hannover." ;
    dct:format "WebM" ;
    dct:title "Boundary value problem of a push rod (WEBM)" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/78497548-3b43-4a6a-a423-97dadcbf84e2/download/pushrod.webm> ;
    dcat:byteSize 369844.0 ;
    dcat:mediaType "video/webm" .

<https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/d84e419e-c9f9-4d9a-8b4a-b81e5ada31be> a dcat:Distribution ;
    dct:description "Video about auto combustion reactions of STF50 with EDTA+CA: variying phi." ;
    dct:format "MP4" ;
    dct:title "STF50 autocombustions with varying Phi (MP4)" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/d84e419e-c9f9-4d9a-8b4a-b81e5ada31be/download/stf50_autocombustions_with_varying_phi_v2_hd.mp4> ;
    dcat:byteSize 71194509.0 ;
    dcat:mediaType "video/mp4" .

<https://service.tib.eu/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/f34c7b9b-2267-4143-964a-53291f8306cb> a dcat:Distribution ;
    dct:description "Video about boundary value problem of a spring. The video was published by Leibniz University Hannover." ;
    dct:format "OGG" ;
    dct:title "Boundary value problem of a spring (OGG)" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/3cb44232-ca2a-4418-867c-2ff8ae7826cc/resource/f34c7b9b-2267-4143-964a-53291f8306cb/download/spring.ogg> ;
    dcat:byteSize 543985.0 ;
    dcat:mediaType "audio/ogg" .

<https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> a foaf:Organization ;
    foaf:name "TIB" .

