@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.57702/ms07f3vf> a dcat:Dataset ;
    dct:description "Demonstration of the SDM Knowledge Graph Creation Pipeline" ;
    dct:identifier "e121be86-7419-4b5a-8507-344dd6851d1c" ;
    dct:issued "2023-02-06T07:40:50.427371"^^xsd:dateTime ;
    dct:modified "2024-09-27T12:06:39.166307"^^xsd:dateTime ;
    dct:publisher <https://service.tib.eu/organization/0c5362f5-b99e-41db-8256-3d0d7549bf4d> ;
    dct:title "SDMKGC" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Maria-Esther Vidal" ;
            vcard:hasEmail <mailto:maria.vidal@tib.eu> ] ;
    dcat:creator dct:Agent ;
    dcat:distribution <https://service.tib.eu/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/2447a6c8-f954-4a79-b111-aa2409675434>,
        <https://service.tib.eu/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/914b7fdd-8018-4dc1-809f-cb40d21ae532>,
        <https://service.tib.eu/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/e2a32449-8b30-4c95-bbc4-67efd3d9aa66> ;
    dcat:keyword "FnO",
        "NEL",
        "NER",
        "RDF",
        "RML",
        "SHACL" .

dct:Agent foaf:Name "Maria-Esther Vidal" .

<https://service.tib.eu/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/2447a6c8-f954-4a79-b111-aa2409675434> a dcat:Distribution ;
    dct:description """This resource presents the slides of a tutorial on "Challenges for Efficiently Creating and Maintaining Knowledge Graphs". This tutorial presents Data Integration Systems as the basis for the declarative definition of Knowledge Graphs. It also illustrates with various languages to specify Knowledge Graphs and techniques implemented by the state of the art.\r
The tools developed by the members of the Scientific Data Management group are composed into a pipeline for knowledge graph creation. This pipeline is demonstrated in a video (prepared by Akhilesh Vyas  https://service.tib.eu/ldmservice/dataset/sdmkgc) and exercised with hands-on prepared by the members of team (Samaneh Jozashoori, Ahmad Sakor, Enrique Iglesias, Philipp Rohde, and Julian Gerke). Lastly, the tutorial closes with a discussion of future problems and follow-up work. Leibniz Best Minds partially support the reported work: Programme for Women Professors project TrustKG-Transforming Data in Trustable Insights with grant P99/2020.""" ;
    dct:format "PDF" ;
    dct:title "KnowledgeGraphCreation" ;
    dcat:accessURL <https://service.tib.eu/ldm_coypu/ldmservice/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/2447a6c8-f954-4a79-b111-aa2409675434/download/winterschool.pdf> ;
    dcat:byteSize 13905417.0 ;
    dcat:mediaType "application/pdf" .

<https://service.tib.eu/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/914b7fdd-8018-4dc1-809f-cb40d21ae532> a dcat:Distribution ;
    dct:description "Video created by Akhilesh Vyas (https://www.tib.eu/de/forschung-entwicklung/forschungsgruppen-und-labs/scientific-data-management/mitarbeiterinnen-und-mitarbeiter) to demonstrate how to use the components of the KG creation pipeline developed by the Scientific Data Management Group of TIB and LUH. " ;
    dct:format "MP4" ;
    dct:title "VideoSDM-KGCPipeline" ;
    dcat:accessURL <https://www.youtube.com/watch?v=Q3Z1iQN9su8> ;
    dcat:byteSize 52684526.0 .

<https://service.tib.eu/dataset/e121be86-7419-4b5a-8507-344dd6851d1c/resource/e2a32449-8b30-4c95-bbc4-67efd3d9aa66> a dcat:Distribution ;
    dct:description "Demonstration of the Knowledge Graph Creation tools for the construction of federation of KGs in the CoyPU project. Created by Akhilesh Vyas (https://www.tib.eu/de/forschung-entwicklung/forschungsgruppen-und-labs/scientific-data-management/mitarbeiterinnen-und-mitarbeiter/akhilesh-vyas)" ;
    dct:title "The KG creation pipeline in CoyPU" ;
    dcat:accessURL <https://www.youtube.com/watch?v=CciNaaMyi8A> .

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

