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

<https://service.tib.eu/service/f1d0f3b9-d70e-4570-8ccf-89b9210499e2> a dcat:DataService ;
    dct:description "This data set serves as a demonstration of the live code feature in the LDM." ;
    dct:identifier "f1d0f3b9-d70e-4570-8ccf-89b9210499e2" ;
    dct:issued "2024-09-12T11:14:57.354640"^^xsd:dateTime ;
    dct:modified "2024-09-12T12:01:09.683827"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Example: Jupyter Notebooks" ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Philipp D. Rohde" ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/f1d0f3b9-d70e-4570-8ccf-89b9210499e2/resource/4cf23fc7-9afc-47c0-b2b7-2a27f2297442> .

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

<https://service.tib.eu/dataset/f1d0f3b9-d70e-4570-8ccf-89b9210499e2/resource/4cf23fc7-9afc-47c0-b2b7-2a27f2297442> a dcat:Distribution ;
    dct:description "An example Jupyter Notebook." ;
    dct:format "ipynb" ;
    dct:language "English" ;
    dct:title "Exploratory Data Analysis of Share of Renewables" ;
    dcat:accessURL <https://service.tib.eu/ldm_nfdi4energy/ldmservice/dataset/f1d0f3b9-d70e-4570-8ccf-89b9210499e2/resource/4cf23fc7-9afc-47c0-b2b7-2a27f2297442/download/exploratory_data_analysis.ipynb> ;
    dcat:byteSize 131296.0 .

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

