@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://doi.org/10.23680/bbqqpmll> a dcat:DataService ;
    dct:description "This is a Data-Service example performing a data exploration process using a jupyter notebook running live code over the CSV file inside the same dataset. " ;
    dct:identifier "ed56c026-3d32-41d5-9d11-2aa655cb8052" ;
    dct:issued "2022-03-16T09:43:34.017574"^^xsd:dateTime ;
    dct:modified "2022-06-21T12:42:12.976551"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "Data-Service example (JupyterNotebook)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "John Doe" ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/4d288ebb-9f2f-40fb-9feb-d0dbffa2f4b7>,
        <https://service.tib.eu/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/5c653296-8877-42f4-9dee-84de4784dcca>,
        <https://service.tib.eu/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/884fc9f7-6ad4-4bd9-b582-500d6b764267> .

dct:creator dct:Agent dct:Agent ;
    foaf:Name "" .

<https://service.tib.eu/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/4d288ebb-9f2f-40fb-9feb-d0dbffa2f4b7> a dcat:Distribution ;
    dct:description "This is a sample dataset for demonstration purposes." ;
    dct:format "CSV" ;
    dct:title "Cars data" ;
    dcat:accessURL <https://service.tib.eu/ldmservice/dataset/672f2339-c57f-48f5-a681-b62acc50f488/resource/22312cbf-7a7a-4510-88b5-8a1a828f3064/download/data.csv> ;
    dcat:byteSize 1475504.0 ;
    dcat:mediaType "text/csv" .

<https://service.tib.eu/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/5c653296-8877-42f4-9dee-84de4784dcca> a dcat:Distribution ;
    dct:description "This jupyter notebook runs live code over the cars.cvd data present in the same dataset." ;
    dct:format "ipynb" ;
    dct:title "Exploratory Data Analisys of Cars" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/5c653296-8877-42f4-9dee-84de4784dcca/download/exploratory_data_analysis.ipynb> ;
    dcat:byteSize 199131.0 .

<https://service.tib.eu/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/884fc9f7-6ad4-4bd9-b582-500d6b764267> a dcat:Distribution ;
    dct:format "ipynb" ;
    dct:title "JN example" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/ed56c026-3d32-41d5-9d11-2aa655cb8052/resource/884fc9f7-6ad4-4bd9-b582-500d6b764267/download/exploratory_data_analysis.ipynb> ;
    dcat:byteSize 199131.0 .

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

dct:Agent foaf:Name "John Doe" .

