Giter Club home page Giter Club logo

kgsaturation_with_provenance's Introduction

Provenance-Enhanced Knowledge Graphs

This repository contains the source code and the data used for capturing provenance incrementally in RDF knowledge graphs. Specifically, it contains the source code and data used in the following technical report showing how knowledge graph saturation can be enhanced with provenance capture, and how both saturation and provenance capture can be performed efficiently against dynamic knowledge graphs that are subject to triple assertion and deletion.

Khalid Belhajjame and Mohamed-Yassine Mejri. Provenance-Enhanced Saturation of Dynamic Knowledge Graphs. Technical Report. PSL, Paris-Dauphine University, pages 1-59. 2022

Data Model

To reduce the space occupied by knowledge graphs in the database server and to avoid joining string-encoded RDF attributes (which is costly compared to joining integers), we used a dictionary table dict(resource,ID), which associates an RDF resource (IRI, node literal or empty) with an integer. To store RDF triples and their associated why-provenance, we use a single table triple(s, p, o, witness) to store the triples and their associated provenance.

Code

The source code and data are available. The code is composed of a suite of stored procedures.

  • The main procedures used for teh incremental saturation can be found in the "Functions" directory.
  • The schema directory contains a postgres dump of the schema, which includes, in additipon to the procedures, utility procedures, triggres, and the schema of the relational tables that are used for storing the knowledge graph in a compressed manner.
  • The data directory contains a link to a dump of the data used, and which comprises the data of the knowledge graphs that were used including DBLP, YAGO and LUBM.

Datasets

The datasets that are included within the repository are:

DBLP computer science bibliography: https://dblp.uni-trier.de/faq/What+is+dblp.html

YAGO: https://yago-knowledge.org. We used the Taxonomy and the full types

LUBM-10 and LUBM-1000: We generated these datasets using the Lehigh University Benchmark available at http://swat.cse.lehigh.edu/projects/lubm/

kgsaturation_with_provenance's People

Contributors

khalidb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.