@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/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682> a dcat:Dataset ;
    dct:description """This jupyter notebook runs live code performing a data exploration process\r
""" ;
    dct:identifier "78353937-5859-4f0d-9b30-11a85c1a8682" ;
    dct:issued "2025-10-30T14:25:03.953079"^^xsd:dateTime ;
    dct:language "English" ;
    dct:modified "2025-10-30T14:33:18.219748"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/3wave/ldmservice/organization/2d2ca2a7-26f5-497b-b5a4-a559a28f3042> ;
    dct:title "Link Prediction example (JupyterNotebook)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ariam Rivas" ;
            vcard:hasEmail <mailto:ariam.rivas@tib.eu> ] ;
    dcat:creator dct:Agent,
        dct:creator ;
    dcat:distribution <https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682/resource/70170cc9-796c-40fa-b0a3-0da8732002ad> .

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

<https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682/resource/70170cc9-796c-40fa-b0a3-0da8732002ad> a dcat:Distribution ;
    dct:description "Pattern Detection, Analysis and Explanation over Lung Cancer Knowledge Graph" ;
    dct:format "ipynb" ;
    dct:title "Symbolic Learning and Knowledge Graph Embeddings" ;
    dcat:accessURL <https://service.tib.eu/3wave/ldmservice/dataset/78353937-5859-4f0d-9b30-11a85c1a8682/resource/70170cc9-796c-40fa-b0a3-0da8732002ad/download/symboliclearning_kge-1-1.ipynb> ;
    dcat:byteSize 53025.0 .

<https://service.tib.eu/3wave/ldmservice/organization/2d2ca2a7-26f5-497b-b5a4-a559a28f3042> a foaf:Organization ;
    foaf:name "GOTTFRIED WILHELM LEIBNIZ UNIVERSITAET HANNOVER" .

dct:Agent dct:identifier <http://orcid.org/0000-0003-4916-5220> ;
    foaf:Name "Ariam Rivas" .

